@epa-wg/custom-element-dist 0.0.21 → 0.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/coverage/coverage-final.json +15 -11
- package/coverage/index.html +25 -25
- 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 +604 -421
- package/coverage/src/custom-element/custom-element1-1.js/coverage.svg +10 -0
- package/coverage/src/custom-element/custom-element1-1.js.html +2374 -0
- package/coverage/src/custom-element/custom-element1.js/coverage.svg +10 -0
- package/coverage/src/custom-element/custom-element1.js.html +2374 -0
- package/coverage/src/custom-element/http-request.js.html +10 -10
- package/coverage/src/custom-element/index.html +49 -19
- package/coverage/src/custom-element/local-storage.js.html +6 -6
- package/coverage/src/custom-element/location-element.js.html +1 -1
- 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/{attributes.stories.ts.html → attributes.test.stories.ts.html} +51 -15
- package/coverage/src/stories/{css.stories.ts.html → css.test.stories.ts.html} +77 -17
- package/coverage/src/stories/{dom-merge.stories.ts.html → dom-merge.test.stories.ts.html} +60 -12
- package/coverage/src/stories/{external-template.stories.ts.html → external-template.test.stories.ts.html} +42 -12
- package/coverage/src/stories/form.test.stories.ts.html +658 -0
- package/coverage/src/stories/http-request.stories.ts.html +7 -7
- package/coverage/src/stories/index.html +71 -41
- package/coverage/src/stories/{local-storage.stories.ts.html → local-storage.test.stories.ts.html} +56 -20
- package/coverage/src/stories/{location-element.stories.ts.html → location-element.test.stories.ts.html} +53 -17
- package/coverage/src/stories/renderPlay.ts.html +12 -15
- package/coverage/src/stories/slice-events.test.stories.ts/coverage.svg +10 -0
- package/coverage/src/stories/{slice-events.stories.ts.html → slice-events.test.stories.ts.html} +264 -15
- package/coverage/src/stories/slots.test.stories.ts/coverage.svg +10 -0
- package/coverage/src/stories/slots.test.stories.ts.html +739 -0
- package/coverage/src/sum.ts.html +1 -1
- package/dist/custom-element-BISbI4SU.js +463 -0
- package/dist/custom-element-N-sWiqGK.cjs +53 -0
- package/dist/custom-element-bundle.cjs +1 -1
- package/dist/custom-element-bundle.js +2 -2
- package/dist/mockServiceWorker.js +1 -1
- package/package.json +4 -4
- package/public/mockServiceWorker.js +1 -1
- package/src/custom-element/custom-element.d.ts +4 -0
- package/src/custom-element/custom-element.js +103 -42
- package/src/custom-element/custom-element1-1.js +763 -0
- package/src/custom-element/custom-element1.js +763 -0
- package/src/custom-element/custom-element1.js0 +750 -0
- package/src/custom-element/custom-element2.js0 +759 -0
- package/src/custom-element/custom-element3.js0 +763 -0
- package/src/custom-element/demo/a.html +38 -41
- package/src/custom-element/demo/b.html +13 -0
- package/src/custom-element/demo/data-slices.html +32 -0
- package/src/custom-element/demo/form.html +193 -0
- package/src/custom-element/demo/s.xml +19 -14
- package/src/custom-element/demo/s.xslt +22 -38
- package/src/custom-element/demo/s1.xslt +60 -0
- package/src/custom-element/ide/customData-dce.json +14 -1
- package/src/custom-element/ide/web-types-dce.json +6 -1
- package/src/custom-element/ide/web-types-xsl.json +1 -1
- package/src/custom-element/index.html +1 -0
- package/src/custom-element.test.ts +24 -8
- package/src/stories/{attributes.stories.ts → attributes.test.stories.ts} +19 -7
- package/src/stories/{css.stories.ts → css.test.stories.ts} +29 -9
- package/src/stories/{dom-merge.stories.ts → dom-merge.test.stories.ts} +19 -3
- package/src/stories/{external-template.stories.ts → external-template.test.stories.ts} +13 -3
- package/src/stories/form.test.stories.ts +191 -0
- package/src/stories/http-request.stories.ts +6 -6
- package/src/stories/http-request.test.ts +0 -9
- package/src/stories/{local-storage.stories.ts → local-storage.test.stories.ts} +24 -12
- package/src/stories/{location-element.stories.ts → location-element.test.stories.ts} +21 -9
- package/src/stories/renderPlay.ts +1 -2
- package/src/stories/{slice-events.stories.ts → slice-events.test.stories.ts} +88 -5
- package/src/stories/slots.test.stories.ts +218 -0
- package/storybook-static/assets/{Color-RQJUDNI5-C4yZhNbM.js → Color-PRSJMWNM-e4s261EJ.js} +1 -1
- package/storybook-static/assets/{Configure-C7d36rng.js → Configure-DWut7txe.js} +1 -1
- package/storybook-static/assets/DocsRenderer-K4EAMTCU-CaXVGjCl.js +2 -0
- package/storybook-static/assets/WithTooltip-KJL26V4Q--B8vdnMi.js +1 -0
- package/storybook-static/assets/{attributes.stories-ZB0RTY1d.js → attributes.test.stories-IuwazrdL.js} +21 -21
- package/storybook-static/assets/css.test.stories-D9WaxrEv.js +96 -0
- package/storybook-static/assets/custom-element-BV8-hRQS.js +219 -0
- package/storybook-static/assets/{dom-merge.stories-CgHZUABU.js → dom-merge.test.stories-BhbNeum_.js} +5 -6
- package/storybook-static/assets/{entry-preview-CQqNFx4W.js → entry-preview-DrgzXgwT.js} +1 -1
- package/storybook-static/assets/{entry-preview-docs-CWgqLfd3.js → entry-preview-docs-Bxv0qQWs.js} +1 -1
- package/storybook-static/assets/{external-template.stories-DtSLMxvg.js → external-template.test.stories-Bpr_wxBo.js} +23 -24
- package/storybook-static/assets/form.test.stories-3tURbEdv.js +250 -0
- package/storybook-static/assets/{formatter-B5HCVTEV-tKeEfJA9.js → formatter-2WMMO6ZP-SJtgH3vM.js} +5 -5
- package/storybook-static/assets/http-request.stories-8K_qSs8C.js +300 -0
- package/storybook-static/assets/iframe-CM82WlGY.js +2 -0
- package/storybook-static/assets/index-CEZitmnt.js +548 -0
- package/storybook-static/assets/index-CVRyq5ci.js +27 -0
- package/storybook-static/assets/{index-DnEJ_bKa.js → index-D1MP-Zis.js} +1 -1
- package/storybook-static/assets/index-DNL-IEpS.js +1 -0
- package/storybook-static/assets/index-DXimoRZY.js +1 -0
- package/storybook-static/assets/index-DuIEV_9C.js +13 -0
- package/storybook-static/assets/{lit-element-B4_0akdT.js → lit-element-CenEXOuS.js} +2 -2
- package/storybook-static/assets/{local-storage.stories-BkO6djDz.js → local-storage.test.stories-CtisAQBB.js} +28 -24
- package/storybook-static/assets/{location-element.stories-DCIOUd0D.js → location-element.test.stories-5O_t_m4Y.js} +11 -11
- package/storybook-static/assets/preview-4Up_z4Em.js +7 -0
- package/storybook-static/assets/{preview-CkgAD_DE.js → preview-5Y0XiZgz.js} +2 -2
- package/storybook-static/assets/preview-BKCN0mOr.js +1 -0
- package/storybook-static/assets/preview-DRnyIGXK.js +48 -0
- package/storybook-static/assets/preview-FpHGYA1q.js +1 -0
- package/storybook-static/assets/{preview-PxUn-cIn.js → preview-TCN6m6T-.js} +1 -1
- package/storybook-static/assets/slice-events.test.stories-BSXCLIA5.js +231 -0
- package/storybook-static/assets/slots.test.stories-B1vqfHmN.js +214 -0
- package/storybook-static/assets/syntaxhighlighter-BP7B2CQK-BWFH_0wQ.js +1 -0
- package/storybook-static/iframe.html +153 -10
- package/storybook-static/index.html +1 -1
- package/storybook-static/index.json +1 -1
- package/storybook-static/mockServiceWorker.js +1 -1
- package/storybook-static/project.json +1 -1
- package/storybook-static/sb-addons/chromatic-com-storybook-9/manager-bundle.js +35 -29
- package/storybook-static/sb-addons/chromatic-com-storybook-9/manager-bundle.js.LEGAL.txt +1 -1
- package/storybook-static/sb-addons/essentials-actions-3/manager-bundle.js +1 -1
- package/storybook-static/sb-addons/essentials-backgrounds-4/manager-bundle.js +5 -5
- package/storybook-static/sb-addons/essentials-controls-2/manager-bundle.js +35 -35
- 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-10/manager-bundle.js +18 -16
- package/storybook-static/sb-addons/links-1/manager-bundle.js +1 -1
- package/storybook-static/sb-addons/storybook-core-server-presets-0/common-manager-bundle.js +1 -1
- package/storybook-static/sb-manager/WithTooltip-KJL26V4Q-5LS5AN27.js +1 -0
- package/storybook-static/sb-manager/{chunk-S4VOIVUE.js → chunk-B3YDJJJH.js} +9 -9
- package/storybook-static/sb-manager/{chunk-FEE35O7J.js → chunk-BLWCBWKL.js} +3 -3
- package/storybook-static/sb-manager/{chunk-XCO5HRLK.js → chunk-GUVK2GTO.js} +3 -3
- package/storybook-static/sb-manager/chunk-LFRML3ZV.js +186 -0
- package/storybook-static/sb-manager/chunk-MC7RAF2B.js +274 -0
- package/storybook-static/sb-manager/{chunk-XP3HGWTR.js → chunk-ZR5JZWHI.js} +1 -1
- package/storybook-static/sb-manager/{formatter-B5HCVTEV-7DCBOGO6.js → formatter-2WMMO6ZP-JI7RHVTW.js} +1 -1
- package/storybook-static/sb-manager/globals-module-info.js +1 -1
- package/storybook-static/sb-manager/globals-runtime.js +1 -1
- package/storybook-static/sb-manager/index.js +1 -1
- package/storybook-static/sb-manager/runtime.js +1 -1
- package/storybook-static/sb-manager/{syntaxhighlighter-JOJW2KGS-VF6EEVPI.js → syntaxhighlighter-BP7B2CQK-WOJYHKQR.js} +1 -1
- package/storybook-static/sb-preview/runtime.js +28 -11
- package/vite.config.js +5 -5
- package/dist/custom-element-B4v-KaIh.cjs +0 -53
- package/dist/custom-element-_g0GTup2.js +0 -436
- package/src/stories/attributes.test.ts +0 -14
- package/src/stories/css.test.ts +0 -12
- package/src/stories/dom-merge.test.ts +0 -12
- package/src/stories/external-template.test.ts +0 -12
- package/src/stories/local-storage.test.ts +0 -12
- package/src/stories/location-element.test.ts +0 -14
- package/src/stories/slice-events.test.ts +0 -12
- package/storybook-static/assets/DocsRenderer-K4EAMTCU-BLMupvSb.js +0 -2
- package/storybook-static/assets/WithTooltip-Y7J54OF7-BAQSPSFk.js +0 -1
- package/storybook-static/assets/css.stories-CLSX-Xxd.js +0 -86
- package/storybook-static/assets/custom-element-BLZZ00dz.js +0 -53
- package/storybook-static/assets/http-request.stories-CUzlXO89.js +0 -300
- package/storybook-static/assets/iframe-gCvlWuoC.js +0 -2
- package/storybook-static/assets/index-CBQwM6ST.js +0 -508
- package/storybook-static/assets/index-CDavW7r9.js +0 -193
- package/storybook-static/assets/index-CQA5dlr6.js +0 -13
- package/storybook-static/assets/index-DgaNIR0t.js +0 -1
- package/storybook-static/assets/index-Dkj0J1ds.js +0 -1
- package/storybook-static/assets/preview-C6t8KBFr.js +0 -1
- package/storybook-static/assets/preview-CYD85dwb.js +0 -7
- package/storybook-static/assets/preview-D8LadFCz.js +0 -48
- package/storybook-static/assets/preview-DNpCpRPf.js +0 -1
- package/storybook-static/assets/slice-events.stories-DXKjXI37.js +0 -115
- package/storybook-static/assets/syntaxhighlighter-JOJW2KGS-C04pIVD3.js +0 -1
- package/storybook-static/sb-manager/WithTooltip-Y7J54OF7-CEHQ77YF.js +0 -1
- package/storybook-static/sb-manager/chunk-E3WK6ZOZ.js +0 -234
- package/storybook-static/sb-manager/chunk-E6ABNH5R.js +0 -183
- /package/coverage/src/stories/{attributes.stories.ts → attributes.test.stories.ts}/coverage.svg +0 -0
- /package/coverage/src/stories/{css.stories.ts → css.test.stories.ts}/coverage.svg +0 -0
- /package/coverage/src/stories/{dom-merge.stories.ts → dom-merge.test.stories.ts}/coverage.svg +0 -0
- /package/coverage/src/stories/{external-template.stories.ts → external-template.test.stories.ts}/coverage.svg +0 -0
- /package/coverage/src/stories/{local-storage.stories.ts → form.test.stories.ts}/coverage.svg +0 -0
- /package/coverage/src/stories/{location-element.stories.ts → local-storage.test.stories.ts}/coverage.svg +0 -0
- /package/coverage/src/stories/{slice-events.stories.ts → location-element.test.stories.ts}/coverage.svg +0 -0
|
@@ -0,0 +1,548 @@
|
|
|
1
|
+
const __vite__fileDeps=["./syntaxhighlighter-BP7B2CQK-BWFH_0wQ.js","./iframe-CM82WlGY.js","./index-Cc7K62zD.js","./index-DXimoRZY.js","./index-DrFu-skq.js","./formatter-2WMMO6ZP-SJtgH3vM.js","./WithTooltip-KJL26V4Q--B8vdnMi.js","./Color-PRSJMWNM-e4s261EJ.js"],__vite__mapDeps=i=>i.map(i=>__vite__fileDeps[i]);
|
|
2
|
+
import{_ as Br}from"./iframe-CM82WlGY.js";import{g as Yo,c as ir,d as Sh,f as G0,h as Ch,j as c3,k as _h,l as q0,m as u3,n as d3,o as ys,p as K0,i as vl,b as Rh,q as f3,r as p3,s as h3,t as m3,u as g3,v as v3,w as kh,x as y3,y as w3,_ as b3,z as E3,A as x3,B as Ih,C as Ah,a as sf,S as ic}from"./index-Cc7K62zD.js";import{O as $h,P as S3}from"./index-DXimoRZY.js";import{d as C3}from"./index-DrFu-skq.js";function _3(e,t){for(var n=0;n<t.length;n++){const r=t[n];if(typeof r!="string"&&!Array.isArray(r)){for(const o in r)if(o!=="default"&&!(o in e)){const a=Object.getOwnPropertyDescriptor(r,o);a&&Object.defineProperty(e,o,a.get?a:{enumerable:!0,get:()=>r[o]})}}}return Object.freeze(Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}))}var Oh={exports:{}},X={};/**
|
|
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 yl=Symbol.for("react.element"),R3=Symbol.for("react.portal"),k3=Symbol.for("react.fragment"),I3=Symbol.for("react.strict_mode"),A3=Symbol.for("react.profiler"),$3=Symbol.for("react.provider"),O3=Symbol.for("react.context"),T3=Symbol.for("react.forward_ref"),M3=Symbol.for("react.suspense"),L3=Symbol.for("react.memo"),P3=Symbol.for("react.lazy"),cf=Symbol.iterator;function z3(e){return e===null||typeof e!="object"?null:(e=cf&&e[cf]||e["@@iterator"],typeof e=="function"?e:null)}var Th={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},Mh=Object.assign,Lh={};function Xo(e,t,n){this.props=e,this.context=t,this.refs=Lh,this.updater=n||Th}Xo.prototype.isReactComponent={};Xo.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")};Xo.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")};function Ph(){}Ph.prototype=Xo.prototype;function Y0(e,t,n){this.props=e,this.context=t,this.refs=Lh,this.updater=n||Th}var X0=Y0.prototype=new Ph;X0.constructor=Y0;Mh(X0,Xo.prototype);X0.isPureReactComponent=!0;var uf=Array.isArray,zh=Object.prototype.hasOwnProperty,Z0={current:null},Nh={key:!0,ref:!0,__self:!0,__source:!0};function Bh(e,t,n){var r,o={},a=null,l=null;if(t!=null)for(r in t.ref!==void 0&&(l=t.ref),t.key!==void 0&&(a=""+t.key),t)zh.call(t,r)&&!Nh.hasOwnProperty(r)&&(o[r]=t[r]);var s=arguments.length-2;if(s===1)o.children=n;else if(1<s){for(var c=Array(s),u=0;u<s;u++)c[u]=arguments[u+2];o.children=c}if(e&&e.defaultProps)for(r in s=e.defaultProps,s)o[r]===void 0&&(o[r]=s[r]);return{$$typeof:yl,type:e,key:a,ref:l,props:o,_owner:Z0.current}}function N3(e,t){return{$$typeof:yl,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}function Q0(e){return typeof e=="object"&&e!==null&&e.$$typeof===yl}function B3(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,function(n){return t[n]})}var df=/\/+/g;function sc(e,t){return typeof e=="object"&&e!==null&&e.key!=null?B3(""+e.key):t.toString(36)}function pi(e,t,n,r,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 yl:case R3:l=!0}}if(l)return l=e,o=o(l),e=r===""?"."+sc(l,0):r,uf(o)?(n="",e!=null&&(n=e.replace(df,"$&/")+"/"),pi(o,t,n,"",function(u){return u})):o!=null&&(Q0(o)&&(o=N3(o,n+(!o.key||l&&l.key===o.key?"":(""+o.key).replace(df,"$&/")+"/")+e)),t.push(o)),1;if(l=0,r=r===""?".":r+":",uf(e))for(var s=0;s<e.length;s++){a=e[s];var c=r+sc(a,s);l+=pi(a,t,n,c,o)}else if(c=z3(e),typeof c=="function")for(e=c.call(e),s=0;!(a=e.next()).done;)a=a.value,c=r+sc(a,s++),l+=pi(a,t,n,c,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 zl(e,t,n){if(e==null)return e;var r=[],o=0;return pi(e,r,"","",function(a){return t.call(n,a,o++)}),r}function F3(e){if(e._status===-1){var t=e._result;t=t(),t.then(function(n){(e._status===0||e._status===-1)&&(e._status=1,e._result=n)},function(n){(e._status===0||e._status===-1)&&(e._status=2,e._result=n)}),e._status===-1&&(e._status=0,e._result=t)}if(e._status===1)return e._result.default;throw e._result}var Ye={current:null},hi={transition:null},H3={ReactCurrentDispatcher:Ye,ReactCurrentBatchConfig:hi,ReactCurrentOwner:Z0};function Fh(){throw Error("act(...) is not supported in production builds of React.")}X.Children={map:zl,forEach:function(e,t,n){zl(e,function(){t.apply(this,arguments)},n)},count:function(e){var t=0;return zl(e,function(){t++}),t},toArray:function(e){return zl(e,function(t){return t})||[]},only:function(e){if(!Q0(e))throw Error("React.Children.only expected to receive a single React element child.");return e}};X.Component=Xo;X.Fragment=k3;X.Profiler=A3;X.PureComponent=Y0;X.StrictMode=I3;X.Suspense=M3;X.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=H3;X.act=Fh;X.cloneElement=function(e,t,n){if(e==null)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+e+".");var r=Mh({},e.props),o=e.key,a=e.ref,l=e._owner;if(t!=null){if(t.ref!==void 0&&(a=t.ref,l=Z0.current),t.key!==void 0&&(o=""+t.key),e.type&&e.type.defaultProps)var s=e.type.defaultProps;for(c in t)zh.call(t,c)&&!Nh.hasOwnProperty(c)&&(r[c]=t[c]===void 0&&s!==void 0?s[c]:t[c])}var c=arguments.length-2;if(c===1)r.children=n;else if(1<c){s=Array(c);for(var u=0;u<c;u++)s[u]=arguments[u+2];r.children=s}return{$$typeof:yl,type:e.type,key:o,ref:a,props:r,_owner:l}};X.createContext=function(e){return e={$$typeof:O3,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null},e.Provider={$$typeof:$3,_context:e},e.Consumer=e};X.createElement=Bh;X.createFactory=function(e){var t=Bh.bind(null,e);return t.type=e,t};X.createRef=function(){return{current:null}};X.forwardRef=function(e){return{$$typeof:T3,render:e}};X.isValidElement=Q0;X.lazy=function(e){return{$$typeof:P3,_payload:{_status:-1,_result:e},_init:F3}};X.memo=function(e,t){return{$$typeof:L3,type:e,compare:t===void 0?null:t}};X.startTransition=function(e){var t=hi.transition;hi.transition={};try{e()}finally{hi.transition=t}};X.unstable_act=Fh;X.useCallback=function(e,t){return Ye.current.useCallback(e,t)};X.useContext=function(e){return Ye.current.useContext(e)};X.useDebugValue=function(){};X.useDeferredValue=function(e){return Ye.current.useDeferredValue(e)};X.useEffect=function(e,t){return Ye.current.useEffect(e,t)};X.useId=function(){return Ye.current.useId()};X.useImperativeHandle=function(e,t,n){return Ye.current.useImperativeHandle(e,t,n)};X.useInsertionEffect=function(e,t){return Ye.current.useInsertionEffect(e,t)};X.useLayoutEffect=function(e,t){return Ye.current.useLayoutEffect(e,t)};X.useMemo=function(e,t){return Ye.current.useMemo(e,t)};X.useReducer=function(e,t,n){return Ye.current.useReducer(e,t,n)};X.useRef=function(e){return Ye.current.useRef(e)};X.useState=function(e){return Ye.current.useState(e)};X.useSyncExternalStore=function(e,t,n){return Ye.current.useSyncExternalStore(e,t,n)};X.useTransition=function(){return Ye.current.useTransition()};X.version="18.3.1";Oh.exports=X;var i=Oh.exports;const m=Yo(i),gu=_3({__proto__:null,default:m},[i]);var Ft=e=>`control-${e.replace(/\s+/g,"-")}`,ws=e=>`set-${e.replace(/\s+/g,"-")}`;const{global:D3}=__STORYBOOK_MODULE_GLOBAL__,{logger:j3}=__STORYBOOK_MODULE_CLIENT_LOGGER__;var U3=Object.create,Hh=Object.defineProperty,V3=Object.getOwnPropertyDescriptor,Dh=Object.getOwnPropertyNames,W3=Object.getPrototypeOf,G3=Object.prototype.hasOwnProperty,J0=(e,t)=>function(){return t||(0,e[Dh(e)[0]])((t={exports:{}}).exports,t),t.exports},q3=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Dh(t))!G3.call(e,o)&&o!==n&&Hh(e,o,{get:()=>t[o],enumerable:!(r=V3(t,o))||r.enumerable});return e},jh=(e,t,n)=>(n=e!=null?U3(W3(e)):{},q3(!e||!e.__esModule?Hh(n,"default",{value:e,enumerable:!0}):n,e));function rr(){return rr=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},rr.apply(this,arguments)}function K3(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Ha(e,t){return Ha=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,r){return n.__proto__=r,n},Ha(e,t)}function Y3(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,Ha(e,t)}function vu(e){return vu=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},vu(e)}function X3(e){try{return Function.toString.call(e).indexOf("[native code]")!==-1}catch{return typeof e=="function"}}function Uh(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Uh=function(){return!!e})()}function Z3(e,t,n){if(Uh())return Reflect.construct.apply(null,arguments);var r=[null];r.push.apply(r,t);var o=new(e.bind.apply(e,r));return n&&Ha(o,n.prototype),o}function yu(e){var t=typeof Map=="function"?new Map:void 0;return yu=function(n){if(n===null||!X3(n))return n;if(typeof n!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t<"u"){if(t.has(n))return t.get(n);t.set(n,r)}function r(){return Z3(n,arguments,vu(this).constructor)}return r.prototype=Object.create(n.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),Ha(r,n)},yu(e)}var Q3={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 }).
|
|
11
|
+
|
|
12
|
+
`,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 }).
|
|
13
|
+
|
|
14
|
+
`,3:`Passed an incorrect argument to a color function, please pass a string representation of a color.
|
|
15
|
+
|
|
16
|
+
`,4:`Couldn't generate valid rgb string from %s, it returned %s.
|
|
17
|
+
|
|
18
|
+
`,5:`Couldn't parse the color string. Please provide the color as a string in hex, rgb, rgba, hsl or hsla notation.
|
|
19
|
+
|
|
20
|
+
`,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 }).
|
|
21
|
+
|
|
22
|
+
`,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 }).
|
|
23
|
+
|
|
24
|
+
`,8:`Passed invalid argument to toColorString, please pass a RgbColor, RgbaColor, HslColor or HslaColor object.
|
|
25
|
+
|
|
26
|
+
`,9:`Please provide a number of steps to the modularScale helper.
|
|
27
|
+
|
|
28
|
+
`,10:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio.
|
|
29
|
+
|
|
30
|
+
`,11:`Invalid value passed as base to modularScale, expected number or em string but got "%s"
|
|
31
|
+
|
|
32
|
+
`,12:`Expected a string ending in "px" or a number passed as the first argument to %s(), got "%s" instead.
|
|
33
|
+
|
|
34
|
+
`,13:`Expected a string ending in "px" or a number passed as the second argument to %s(), got "%s" instead.
|
|
35
|
+
|
|
36
|
+
`,14:`Passed invalid pixel value ("%s") to %s(), please pass a value like "12px" or 12.
|
|
37
|
+
|
|
38
|
+
`,15:`Passed invalid base value ("%s") to %s(), please pass a value like "12px" or 12.
|
|
39
|
+
|
|
40
|
+
`,16:`You must provide a template to this method.
|
|
41
|
+
|
|
42
|
+
`,17:`You passed an unsupported selector state to this method.
|
|
43
|
+
|
|
44
|
+
`,18:`minScreen and maxScreen must be provided as stringified numbers with the same units.
|
|
45
|
+
|
|
46
|
+
`,19:`fromSize and toSize must be provided as stringified numbers with the same units.
|
|
47
|
+
|
|
48
|
+
`,20:`expects either an array of objects or a single object with the properties prop, fromSize, and toSize.
|
|
49
|
+
|
|
50
|
+
`,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.
|
|
51
|
+
|
|
52
|
+
`,24:`fontFace expects either the path to the font file(s) or a name of a local copy.
|
|
53
|
+
|
|
54
|
+
`,25:`fontFace expects localFonts to be an array.
|
|
55
|
+
|
|
56
|
+
`,26:`fontFace expects fileFormats to be an array.
|
|
57
|
+
|
|
58
|
+
`,27:`radialGradient requries at least 2 color-stops to properly render.
|
|
59
|
+
|
|
60
|
+
`,28:`Please supply a filename to retinaImage() as the first argument.
|
|
61
|
+
|
|
62
|
+
`,29:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.
|
|
63
|
+
|
|
64
|
+
`,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
|
|
65
|
+
|
|
66
|
+
`,32:`To pass multiple animations please supply them in arrays, e.g. animation(['rotate', '2s'], ['move', '1s'])
|
|
67
|
+
To pass a single animation please supply them in simple values, e.g. animation('rotate', '2s')
|
|
68
|
+
|
|
69
|
+
`,33:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation
|
|
70
|
+
|
|
71
|
+
`,34:`borderRadius expects a radius value as a string or number as the second argument.
|
|
72
|
+
|
|
73
|
+
`,35:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.
|
|
74
|
+
|
|
75
|
+
`,36:`Property must be a string value.
|
|
76
|
+
|
|
77
|
+
`,37:`Syntax Error at %s.
|
|
78
|
+
|
|
79
|
+
`,38:`Formula contains a function that needs parentheses at %s.
|
|
80
|
+
|
|
81
|
+
`,39:`Formula is missing closing parenthesis at %s.
|
|
82
|
+
|
|
83
|
+
`,40:`Formula has too many closing parentheses at %s.
|
|
84
|
+
|
|
85
|
+
`,41:`All values in a formula must have the same unit or be unitless.
|
|
86
|
+
|
|
87
|
+
`,42:`Please provide a number of steps to the modularScale helper.
|
|
88
|
+
|
|
89
|
+
`,43:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio.
|
|
90
|
+
|
|
91
|
+
`,44:`Invalid value passed as base to modularScale, expected number or em/rem string but got %s.
|
|
92
|
+
|
|
93
|
+
`,45:`Passed invalid argument to hslToColorString, please pass a HslColor or HslaColor object.
|
|
94
|
+
|
|
95
|
+
`,46:`Passed invalid argument to rgbToColorString, please pass a RgbColor or RgbaColor object.
|
|
96
|
+
|
|
97
|
+
`,47:`minScreen and maxScreen must be provided as stringified numbers with the same units.
|
|
98
|
+
|
|
99
|
+
`,48:`fromSize and toSize must be provided as stringified numbers with the same units.
|
|
100
|
+
|
|
101
|
+
`,49:`Expects either an array of objects or a single object with the properties prop, fromSize, and toSize.
|
|
102
|
+
|
|
103
|
+
`,50:`Expects the objects in the first argument array to have the properties prop, fromSize, and toSize.
|
|
104
|
+
|
|
105
|
+
`,51:`Expects the first argument object to have the properties prop, fromSize, and toSize.
|
|
106
|
+
|
|
107
|
+
`,52:`fontFace expects either the path to the font file(s) or a name of a local copy.
|
|
108
|
+
|
|
109
|
+
`,53:`fontFace expects localFonts to be an array.
|
|
110
|
+
|
|
111
|
+
`,54:`fontFace expects fileFormats to be an array.
|
|
112
|
+
|
|
113
|
+
`,55:`fontFace expects a name of a font-family.
|
|
114
|
+
|
|
115
|
+
`,56:`linearGradient requries at least 2 color-stops to properly render.
|
|
116
|
+
|
|
117
|
+
`,57:`radialGradient requries at least 2 color-stops to properly render.
|
|
118
|
+
|
|
119
|
+
`,58:`Please supply a filename to retinaImage() as the first argument.
|
|
120
|
+
|
|
121
|
+
`,59:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.
|
|
122
|
+
|
|
123
|
+
`,60:"Passed an invalid value to `height` or `width`. Please provide a pixel based unit.\n\n",61:`Property must be a string value.
|
|
124
|
+
|
|
125
|
+
`,62:`borderRadius expects a radius value as a string or number as the second argument.
|
|
126
|
+
|
|
127
|
+
`,63:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.
|
|
128
|
+
|
|
129
|
+
`,64:`The animation shorthand only takes 8 arguments. See the specification for more information: http://mdn.io/animation.
|
|
130
|
+
|
|
131
|
+
`,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').
|
|
132
|
+
|
|
133
|
+
`,66:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation.
|
|
134
|
+
|
|
135
|
+
`,67:`You must provide a template to this method.
|
|
136
|
+
|
|
137
|
+
`,68:`You passed an unsupported selector state to this method.
|
|
138
|
+
|
|
139
|
+
`,69:`Expected a string ending in "px" or a number passed as the first argument to %s(), got %s instead.
|
|
140
|
+
|
|
141
|
+
`,70:`Expected a string ending in "px" or a number passed as the second argument to %s(), got %s instead.
|
|
142
|
+
|
|
143
|
+
`,71:`Passed invalid pixel value %s to %s(), please pass a value like "12px" or 12.
|
|
144
|
+
|
|
145
|
+
`,72:`Passed invalid base value %s to %s(), please pass a value like "12px" or 12.
|
|
146
|
+
|
|
147
|
+
`,73:`Please provide a valid CSS variable.
|
|
148
|
+
|
|
149
|
+
`,74:`CSS variable not found and no default was provided.
|
|
150
|
+
|
|
151
|
+
`,75:`important requires a valid style object, got a %s instead.
|
|
152
|
+
|
|
153
|
+
`,76:`fromSize and toSize must be provided as stringified numbers with the same units as minScreen and maxScreen.
|
|
154
|
+
|
|
155
|
+
`,77:`remToPx expects a value in "rem" but you provided it in "%s".
|
|
156
|
+
|
|
157
|
+
`,78:`base must be set in "px" or "%" but you set it in "%s".
|
|
158
|
+
`};function J3(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=t[0],o=[],a;for(a=1;a<t.length;a+=1)o.push(t[a]);return o.forEach(function(l){r=r.replace(/%[a-z]/,l)}),r}var ln=function(e){Y3(t,e);function t(n){for(var r,o=arguments.length,a=new Array(o>1?o-1:0),l=1;l<o;l++)a[l-1]=arguments[l];return r=e.call(this,J3.apply(void 0,[Q3[n]].concat(a)))||this,K3(r)}return t}(yu(Error));function cc(e){return Math.round(e*255)}function e7(e,t,n){return cc(e)+","+cc(t)+","+cc(n)}function Da(e,t,n,r){if(r===void 0&&(r=e7),t===0)return r(n,n,n);var o=(e%360+360)%360/60,a=(1-Math.abs(2*n-1))*t,l=a*(1-Math.abs(o%2-1)),s=0,c=0,u=0;o>=0&&o<1?(s=a,c=l):o>=1&&o<2?(s=l,c=a):o>=2&&o<3?(c=a,u=l):o>=3&&o<4?(c=l,u=a):o>=4&&o<5?(s=l,u=a):o>=5&&o<6&&(s=a,u=l);var d=n-a/2,p=s+d,h=c+d,f=u+d;return r(p,h,f)}var ff={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 t7(e){if(typeof e!="string")return e;var t=e.toLowerCase();return ff[t]?"#"+ff[t]:e}var n7=/^#[a-fA-F0-9]{6}$/,r7=/^#[a-fA-F0-9]{8}$/,o7=/^#[a-fA-F0-9]{3}$/,a7=/^#[a-fA-F0-9]{4}$/,uc=/^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i,l7=/^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i,i7=/^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,s7=/^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 bs(e){if(typeof e!="string")throw new ln(3);var t=t7(e);if(t.match(n7))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(r7)){var n=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:n}}if(t.match(o7))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(a7)){var r=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:r}}var o=uc.exec(t);if(o)return{red:parseInt(""+o[1],10),green:parseInt(""+o[2],10),blue:parseInt(""+o[3],10)};var a=l7.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=i7.exec(t);if(l){var s=parseInt(""+l[1],10),c=parseInt(""+l[2],10)/100,u=parseInt(""+l[3],10)/100,d="rgb("+Da(s,c,u)+")",p=uc.exec(d);if(!p)throw new ln(4,t,d);return{red:parseInt(""+p[1],10),green:parseInt(""+p[2],10),blue:parseInt(""+p[3],10)}}var h=s7.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,S="rgb("+Da(f,v,g)+")",b=uc.exec(S);if(!b)throw new ln(4,t,S);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 ln(5)}function c7(e){var t=e.red/255,n=e.green/255,r=e.blue/255,o=Math.max(t,n,r),a=Math.min(t,n,r),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 s,c=o-a,u=l>.5?c/(2-o-a):c/(o+a);switch(o){case t:s=(n-r)/c+(n<r?6:0);break;case n:s=(r-t)/c+2;break;default:s=(t-n)/c+4;break}return s*=60,e.alpha!==void 0?{hue:s,saturation:u,lightness:l,alpha:e.alpha}:{hue:s,saturation:u,lightness:l}}function Vh(e){return c7(bs(e))}var u7=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},wu=u7;function br(e){var t=e.toString(16);return t.length===1?"0"+t:t}function dc(e){return br(Math.round(e*255))}function d7(e,t,n){return wu("#"+dc(e)+dc(t)+dc(n))}function zi(e,t,n){return Da(e,t,n,d7)}function f7(e,t,n){if(typeof e=="number"&&typeof t=="number"&&typeof n=="number")return zi(e,t,n);if(typeof e=="object"&&t===void 0&&n===void 0)return zi(e.hue,e.saturation,e.lightness);throw new ln(1)}function p7(e,t,n,r){if(typeof e=="number"&&typeof t=="number"&&typeof n=="number"&&typeof r=="number")return r>=1?zi(e,t,n):"rgba("+Da(e,t,n)+","+r+")";if(typeof e=="object"&&t===void 0&&n===void 0&&r===void 0)return e.alpha>=1?zi(e.hue,e.saturation,e.lightness):"rgba("+Da(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new ln(2)}function bu(e,t,n){if(typeof e=="number"&&typeof t=="number"&&typeof n=="number")return wu("#"+br(e)+br(t)+br(n));if(typeof e=="object"&&t===void 0&&n===void 0)return wu("#"+br(e.red)+br(e.green)+br(e.blue));throw new ln(6)}function ja(e,t,n,r){if(typeof e=="string"&&typeof t=="number"){var o=bs(e);return"rgba("+o.red+","+o.green+","+o.blue+","+t+")"}else{if(typeof e=="number"&&typeof t=="number"&&typeof n=="number"&&typeof r=="number")return r>=1?bu(e,t,n):"rgba("+e+","+t+","+n+","+r+")";if(typeof e=="object"&&t===void 0&&n===void 0&&r===void 0)return e.alpha>=1?bu(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")"}throw new ln(7)}var h7=function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},m7=function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&typeof e.alpha=="number"},g7=function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},v7=function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&typeof e.alpha=="number"};function Wh(e){if(typeof e!="object")throw new ln(8);if(m7(e))return ja(e);if(h7(e))return bu(e);if(v7(e))return p7(e);if(g7(e))return f7(e);throw new ln(8)}function Gh(e,t,n){return function(){var r=n.concat(Array.prototype.slice.call(arguments));return r.length>=t?e.apply(this,r):Gh(e,t,r)}}function Es(e){return Gh(e,e.length,[])}function xs(e,t,n){return Math.max(e,Math.min(t,n))}function y7(e,t){if(t==="transparent")return t;var n=Vh(t);return Wh(rr({},n,{lightness:xs(0,1,n.lightness-parseFloat(e))}))}var w7=Es(y7),b7=w7;function E7(e,t){if(t==="transparent")return t;var n=Vh(t);return Wh(rr({},n,{lightness:xs(0,1,n.lightness+parseFloat(e))}))}var x7=Es(E7),S7=x7;function C7(e,t){if(t==="transparent")return t;var n=bs(t),r=typeof n.alpha=="number"?n.alpha:1,o=rr({},n,{alpha:xs(0,1,(r*100+parseFloat(e)*100)/100)});return ja(o)}var _7=Es(C7),R7=_7;function k7(e,t){if(t==="transparent")return t;var n=bs(t),r=typeof n.alpha=="number"?n.alpha:1,o=rr({},n,{alpha:xs(0,1,+(r*100-parseFloat(e)*100).toFixed(2)/100)});return ja(o)}var I7=Es(k7),A7=I7,V={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"},Hn={app:"#F6F9FC",bar:V.lightest,content:V.lightest,preview:V.lightest,gridCellSize:10,hoverable:A7(.9,V.secondary),positive:"#E1FFD4",negative:"#FEDED2",warning:"#FFF5CF",critical:"#FF4400"},sn={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}},$7={base:"light",colorPrimary:"#FF4785",colorSecondary:"#029CFD",appBg:Hn.app,appContentBg:V.lightest,appPreviewBg:V.lightest,appBorderColor:V.border,appBorderRadius:4,fontBase:sn.fonts.base,fontCode:sn.fonts.mono,textColor:V.darkest,textInverseColor:V.lightest,textMutedColor:V.dark,barTextColor:V.mediumdark,barHoverColor:V.secondary,barSelectedColor:V.secondary,barBg:V.lightest,buttonBg:Hn.app,buttonBorder:V.medium,booleanBg:V.mediumlight,booleanSelectedBg:V.lightest,inputBg:V.lightest,inputBorder:V.border,inputTextColor:V.darkest,inputBorderRadius:4},Ni=$7,O7={base:"dark",colorPrimary:"#FF4785",colorSecondary:"#029CFD",appBg:"#222425",appContentBg:"#1B1C1D",appPreviewBg:V.lightest,appBorderColor:"rgba(255,255,255,.1)",appBorderRadius:4,fontBase:sn.fonts.base,fontCode:sn.fonts.mono,textColor:"#C9CDCF",textInverseColor:"#222425",textMutedColor:"#798186",barTextColor:V.mediumdark,barHoverColor:V.secondary,barSelectedColor:V.secondary,barBg:"#292C2E",buttonBg:"#222425",buttonBorder:"rgba(255,255,255,.1)",booleanBg:"#222425",booleanSelectedBg:"#2E3438",inputBg:"#1B1C1D",inputBorder:"rgba(255,255,255,.1)",inputTextColor:V.lightest,inputBorderRadius:4},T7=O7,{window:fc}=D3,M7=e=>({color:e}),L7=e=>typeof e!="string"?(j3.warn(`Color passed to theme object should be a string. Instead ${e}(${typeof e}) was passed.`),!1):!0,P7=e=>!/(gradient|var|calc)/.test(e),z7=(e,t)=>e==="darken"?ja(`${b7(1,t)}`,.95):e==="lighten"?ja(`${S7(1,t)}`,.95):t,N7=e=>t=>{if(!L7(t)||!P7(t))return t;try{return z7(e,t)}catch{return t}},Sa=N7("lighten"),qh=()=>!fc||!fc.matchMedia?"light":fc.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light",Eu={light:Ni,dark:T7,normal:Ni};qh();var B7=function(t){return t()},Kh=gu.useInsertionEffect?gu.useInsertionEffect:!1,ed=Kh||B7,pf=Kh||i.useLayoutEffect;function Nl(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var Yh={exports:{}};(function(e,t){(function(n){e.exports=n()})(function(){return function n(r,o,a){function l(u,d){if(!o[u]){if(!r[u]){var p=typeof Nl=="function"&&Nl;if(!d&&p)return p(u,!0);if(s)return s(u,!0);var h=new Error("Cannot find module '"+u+"'");throw h.code="MODULE_NOT_FOUND",h}var f=o[u]={exports:{}};r[u][0].call(f.exports,function(v){var g=r[u][1][v];return l(g||v)},f,f.exports,n,r,o,a)}return o[u].exports}for(var s=typeof Nl=="function"&&Nl,c=0;c<a.length;c++)l(a[c]);return l}({1:[function(n,r,o){r.exports=function(a){if(typeof Map!="function"||a){var l=n("./similar");return new l}else return new Map}},{"./similar":2}],2:[function(n,r,o){function a(){return this.list=[],this.lastItem=void 0,this.size=0,this}a.prototype.get=function(l){var s;if(this.lastItem&&this.isEqual(this.lastItem.key,l))return this.lastItem.val;if(s=this.indexOf(l),s>=0)return this.lastItem=this.list[s],this.list[s].val},a.prototype.set=function(l,s){var c;return this.lastItem&&this.isEqual(this.lastItem.key,l)?(this.lastItem.val=s,this):(c=this.indexOf(l),c>=0?(this.lastItem=this.list[c],this.list[c].val=s,this):(this.lastItem={key:l,val:s},this.list.push(this.lastItem),this.size++,this))},a.prototype.delete=function(l){var s;if(this.lastItem&&this.isEqual(this.lastItem.key,l)&&(this.lastItem=void 0),s=this.indexOf(l),s>=0)return this.size--,this.list.splice(s,1)[0]},a.prototype.has=function(l){var s;return this.lastItem&&this.isEqual(this.lastItem.key,l)?!0:(s=this.indexOf(l),s>=0?(this.lastItem=this.list[s],!0):!1)},a.prototype.forEach=function(l,s){var c;for(c=0;c<this.size;c++)l.call(s||this,this.list[c].val,this.list[c].key,this)},a.prototype.indexOf=function(l){var s;for(s=0;s<this.size;s++)if(this.isEqual(this.list[s].key,l))return s;return-1},a.prototype.isEqual=function(l,s){return l===s||l!==l&&s!==s},r.exports=a},{}],3:[function(n,r,o){var a=n("map-or-similar");r.exports=function(u){var d=new a(!1),p=[];return function(h){var f=function(){var v=d,g,S,b=arguments.length-1,w=Array(b+1),y=!0,E;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(E=0;E<b;E++){if(w[E]={cacheItem:v,arg:arguments[E]},v.has(arguments[E])){v=v.get(arguments[E]);continue}y=!1,g=new a(!1),v.set(arguments[E],g),v=g}return y&&(v.has(arguments[b])?S=v.get(arguments[b]):y=!1),y||(S=h.apply(null,arguments),v.set(arguments[b],S)),u>0&&(w[b]={cacheItem:v,arg:arguments[b]},y?l(p,w):p.push(w),p.length>u&&s(p.shift())),f.wasMemoized=y,f.numArgs=b+1,S};return f.limit=u,f.wasMemoized=!1,f.cache=d,f.lru=p,f}};function l(u,d){var p=u.length,h=d.length,f,v,g;for(v=0;v<p;v++){for(f=!0,g=0;g<h;g++)if(!c(u[v][g].arg,d[g].arg)){f=!1;break}if(f)break}u.push(u.splice(v,1)[0])}function s(u){var d=u.length,p=u[d-1],h,f;for(p.cacheItem.delete(p.arg),f=d-2;f>=0&&(p=u[f],h=p.cacheItem.get(p.arg),!h||!h.size);f--)p.cacheItem.delete(p.arg)}function c(u,d){return u===d||u!==u&&d!==d}},{"map-or-similar":1}]},{},[3])(3)})})(Yh);var F7=Yh.exports;const Gr=Yo(F7),{logger:H7}=__STORYBOOK_MODULE_CLIENT_LOGGER__;var D7=J0({"../../node_modules/react-is/cjs/react-is.development.js"(e){(function(){var t=typeof Symbol=="function"&&Symbol.for,n=t?Symbol.for("react.element"):60103,r=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,s=t?Symbol.for("react.provider"):60109,c=t?Symbol.for("react.context"):60110,u=t?Symbol.for("react.async_mode"):60111,d=t?Symbol.for("react.concurrent_mode"):60111,p=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,S=t?Symbol.for("react.block"):60121,b=t?Symbol.for("react.fundamental"):60117,w=t?Symbol.for("react.responder"):60118,y=t?Symbol.for("react.scope"):60119;function E(D){return typeof D=="string"||typeof D=="function"||D===o||D===d||D===l||D===a||D===h||D===f||typeof D=="object"&&D!==null&&(D.$$typeof===g||D.$$typeof===v||D.$$typeof===s||D.$$typeof===c||D.$$typeof===p||D.$$typeof===b||D.$$typeof===w||D.$$typeof===y||D.$$typeof===S)}function x(D){if(typeof D=="object"&&D!==null){var $t=D.$$typeof;switch($t){case n:var Ut=D.type;switch(Ut){case u:case d:case o:case l:case a:case h:return Ut;default:var gr=Ut&&Ut.$$typeof;switch(gr){case c:case p:case g:case v:case s:return gr;default:return $t}}case r:return $t}}}var C=u,_=d,R=c,A=s,I=n,$=p,M=o,L=g,j=v,z=r,F=l,U=a,O=h,T=!1;function N(D){return T||(T=!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.")),W(D)||x(D)===u}function W(D){return x(D)===d}function K(D){return x(D)===c}function J(D){return x(D)===s}function ee(D){return typeof D=="object"&&D!==null&&D.$$typeof===n}function H(D){return x(D)===p}function q(D){return x(D)===o}function Y(D){return x(D)===g}function ke(D){return x(D)===v}function Ve(D){return x(D)===r}function gn(D){return x(D)===l}function mt(D){return x(D)===a}function jt(D){return x(D)===h}e.AsyncMode=C,e.ConcurrentMode=_,e.ContextConsumer=R,e.ContextProvider=A,e.Element=I,e.ForwardRef=$,e.Fragment=M,e.Lazy=L,e.Memo=j,e.Portal=z,e.Profiler=F,e.StrictMode=U,e.Suspense=O,e.isAsyncMode=N,e.isConcurrentMode=W,e.isContextConsumer=K,e.isContextProvider=J,e.isElement=ee,e.isForwardRef=H,e.isFragment=q,e.isLazy=Y,e.isMemo=ke,e.isPortal=Ve,e.isProfiler=gn,e.isStrictMode=mt,e.isSuspense=jt,e.isValidElementType=E,e.typeOf=x})()}}),j7=J0({"../../node_modules/react-is/index.js"(e,t){t.exports=D7()}}),Xh=J0({"../../node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js"(e,t){var n=j7(),r={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},s={};s[n.ForwardRef]=a,s[n.Memo]=l;function c(S){return n.isMemo(S)?l:s[S.$$typeof]||r}var u=Object.defineProperty,d=Object.getOwnPropertyNames,p=Object.getOwnPropertySymbols,h=Object.getOwnPropertyDescriptor,f=Object.getPrototypeOf,v=Object.prototype;function g(S,b,w){if(typeof b!="string"){if(v){var y=f(b);y&&y!==v&&g(S,y,w)}var E=d(b);p&&(E=E.concat(p(b)));for(var x=c(S),C=c(b),_=0;_<E.length;++_){var R=E[_];if(!o[R]&&!(w&&w[R])&&!(C&&C[R])&&!(x&&x[R])){var A=h(b,R);try{u(S,R,A)}catch{}}}}return S}t.exports=g}});function Zh(e){var t=Object.create(null);return function(n){return t[n]===void 0&&(t[n]=e(n)),t[n]}}var U7=/^((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)-.*))$/,td=Zh(function(e){return U7.test(e)||e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)<91});function V7(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]}function W7(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}var G7=function(){function e(n){var r=this;this._insertTag=function(o){var a;r.tags.length===0?r.insertionPoint?a=r.insertionPoint.nextSibling:r.prepend?a=r.container.firstChild:a=r.before:a=r.tags[r.tags.length-1].nextSibling,r.container.insertBefore(o,a),r.tags.push(o)},this.isSpeedy=n.speedy===void 0?!1:n.speedy,this.tags=[],this.ctr=0,this.nonce=n.nonce,this.key=n.key,this.container=n.container,this.prepend=n.prepend,this.insertionPoint=n.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(n){n.forEach(this._insertTag)},t.insert=function(n){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(W7(this));var r=this.tags[this.tags.length-1],o=n.charCodeAt(0)===64&&n.charCodeAt(1)===105;if(o&&this._alreadyInsertedOrderInsensitiveRule&&console.error(`You're attempting to insert the following rule:
|
|
159
|
+
`+n+"\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=V7(r);try{a.insertRule(n,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(n)||console.error('There was a problem inserting the following rule: "'+n+'"',l)}}else r.appendChild(document.createTextNode(n));this.ctr++},t.flush=function(){this.tags.forEach(function(n){return n.parentNode&&n.parentNode.removeChild(n)}),this.tags=[],this.ctr=0,this._alreadyInsertedOrderInsensitiveRule=!1},e}(),De="-ms-",Bi="-moz-",re="-webkit-",nd="comm",rd="rule",od="decl",q7="@import",Qh="@keyframes",K7="@layer",Y7=Math.abs,Ss=String.fromCharCode,X7=Object.assign;function Z7(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}function Jh(e){return e.trim()}function Q7(e,t){return(e=t.exec(e))?e[0]:e}function oe(e,t,n){return e.replace(t,n)}function xu(e,t){return e.indexOf(t)}function Me(e,t){return e.charCodeAt(t)|0}function Ua(e,t,n){return e.slice(t,n)}function Jt(e){return e.length}function ad(e){return e.length}function Bl(e,t){return t.push(e),e}function J7(e,t){return e.map(t).join("")}var Cs=1,Oo=1,em=0,ot=0,Ee=0,Zo="";function _s(e,t,n,r,o,a,l){return{value:e,root:t,parent:n,type:r,props:o,children:a,line:Cs,column:Oo,length:l,return:""}}function ua(e,t){return X7(_s("",null,null,"",null,null,0),e,{length:-e.length},t)}function ew(){return Ee}function tw(){return Ee=ot>0?Me(Zo,--ot):0,Oo--,Ee===10&&(Oo=1,Cs--),Ee}function it(){return Ee=ot<em?Me(Zo,ot++):0,Oo++,Ee===10&&(Oo=1,Cs++),Ee}function dn(){return Me(Zo,ot)}function mi(){return ot}function wl(e,t){return Ua(Zo,e,t)}function Va(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}function tm(e){return Cs=Oo=1,em=Jt(Zo=e),ot=0,[]}function nm(e){return Zo="",e}function gi(e){return Jh(wl(ot-1,Su(e===91?e+2:e===40?e+1:e)))}function nw(e){for(;(Ee=dn())&&Ee<33;)it();return Va(e)>2||Va(Ee)>3?"":" "}function rw(e,t){for(;--t&&it()&&!(Ee<48||Ee>102||Ee>57&&Ee<65||Ee>70&&Ee<97););return wl(e,mi()+(t<6&&dn()==32&&it()==32))}function Su(e){for(;it();)switch(Ee){case e:return ot;case 34:case 39:e!==34&&e!==39&&Su(Ee);break;case 40:e===41&&Su(e);break;case 92:it();break}return ot}function ow(e,t){for(;it()&&e+Ee!==57&&!(e+Ee===84&&dn()===47););return"/*"+wl(t,ot-1)+"*"+Ss(e===47?e:it())}function aw(e){for(;!Va(dn());)it();return wl(e,ot)}function lw(e){return nm(yi("",null,null,null,[""],e=tm(e),0,[0],e))}function yi(e,t,n,r,o,a,l,s,c){for(var u=0,d=0,p=l,h=0,f=0,v=0,g=1,S=1,b=1,w=0,y="",E=o,x=a,C=r,_=y;S;)switch(v=w,w=it()){case 40:if(v!=108&&Me(_,p-1)==58){xu(_+=oe(gi(w),"&","&\f"),"&\f")!=-1&&(b=-1);break}case 34:case 39:case 91:_+=gi(w);break;case 9:case 10:case 13:case 32:_+=nw(v);break;case 92:_+=rw(mi()-1,7);continue;case 47:switch(dn()){case 42:case 47:Bl(iw(ow(it(),mi()),t,n),c);break;default:_+="/"}break;case 123*g:s[u++]=Jt(_)*b;case 125*g:case 59:case 0:switch(w){case 0:case 125:S=0;case 59+d:b==-1&&(_=oe(_,/\f/g,"")),f>0&&Jt(_)-p&&Bl(f>32?mf(_+";",r,n,p-1):mf(oe(_," ","")+";",r,n,p-2),c);break;case 59:_+=";";default:if(Bl(C=hf(_,t,n,u,d,o,s,y,E=[],x=[],p),a),w===123)if(d===0)yi(_,t,C,C,E,a,p,s,x);else switch(h===99&&Me(_,3)===110?100:h){case 100:case 108:case 109:case 115:yi(e,C,C,r&&Bl(hf(e,C,C,0,0,o,s,y,o,E=[],p),x),o,x,p,s,r?E:x);break;default:yi(_,C,C,C,[""],x,0,s,x)}}u=d=f=0,g=b=1,y=_="",p=l;break;case 58:p=1+Jt(_),f=v;default:if(g<1){if(w==123)--g;else if(w==125&&g++==0&&tw()==125)continue}switch(_+=Ss(w),w*g){case 38:b=d>0?1:(_+="\f",-1);break;case 44:s[u++]=(Jt(_)-1)*b,b=1;break;case 64:dn()===45&&(_+=gi(it())),h=dn(),d=p=Jt(y=_+=aw(mi())),w++;break;case 45:v===45&&Jt(_)==2&&(g=0)}}return a}function hf(e,t,n,r,o,a,l,s,c,u,d){for(var p=o-1,h=o===0?a:[""],f=ad(h),v=0,g=0,S=0;v<r;++v)for(var b=0,w=Ua(e,p+1,p=Y7(g=l[v])),y=e;b<f;++b)(y=Jh(g>0?h[b]+" "+w:oe(w,/&\f/g,h[b])))&&(c[S++]=y);return _s(e,t,n,o===0?rd:s,c,u,d)}function iw(e,t,n){return _s(e,t,n,nd,Ss(ew()),Ua(e,2,-2),0)}function mf(e,t,n,r){return _s(e,t,n,od,Ua(e,0,r),Ua(e,r+1,-1),r)}function So(e,t){for(var n="",r=ad(e),o=0;o<r;o++)n+=t(e[o],o,e,t)||"";return n}function sw(e,t,n,r){switch(e.type){case K7:if(e.children.length)break;case q7:case od:return e.return=e.return||e.value;case nd:return"";case Qh:return e.return=e.value+"{"+So(e.children,r)+"}";case rd:e.value=e.props.join(",")}return Jt(n=So(e.children,r))?e.return=e.value+"{"+n+"}":""}function cw(e){var t=ad(e);return function(n,r,o,a){for(var l="",s=0;s<t;s++)l+=e[s](n,r,o,a)||"";return l}}var gf=function(e){var t=new WeakMap;return function(n){if(t.has(n))return t.get(n);var r=e(n);return t.set(n,r),r}},uw=function(e,t,n){for(var r=0,o=0;r=o,o=dn(),r===38&&o===12&&(t[n]=1),!Va(o);)it();return wl(e,ot)},dw=function(e,t){var n=-1,r=44;do switch(Va(r)){case 0:r===38&&dn()===12&&(t[n]=1),e[n]+=uw(ot-1,t,n);break;case 2:e[n]+=gi(r);break;case 4:if(r===44){e[++n]=dn()===58?"&\f":"",t[n]=e[n].length;break}default:e[n]+=Ss(r)}while(r=it());return e},fw=function(e,t){return nm(dw(tm(e),t))},vf=new WeakMap,pw=function(e){if(!(e.type!=="rule"||!e.parent||e.length<1)){for(var t=e.value,n=e.parent,r=e.column===n.column&&e.line===n.line;n.type!=="rule";)if(n=n.parent,!n)return;if(!(e.props.length===1&&t.charCodeAt(0)!==58&&!vf.get(n))&&!r){vf.set(e,!0);for(var o=[],a=fw(t,o),l=n.props,s=0,c=0;s<a.length;s++)for(var u=0;u<l.length;u++,c++)e.props[c]=o[s]?a[s].replace(/&\f/g,l[u]):l[u]+" "+a[s]}}},hw=function(e){if(e.type==="decl"){var t=e.value;t.charCodeAt(0)===108&&t.charCodeAt(2)===98&&(e.return="",e.value="")}},mw="emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason",gw=function(e){return e.type==="comm"&&e.children.indexOf(mw)>-1},vw=function(e){return function(t,n,r){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:r,s=l.length-1;s>=0;s--){var c=l[s];if(c.line<t.line)break;if(c.column<t.column){if(gw(c))return;break}}o.forEach(function(u){console.error('The pseudo class "'+u+'" is potentially unsafe when doing server-side rendering. Try changing it to "'+u.split("-child")[0]+'-of-type".')})}}}},rm=function(e){return e.type.charCodeAt(1)===105&&e.type.charCodeAt(0)===64},yw=function(e,t){for(var n=e-1;n>=0;n--)if(!rm(t[n]))return!0;return!1},yf=function(e){e.type="",e.value="",e.return="",e.children="",e.props=""},ww=function(e,t,n){rm(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."),yf(e)):yw(t,n)&&(console.error("`@import` rules can't be after other rules. Please put your `@import` rules before your other rules."),yf(e)))};function om(e,t){switch(Z7(e,t)){case 5103:return re+"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 re+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return re+e+Bi+e+De+e+e;case 6828:case 4268:return re+e+De+e+e;case 6165:return re+e+De+"flex-"+e+e;case 5187:return re+e+oe(e,/(\w+).+(:[^]+)/,re+"box-$1$2"+De+"flex-$1$2")+e;case 5443:return re+e+De+"flex-item-"+oe(e,/flex-|-self/,"")+e;case 4675:return re+e+De+"flex-line-pack"+oe(e,/align-content|flex-|-self/,"")+e;case 5548:return re+e+De+oe(e,"shrink","negative")+e;case 5292:return re+e+De+oe(e,"basis","preferred-size")+e;case 6060:return re+"box-"+oe(e,"-grow","")+re+e+De+oe(e,"grow","positive")+e;case 4554:return re+oe(e,/([^-])(transform)/g,"$1"+re+"$2")+e;case 6187:return oe(oe(oe(e,/(zoom-|grab)/,re+"$1"),/(image-set)/,re+"$1"),e,"")+e;case 5495:case 3959:return oe(e,/(image-set\([^]*)/,re+"$1$`$1");case 4968:return oe(oe(e,/(.+:)(flex-)?(.*)/,re+"box-pack:$3"+De+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+re+e+e;case 4095:case 3583:case 4068:case 2532:return oe(e,/(.+)-inline(.+)/,re+"$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(Jt(e)-1-t>6)switch(Me(e,t+1)){case 109:if(Me(e,t+4)!==45)break;case 102:return oe(e,/(.+:)(.+)-([^]+)/,"$1"+re+"$2-$3$1"+Bi+(Me(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~xu(e,"stretch")?om(oe(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(Me(e,t+1)!==115)break;case 6444:switch(Me(e,Jt(e)-3-(~xu(e,"!important")&&10))){case 107:return oe(e,":",":"+re)+e;case 101:return oe(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+re+(Me(e,14)===45?"inline-":"")+"box$3$1"+re+"$2$3$1"+De+"$2box$3")+e}break;case 5936:switch(Me(e,t+11)){case 114:return re+e+De+oe(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return re+e+De+oe(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return re+e+De+oe(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return re+e+De+e+e}return e}var bw=function(e,t,n,r){if(e.length>-1&&!e.return)switch(e.type){case od:e.return=om(e.value,e.length);break;case Qh:return So([ua(e,{value:oe(e.value,"@","@"+re)})],r);case rd:if(e.length)return J7(e.props,function(o){switch(Q7(o,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return So([ua(e,{props:[oe(o,/:(read-\w+)/,":"+Bi+"$1")]})],r);case"::placeholder":return So([ua(e,{props:[oe(o,/:(plac\w+)/,":"+re+"input-$1")]}),ua(e,{props:[oe(o,/:(plac\w+)/,":"+Bi+"$1")]}),ua(e,{props:[oe(o,/:(plac\w+)/,De+"input-$1")]})],r)}return""})}},Ew=[bw],xw=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.
|
|
160
|
+
If multiple caches share the same key they might "fight" for each other's style elements.`);if(t==="css"){var n=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(n,function(v){var g=v.getAttribute("data-emotion");g.indexOf(" ")!==-1&&(document.head.appendChild(v),v.setAttribute("data-s",""))})}var r=e.stylisPlugins||Ew;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(" "),S=1;S<g.length;S++)o[g[S]]=!0;l.push(v)});var s,c=[pw,hw];c.push(vw({get compat(){return f.compat}}),ww);{var u,d=[sw,function(v){v.root||(v.return?u.insert(v.return):v.value&&v.type!==nd&&u.insert(v.value+"{}"))}],p=cw(c.concat(r,d)),h=function(v){return So(lw(v),p)};s=function(v,g,S,b){u=S,g.map!==void 0&&(u={insert:function(w){S.insert(w+g.map)}}),h(v?v+"{"+g.styles+"}":g.styles),b&&(f.inserted[g.name]=!0)}}var f={key:t,sheet:new G7({key:t,container:a,nonce:e.nonce,speedy:e.speedy,prepend:e.prepend,insertionPoint:e.insertionPoint}),nonce:e.nonce,inserted:o,registered:{},insert:s};return f.sheet.hydrate(l),f};jh(Xh());var Sw=!0;function ld(e,t,n){var r="";return n.split(" ").forEach(function(o){e[o]!==void 0?t.push(e[o]+";"):r+=o+" "}),r}var Rs=function(e,t,n){var r=e.key+"-"+t.name;(n===!1||Sw===!1)&&e.registered[r]===void 0&&(e.registered[r]=t.styles)},ks=function(e,t,n){Rs(e,t,n);var r=e.key+"-"+t.name;if(e.inserted[t.name]===void 0){var o=t;do e.insert(t===o?"."+r:"",o,e.sheet,!0),o=o.next;while(o!==void 0)}};function Cw(e){for(var t=0,n,r=0,o=e.length;o>=4;++r,o-=4)n=e.charCodeAt(r)&255|(e.charCodeAt(++r)&255)<<8|(e.charCodeAt(++r)&255)<<16|(e.charCodeAt(++r)&255)<<24,n=(n&65535)*1540483477+((n>>>16)*59797<<16),n^=n>>>24,t=(n&65535)*1540483477+((n>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(o){case 3:t^=(e.charCodeAt(r+2)&255)<<16;case 2:t^=(e.charCodeAt(r+1)&255)<<8;case 1:t^=e.charCodeAt(r)&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)}var _w={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},wf=`You have illegal escape sequence in your template literal, most likely inside content's property value.
|
|
161
|
+
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';".
|
|
162
|
+
You can read more about this here:
|
|
163
|
+
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences`,Rw="You have passed in falsy value as style object's key (can happen when in example you pass unexported component as computed key).",kw=/[A-Z]|^ms/g,am=/_EMO_([^_]+?)_([^]*?)_EMO_/g,id=function(e){return e.charCodeAt(1)===45},bf=function(e){return e!=null&&typeof e!="boolean"},pc=Zh(function(e){return id(e)?e:e.replace(kw,"-$&").toLowerCase()}),Fi=function(e,t){switch(e){case"animation":case"animationName":if(typeof t=="string")return t.replace(am,function(n,r,o){return en={name:r,styles:o,next:en},r})}return _w[e]!==1&&!id(e)&&typeof t=="number"&&t!==0?t+"px":t};Ef=/(var|attr|counters?|url|element|(((repeating-)?(linear|radial))|conic)-gradient)\(|(no-)?(open|close)-quote/,xf=["normal","none","initial","inherit","unset"],Sf=Fi,Cf=/^-ms-/,_f=/-(.)/g,hc={},Fi=function(e,t){if(e==="content"&&(typeof t!="string"||xf.indexOf(t)===-1&&!Ef.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 n=Sf(e,t);return n!==""&&!id(e)&&e.indexOf("-")!==-1&&hc[e]===void 0&&(hc[e]=!0,console.error("Using kebab-case for css properties in objects is not supported. Did you mean "+e.replace(Cf,"ms-").replace(_f,function(r,o){return o.toUpperCase()})+"?")),n};var Ef,xf,Sf,Cf,_f,hc,lm="Component selectors can only be used in conjunction with @emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware compiler transform.";function Wa(e,t,n){if(n==null)return"";if(n.__emotion_styles!==void 0){if(n.toString()==="NO_COMPONENT_SELECTOR")throw new Error(lm);return n}switch(typeof n){case"boolean":return"";case"object":{if(n.anim===1)return en={name:n.name,styles:n.styles,next:en},n.name;if(n.styles!==void 0){var r=n.next;if(r!==void 0)for(;r!==void 0;)en={name:r.name,styles:r.styles,next:en},r=r.next;var o=n.styles+";";return n.map!==void 0&&(o+=n.map),o}return Iw(e,t,n)}case"function":{if(e!==void 0){var a=en,l=n(e);return en=a,Wa(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 s=[],c=n.replace(am,function(d,p,h){var f="animation"+s.length;return s.push("const "+f+" = keyframes`"+h.replace(/^@keyframes animation-\w+/,"")+"`"),"${"+f+"}"});s.length&&console.error("`keyframes` output got interpolated into plain string, please wrap it with `css`.\n\nInstead of doing this:\n\n"+[].concat(s,["`"+c+"`"]).join(`
|
|
164
|
+
`)+`
|
|
165
|
+
|
|
166
|
+
You should wrap it with \`css\` like this:
|
|
167
|
+
|
|
168
|
+
`+("css`"+c+"`"));break}if(t==null)return n;var u=t[n];return u!==void 0?u:n}function Iw(e,t,n){var r="";if(Array.isArray(n))for(var o=0;o<n.length;o++)r+=Wa(e,t,n[o])+";";else for(var a in n){var l=n[a];if(typeof l!="object")t!=null&&t[l]!==void 0?r+=a+"{"+t[l]+"}":bf(l)&&(r+=pc(a)+":"+Fi(a,l)+";");else{if(a==="NO_COMPONENT_SELECTOR")throw new Error(lm);if(Array.isArray(l)&&typeof l[0]=="string"&&(t==null||t[l[0]]===void 0))for(var s=0;s<l.length;s++)bf(l[s])&&(r+=pc(a)+":"+Fi(a,l[s])+";");else{var c=Wa(e,t,l);switch(a){case"animation":case"animationName":{r+=pc(a)+":"+c+";";break}default:a==="undefined"&&console.error(Rw),r+=a+"{"+c+"}"}}}}return r}var Rf=/label:\s*([^\s;\n{]+)\s*(;|$)/g,im;im=/\/\*#\ssourceMappingURL=data:application\/json;\S+\s+\*\//g;var en,To=function(e,t,n){if(e.length===1&&typeof e[0]=="object"&&e[0]!==null&&e[0].styles!==void 0)return e[0];var r=!0,o="";en=void 0;var a=e[0];a==null||a.raw===void 0?(r=!1,o+=Wa(n,t,a)):(a[0]===void 0&&console.error(wf),o+=a[0]);for(var l=1;l<e.length;l++)o+=Wa(n,t,e[l]),r&&(a[l]===void 0&&console.error(wf),o+=a[l]);var s;o=o.replace(im,function(p){return s=p,""}),Rf.lastIndex=0;for(var c="",u;(u=Rf.exec(o))!==null;)c+="-"+u[1];var d=Cw(o)+c;return{name:d,styles:o,map:s,next:en,toString: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)."}}},Aw={}.hasOwnProperty,sd=i.createContext(typeof HTMLElement<"u"?xw({key:"css"}):null);sd.displayName="EmotionCacheContext";sd.Provider;var Is=function(e){return i.forwardRef(function(t,n){var r=i.useContext(sd);return e(t,r,n)})},or=i.createContext({});or.displayName="EmotionThemeContext";var sm=function(){return i.useContext(or)},$w=function(e,t){if(typeof t=="function"){var n=t(e);if(n==null||typeof n!="object"||Array.isArray(n))throw new Error("[ThemeProvider] Please return an object from your theme function, i.e. theme={() => ({})}!");return n}if(t==null||typeof t!="object"||Array.isArray(t))throw new Error("[ThemeProvider] Please make your theme prop a plain object");return rr({},e,t)},Ow=gf(function(e){return gf(function(t){return $w(e,t)})}),cm=function(e){var t=i.useContext(or);return e.theme!==t&&(t=Ow(t)(e.theme)),i.createElement(or.Provider,{value:t},e.children)},kf="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",If="__EMOTION_LABEL_PLEASE_DO_NOT_USE__",Tw=function(e){var t=e.cache,n=e.serialized,r=e.isStringTag;return Rs(t,n,r),ed(function(){return ks(t,n,r)}),null},Mw=Is(function(e,t,n){var r=e.css;typeof r=="string"&&t.registered[r]!==void 0&&(r=t.registered[r]);var o=e[kf],a=[r],l="";typeof e.className=="string"?l=ld(t.registered,a,e.className):e.className!=null&&(l=e.className+" ");var s=To(a,void 0,i.useContext(or));if(s.name.indexOf("-")===-1){var c=e[If];c&&(s=To([s,"label:"+c+";"]))}l+=t.key+"-"+s.name;var u={};for(var d in e)Aw.call(e,d)&&d!=="css"&&d!==kf&&d!==If&&(u[d]=e[d]);return u.ref=n,u.className=l,i.createElement(i.Fragment,null,i.createElement(Tw,{cache:t,serialized:s,isStringTag:typeof o=="string"}),i.createElement(o,u))});Mw.displayName="EmotionCssPropInternal";jh(Xh());var Lw={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"}}}}},Af=!1,Pw=Is(function(e,t){!Af&&(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?"),Af=!0);var n=e.styles,r=To([n],void 0,i.useContext(or)),o=i.useRef();return pf(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}),s=!1,c=document.querySelector('style[data-emotion="'+a+" "+r.name+'"]');return t.sheet.tags.length&&(l.before=t.sheet.tags[0]),c!==null&&(s=!0,c.setAttribute("data-emotion",a),l.hydrate([c])),o.current=[l,s],function(){l.flush()}},[t]),pf(function(){var a=o.current,l=a[0],s=a[1];if(s){a[1]=!1;return}if(r.next!==void 0&&ks(t,r.next,!0),l.tags.length){var c=l.tags[l.tags.length-1].nextElementSibling;l.before=c,l.flush()}t.insert("",r,l,!1)},[t,r.name]),null});Pw.displayName="EmotionGlobal";function cd(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return To(t)}var $n=function(){var e=cd.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}},zw=function e(t){for(var n=t.length,r=0,o="";r<n;r++){var a=t[r];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 s in a)a[s]&&s&&(l&&(l+=" "),l+=s)}break}default:l=a}l&&(o&&(o+=" "),o+=l)}}return o};function Nw(e,t,n){var r=[],o=ld(e,r,n);return r.length<2?n:o+t(r)}var Bw=function(e){var t=e.cache,n=e.serializedArr;return ed(function(){for(var r=0;r<n.length;r++)ks(t,n[r],!1)}),null},Fw=Is(function(e,t){var n=!1,r=[],o=function(){if(n)throw new Error("css can only be used during render");for(var c=arguments.length,u=new Array(c),d=0;d<c;d++)u[d]=arguments[d];var p=To(u,t.registered);return r.push(p),Rs(t,p,!1),t.key+"-"+p.name},a=function(){if(n)throw new Error("cx can only be used during render");for(var c=arguments.length,u=new Array(c),d=0;d<c;d++)u[d]=arguments[d];return Nw(t.registered,o,zw(u))},l={css:o,cx:a,theme:i.useContext(or)},s=e.children(l);return n=!0,i.createElement(i.Fragment,null,i.createElement(Bw,{cache:t,serializedArr:r}),s)});Fw.displayName="EmotionClassNames";mc=!0,$f=typeof jest<"u"||typeof vi<"u",mc&&!$f&&(gc=typeof globalThis<"u"?globalThis:mc?window:global,vc="__EMOTION_REACT_"+Lw.version.split(".")[0]+"__",gc[vc]&&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."),gc[vc]=!0);var mc,$f,gc,vc,Hw=td,Dw=function(e){return e!=="theme"},Of=function(e){return typeof e=="string"&&e.charCodeAt(0)>96?Hw:Dw},Tf=function(e,t,n){var r;if(t){var o=t.shouldForwardProp;r=e.__emotion_forwardProp&&o?function(a){return e.__emotion_forwardProp(a)&&o(a)}:o}return typeof r!="function"&&n&&(r=e.__emotion_forwardProp),r},Mf=`You have illegal escape sequence in your template literal, most likely inside content's property value.
|
|
169
|
+
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';".
|
|
170
|
+
You can read more about this here:
|
|
171
|
+
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences`,jw=function(e){var t=e.cache,n=e.serialized,r=e.isStringTag;return Rs(t,n,r),ed(function(){return ks(t,n,r)}),null},Uw=function e(t,n){if(t===void 0)throw new Error(`You are trying to create a styled element with an undefined component.
|
|
172
|
+
You may have forgotten to import it.`);var r=t.__emotion_real===t,o=r&&t.__emotion_base||t,a,l;n!==void 0&&(a=n.label,l=n.target);var s=Tf(t,n,r),c=s||Of(o),u=!c("as");return function(){var d=arguments,p=r&&t.__emotion_styles!==void 0?t.__emotion_styles.slice(0):[];if(a!==void 0&&p.push("label:"+a+";"),d[0]==null||d[0].raw===void 0)p.push.apply(p,d);else{d[0][0]===void 0&&console.error(Mf),p.push(d[0][0]);for(var h=d.length,f=1;f<h;f++)d[0][f]===void 0&&console.error(Mf),p.push(d[f],d[0][f])}var v=Is(function(g,S,b){var w=u&&g.as||o,y="",E=[],x=g;if(g.theme==null){x={};for(var C in g)x[C]=g[C];x.theme=i.useContext(or)}typeof g.className=="string"?y=ld(S.registered,E,g.className):g.className!=null&&(y=g.className+" ");var _=To(p.concat(E),S.registered,x);y+=S.key+"-"+_.name,l!==void 0&&(y+=" "+l);var R=u&&s===void 0?Of(w):c,A={};for(var I in g)u&&I==="as"||R(I)&&(A[I]=g[I]);return A.className=y,A.ref=b,i.createElement(i.Fragment,null,i.createElement(jw,{cache:S,serialized:_,isStringTag:typeof w=="string"}),i.createElement(w,A))});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=p,v.__emotion_forwardProp=s,Object.defineProperty(v,"toString",{value:function(){return l===void 0?"NO_COMPONENT_SELECTOR":"."+l}}),v.withComponent=function(g,S){return e(g,rr({},n,S,{shouldForwardProp:Tf(v,S,!0)})).apply(void 0,p)},v}},Vw=["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"],k=Uw.bind();Vw.forEach(function(e){k[e]=k(e)});var Ww=Gr(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"}}));Gr(1)(({color:e,background:t,typography:n})=>{let r=Ww({typography:n});return{...r,body:{...r.body,color:e.defaultText,background:t.app,overflow:"hidden"},hr:{...r.hr,borderTop:`1px solid ${e.border}`}}});var Gw={rubber:"cubic-bezier(0.175, 0.885, 0.335, 1.05)"},qw=$n`
|
|
173
|
+
from {
|
|
174
|
+
transform: rotate(0deg);
|
|
175
|
+
}
|
|
176
|
+
to {
|
|
177
|
+
transform: rotate(360deg);
|
|
178
|
+
}
|
|
179
|
+
`,um=$n`
|
|
180
|
+
0%, 100% { opacity: 1; }
|
|
181
|
+
50% { opacity: .4; }
|
|
182
|
+
`,Kw=$n`
|
|
183
|
+
0% { transform: translateY(1px); }
|
|
184
|
+
25% { transform: translateY(0px); }
|
|
185
|
+
50% { transform: translateY(-3px); }
|
|
186
|
+
100% { transform: translateY(1px); }
|
|
187
|
+
`,Yw=$n`
|
|
188
|
+
0%, 100% { transform:translate3d(0,0,0); }
|
|
189
|
+
12.5%, 62.5% { transform:translate3d(-4px,0,0); }
|
|
190
|
+
37.5%, 87.5% { transform: translate3d(4px,0,0); }
|
|
191
|
+
`,Xw=cd`
|
|
192
|
+
animation: ${um} 1.5s ease-in-out infinite;
|
|
193
|
+
color: transparent;
|
|
194
|
+
cursor: progress;
|
|
195
|
+
`,Zw=cd`
|
|
196
|
+
transition: all 150ms ease-out;
|
|
197
|
+
transform: translate3d(0, 0, 0);
|
|
198
|
+
|
|
199
|
+
&:hover {
|
|
200
|
+
transform: translate3d(0, -2px, 0);
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
&:active {
|
|
204
|
+
transform: translate3d(0, 0, 0);
|
|
205
|
+
}
|
|
206
|
+
`,Qw={rotate360:qw,glow:um,float:Kw,jiggle:Yw,inlineGlow:Xw,hoverable:Zw},Jw={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"},e6={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"},t6=e=>Object.entries(e).reduce((t,[n,r])=>({...t,[n]:M7(r)}),{}),n6=({colors:e,mono:t})=>{let n=t6(e);return{token:{fontFamily:t,WebkitFontSmoothing:"antialiased","&.tag":n.red3,"&.comment":{...n.green1,fontStyle:"italic"},"&.prolog":{...n.green1,fontStyle:"italic"},"&.doctype":{...n.green1,fontStyle:"italic"},"&.cdata":{...n.green1,fontStyle:"italic"},"&.string":n.red1,"&.url":n.cyan1,"&.symbol":n.cyan1,"&.number":n.cyan1,"&.boolean":n.cyan1,"&.variable":n.cyan1,"&.constant":n.cyan1,"&.inserted":n.cyan1,"&.atrule":n.blue1,"&.keyword":n.blue1,"&.attr-value":n.blue1,"&.punctuation":n.gray1,"&.operator":n.gray1,"&.function":n.gray1,"&.deleted":n.red2,"&.important":{fontWeight:"bold"},"&.bold":{fontWeight:"bold"},"&.italic":{fontStyle:"italic"},"&.class-name":n.cyan2,"&.selector":n.red3,"&.attr-name":n.red4,"&.property":n.red4,"&.regex":n.red4,"&.entity":n.red4,"&.directive.tag .tag":{background:"#ffff00",...n.gray1}},"language-json .token.boolean":n.blue1,"language-json .token.number":n.blue1,"language-json .token.property":n.cyan2,namespace:{opacity:.7}}},r6={green1:"#008000",red1:"#A31515",red2:"#9a050f",red3:"#800000",red4:"#ff0000",gray1:"#393A34",cyan1:"#36acaa",cyan2:"#2B91AF",blue1:"#0000ff",blue2:"#00009f"},o6={green1:"#7C7C7C",red1:"#92C379",red2:"#9a050f",red3:"#A8FF60",red4:"#96CBFE",gray1:"#EDEDED",cyan1:"#C6C5FE",cyan2:"#FFFFB6",blue1:"#B474DD",blue2:"#00009f"},a6=e=>({primary:e.colorPrimary,secondary:e.colorSecondary,tertiary:V.tertiary,ancillary:V.ancillary,orange:V.orange,gold:V.gold,green:V.green,seafoam:V.seafoam,purple:V.purple,ultraviolet:V.ultraviolet,lightest:V.lightest,lighter:V.lighter,light:V.light,mediumlight:V.mediumlight,medium:V.medium,mediumdark:V.mediumdark,dark:V.dark,darker:V.darker,darkest:V.darkest,border:V.border,positive:V.positive,negative:V.negative,warning:V.warning,critical:V.critical,defaultText:e.textColor||V.darkest,inverseText:e.textInverseColor||V.lightest,positiveText:V.positiveText,negativeText:V.negativeText,warningText:V.warningText}),Cu=(e=Eu[qh()])=>{let{base:t,colorPrimary:n,colorSecondary:r,appBg:o,appContentBg:a,appPreviewBg:l,appBorderColor:s,appBorderRadius:c,fontBase:u,fontCode:d,textColor:p,textInverseColor:h,barTextColor:f,barHoverColor:v,barSelectedColor:g,barBg:S,buttonBg:b,buttonBorder:w,booleanBg:y,booleanSelectedBg:E,inputBg:x,inputBorder:C,inputTextColor:_,inputBorderRadius:R,brandTitle:A,brandUrl:I,brandImage:$,brandTarget:M,gridCellSize:L,...j}=e;return{...j,base:t,color:a6(e),background:{app:o,bar:S,content:a,preview:l,gridCellSize:L||Hn.gridCellSize,hoverable:Hn.hoverable,positive:Hn.positive,negative:Hn.negative,warning:Hn.warning,critical:Hn.critical},typography:{fonts:{base:u,mono:d},weight:sn.weight,size:sn.size},animation:Qw,easing:Gw,input:{background:x,border:C,borderRadius:R,color:_},button:{background:b||x,border:w||C},boolean:{background:y||C,selectedBackground:E||x},layoutMargin:10,appBorderColor:s,appBorderRadius:c,barTextColor:f,barHoverColor:v||r,barSelectedColor:g||r,barBg:S,brand:{title:A,url:I,image:$||(A?null:void 0),target:M},code:n6({colors:t==="light"?r6:o6,mono:d}),addonActionsTheme:{...t==="light"?e6:Jw,BASE_FONT_FAMILY:d,BASE_FONT_SIZE:sn.size.s2-1,BASE_LINE_HEIGHT:"18px",BASE_BACKGROUND_COLOR:"transparent",BASE_COLOR:p,ARROW_COLOR:R7(.2,s),ARROW_MARGIN_RIGHT:4,ARROW_FONT_SIZE:8,TREENODE_FONT_FAMILY:d,TREENODE_FONT_SIZE:sn.size.s2-1,TREENODE_LINE_HEIGHT:"18px",TREENODE_PADDING_LEFT:12}}},l6=e=>Object.keys(e).length===0,yc=e=>e!=null&&typeof e=="object",i6=(e,...t)=>Object.prototype.hasOwnProperty.call(e,...t),s6=()=>Object.create(null),dm=(e,t)=>e===t||!yc(e)||!yc(t)?{}:Object.keys(e).reduce((n,r)=>{if(i6(t,r)){let o=dm(e[r],t[r]);return yc(o)&&l6(o)||(n[r]=o),n}return n[r]=void 0,n},s6()),c6=dm;function u6(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];var r=Array.from(typeof e=="string"?[e]:e);r[r.length-1]=r[r.length-1].replace(/\r?\n([\t ]*)$/,"");var o=r.reduce(function(s,c){var u=c.match(/\n([\t ]+|(?!\s).)/g);return u?s.concat(u.map(function(d){var p,h;return(h=(p=d.match(/[\t ]/g))===null||p===void 0?void 0:p.length)!==null&&h!==void 0?h:0})):s},[]);if(o.length){var a=new RegExp(`
|
|
207
|
+
[ ]{`+Math.min.apply(Math,o)+"}","g");r=r.map(function(s){return s.replace(a,`
|
|
208
|
+
`)})}r[0]=r[0].replace(/^\r?\n/,"");var l=r[0];return t.forEach(function(s,c){var u=l.match(/(?:^|\n)( *)$/),d=u?u[1]:"",p=s;typeof s=="string"&&s.includes(`
|
|
209
|
+
`)&&(p=String(s).split(`
|
|
210
|
+
`).map(function(h,f){return f===0?h:""+d+h}).join(`
|
|
211
|
+
`)),l+=p+r[c+1]}),l}var d6=e=>{if(!e)return Cu(Ni);let t=c6(Ni,e);return Object.keys(t).length&&H7.warn(u6`
|
|
212
|
+
Your theme is missing properties, you should update your theme!
|
|
213
|
+
|
|
214
|
+
theme-data missing:
|
|
215
|
+
`,t),Cu(e)},_u="/* emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason */";function te(){return te=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},te.apply(this,arguments)}function ud(e,t){if(e==null)return{};var n={},r=Object.keys(e),o,a;for(a=0;a<r.length;a++)o=r[a],!(t.indexOf(o)>=0)&&(n[o]=e[o]);return n}var f6=Object.create,dd=Object.defineProperty,p6=Object.getOwnPropertyDescriptor,fm=Object.getOwnPropertyNames,h6=Object.getPrototypeOf,m6=Object.prototype.hasOwnProperty,G=(e,t)=>function(){return t||(0,e[fm(e)[0]])((t={exports:{}}).exports,t),t.exports},g6=(e,t)=>{for(var n in t)dd(e,n,{get:t[n],enumerable:!0})},v6=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of fm(t))!m6.call(e,o)&&o!==n&&dd(e,o,{get:()=>t[o],enumerable:!(r=p6(t,o))||r.enumerable});return e},dt=(e,t,n)=>(n=e!=null?f6(h6(e)):{},v6(!e||!e.__esModule?dd(n,"default",{value:e,enumerable:!0}):n,e)),y6=G({"../../node_modules/refractor/lang/markdown.js"(e,t){t.exports=n,n.displayName="markdown",n.aliases=["md"];function n(r){(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+")")}var s=/(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source,c=/\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(/__/g,function(){return s}),u=/\|?[ \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("^"+c+u+"(?:"+c+")*","m"),inside:{"table-data-rows":{pattern:RegExp("^("+c+u+")(?:"+c+")*$"),lookbehind:!0,inside:{"table-data":{pattern:RegExp(s),inside:o.languages.markdown},punctuation:/\|/}},"table-line":{pattern:RegExp("^("+c+")"+u+"$"),lookbehind:!0,inside:{punctuation:/\||:?-{3,}:?/}},"table-header-row":{pattern:RegExp("^"+c+"$"),inside:{"table-header":{pattern:RegExp(s),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(S){if(!(!S||typeof S=="string"))for(var b=0,w=S.length;b<w;b++){var y=S[b];if(y.type!=="code"){g(y.content);continue}var E=y.content[1],x=y.content[3];if(E&&x&&E.type==="code-language"&&x.type==="code-block"&&typeof E.content=="string"){var C=E.content.replace(/\b#/g,"sharp").replace(/\b\+\+/g,"pp");C=(/[a-z][\w-]*/i.exec(C)||[""])[0].toLowerCase();var _="language-"+C;x.alias?typeof x.alias=="string"?x.alias=[x.alias,_]:x.alias.push(_):x.alias=[_]}}}g(v.tokens)}),o.hooks.add("wrap",function(v){if(v.type==="code-block"){for(var g="",S=0,b=v.classes.length;S<b;S++){var w=v.classes[S],y=/language-(.+)/.exec(w);if(y){g=y[1];break}}var E=o.languages[g];if(E)v.content=o.highlight(f(v.content.value),E,g);else if(g&&g!=="none"&&o.plugins.autoloader){var x="md-"+new Date().valueOf()+"-"+Math.floor(Math.random()*1e16);v.attributes.id=x,o.plugins.autoloader.loadLanguages(g,function(){var C=document.getElementById(x);C&&(C.innerHTML=o.highlight(C.textContent,o.languages[g],g))})}}});var d=RegExp(o.languages.markup.tag.pattern.source,"gi"),p={amp:"&",lt:"<",gt:">",quot:'"'},h=String.fromCodePoint||String.fromCharCode;function f(v){var g=v.replace(d,"");return g=g.replace(/&(\w{1,8}|#x?[\da-f]{1,8});/gi,function(S,b){if(b=b.toLowerCase(),b[0]==="#"){var w;return b[1]==="x"?w=parseInt(b.slice(2),16):w=Number(b.slice(1)),h(w)}else{var y=p[b];return y||S}}),g}o.languages.md=o.languages.markdown})(r)}}}),w6=G({"../../node_modules/refractor/lang/yaml.js"(e,t){t.exports=n,n.displayName="yaml",n.aliases=["yml"];function n(r){(function(o){var a=/[*&][^\s[\]{},]+/,l=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,s="(?:"+l.source+"(?:[ ]+"+a.source+")?|"+a.source+"(?:[ ]+"+l.source+")?)",c=/(?:[^\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}),u=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function d(p,h){h=(h||"").replace(/m/g,"")+"m";var f=/([:\-,[{]\s*(?:\s<<prop>>[ \t]+)?)(?:<<value>>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<<prop>>/g,function(){return s}).replace(/<<value>>/g,function(){return p});return RegExp(f,h)}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 s})),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<<prop>>[ \t]+)?)<<key>>(?=\s*:\s)/.source.replace(/<<prop>>/g,function(){return s}).replace(/<<key>>/g,function(){return"(?:"+c+"|"+u+")"})),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:d(/\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:d(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:d(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:d(u),lookbehind:!0,greedy:!0},number:{pattern:d(/[+-]?(?: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})(r)}}}),pm=G({"../../node_modules/refractor/lang/typescript.js"(e,t){t.exports=n,n.displayName="typescript",n.aliases=["ts"];function n(r){(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})(r)}}}),hm=G({"../../node_modules/refractor/lang/jsx.js"(e,t){t.exports=n,n.displayName="jsx",n.aliases=[];function n(r){(function(o){var a=o.util.clone(o.languages.javascript),l=/(?:\s|\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))\*\/)/.source,s=/(?:\{(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])*\})/.source,c=/(?:\{<S>*\.{3}(?:[^{}]|<BRACES>)*\})/.source;function u(h,f){return h=h.replace(/<S>/g,function(){return l}).replace(/<BRACES>/g,function(){return s}).replace(/<SPREAD>/g,function(){return c}),RegExp(h,f)}c=u(c).source,o.languages.jsx=o.languages.extend("markup",a),o.languages.jsx.tag.pattern=u(/<\/?(?:[\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:u(/<SPREAD>/.source),inside:o.languages.jsx}},o.languages.jsx.tag),o.languages.insertBefore("inside","special-attr",{script:{pattern:u(/=<BRACES>/.source),alias:"language-javascript",inside:{"script-punctuation":{pattern:/^=(?=\{)/,alias:"punctuation"},rest:o.languages.jsx}}},o.languages.jsx.tag);var d=function(h){return h?typeof h=="string"?h:typeof h.content=="string"?h.content:h.content.map(d).join(""):""},p=function(h){for(var f=[],v=0;v<h.length;v++){var g=h[v],S=!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===d(g.content[0].content[1])&&f.pop():g.content[g.content.length-1].content==="/>"||f.push({tagName:d(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--:S=!0),(S||typeof g=="string")&&f.length>0&&f[f.length-1].openedBraces===0){var b=d(g);v<h.length-1&&(typeof h[v+1]=="string"||h[v+1].type==="plain-text")&&(b+=d(h[v+1]),h.splice(v+1,1)),v>0&&(typeof h[v-1]=="string"||h[v-1].type==="plain-text")&&(b=d(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"&&p(g.content)}};o.hooks.add("after-tokenize",function(h){h.language!=="jsx"&&h.language!=="tsx"||p(h.tokens)})})(r)}}}),b6=G({"../../node_modules/refractor/lang/tsx.js"(e,t){var n=hm(),r=pm();t.exports=o,o.displayName="tsx",o.aliases=[];function o(a){a.register(n),a.register(r),function(l){var s=l.util.clone(l.languages.typescript);l.languages.tsx=l.languages.extend("jsx",s),delete l.languages.tsx.parameter,delete l.languages.tsx["literal-property"];var c=l.languages.tsx.tag;c.pattern=RegExp(/(^|[^\w$]|(?=<\/))/.source+"(?:"+c.pattern.source+")",c.pattern.flags),c.lookbehind=!0}(a)}}}),E6=G({"../../node_modules/refractor/lang/clike.js"(e,t){t.exports=n,n.displayName="clike",n.aliases=[];function n(r){r.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:/[{}[\];(),.:]/}}}}),x6=G({"../../node_modules/refractor/lang/javascript.js"(e,t){t.exports=n,n.displayName="javascript",n.aliases=["js"];function n(r){r.languages.javascript=r.languages.extend("clike",{"class-name":[r.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}|\?\?=?|\?\.?|[~:]/}),r.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,r.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:r.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:r.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:r.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:r.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:r.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),r.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:r.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"}}),r.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),r.languages.markup&&(r.languages.markup.tag.addInlined("script","javascript"),r.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")),r.languages.js=r.languages.javascript}}}),mm=G({"../../node_modules/refractor/lang/css.js"(e,t){t.exports=n,n.displayName="css",n.aliases=[];function n(r){(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"))})(r)}}}),gm=G({"../../node_modules/refractor/lang/markup.js"(e,t){t.exports=n,n.displayName="markup",n.aliases=["html","mathml","svg","xml","ssml","atom","rss"];function n(r){r.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]},r.languages.markup.tag.inside["attr-value"].inside.entity=r.languages.markup.entity,r.languages.markup.doctype.inside["internal-subset"].inside=r.languages.markup,r.hooks.add("wrap",function(o){o.type==="entity"&&(o.attributes.title=o.content.value.replace(/&/,"&"))}),Object.defineProperty(r.languages.markup.tag,"addInlined",{value:function(o,a){var l={};l["language-"+a]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:r.languages[a]},l.cdata=/^<!\[CDATA\[|\]\]>$/i;var s={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:l}};s["language-"+a]={pattern:/[\s\S]+/,inside:r.languages[a]};var c={};c[o]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return o}),"i"),lookbehind:!0,greedy:!0,inside:s},r.languages.insertBefore("markup","cdata",c)}}),Object.defineProperty(r.languages.markup.tag,"addAttribute",{value:function(o,a){r.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:r.languages[a]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),r.languages.html=r.languages.markup,r.languages.mathml=r.languages.markup,r.languages.svg=r.languages.markup,r.languages.xml=r.languages.extend("markup",{}),r.languages.ssml=r.languages.xml,r.languages.atom=r.languages.xml,r.languages.rss=r.languages.xml}}}),S6=G({"../../node_modules/xtend/immutable.js"(e,t){t.exports=r;var n=Object.prototype.hasOwnProperty;function r(){for(var o={},a=0;a<arguments.length;a++){var l=arguments[a];for(var s in l)n.call(l,s)&&(o[s]=l[s])}return o}}}),vm=G({"../../node_modules/hastscript/node_modules/property-information/lib/util/schema.js"(e,t){t.exports=r;var n=r.prototype;n.space=null,n.normal={},n.property={};function r(o,a,l){this.property=o,this.normal=a,l&&(this.space=l)}}}),C6=G({"../../node_modules/hastscript/node_modules/property-information/lib/util/merge.js"(e,t){var n=S6(),r=vm();t.exports=o;function o(a){for(var l=a.length,s=[],c=[],u=-1,d,p;++u<l;)d=a[u],s.push(d.property),c.push(d.normal),p=d.space;return new r(n.apply(null,s),n.apply(null,c),p)}}}),fd=G({"../../node_modules/hastscript/node_modules/property-information/normalize.js"(e,t){t.exports=n;function n(r){return r.toLowerCase()}}}),ym=G({"../../node_modules/hastscript/node_modules/property-information/lib/util/info.js"(e,t){t.exports=r;var n=r.prototype;n.space=null,n.attribute=null,n.property=null,n.boolean=!1,n.booleanish=!1,n.overloadedBoolean=!1,n.number=!1,n.commaSeparated=!1,n.spaceSeparated=!1,n.commaOrSpaceSeparated=!1,n.mustUseProperty=!1,n.defined=!1;function r(o,a){this.property=o,this.attribute=a}}}),pd=G({"../../node_modules/hastscript/node_modules/property-information/lib/util/types.js"(e){var t=0;e.boolean=n(),e.booleanish=n(),e.overloadedBoolean=n(),e.number=n(),e.spaceSeparated=n(),e.commaSeparated=n(),e.commaOrSpaceSeparated=n();function n(){return Math.pow(2,++t)}}}),wm=G({"../../node_modules/hastscript/node_modules/property-information/lib/util/defined-info.js"(e,t){var n=ym(),r=pd();t.exports=l,l.prototype=new n,l.prototype.defined=!0;var o=["boolean","booleanish","overloadedBoolean","number","commaSeparated","spaceSeparated","commaOrSpaceSeparated"],a=o.length;function l(c,u,d,p){var h=-1,f;for(s(this,"space",p),n.call(this,c,u);++h<a;)f=o[h],s(this,f,(d&r[f])===r[f])}function s(c,u,d){d&&(c[u]=d)}}}),bl=G({"../../node_modules/hastscript/node_modules/property-information/lib/util/create.js"(e,t){var n=fd(),r=vm(),o=wm();t.exports=a;function a(l){var s=l.space,c=l.mustUseProperty||[],u=l.attributes||{},d=l.properties,p=l.transform,h={},f={},v,g;for(v in d)g=new o(v,p(u,v),d[v],s),c.indexOf(v)!==-1&&(g.mustUseProperty=!0),h[v]=g,f[n(v)]=v,f[n(g.attribute)]=v;return new r(h,f,s)}}}),_6=G({"../../node_modules/hastscript/node_modules/property-information/lib/xlink.js"(e,t){var n=bl();t.exports=n({space:"xlink",transform:r,properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null}});function r(o,a){return"xlink:"+a.slice(5).toLowerCase()}}}),R6=G({"../../node_modules/hastscript/node_modules/property-information/lib/xml.js"(e,t){var n=bl();t.exports=n({space:"xml",transform:r,properties:{xmlLang:null,xmlBase:null,xmlSpace:null}});function r(o,a){return"xml:"+a.slice(3).toLowerCase()}}}),k6=G({"../../node_modules/hastscript/node_modules/property-information/lib/util/case-sensitive-transform.js"(e,t){t.exports=n;function n(r,o){return o in r?r[o]:o}}}),bm=G({"../../node_modules/hastscript/node_modules/property-information/lib/util/case-insensitive-transform.js"(e,t){var n=k6();t.exports=r;function r(o,a){return n(o,a.toLowerCase())}}}),I6=G({"../../node_modules/hastscript/node_modules/property-information/lib/xmlns.js"(e,t){var n=bl(),r=bm();t.exports=n({space:"xmlns",attributes:{xmlnsxlink:"xmlns:xlink"},transform:r,properties:{xmlns:null,xmlnsXLink:null}})}}),A6=G({"../../node_modules/hastscript/node_modules/property-information/lib/aria.js"(e,t){var n=pd(),r=bl(),o=n.booleanish,a=n.number,l=n.spaceSeparated;t.exports=r({transform:s,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 s(c,u){return u==="role"?u:"aria-"+u.slice(4).toLowerCase()}}}),$6=G({"../../node_modules/hastscript/node_modules/property-information/lib/html.js"(e,t){var n=pd(),r=bl(),o=bm(),a=n.boolean,l=n.overloadedBoolean,s=n.booleanish,c=n.number,u=n.spaceSeparated,d=n.commaSeparated;t.exports=r({space:"html",attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},transform:o,mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:d,acceptCharset:u,accessKey:u,action:null,allow:null,allowFullScreen:a,allowPaymentRequest:a,allowUserMedia:a,alt:null,as:null,async:a,autoCapitalize:null,autoComplete:u,autoFocus:a,autoPlay:a,capture:a,charSet:null,checked:a,cite:null,className:u,cols:c,colSpan:null,content:null,contentEditable:s,controls:a,controlsList:u,coords:c|d,crossOrigin:null,data:null,dateTime:null,decoding:null,default:a,defer:a,dir:null,dirName:null,disabled:a,download:l,draggable:s,encType:null,enterKeyHint:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:a,formTarget:null,headers:u,height:c,hidden:a,high:c,href:null,hrefLang:null,htmlFor:u,httpEquiv:u,id:null,imageSizes:null,imageSrcSet:d,inputMode:null,integrity:null,is:null,isMap:a,itemId:null,itemProp:u,itemRef:u,itemScope:a,itemType:u,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:a,low:c,manifest:null,max:null,maxLength:c,media:null,method:null,min:null,minLength:c,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:c,pattern:null,ping:u,placeholder:null,playsInline:a,poster:null,preload:null,readOnly:a,referrerPolicy:null,rel:u,required:a,reversed:a,rows:c,rowSpan:c,sandbox:u,scope:null,scoped:a,seamless:a,selected:a,shape:null,size:c,sizes:null,slot:null,span:c,spellCheck:s,src:null,srcDoc:null,srcLang:null,srcSet:d,start:c,step:null,style:null,tabIndex:c,target:null,title:null,translate:null,type:null,typeMustMatch:a,useMap:null,value:s,width:c,wrap:null,align:null,aLink:null,archive:u,axis:null,background:null,bgColor:null,border:c,borderColor:null,bottomMargin:c,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:c,leftMargin:c,link:null,longDesc:null,lowSrc:null,marginHeight:c,marginWidth:c,noResize:a,noHref:a,noShade:a,noWrap:a,object:null,profile:null,prompt:null,rev:null,rightMargin:c,rules:null,scheme:null,scrolling:s,standby:null,summary:null,text:null,topMargin:c,valueType:null,version:null,vAlign:null,vLink:null,vSpace:c,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:a,disableRemotePlayback:a,prefix:null,property:null,results:c,security:null,unselectable:null}})}}),O6=G({"../../node_modules/hastscript/node_modules/property-information/html.js"(e,t){var n=C6(),r=_6(),o=R6(),a=I6(),l=A6(),s=$6();t.exports=n([o,r,a,l,s])}}),T6=G({"../../node_modules/hastscript/node_modules/property-information/find.js"(e,t){var n=fd(),r=wm(),o=ym(),a="data";t.exports=u;var l=/^data[-\w.:]+$/i,s=/-[a-z]/g,c=/[A-Z]/g;function u(v,g){var S=n(g),b=g,w=o;return S in v.normal?v.property[v.normal[S]]:(S.length>4&&S.slice(0,4)===a&&l.test(g)&&(g.charAt(4)==="-"?b=d(g):g=p(g),w=r),new w(b,g))}function d(v){var g=v.slice(5).replace(s,f);return a+g.charAt(0).toUpperCase()+g.slice(1)}function p(v){var g=v.slice(4);return s.test(g)?v:(g=g.replace(c,h),g.charAt(0)!=="-"&&(g="-"+g),a+g)}function h(v){return"-"+v.toLowerCase()}function f(v){return v.charAt(1).toUpperCase()}}}),M6=G({"../../node_modules/hast-util-parse-selector/index.js"(e,t){t.exports=r;var n=/[#.]/g;function r(o,a){for(var l=o||"",s=a||"div",c={},u=0,d,p,h;u<l.length;)n.lastIndex=u,h=n.exec(l),d=l.slice(u,h?h.index:l.length),d&&(p?p==="#"?c.id=d:c.className?c.className.push(d):c.className=[d]:s=d,u+=d.length),h&&(p=h[0],u++);return{type:"element",tagName:s,properties:c,children:[]}}}}),L6=G({"../../node_modules/hastscript/node_modules/space-separated-tokens/index.js"(e){e.parse=o,e.stringify=a;var t="",n=" ",r=/[ \t\n\r\f]+/g;function o(l){var s=String(l||t).trim();return s===t?[]:s.split(r)}function a(l){return l.join(n).trim()}}}),P6=G({"../../node_modules/hastscript/node_modules/comma-separated-tokens/index.js"(e){e.parse=o,e.stringify=a;var t=",",n=" ",r="";function o(l){for(var s=[],c=String(l||r),u=c.indexOf(t),d=0,p=!1,h;!p;)u===-1&&(u=c.length,p=!0),h=c.slice(d,u).trim(),(h||!p)&&s.push(h),d=u+1,u=c.indexOf(t,d);return s}function a(l,s){var c=s||{},u=c.padLeft===!1?r:n,d=c.padRight?n:r;return l[l.length-1]===r&&(l=l.concat(r)),l.join(d+t+u).trim()}}}),z6=G({"../../node_modules/hastscript/factory.js"(e,t){var n=T6(),r=fd(),o=M6(),a=L6().parse,l=P6().parse;t.exports=c;var s={}.hasOwnProperty;function c(S,b,w){var y=w?g(w):null;return E;function E(C,_){var R=o(C,b),A=Array.prototype.slice.call(arguments,2),I=R.tagName.toLowerCase(),$;if(R.tagName=y&&s.call(y,I)?y[I]:I,_&&u(_,R)&&(A.unshift(_),_=null),_)for($ in _)x(R.properties,$,_[$]);return p(R.children,A),R.tagName==="template"&&(R.content={type:"root",children:R.children},R.children=[]),R}function x(C,_,R){var A,I,$;R==null||R!==R||(A=n(S,_),I=A.property,$=R,typeof $=="string"&&(A.spaceSeparated?$=a($):A.commaSeparated?$=l($):A.commaOrSpaceSeparated&&($=a(l($).join(" ")))),I==="style"&&typeof R!="string"&&($=v($)),I==="className"&&C.className&&($=C.className.concat($)),C[I]=h(A,I,$))}}function u(S,b){return typeof S=="string"||"length"in S||d(b.tagName,S)}function d(S,b){var w=b.type;return S==="input"||!w||typeof w!="string"?!1:typeof b.children=="object"&&"length"in b.children?!0:(w=w.toLowerCase(),S==="button"?w!=="menu"&&w!=="submit"&&w!=="reset"&&w!=="button":"value"in b)}function p(S,b){var w,y;if(typeof b=="string"||typeof b=="number"){S.push({type:"text",value:String(b)});return}if(typeof b=="object"&&"length"in b){for(w=-1,y=b.length;++w<y;)p(S,b[w]);return}if(typeof b!="object"||!("type"in b))throw new Error("Expected node, nodes, or string, got `"+b+"`");S.push(b)}function h(S,b,w){var y,E,x;if(typeof w!="object"||!("length"in w))return f(S,b,w);for(E=w.length,y=-1,x=[];++y<E;)x[y]=f(S,b,w[y]);return x}function f(S,b,w){var y=w;return S.number||S.positiveNumber?!isNaN(y)&&y!==""&&(y=Number(y)):(S.boolean||S.overloadedBoolean)&&typeof y=="string"&&(y===""||r(w)===r(b))&&(y=!0),y}function v(S){var b=[],w;for(w in S)b.push([w,S[w]].join(": "));return b.join("; ")}function g(S){for(var b=S.length,w=-1,y={},E;++w<b;)E=S[w],y[E.toLowerCase()]=E;return y}}}),N6=G({"../../node_modules/hastscript/html.js"(e,t){var n=O6(),r=z6(),o=r(n,"div");o.displayName="html",t.exports=o}}),B6=G({"../../node_modules/hastscript/index.js"(e,t){t.exports=N6()}}),F6=G({"../../node_modules/refractor/node_modules/character-entities-legacy/index.json"(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:"ÿ"}}}),H6=G({"../../node_modules/refractor/node_modules/character-reference-invalid/index.json"(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:"Ÿ"}}}),Em=G({"../../node_modules/refractor/node_modules/is-decimal/index.js"(e,t){t.exports=n;function n(r){var o=typeof r=="string"?r.charCodeAt(0):r;return o>=48&&o<=57}}}),D6=G({"../../node_modules/refractor/node_modules/is-hexadecimal/index.js"(e,t){t.exports=n;function n(r){var o=typeof r=="string"?r.charCodeAt(0):r;return o>=97&&o<=102||o>=65&&o<=70||o>=48&&o<=57}}}),j6=G({"../../node_modules/refractor/node_modules/is-alphabetical/index.js"(e,t){t.exports=n;function n(r){var o=typeof r=="string"?r.charCodeAt(0):r;return o>=97&&o<=122||o>=65&&o<=90}}}),U6=G({"../../node_modules/refractor/node_modules/is-alphanumerical/index.js"(e,t){var n=j6(),r=Em();t.exports=o;function o(a){return n(a)||r(a)}}}),V6=G({"../../node_modules/refractor/node_modules/parse-entities/decode-entity.browser.js"(e,t){var n,r=59;t.exports=o;function o(a){var l="&"+a+";",s;return n=n||document.createElement("i"),n.innerHTML=l,s=n.textContent,s.charCodeAt(s.length-1)===r&&a!=="semi"||s===l?!1:s}}}),W6=G({"../../node_modules/refractor/node_modules/parse-entities/index.js"(e,t){var n=F6(),r=H6(),o=Em(),a=D6(),l=U6(),s=V6();t.exports=W;var c={}.hasOwnProperty,u=String.fromCharCode,d=Function.prototype,p={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,S=38,b=59,w=60,y=61,E=35,x=88,C=120,_=65533,R="named",A="hexadecimal",I="decimal",$={};$[A]=16,$[I]=10;var M={};M[R]=l,M[I]=o,M[A]=a;var L=1,j=2,z=3,F=4,U=5,O=6,T=7,N={};N[L]="Named character references must be terminated by a semicolon",N[j]="Numeric character references must be terminated by a semicolon",N[z]="Named character references cannot be empty",N[F]="Numeric character references cannot be empty",N[U]="Named character references must be known",N[O]="Numeric character references cannot be disallowed",N[T]="Numeric character references cannot be outside the permissible Unicode range";function W(H,q){var Y={},ke,Ve;q||(q={});for(Ve in p)ke=q[Ve],Y[Ve]=ke??p[Ve];return(Y.position.indent||Y.position.start)&&(Y.indent=Y.position.indent||[],Y.position=Y.position.start),K(H,Y)}function K(H,q){var Y=q.additional,ke=q.nonTerminated,Ve=q.text,gn=q.reference,mt=q.warning,jt=q.textContext,D=q.referenceContext,$t=q.warningContext,Ut=q.position,gr=q.indent||[],Qr=H.length,Vt=0,Ml=-1,We=Ut.column||1,vr=Ut.line||1,Wt="",Jr=[],Gt,eo,qt,ze,Ot,Ie,be,Kt,Ll,ac,yr,ia,wr,vn,rf,sa,Pl,Yt,Ae;for(typeof Y=="string"&&(Y=Y.charCodeAt(0)),sa=ca(),Kt=mt?s3:d,Vt--,Qr++;++Vt<Qr;)if(Ot===f&&(We=gr[Ml]||1),Ot=H.charCodeAt(Vt),Ot===S){if(be=H.charCodeAt(Vt+1),be===h||be===f||be===v||be===g||be===S||be===w||be!==be||Y&&be===Y){Wt+=u(Ot),We++;continue}for(wr=Vt+1,ia=wr,Ae=wr,be===E?(Ae=++ia,be=H.charCodeAt(Ae),be===x||be===C?(vn=A,Ae=++ia):vn=I):vn=R,Gt="",yr="",ze="",rf=M[vn],Ae--;++Ae<Qr&&(be=H.charCodeAt(Ae),!!rf(be));)ze+=u(be),vn===R&&c.call(n,ze)&&(Gt=ze,yr=n[ze]);qt=H.charCodeAt(Ae)===b,qt&&(Ae++,eo=vn===R?s(ze):!1,eo&&(Gt=ze,yr=eo)),Yt=1+Ae-wr,!qt&&!ke||(ze?vn===R?(qt&&!yr?Kt(U,1):(Gt!==ze&&(Ae=ia+Gt.length,Yt=1+Ae-ia,qt=!1),qt||(Ll=Gt?L:z,q.attribute?(be=H.charCodeAt(Ae),be===y?(Kt(Ll,Yt),yr=null):l(be)?yr=null:Kt(Ll,Yt)):Kt(Ll,Yt))),Ie=yr):(qt||Kt(j,Yt),Ie=parseInt(ze,$[vn]),J(Ie)?(Kt(T,Yt),Ie=u(_)):Ie in r?(Kt(O,Yt),Ie=r[Ie]):(ac="",ee(Ie)&&Kt(O,Yt),Ie>65535&&(Ie-=65536,ac+=u(Ie>>>10|55296),Ie=56320|Ie&1023),Ie=ac+u(Ie))):vn!==R&&Kt(F,Yt)),Ie?(of(),sa=ca(),Vt=Ae-1,We+=Ae-wr+1,Jr.push(Ie),Pl=ca(),Pl.offset++,gn&&gn.call(D,Ie,{start:sa,end:Pl},H.slice(wr-1,Ae)),sa=Pl):(ze=H.slice(wr-1,Ae),Wt+=ze,We+=ze.length,Vt=Ae-1)}else Ot===10&&(vr++,Ml++,We=0),Ot===Ot?(Wt+=u(Ot),We++):of();return Jr.join("");function ca(){return{line:vr,column:We,offset:Vt+(Ut.offset||0)}}function s3(af,lf){var lc=ca();lc.column+=lf,lc.offset+=lf,mt.call($t,N[af],lc,af)}function of(){Wt&&(Jr.push(Wt),Ve&&Ve.call(jt,Wt,{start:sa,end:ca()}),Wt="")}}function J(H){return H>=55296&&H<=57343||H>1114111}function ee(H){return H>=1&&H<=8||H===11||H>=13&&H<=31||H>=127&&H<=159||H>=64976&&H<=65007||(H&65535)===65535||(H&65535)===65534}}}),G6=G({"../../node_modules/refractor/node_modules/prismjs/components/prism-core.js"(e,t){var n=typeof window<"u"?window:typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope?self:{},r=function(o){var a=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,l=0,s={},c={manual:o.Prism&&o.Prism.manual,disableWorkerMessageHandler:o.Prism&&o.Prism.disableWorkerMessageHandler,util:{encode:function y(E){return E instanceof u?new u(E.type,y(E.content),E.alias):Array.isArray(E)?E.map(y):E.replace(/&/g,"&").replace(/</g,"<").replace(/\u00a0/g," ")},type:function(y){return Object.prototype.toString.call(y).slice(8,-1)},objId:function(y){return y.__id||Object.defineProperty(y,"__id",{value:++l}),y.__id},clone:function y(E,x){x=x||{};var C,_;switch(c.util.type(E)){case"Object":if(_=c.util.objId(E),x[_])return x[_];C={},x[_]=C;for(var R in E)E.hasOwnProperty(R)&&(C[R]=y(E[R],x));return C;case"Array":return _=c.util.objId(E),x[_]?x[_]:(C=[],x[_]=C,E.forEach(function(A,I){C[I]=y(A,x)}),C);default:return E}},getLanguage:function(y){for(;y;){var E=a.exec(y.className);if(E)return E[1].toLowerCase();y=y.parentElement}return"none"},setLanguage:function(y,E){y.className=y.className.replace(RegExp(a,"gi"),""),y.classList.add("language-"+E)},currentScript:function(){if(typeof document>"u")return null;if("currentScript"in document)return document.currentScript;try{throw new Error}catch(C){var y=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(C.stack)||[])[1];if(y){var E=document.getElementsByTagName("script");for(var x in E)if(E[x].src==y)return E[x]}return null}},isActive:function(y,E,x){for(var C="no-"+E;y;){var _=y.classList;if(_.contains(E))return!0;if(_.contains(C))return!1;y=y.parentElement}return!!x}},languages:{plain:s,plaintext:s,text:s,txt:s,extend:function(y,E){var x=c.util.clone(c.languages[y]);for(var C in E)x[C]=E[C];return x},insertBefore:function(y,E,x,C){C=C||c.languages;var _=C[y],R={};for(var A in _)if(_.hasOwnProperty(A)){if(A==E)for(var I in x)x.hasOwnProperty(I)&&(R[I]=x[I]);x.hasOwnProperty(A)||(R[A]=_[A])}var $=C[y];return C[y]=R,c.languages.DFS(c.languages,function(M,L){L===$&&M!=y&&(this[M]=R)}),R},DFS:function y(E,x,C,_){_=_||{};var R=c.util.objId;for(var A in E)if(E.hasOwnProperty(A)){x.call(E,A,E[A],C||A);var I=E[A],$=c.util.type(I);$==="Object"&&!_[R(I)]?(_[R(I)]=!0,y(I,x,null,_)):$==="Array"&&!_[R(I)]&&(_[R(I)]=!0,y(I,x,A,_))}}},plugins:{},highlightAll:function(y,E){c.highlightAllUnder(document,y,E)},highlightAllUnder:function(y,E,x){var C={callback:x,container:y,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};c.hooks.run("before-highlightall",C),C.elements=Array.prototype.slice.apply(C.container.querySelectorAll(C.selector)),c.hooks.run("before-all-elements-highlight",C);for(var _=0,R;R=C.elements[_++];)c.highlightElement(R,E===!0,C.callback)},highlightElement:function(y,E,x){var C=c.util.getLanguage(y),_=c.languages[C];c.util.setLanguage(y,C);var R=y.parentElement;R&&R.nodeName.toLowerCase()==="pre"&&c.util.setLanguage(R,C);var A=y.textContent,I={element:y,language:C,grammar:_,code:A};function $(L){I.highlightedCode=L,c.hooks.run("before-insert",I),I.element.innerHTML=I.highlightedCode,c.hooks.run("after-highlight",I),c.hooks.run("complete",I),x&&x.call(I.element)}if(c.hooks.run("before-sanity-check",I),R=I.element.parentElement,R&&R.nodeName.toLowerCase()==="pre"&&!R.hasAttribute("tabindex")&&R.setAttribute("tabindex","0"),!I.code){c.hooks.run("complete",I),x&&x.call(I.element);return}if(c.hooks.run("before-highlight",I),!I.grammar){$(c.util.encode(I.code));return}if(E&&o.Worker){var M=new Worker(c.filename);M.onmessage=function(L){$(L.data)},M.postMessage(JSON.stringify({language:I.language,code:I.code,immediateClose:!0}))}else $(c.highlight(I.code,I.grammar,I.language))},highlight:function(y,E,x){var C={code:y,grammar:E,language:x};if(c.hooks.run("before-tokenize",C),!C.grammar)throw new Error('The language "'+C.language+'" has no grammar.');return C.tokens=c.tokenize(C.code,C.grammar),c.hooks.run("after-tokenize",C),u.stringify(c.util.encode(C.tokens),C.language)},tokenize:function(y,E){var x=E.rest;if(x){for(var C in x)E[C]=x[C];delete E.rest}var _=new h;return f(_,_.head,y),p(y,_,E,_.head,0),g(_)},hooks:{all:{},add:function(y,E){var x=c.hooks.all;x[y]=x[y]||[],x[y].push(E)},run:function(y,E){var x=c.hooks.all[y];if(!(!x||!x.length))for(var C=0,_;_=x[C++];)_(E)}},Token:u};o.Prism=c;function u(y,E,x,C){this.type=y,this.content=E,this.alias=x,this.length=(C||"").length|0}u.stringify=function y(E,x){if(typeof E=="string")return E;if(Array.isArray(E)){var C="";return E.forEach(function($){C+=y($,x)}),C}var _={type:E.type,content:y(E.content,x),tag:"span",classes:["token",E.type],attributes:{},language:x},R=E.alias;R&&(Array.isArray(R)?Array.prototype.push.apply(_.classes,R):_.classes.push(R)),c.hooks.run("wrap",_);var A="";for(var I in _.attributes)A+=" "+I+'="'+(_.attributes[I]||"").replace(/"/g,""")+'"';return"<"+_.tag+' class="'+_.classes.join(" ")+'"'+A+">"+_.content+"</"+_.tag+">"};function d(y,E,x,C){y.lastIndex=E;var _=y.exec(x);if(_&&C&&_[1]){var R=_[1].length;_.index+=R,_[0]=_[0].slice(R)}return _}function p(y,E,x,C,_,R){for(var A in x)if(!(!x.hasOwnProperty(A)||!x[A])){var I=x[A];I=Array.isArray(I)?I:[I];for(var $=0;$<I.length;++$){if(R&&R.cause==A+","+$)return;var M=I[$],L=M.inside,j=!!M.lookbehind,z=!!M.greedy,F=M.alias;if(z&&!M.pattern.global){var U=M.pattern.toString().match(/[imsuy]*$/)[0];M.pattern=RegExp(M.pattern.source,U+"g")}for(var O=M.pattern||M,T=C.next,N=_;T!==E.tail&&!(R&&N>=R.reach);N+=T.value.length,T=T.next){var W=T.value;if(E.length>y.length)return;if(!(W instanceof u)){var K=1,J;if(z){if(J=d(O,N,y,j),!J||J.index>=y.length)break;var Y=J.index,ee=J.index+J[0].length,H=N;for(H+=T.value.length;Y>=H;)T=T.next,H+=T.value.length;if(H-=T.value.length,N=H,T.value instanceof u)continue;for(var q=T;q!==E.tail&&(H<ee||typeof q.value=="string");q=q.next)K++,H+=q.value.length;K--,W=y.slice(N,H),J.index-=N}else if(J=d(O,0,W,j),!J)continue;var Y=J.index,ke=J[0],Ve=W.slice(0,Y),gn=W.slice(Y+ke.length),mt=N+W.length;R&&mt>R.reach&&(R.reach=mt);var jt=T.prev;Ve&&(jt=f(E,jt,Ve),N+=Ve.length),v(E,jt,K);var D=new u(A,L?c.tokenize(ke,L):ke,F,ke);if(T=f(E,jt,D),gn&&f(E,T,gn),K>1){var $t={cause:A+","+$,reach:mt};p(y,E,x,T.prev,N,$t),R&&$t.reach>R.reach&&(R.reach=$t.reach)}}}}}}function h(){var y={value:null,prev:null,next:null},E={value:null,prev:y,next:null};y.next=E,this.head=y,this.tail=E,this.length=0}function f(y,E,x){var C=E.next,_={value:x,prev:E,next:C};return E.next=_,C.prev=_,y.length++,_}function v(y,E,x){for(var C=E.next,_=0;_<x&&C!==y.tail;_++)C=C.next;E.next=C,C.prev=E,y.length-=_}function g(y){for(var E=[],x=y.head.next;x!==y.tail;)E.push(x.value),x=x.next;return E}if(!o.document)return o.addEventListener&&(c.disableWorkerMessageHandler||o.addEventListener("message",function(y){var E=JSON.parse(y.data),x=E.language,C=E.code,_=E.immediateClose;o.postMessage(c.highlight(C,c.languages[x],x)),_&&o.close()},!1)),c;var S=c.util.currentScript();S&&(c.filename=S.src,S.hasAttribute("data-manual")&&(c.manual=!0));function b(){c.manual||c.highlightAll()}if(!c.manual){var w=document.readyState;w==="loading"||w==="interactive"&&S&&S.defer?document.addEventListener("DOMContentLoaded",b):window.requestAnimationFrame?window.requestAnimationFrame(b):window.setTimeout(b,16)}return c}(n);typeof t<"u"&&t.exports&&(t.exports=r),typeof global<"u"&&(global.Prism=r)}}),q6=G({"../../node_modules/refractor/core.js"(e,t){var n=typeof globalThis=="object"?globalThis:typeof self=="object"?self:typeof window=="object"?window:typeof global=="object"?global:{},r=_();n.Prism={manual:!0,disableWorkerMessageHandler:!0};var o=B6(),a=W6(),l=G6(),s=gm(),c=mm(),u=E6(),d=x6();r();var p={}.hasOwnProperty;function h(){}h.prototype=l;var f=new h;t.exports=f,f.highlight=S,f.register=v,f.alias=g,f.registered=b,f.listLanguages=w,v(s),v(c),v(u),v(d),f.util.encode=x,f.Token.stringify=y;function v(R){if(typeof R!="function"||!R.displayName)throw new Error("Expected `function` for `grammar`, got `"+R+"`");f.languages[R.displayName]===void 0&&R(f)}function g(R,A){var I=f.languages,$=R,M,L,j,z;A&&($={},$[R]=A);for(M in $)for(L=$[M],L=typeof L=="string"?[L]:L,j=L.length,z=-1;++z<j;)I[L[z]]=I[M]}function S(R,A){var I=l.highlight,$;if(typeof R!="string")throw new Error("Expected `string` for `value`, got `"+R+"`");if(f.util.type(A)==="Object")$=A,A=null;else{if(typeof A!="string")throw new Error("Expected `string` for `name`, got `"+A+"`");if(p.call(f.languages,A))$=f.languages[A];else throw new Error("Unknown language: `"+A+"` is not registered")}return I.call(this,R,$,A)}function b(R){if(typeof R!="string")throw new Error("Expected `string` for `language`, got `"+R+"`");return p.call(f.languages,R)}function w(){var R=f.languages,A=[],I;for(I in R)p.call(R,I)&&typeof R[I]=="object"&&A.push(I);return A}function y(R,A,I){var $;return typeof R=="string"?{type:"text",value:R}:f.util.type(R)==="Array"?E(R,A):($={type:R.type,content:f.Token.stringify(R.content,A,I),tag:"span",classes:["token",R.type],attributes:{},language:A,parent:I},R.alias&&($.classes=$.classes.concat(R.alias)),f.hooks.run("wrap",$),o($.tag+"."+$.classes.join("."),C($.attributes),$.content))}function E(R,A){for(var I=[],$=R.length,M=-1,L;++M<$;)L=R[M],L!==""&&L!==null&&L!==void 0&&I.push(L);for(M=-1,$=I.length;++M<$;)L=I[M],I[M]=f.Token.stringify(L,A,I);return I}function x(R){return R}function C(R){var A;for(A in R)R[A]=a(R[A]);return R}function _(){var R="Prism"in n,A=R?n.Prism:void 0;return I;function I(){R?n.Prism=A:delete n.Prism,R=void 0,A=void 0}}}}),K6=G({"../../node_modules/refractor/lang/bash.js"(e,t){t.exports=n,n.displayName="bash",n.aliases=["shell"];function n(r){(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},s={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:s},{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:s},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:s.entity}}],environment:{pattern:RegExp("\\$?"+a),alias:"constant"},variable:s.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 c=["comment","function-name","for-or-select","assign-left","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],u=s.variable[1].inside,d=0;d<c.length;d++)u[c[d]]=o.languages.bash[c[d]];o.languages.shell=o.languages.bash})(r)}}}),Y6=G({"../../node_modules/refractor/lang/js-extras.js"(e,t){t.exports=n,n.displayName="jsExtras",n.aliases=[];function n(r){(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(p,h){return RegExp(p.replace(/<ID>/g,function(){return/(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/.source}),h)}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"],s=0;s<l.length;s++){var c=l[s],u=o.languages.javascript[c];o.util.type(u)==="RegExp"&&(u=o.languages.javascript[c]={pattern:u});var d=u.inside||{};u.inside=d,d["maybe-class-name"]=/^[A-Z][\s\S]*/}})(r)}}}),X6=G({"../../node_modules/refractor/lang/json.js"(e,t){t.exports=n,n.displayName="json",n.aliases=["webmanifest"];function n(r){r.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"}},r.languages.webmanifest=r.languages.json}}}),Z6=G({"../../node_modules/refractor/lang/graphql.js"(e,t){t.exports=n,n.displayName="graphql",n.aliases=[];function n(r){r.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:r.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+/},r.hooks.add("after-tokenize",function(o){if(o.language!=="graphql")return;var a=o.tokens.filter(function(w){return typeof w!="string"&&w.type!=="comment"&&w.type!=="scalar"}),l=0;function s(w){return a[l+w]}function c(w,y){y=y||0;for(var E=0;E<w.length;E++){var x=s(E+y);if(!x||x.type!==w[E])return!1}return!0}function u(w,y){for(var E=1,x=l;x<a.length;x++){var C=a[x],_=C.content;if(C.type==="punctuation"&&typeof _=="string"){if(w.test(_))E++;else if(y.test(_)&&(E--,E===0))return x}}return-1}function d(w,y){var E=w.alias;E?Array.isArray(E)||(w.alias=E=[E]):w.alias=E=[],E.push(y)}for(;l<a.length;){var p=a[l++];if(p.type==="keyword"&&p.content==="mutation"){var h=[];if(c(["definition-mutation","punctuation"])&&s(1).content==="("){l+=2;var f=u(/^\($/,/^\)$/);if(f===-1)continue;for(;l<f;l++){var v=s(0);v.type==="variable"&&(d(v,"variable-input"),h.push(v.content))}l=f+1}if(c(["punctuation","property-query"])&&s(0).content==="{"&&(l++,d(s(0),"property-mutation"),h.length>0)){var g=u(/^\{$/,/^\}$/);if(g===-1)continue;for(var S=l;S<g;S++){var b=a[S];b.type==="variable"&&h.indexOf(b.content)>=0&&d(b,"variable-input")}}}}})}}}),xm={exports:{}},ft={},Sm={exports:{}},Cm={};/**
|
|
216
|
+
* @license React
|
|
217
|
+
* scheduler.production.min.js
|
|
218
|
+
*
|
|
219
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
220
|
+
*
|
|
221
|
+
* This source code is licensed under the MIT license found in the
|
|
222
|
+
* LICENSE file in the root directory of this source tree.
|
|
223
|
+
*/(function(e){function t(O,T){var N=O.length;O.push(T);e:for(;0<N;){var W=N-1>>>1,K=O[W];if(0<o(K,T))O[W]=T,O[N]=K,N=W;else break e}}function n(O){return O.length===0?null:O[0]}function r(O){if(O.length===0)return null;var T=O[0],N=O.pop();if(N!==T){O[0]=N;e:for(var W=0,K=O.length,J=K>>>1;W<J;){var ee=2*(W+1)-1,H=O[ee],q=ee+1,Y=O[q];if(0>o(H,N))q<K&&0>o(Y,H)?(O[W]=Y,O[q]=N,W=q):(O[W]=H,O[ee]=N,W=ee);else if(q<K&&0>o(Y,N))O[W]=Y,O[q]=N,W=q;else break e}}return T}function o(O,T){var N=O.sortIndex-T.sortIndex;return N!==0?N:O.id-T.id}if(typeof performance=="object"&&typeof performance.now=="function"){var a=performance;e.unstable_now=function(){return a.now()}}else{var l=Date,s=l.now();e.unstable_now=function(){return l.now()-s}}var c=[],u=[],d=1,p=null,h=3,f=!1,v=!1,g=!1,S=typeof setTimeout=="function"?setTimeout:null,b=typeof clearTimeout=="function"?clearTimeout:null,w=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function y(O){for(var T=n(u);T!==null;){if(T.callback===null)r(u);else if(T.startTime<=O)r(u),T.sortIndex=T.expirationTime,t(c,T);else break;T=n(u)}}function E(O){if(g=!1,y(O),!v)if(n(c)!==null)v=!0,F(x);else{var T=n(u);T!==null&&U(E,T.startTime-O)}}function x(O,T){v=!1,g&&(g=!1,b(R),R=-1),f=!0;var N=h;try{for(y(T),p=n(c);p!==null&&(!(p.expirationTime>T)||O&&!$());){var W=p.callback;if(typeof W=="function"){p.callback=null,h=p.priorityLevel;var K=W(p.expirationTime<=T);T=e.unstable_now(),typeof K=="function"?p.callback=K:p===n(c)&&r(c),y(T)}else r(c);p=n(c)}if(p!==null)var J=!0;else{var ee=n(u);ee!==null&&U(E,ee.startTime-T),J=!1}return J}finally{p=null,h=N,f=!1}}var C=!1,_=null,R=-1,A=5,I=-1;function $(){return!(e.unstable_now()-I<A)}function M(){if(_!==null){var O=e.unstable_now();I=O;var T=!0;try{T=_(!0,O)}finally{T?L():(C=!1,_=null)}}else C=!1}var L;if(typeof w=="function")L=function(){w(M)};else if(typeof MessageChannel<"u"){var j=new MessageChannel,z=j.port2;j.port1.onmessage=M,L=function(){z.postMessage(null)}}else L=function(){S(M,0)};function F(O){_=O,C||(C=!0,L())}function U(O,T){R=S(function(){O(e.unstable_now())},T)}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(O){O.callback=null},e.unstable_continueExecution=function(){v||f||(v=!0,F(x))},e.unstable_forceFrameRate=function(O){0>O||125<O?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):A=0<O?Math.floor(1e3/O):5},e.unstable_getCurrentPriorityLevel=function(){return h},e.unstable_getFirstCallbackNode=function(){return n(c)},e.unstable_next=function(O){switch(h){case 1:case 2:case 3:var T=3;break;default:T=h}var N=h;h=T;try{return O()}finally{h=N}},e.unstable_pauseExecution=function(){},e.unstable_requestPaint=function(){},e.unstable_runWithPriority=function(O,T){switch(O){case 1:case 2:case 3:case 4:case 5:break;default:O=3}var N=h;h=O;try{return T()}finally{h=N}},e.unstable_scheduleCallback=function(O,T,N){var W=e.unstable_now();switch(typeof N=="object"&&N!==null?(N=N.delay,N=typeof N=="number"&&0<N?W+N:W):N=W,O){case 1:var K=-1;break;case 2:K=250;break;case 5:K=1073741823;break;case 4:K=1e4;break;default:K=5e3}return K=N+K,O={id:d++,callback:T,priorityLevel:O,startTime:N,expirationTime:K,sortIndex:-1},N>W?(O.sortIndex=N,t(u,O),n(c)===null&&O===n(u)&&(g?(b(R),R=-1):g=!0,U(E,N-W))):(O.sortIndex=K,t(c,O),v||f||(v=!0,F(x))),O},e.unstable_shouldYield=$,e.unstable_wrapCallback=function(O){var T=h;return function(){var N=h;h=T;try{return O.apply(this,arguments)}finally{h=N}}}})(Cm);Sm.exports=Cm;var Q6=Sm.exports;/**
|
|
224
|
+
* @license React
|
|
225
|
+
* react-dom.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
|
+
*/var J6=i,ct=Q6;function P(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);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 _m=new Set,Ga={};function qr(e,t){Mo(e,t),Mo(e+"Capture",t)}function Mo(e,t){for(Ga[e]=t,e=0;e<t.length;e++)_m.add(t[e])}var _n=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),Ru=Object.prototype.hasOwnProperty,eb=/^[: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]*$/,Lf={},Pf={};function tb(e){return Ru.call(Pf,e)?!0:Ru.call(Lf,e)?!1:eb.test(e)?Pf[e]=!0:(Lf[e]=!0,!1)}function nb(e,t,n,r){if(n!==null&&n.type===0)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return r?!1:n!==null?!n.acceptsBooleans:(e=e.toLowerCase().slice(0,5),e!=="data-"&&e!=="aria-");default:return!1}}function rb(e,t,n,r){if(t===null||typeof t>"u"||nb(e,t,n,r))return!0;if(r)return!1;if(n!==null)switch(n.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 Xe(e,t,n,r,o,a,l){this.acceptsBooleans=t===2||t===3||t===4,this.attributeName=r,this.attributeNamespace=o,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=a,this.removeEmptyString=l}var Pe={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){Pe[e]=new Xe(e,0,!1,e,null,!1,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];Pe[t]=new Xe(t,1,!1,e[1],null,!1,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(e){Pe[e]=new Xe(e,2,!1,e.toLowerCase(),null,!1,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){Pe[e]=new Xe(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){Pe[e]=new Xe(e,3,!1,e.toLowerCase(),null,!1,!1)});["checked","multiple","muted","selected"].forEach(function(e){Pe[e]=new Xe(e,3,!0,e,null,!1,!1)});["capture","download"].forEach(function(e){Pe[e]=new Xe(e,4,!1,e,null,!1,!1)});["cols","rows","size","span"].forEach(function(e){Pe[e]=new Xe(e,6,!1,e,null,!1,!1)});["rowSpan","start"].forEach(function(e){Pe[e]=new Xe(e,5,!1,e.toLowerCase(),null,!1,!1)});var hd=/[\-:]([a-z])/g;function md(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(hd,md);Pe[t]=new Xe(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(hd,md);Pe[t]=new Xe(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(hd,md);Pe[t]=new Xe(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)});["tabIndex","crossOrigin"].forEach(function(e){Pe[e]=new Xe(e,1,!1,e.toLowerCase(),null,!1,!1)});Pe.xlinkHref=new Xe("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1);["src","href","action","formAction"].forEach(function(e){Pe[e]=new Xe(e,1,!1,e.toLowerCase(),null,!0,!0)});function gd(e,t,n,r){var o=Pe.hasOwnProperty(t)?Pe[t]:null;(o!==null?o.type!==0:r||!(2<t.length)||t[0]!=="o"&&t[0]!=="O"||t[1]!=="n"&&t[1]!=="N")&&(rb(t,n,o,r)&&(n=null),r||o===null?tb(t)&&(n===null?e.removeAttribute(t):e.setAttribute(t,""+n)):o.mustUseProperty?e[o.propertyName]=n===null?o.type===3?!1:"":n:(t=o.attributeName,r=o.attributeNamespace,n===null?e.removeAttribute(t):(o=o.type,n=o===3||o===4&&n===!0?"":""+n,r?e.setAttributeNS(r,t,n):e.setAttribute(t,n))))}var On=J6.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,Fl=Symbol.for("react.element"),so=Symbol.for("react.portal"),co=Symbol.for("react.fragment"),vd=Symbol.for("react.strict_mode"),ku=Symbol.for("react.profiler"),Rm=Symbol.for("react.provider"),km=Symbol.for("react.context"),yd=Symbol.for("react.forward_ref"),Iu=Symbol.for("react.suspense"),Au=Symbol.for("react.suspense_list"),wd=Symbol.for("react.memo"),Dn=Symbol.for("react.lazy"),Im=Symbol.for("react.offscreen"),zf=Symbol.iterator;function da(e){return e===null||typeof e!="object"?null:(e=zf&&e[zf]||e["@@iterator"],typeof e=="function"?e:null)}var ge=Object.assign,wc;function Ca(e){if(wc===void 0)try{throw Error()}catch(n){var t=n.stack.trim().match(/\n( *(at )?)/);wc=t&&t[1]||""}return`
|
|
232
|
+
`+wc+e}var bc=!1;function Ec(e,t){if(!e||bc)return"";bc=!0;var n=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(u){var r=u}Reflect.construct(e,[],t)}else{try{t.call()}catch(u){r=u}e.call(t.prototype)}else{try{throw Error()}catch(u){r=u}e()}}catch(u){if(u&&r&&typeof u.stack=="string"){for(var o=u.stack.split(`
|
|
233
|
+
`),a=r.stack.split(`
|
|
234
|
+
`),l=o.length-1,s=a.length-1;1<=l&&0<=s&&o[l]!==a[s];)s--;for(;1<=l&&0<=s;l--,s--)if(o[l]!==a[s]){if(l!==1||s!==1)do if(l--,s--,0>s||o[l]!==a[s]){var c=`
|
|
235
|
+
`+o[l].replace(" at new "," at ");return e.displayName&&c.includes("<anonymous>")&&(c=c.replace("<anonymous>",e.displayName)),c}while(1<=l&&0<=s);break}}}finally{bc=!1,Error.prepareStackTrace=n}return(e=e?e.displayName||e.name:"")?Ca(e):""}function ob(e){switch(e.tag){case 5:return Ca(e.type);case 16:return Ca("Lazy");case 13:return Ca("Suspense");case 19:return Ca("SuspenseList");case 0:case 2:case 15:return e=Ec(e.type,!1),e;case 11:return e=Ec(e.type.render,!1),e;case 1:return e=Ec(e.type,!0),e;default:return""}}function $u(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 co:return"Fragment";case so:return"Portal";case ku:return"Profiler";case vd:return"StrictMode";case Iu:return"Suspense";case Au:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case km:return(e.displayName||"Context")+".Consumer";case Rm:return(e._context.displayName||"Context")+".Provider";case yd:var t=e.render;return e=e.displayName,e||(e=t.displayName||t.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case wd:return t=e.displayName||null,t!==null?t:$u(e.type)||"Memo";case Dn:t=e._payload,e=e._init;try{return $u(e(t))}catch{}}return null}function ab(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 $u(t);case 8:return t===vd?"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 ar(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":return e;case"object":return e;default:return""}}function Am(e){var t=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function lb(e){var t=Am(e)?"checked":"value",n=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),r=""+e[t];if(!e.hasOwnProperty(t)&&typeof n<"u"&&typeof n.get=="function"&&typeof n.set=="function"){var o=n.get,a=n.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return o.call(this)},set:function(l){r=""+l,a.call(this,l)}}),Object.defineProperty(e,t,{enumerable:n.enumerable}),{getValue:function(){return r},setValue:function(l){r=""+l},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}function Hl(e){e._valueTracker||(e._valueTracker=lb(e))}function $m(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n=t.getValue(),r="";return e&&(r=Am(e)?e.checked?"true":"false":e.value),e=r,e!==n?(t.setValue(e),!0):!1}function Hi(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 Ou(e,t){var n=t.checked;return ge({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:n??e._wrapperState.initialChecked})}function Nf(e,t){var n=t.defaultValue==null?"":t.defaultValue,r=t.checked!=null?t.checked:t.defaultChecked;n=ar(t.value!=null?t.value:n),e._wrapperState={initialChecked:r,initialValue:n,controlled:t.type==="checkbox"||t.type==="radio"?t.checked!=null:t.value!=null}}function Om(e,t){t=t.checked,t!=null&&gd(e,"checked",t,!1)}function Tu(e,t){Om(e,t);var n=ar(t.value),r=t.type;if(n!=null)r==="number"?(n===0&&e.value===""||e.value!=n)&&(e.value=""+n):e.value!==""+n&&(e.value=""+n);else if(r==="submit"||r==="reset"){e.removeAttribute("value");return}t.hasOwnProperty("value")?Mu(e,t.type,n):t.hasOwnProperty("defaultValue")&&Mu(e,t.type,ar(t.defaultValue)),t.checked==null&&t.defaultChecked!=null&&(e.defaultChecked=!!t.defaultChecked)}function Bf(e,t,n){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var r=t.type;if(!(r!=="submit"&&r!=="reset"||t.value!==void 0&&t.value!==null))return;t=""+e._wrapperState.initialValue,n||t===e.value||(e.value=t),e.defaultValue=t}n=e.name,n!==""&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,n!==""&&(e.name=n)}function Mu(e,t,n){(t!=="number"||Hi(e.ownerDocument)!==e)&&(n==null?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+n&&(e.defaultValue=""+n))}var _a=Array.isArray;function Co(e,t,n,r){if(e=e.options,t){t={};for(var o=0;o<n.length;o++)t["$"+n[o]]=!0;for(n=0;n<e.length;n++)o=t.hasOwnProperty("$"+e[n].value),e[n].selected!==o&&(e[n].selected=o),o&&r&&(e[n].defaultSelected=!0)}else{for(n=""+ar(n),t=null,o=0;o<e.length;o++){if(e[o].value===n){e[o].selected=!0,r&&(e[o].defaultSelected=!0);return}t!==null||e[o].disabled||(t=e[o])}t!==null&&(t.selected=!0)}}function Lu(e,t){if(t.dangerouslySetInnerHTML!=null)throw Error(P(91));return ge({},t,{value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue})}function Ff(e,t){var n=t.value;if(n==null){if(n=t.children,t=t.defaultValue,n!=null){if(t!=null)throw Error(P(92));if(_a(n)){if(1<n.length)throw Error(P(93));n=n[0]}t=n}t==null&&(t=""),n=t}e._wrapperState={initialValue:ar(n)}}function Tm(e,t){var n=ar(t.value),r=ar(t.defaultValue);n!=null&&(n=""+n,n!==e.value&&(e.value=n),t.defaultValue==null&&e.defaultValue!==n&&(e.defaultValue=n)),r!=null&&(e.defaultValue=""+r)}function Hf(e){var t=e.textContent;t===e._wrapperState.initialValue&&t!==""&&t!==null&&(e.value=t)}function Mm(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 Pu(e,t){return e==null||e==="http://www.w3.org/1999/xhtml"?Mm(t):e==="http://www.w3.org/2000/svg"&&t==="foreignObject"?"http://www.w3.org/1999/xhtml":e}var Dl,Lm=function(e){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(t,n,r,o){MSApp.execUnsafeLocalFunction(function(){return e(t,n,r,o)})}:e}(function(e,t){if(e.namespaceURI!=="http://www.w3.org/2000/svg"||"innerHTML"in e)e.innerHTML=t;else{for(Dl=Dl||document.createElement("div"),Dl.innerHTML="<svg>"+t.valueOf().toString()+"</svg>",t=Dl.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}});function qa(e,t){if(t){var n=e.firstChild;if(n&&n===e.lastChild&&n.nodeType===3){n.nodeValue=t;return}}e.textContent=t}var Ia={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},ib=["Webkit","ms","Moz","O"];Object.keys(Ia).forEach(function(e){ib.forEach(function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),Ia[t]=Ia[e]})});function Pm(e,t,n){return t==null||typeof t=="boolean"||t===""?"":n||typeof t!="number"||t===0||Ia.hasOwnProperty(e)&&Ia[e]?(""+t).trim():t+"px"}function zm(e,t){e=e.style;for(var n in t)if(t.hasOwnProperty(n)){var r=n.indexOf("--")===0,o=Pm(n,t[n],r);n==="float"&&(n="cssFloat"),r?e.setProperty(n,o):e[n]=o}}var sb=ge({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 zu(e,t){if(t){if(sb[e]&&(t.children!=null||t.dangerouslySetInnerHTML!=null))throw Error(P(137,e));if(t.dangerouslySetInnerHTML!=null){if(t.children!=null)throw Error(P(60));if(typeof t.dangerouslySetInnerHTML!="object"||!("__html"in t.dangerouslySetInnerHTML))throw Error(P(61))}if(t.style!=null&&typeof t.style!="object")throw Error(P(62))}}function Nu(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 Bu=null;function bd(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}var Fu=null,_o=null,Ro=null;function Df(e){if(e=Sl(e)){if(typeof Fu!="function")throw Error(P(280));var t=e.stateNode;t&&(t=Ms(t),Fu(e.stateNode,e.type,t))}}function Nm(e){_o?Ro?Ro.push(e):Ro=[e]:_o=e}function Bm(){if(_o){var e=_o,t=Ro;if(Ro=_o=null,Df(e),t)for(e=0;e<t.length;e++)Df(t[e])}}function Fm(e,t){return e(t)}function Hm(){}var xc=!1;function Dm(e,t,n){if(xc)return e(t,n);xc=!0;try{return Fm(e,t,n)}finally{xc=!1,(_o!==null||Ro!==null)&&(Hm(),Bm())}}function Ka(e,t){var n=e.stateNode;if(n===null)return null;var r=Ms(n);if(r===null)return null;n=r[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":(r=!r.disabled)||(e=e.type,r=!(e==="button"||e==="input"||e==="select"||e==="textarea")),e=!r;break e;default:e=!1}if(e)return null;if(n&&typeof n!="function")throw Error(P(231,t,typeof n));return n}var Hu=!1;if(_n)try{var fa={};Object.defineProperty(fa,"passive",{get:function(){Hu=!0}}),window.addEventListener("test",fa,fa),window.removeEventListener("test",fa,fa)}catch{Hu=!1}function cb(e,t,n,r,o,a,l,s,c){var u=Array.prototype.slice.call(arguments,3);try{t.apply(n,u)}catch(d){this.onError(d)}}var Aa=!1,Di=null,ji=!1,Du=null,ub={onError:function(e){Aa=!0,Di=e}};function db(e,t,n,r,o,a,l,s,c){Aa=!1,Di=null,cb.apply(ub,arguments)}function fb(e,t,n,r,o,a,l,s,c){if(db.apply(this,arguments),Aa){if(Aa){var u=Di;Aa=!1,Di=null}else throw Error(P(198));ji||(ji=!0,Du=u)}}function Kr(e){var t=e,n=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do t=e,t.flags&4098&&(n=t.return),e=t.return;while(e)}return t.tag===3?n:null}function jm(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 jf(e){if(Kr(e)!==e)throw Error(P(188))}function pb(e){var t=e.alternate;if(!t){if(t=Kr(e),t===null)throw Error(P(188));return t!==e?null:e}for(var n=e,r=t;;){var o=n.return;if(o===null)break;var a=o.alternate;if(a===null){if(r=o.return,r!==null){n=r;continue}break}if(o.child===a.child){for(a=o.child;a;){if(a===n)return jf(o),e;if(a===r)return jf(o),t;a=a.sibling}throw Error(P(188))}if(n.return!==r.return)n=o,r=a;else{for(var l=!1,s=o.child;s;){if(s===n){l=!0,n=o,r=a;break}if(s===r){l=!0,r=o,n=a;break}s=s.sibling}if(!l){for(s=a.child;s;){if(s===n){l=!0,n=a,r=o;break}if(s===r){l=!0,r=a,n=o;break}s=s.sibling}if(!l)throw Error(P(189))}}if(n.alternate!==r)throw Error(P(190))}if(n.tag!==3)throw Error(P(188));return n.stateNode.current===n?e:t}function Um(e){return e=pb(e),e!==null?Vm(e):null}function Vm(e){if(e.tag===5||e.tag===6)return e;for(e=e.child;e!==null;){var t=Vm(e);if(t!==null)return t;e=e.sibling}return null}var Wm=ct.unstable_scheduleCallback,Uf=ct.unstable_cancelCallback,hb=ct.unstable_shouldYield,mb=ct.unstable_requestPaint,we=ct.unstable_now,gb=ct.unstable_getCurrentPriorityLevel,Ed=ct.unstable_ImmediatePriority,Gm=ct.unstable_UserBlockingPriority,Ui=ct.unstable_NormalPriority,vb=ct.unstable_LowPriority,qm=ct.unstable_IdlePriority,As=null,fn=null;function yb(e){if(fn&&typeof fn.onCommitFiberRoot=="function")try{fn.onCommitFiberRoot(As,e,void 0,(e.current.flags&128)===128)}catch{}}var zt=Math.clz32?Math.clz32:Eb,wb=Math.log,bb=Math.LN2;function Eb(e){return e>>>=0,e===0?32:31-(wb(e)/bb|0)|0}var jl=64,Ul=4194304;function Ra(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 Vi(e,t){var n=e.pendingLanes;if(n===0)return 0;var r=0,o=e.suspendedLanes,a=e.pingedLanes,l=n&268435455;if(l!==0){var s=l&~o;s!==0?r=Ra(s):(a&=l,a!==0&&(r=Ra(a)))}else l=n&~o,l!==0?r=Ra(l):a!==0&&(r=Ra(a));if(r===0)return 0;if(t!==0&&t!==r&&!(t&o)&&(o=r&-r,a=t&-t,o>=a||o===16&&(a&4194240)!==0))return t;if(r&4&&(r|=n&16),t=e.entangledLanes,t!==0)for(e=e.entanglements,t&=r;0<t;)n=31-zt(t),o=1<<n,r|=e[n],t&=~o;return r}function xb(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 Sb(e,t){for(var n=e.suspendedLanes,r=e.pingedLanes,o=e.expirationTimes,a=e.pendingLanes;0<a;){var l=31-zt(a),s=1<<l,c=o[l];c===-1?(!(s&n)||s&r)&&(o[l]=xb(s,t)):c<=t&&(e.expiredLanes|=s),a&=~s}}function ju(e){return e=e.pendingLanes&-1073741825,e!==0?e:e&1073741824?1073741824:0}function Km(){var e=jl;return jl<<=1,!(jl&4194240)&&(jl=64),e}function Sc(e){for(var t=[],n=0;31>n;n++)t.push(e);return t}function El(e,t,n){e.pendingLanes|=t,t!==536870912&&(e.suspendedLanes=0,e.pingedLanes=0),e=e.eventTimes,t=31-zt(t),e[t]=n}function Cb(e,t){var n=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 r=e.eventTimes;for(e=e.expirationTimes;0<n;){var o=31-zt(n),a=1<<o;t[o]=0,r[o]=-1,e[o]=-1,n&=~a}}function xd(e,t){var n=e.entangledLanes|=t;for(e=e.entanglements;n;){var r=31-zt(n),o=1<<r;o&t|e[r]&t&&(e[r]|=t),n&=~o}}var le=0;function Ym(e){return e&=-e,1<e?4<e?e&268435455?16:536870912:4:1}var Xm,Sd,Zm,Qm,Jm,Uu=!1,Vl=[],qn=null,Kn=null,Yn=null,Ya=new Map,Xa=new Map,Un=[],_b="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 Vf(e,t){switch(e){case"focusin":case"focusout":qn=null;break;case"dragenter":case"dragleave":Kn=null;break;case"mouseover":case"mouseout":Yn=null;break;case"pointerover":case"pointerout":Ya.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":Xa.delete(t.pointerId)}}function pa(e,t,n,r,o,a){return e===null||e.nativeEvent!==a?(e={blockedOn:t,domEventName:n,eventSystemFlags:r,nativeEvent:a,targetContainers:[o]},t!==null&&(t=Sl(t),t!==null&&Sd(t)),e):(e.eventSystemFlags|=r,t=e.targetContainers,o!==null&&t.indexOf(o)===-1&&t.push(o),e)}function Rb(e,t,n,r,o){switch(t){case"focusin":return qn=pa(qn,e,t,n,r,o),!0;case"dragenter":return Kn=pa(Kn,e,t,n,r,o),!0;case"mouseover":return Yn=pa(Yn,e,t,n,r,o),!0;case"pointerover":var a=o.pointerId;return Ya.set(a,pa(Ya.get(a)||null,e,t,n,r,o)),!0;case"gotpointercapture":return a=o.pointerId,Xa.set(a,pa(Xa.get(a)||null,e,t,n,r,o)),!0}return!1}function eg(e){var t=Ir(e.target);if(t!==null){var n=Kr(t);if(n!==null){if(t=n.tag,t===13){if(t=jm(n),t!==null){e.blockedOn=t,Jm(e.priority,function(){Zm(n)});return}}else if(t===3&&n.stateNode.current.memoizedState.isDehydrated){e.blockedOn=n.tag===3?n.stateNode.containerInfo:null;return}}}e.blockedOn=null}function wi(e){if(e.blockedOn!==null)return!1;for(var t=e.targetContainers;0<t.length;){var n=Vu(e.domEventName,e.eventSystemFlags,t[0],e.nativeEvent);if(n===null){n=e.nativeEvent;var r=new n.constructor(n.type,n);Bu=r,n.target.dispatchEvent(r),Bu=null}else return t=Sl(n),t!==null&&Sd(t),e.blockedOn=n,!1;t.shift()}return!0}function Wf(e,t,n){wi(e)&&n.delete(t)}function kb(){Uu=!1,qn!==null&&wi(qn)&&(qn=null),Kn!==null&&wi(Kn)&&(Kn=null),Yn!==null&&wi(Yn)&&(Yn=null),Ya.forEach(Wf),Xa.forEach(Wf)}function ha(e,t){e.blockedOn===t&&(e.blockedOn=null,Uu||(Uu=!0,ct.unstable_scheduleCallback(ct.unstable_NormalPriority,kb)))}function Za(e){function t(o){return ha(o,e)}if(0<Vl.length){ha(Vl[0],e);for(var n=1;n<Vl.length;n++){var r=Vl[n];r.blockedOn===e&&(r.blockedOn=null)}}for(qn!==null&&ha(qn,e),Kn!==null&&ha(Kn,e),Yn!==null&&ha(Yn,e),Ya.forEach(t),Xa.forEach(t),n=0;n<Un.length;n++)r=Un[n],r.blockedOn===e&&(r.blockedOn=null);for(;0<Un.length&&(n=Un[0],n.blockedOn===null);)eg(n),n.blockedOn===null&&Un.shift()}var ko=On.ReactCurrentBatchConfig,Wi=!0;function Ib(e,t,n,r){var o=le,a=ko.transition;ko.transition=null;try{le=1,Cd(e,t,n,r)}finally{le=o,ko.transition=a}}function Ab(e,t,n,r){var o=le,a=ko.transition;ko.transition=null;try{le=4,Cd(e,t,n,r)}finally{le=o,ko.transition=a}}function Cd(e,t,n,r){if(Wi){var o=Vu(e,t,n,r);if(o===null)Mc(e,t,r,Gi,n),Vf(e,r);else if(Rb(o,e,t,n,r))r.stopPropagation();else if(Vf(e,r),t&4&&-1<_b.indexOf(e)){for(;o!==null;){var a=Sl(o);if(a!==null&&Xm(a),a=Vu(e,t,n,r),a===null&&Mc(e,t,r,Gi,n),a===o)break;o=a}o!==null&&r.stopPropagation()}else Mc(e,t,r,null,n)}}var Gi=null;function Vu(e,t,n,r){if(Gi=null,e=bd(r),e=Ir(e),e!==null)if(t=Kr(e),t===null)e=null;else if(n=t.tag,n===13){if(e=jm(t),e!==null)return e;e=null}else if(n===3){if(t.stateNode.current.memoizedState.isDehydrated)return t.tag===3?t.stateNode.containerInfo:null;e=null}else t!==e&&(e=null);return Gi=e,null}function tg(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(gb()){case Ed:return 1;case Gm:return 4;case Ui:case vb:return 16;case qm:return 536870912;default:return 16}default:return 16}}var Wn=null,_d=null,bi=null;function ng(){if(bi)return bi;var e,t=_d,n=t.length,r,o="value"in Wn?Wn.value:Wn.textContent,a=o.length;for(e=0;e<n&&t[e]===o[e];e++);var l=n-e;for(r=1;r<=l&&t[n-r]===o[a-r];r++);return bi=o.slice(e,1<r?1-r:void 0)}function Ei(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 Wl(){return!0}function Gf(){return!1}function pt(e){function t(n,r,o,a,l){this._reactName=n,this._targetInst=o,this.type=r,this.nativeEvent=a,this.target=l,this.currentTarget=null;for(var s in e)e.hasOwnProperty(s)&&(n=e[s],this[s]=n?n(a):a[s]);return this.isDefaultPrevented=(a.defaultPrevented!=null?a.defaultPrevented:a.returnValue===!1)?Wl:Gf,this.isPropagationStopped=Gf,this}return ge(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var n=this.nativeEvent;n&&(n.preventDefault?n.preventDefault():typeof n.returnValue!="unknown"&&(n.returnValue=!1),this.isDefaultPrevented=Wl)},stopPropagation:function(){var n=this.nativeEvent;n&&(n.stopPropagation?n.stopPropagation():typeof n.cancelBubble!="unknown"&&(n.cancelBubble=!0),this.isPropagationStopped=Wl)},persist:function(){},isPersistent:Wl}),t}var Qo={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},Rd=pt(Qo),xl=ge({},Qo,{view:0,detail:0}),$b=pt(xl),Cc,_c,ma,$s=ge({},xl,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:kd,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!==ma&&(ma&&e.type==="mousemove"?(Cc=e.screenX-ma.screenX,_c=e.screenY-ma.screenY):_c=Cc=0,ma=e),Cc)},movementY:function(e){return"movementY"in e?e.movementY:_c}}),qf=pt($s),Ob=ge({},$s,{dataTransfer:0}),Tb=pt(Ob),Mb=ge({},xl,{relatedTarget:0}),Rc=pt(Mb),Lb=ge({},Qo,{animationName:0,elapsedTime:0,pseudoElement:0}),Pb=pt(Lb),zb=ge({},Qo,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),Nb=pt(zb),Bb=ge({},Qo,{data:0}),Kf=pt(Bb),Fb={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},Hb={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"},Db={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function jb(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):(e=Db[e])?!!t[e]:!1}function kd(){return jb}var Ub=ge({},xl,{key:function(e){if(e.key){var t=Fb[e.key]||e.key;if(t!=="Unidentified")return t}return e.type==="keypress"?(e=Ei(e),e===13?"Enter":String.fromCharCode(e)):e.type==="keydown"||e.type==="keyup"?Hb[e.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:kd,charCode:function(e){return e.type==="keypress"?Ei(e):0},keyCode:function(e){return e.type==="keydown"||e.type==="keyup"?e.keyCode:0},which:function(e){return e.type==="keypress"?Ei(e):e.type==="keydown"||e.type==="keyup"?e.keyCode:0}}),Vb=pt(Ub),Wb=ge({},$s,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),Yf=pt(Wb),Gb=ge({},xl,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:kd}),qb=pt(Gb),Kb=ge({},Qo,{propertyName:0,elapsedTime:0,pseudoElement:0}),Yb=pt(Kb),Xb=ge({},$s,{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}),Zb=pt(Xb),Qb=[9,13,27,32],Id=_n&&"CompositionEvent"in window,$a=null;_n&&"documentMode"in document&&($a=document.documentMode);var Jb=_n&&"TextEvent"in window&&!$a,rg=_n&&(!Id||$a&&8<$a&&11>=$a),Xf=" ",Zf=!1;function og(e,t){switch(e){case"keyup":return Qb.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function ag(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}var uo=!1;function e8(e,t){switch(e){case"compositionend":return ag(t);case"keypress":return t.which!==32?null:(Zf=!0,Xf);case"textInput":return e=t.data,e===Xf&&Zf?null:e;default:return null}}function t8(e,t){if(uo)return e==="compositionend"||!Id&&og(e,t)?(e=ng(),bi=_d=Wn=null,uo=!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 rg&&t.locale!=="ko"?null:t.data;default:return null}}var n8={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 Qf(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t==="input"?!!n8[e.type]:t==="textarea"}function lg(e,t,n,r){Nm(r),t=qi(t,"onChange"),0<t.length&&(n=new Rd("onChange","change",null,n,r),e.push({event:n,listeners:t}))}var Oa=null,Qa=null;function r8(e){vg(e,0)}function Os(e){var t=ho(e);if($m(t))return e}function o8(e,t){if(e==="change")return t}var ig=!1;if(_n){var kc;if(_n){var Ic="oninput"in document;if(!Ic){var Jf=document.createElement("div");Jf.setAttribute("oninput","return;"),Ic=typeof Jf.oninput=="function"}kc=Ic}else kc=!1;ig=kc&&(!document.documentMode||9<document.documentMode)}function ep(){Oa&&(Oa.detachEvent("onpropertychange",sg),Qa=Oa=null)}function sg(e){if(e.propertyName==="value"&&Os(Qa)){var t=[];lg(t,Qa,e,bd(e)),Dm(r8,t)}}function a8(e,t,n){e==="focusin"?(ep(),Oa=t,Qa=n,Oa.attachEvent("onpropertychange",sg)):e==="focusout"&&ep()}function l8(e){if(e==="selectionchange"||e==="keyup"||e==="keydown")return Os(Qa)}function i8(e,t){if(e==="click")return Os(t)}function s8(e,t){if(e==="input"||e==="change")return Os(t)}function c8(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}var Bt=typeof Object.is=="function"?Object.is:c8;function Ja(e,t){if(Bt(e,t))return!0;if(typeof e!="object"||e===null||typeof t!="object"||t===null)return!1;var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(r=0;r<n.length;r++){var o=n[r];if(!Ru.call(t,o)||!Bt(e[o],t[o]))return!1}return!0}function tp(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function np(e,t){var n=tp(e);e=0;for(var r;n;){if(n.nodeType===3){if(r=e+n.textContent.length,e<=t&&r>=t)return{node:n,offset:t-e};e=r}e:{for(;n;){if(n.nextSibling){n=n.nextSibling;break e}n=n.parentNode}n=void 0}n=tp(n)}}function cg(e,t){return e&&t?e===t?!0:e&&e.nodeType===3?!1:t&&t.nodeType===3?cg(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1:!1}function ug(){for(var e=window,t=Hi();t instanceof e.HTMLIFrameElement;){try{var n=typeof t.contentWindow.location.href=="string"}catch{n=!1}if(n)e=t.contentWindow;else break;t=Hi(e.document)}return t}function Ad(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 u8(e){var t=ug(),n=e.focusedElem,r=e.selectionRange;if(t!==n&&n&&n.ownerDocument&&cg(n.ownerDocument.documentElement,n)){if(r!==null&&Ad(n)){if(t=r.start,e=r.end,e===void 0&&(e=t),"selectionStart"in n)n.selectionStart=t,n.selectionEnd=Math.min(e,n.value.length);else if(e=(t=n.ownerDocument||document)&&t.defaultView||window,e.getSelection){e=e.getSelection();var o=n.textContent.length,a=Math.min(r.start,o);r=r.end===void 0?a:Math.min(r.end,o),!e.extend&&a>r&&(o=r,r=a,a=o),o=np(n,a);var l=np(n,r);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>r?(e.addRange(t),e.extend(l.node,l.offset)):(t.setEnd(l.node,l.offset),e.addRange(t)))}}for(t=[],e=n;e=e.parentNode;)e.nodeType===1&&t.push({element:e,left:e.scrollLeft,top:e.scrollTop});for(typeof n.focus=="function"&&n.focus(),n=0;n<t.length;n++)e=t[n],e.element.scrollLeft=e.left,e.element.scrollTop=e.top}}var d8=_n&&"documentMode"in document&&11>=document.documentMode,fo=null,Wu=null,Ta=null,Gu=!1;function rp(e,t,n){var r=n.window===n?n.document:n.nodeType===9?n:n.ownerDocument;Gu||fo==null||fo!==Hi(r)||(r=fo,"selectionStart"in r&&Ad(r)?r={start:r.selectionStart,end:r.selectionEnd}:(r=(r.ownerDocument&&r.ownerDocument.defaultView||window).getSelection(),r={anchorNode:r.anchorNode,anchorOffset:r.anchorOffset,focusNode:r.focusNode,focusOffset:r.focusOffset}),Ta&&Ja(Ta,r)||(Ta=r,r=qi(Wu,"onSelect"),0<r.length&&(t=new Rd("onSelect","select",null,t,n),e.push({event:t,listeners:r}),t.target=fo)))}function Gl(e,t){var n={};return n[e.toLowerCase()]=t.toLowerCase(),n["Webkit"+e]="webkit"+t,n["Moz"+e]="moz"+t,n}var po={animationend:Gl("Animation","AnimationEnd"),animationiteration:Gl("Animation","AnimationIteration"),animationstart:Gl("Animation","AnimationStart"),transitionend:Gl("Transition","TransitionEnd")},Ac={},dg={};_n&&(dg=document.createElement("div").style,"AnimationEvent"in window||(delete po.animationend.animation,delete po.animationiteration.animation,delete po.animationstart.animation),"TransitionEvent"in window||delete po.transitionend.transition);function Ts(e){if(Ac[e])return Ac[e];if(!po[e])return e;var t=po[e],n;for(n in t)if(t.hasOwnProperty(n)&&n in dg)return Ac[e]=t[n];return e}var fg=Ts("animationend"),pg=Ts("animationiteration"),hg=Ts("animationstart"),mg=Ts("transitionend"),gg=new Map,op="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 sr(e,t){gg.set(e,t),qr(t,[e])}for(var $c=0;$c<op.length;$c++){var Oc=op[$c],f8=Oc.toLowerCase(),p8=Oc[0].toUpperCase()+Oc.slice(1);sr(f8,"on"+p8)}sr(fg,"onAnimationEnd");sr(pg,"onAnimationIteration");sr(hg,"onAnimationStart");sr("dblclick","onDoubleClick");sr("focusin","onFocus");sr("focusout","onBlur");sr(mg,"onTransitionEnd");Mo("onMouseEnter",["mouseout","mouseover"]);Mo("onMouseLeave",["mouseout","mouseover"]);Mo("onPointerEnter",["pointerout","pointerover"]);Mo("onPointerLeave",["pointerout","pointerover"]);qr("onChange","change click focusin focusout input keydown keyup selectionchange".split(" "));qr("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" "));qr("onBeforeInput",["compositionend","keypress","textInput","paste"]);qr("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" "));qr("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" "));qr("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var ka="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(" "),h8=new Set("cancel close invalid load scroll toggle".split(" ").concat(ka));function ap(e,t,n){var r=e.type||"unknown-event";e.currentTarget=n,fb(r,t,void 0,e),e.currentTarget=null}function vg(e,t){t=(t&4)!==0;for(var n=0;n<e.length;n++){var r=e[n],o=r.event;r=r.listeners;e:{var a=void 0;if(t)for(var l=r.length-1;0<=l;l--){var s=r[l],c=s.instance,u=s.currentTarget;if(s=s.listener,c!==a&&o.isPropagationStopped())break e;ap(o,s,u),a=c}else for(l=0;l<r.length;l++){if(s=r[l],c=s.instance,u=s.currentTarget,s=s.listener,c!==a&&o.isPropagationStopped())break e;ap(o,s,u),a=c}}}if(ji)throw e=Du,ji=!1,Du=null,e}function ce(e,t){var n=t[Zu];n===void 0&&(n=t[Zu]=new Set);var r=e+"__bubble";n.has(r)||(yg(t,e,2,!1),n.add(r))}function Tc(e,t,n){var r=0;t&&(r|=4),yg(n,e,r,t)}var ql="_reactListening"+Math.random().toString(36).slice(2);function el(e){if(!e[ql]){e[ql]=!0,_m.forEach(function(n){n!=="selectionchange"&&(h8.has(n)||Tc(n,!1,e),Tc(n,!0,e))});var t=e.nodeType===9?e:e.ownerDocument;t===null||t[ql]||(t[ql]=!0,Tc("selectionchange",!1,t))}}function yg(e,t,n,r){switch(tg(t)){case 1:var o=Ib;break;case 4:o=Ab;break;default:o=Cd}n=o.bind(null,t,n,e),o=void 0,!Hu||t!=="touchstart"&&t!=="touchmove"&&t!=="wheel"||(o=!0),r?o!==void 0?e.addEventListener(t,n,{capture:!0,passive:o}):e.addEventListener(t,n,!0):o!==void 0?e.addEventListener(t,n,{passive:o}):e.addEventListener(t,n,!1)}function Mc(e,t,n,r,o){var a=r;if(!(t&1)&&!(t&2)&&r!==null)e:for(;;){if(r===null)return;var l=r.tag;if(l===3||l===4){var s=r.stateNode.containerInfo;if(s===o||s.nodeType===8&&s.parentNode===o)break;if(l===4)for(l=r.return;l!==null;){var c=l.tag;if((c===3||c===4)&&(c=l.stateNode.containerInfo,c===o||c.nodeType===8&&c.parentNode===o))return;l=l.return}for(;s!==null;){if(l=Ir(s),l===null)return;if(c=l.tag,c===5||c===6){r=a=l;continue e}s=s.parentNode}}r=r.return}Dm(function(){var u=a,d=bd(n),p=[];e:{var h=gg.get(e);if(h!==void 0){var f=Rd,v=e;switch(e){case"keypress":if(Ei(n)===0)break e;case"keydown":case"keyup":f=Vb;break;case"focusin":v="focus",f=Rc;break;case"focusout":v="blur",f=Rc;break;case"beforeblur":case"afterblur":f=Rc;break;case"click":if(n.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":f=qf;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":f=Tb;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":f=qb;break;case fg:case pg:case hg:f=Pb;break;case mg:f=Yb;break;case"scroll":f=$b;break;case"wheel":f=Zb;break;case"copy":case"cut":case"paste":f=Nb;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":f=Yf}var g=(t&4)!==0,S=!g&&e==="scroll",b=g?h!==null?h+"Capture":null:h;g=[];for(var w=u,y;w!==null;){y=w;var E=y.stateNode;if(y.tag===5&&E!==null&&(y=E,b!==null&&(E=Ka(w,b),E!=null&&g.push(tl(w,E,y)))),S)break;w=w.return}0<g.length&&(h=new f(h,v,null,n,d),p.push({event:h,listeners:g}))}}if(!(t&7)){e:{if(h=e==="mouseover"||e==="pointerover",f=e==="mouseout"||e==="pointerout",h&&n!==Bu&&(v=n.relatedTarget||n.fromElement)&&(Ir(v)||v[Rn]))break e;if((f||h)&&(h=d.window===d?d:(h=d.ownerDocument)?h.defaultView||h.parentWindow:window,f?(v=n.relatedTarget||n.toElement,f=u,v=v?Ir(v):null,v!==null&&(S=Kr(v),v!==S||v.tag!==5&&v.tag!==6)&&(v=null)):(f=null,v=u),f!==v)){if(g=qf,E="onMouseLeave",b="onMouseEnter",w="mouse",(e==="pointerout"||e==="pointerover")&&(g=Yf,E="onPointerLeave",b="onPointerEnter",w="pointer"),S=f==null?h:ho(f),y=v==null?h:ho(v),h=new g(E,w+"leave",f,n,d),h.target=S,h.relatedTarget=y,E=null,Ir(d)===u&&(g=new g(b,w+"enter",v,n,d),g.target=y,g.relatedTarget=S,E=g),S=E,f&&v)t:{for(g=f,b=v,w=0,y=g;y;y=to(y))w++;for(y=0,E=b;E;E=to(E))y++;for(;0<w-y;)g=to(g),w--;for(;0<y-w;)b=to(b),y--;for(;w--;){if(g===b||b!==null&&g===b.alternate)break t;g=to(g),b=to(b)}g=null}else g=null;f!==null&&lp(p,h,f,g,!1),v!==null&&S!==null&&lp(p,S,v,g,!0)}}e:{if(h=u?ho(u):window,f=h.nodeName&&h.nodeName.toLowerCase(),f==="select"||f==="input"&&h.type==="file")var x=o8;else if(Qf(h))if(ig)x=s8;else{x=l8;var C=a8}else(f=h.nodeName)&&f.toLowerCase()==="input"&&(h.type==="checkbox"||h.type==="radio")&&(x=i8);if(x&&(x=x(e,u))){lg(p,x,n,d);break e}C&&C(e,h,u),e==="focusout"&&(C=h._wrapperState)&&C.controlled&&h.type==="number"&&Mu(h,"number",h.value)}switch(C=u?ho(u):window,e){case"focusin":(Qf(C)||C.contentEditable==="true")&&(fo=C,Wu=u,Ta=null);break;case"focusout":Ta=Wu=fo=null;break;case"mousedown":Gu=!0;break;case"contextmenu":case"mouseup":case"dragend":Gu=!1,rp(p,n,d);break;case"selectionchange":if(d8)break;case"keydown":case"keyup":rp(p,n,d)}var _;if(Id)e:{switch(e){case"compositionstart":var R="onCompositionStart";break e;case"compositionend":R="onCompositionEnd";break e;case"compositionupdate":R="onCompositionUpdate";break e}R=void 0}else uo?og(e,n)&&(R="onCompositionEnd"):e==="keydown"&&n.keyCode===229&&(R="onCompositionStart");R&&(rg&&n.locale!=="ko"&&(uo||R!=="onCompositionStart"?R==="onCompositionEnd"&&uo&&(_=ng()):(Wn=d,_d="value"in Wn?Wn.value:Wn.textContent,uo=!0)),C=qi(u,R),0<C.length&&(R=new Kf(R,e,null,n,d),p.push({event:R,listeners:C}),_?R.data=_:(_=ag(n),_!==null&&(R.data=_)))),(_=Jb?e8(e,n):t8(e,n))&&(u=qi(u,"onBeforeInput"),0<u.length&&(d=new Kf("onBeforeInput","beforeinput",null,n,d),p.push({event:d,listeners:u}),d.data=_))}vg(p,t)})}function tl(e,t,n){return{instance:e,listener:t,currentTarget:n}}function qi(e,t){for(var n=t+"Capture",r=[];e!==null;){var o=e,a=o.stateNode;o.tag===5&&a!==null&&(o=a,a=Ka(e,n),a!=null&&r.unshift(tl(e,a,o)),a=Ka(e,t),a!=null&&r.push(tl(e,a,o))),e=e.return}return r}function to(e){if(e===null)return null;do e=e.return;while(e&&e.tag!==5);return e||null}function lp(e,t,n,r,o){for(var a=t._reactName,l=[];n!==null&&n!==r;){var s=n,c=s.alternate,u=s.stateNode;if(c!==null&&c===r)break;s.tag===5&&u!==null&&(s=u,o?(c=Ka(n,a),c!=null&&l.unshift(tl(n,c,s))):o||(c=Ka(n,a),c!=null&&l.push(tl(n,c,s)))),n=n.return}l.length!==0&&e.push({event:t,listeners:l})}var m8=/\r\n?/g,g8=/\u0000|\uFFFD/g;function ip(e){return(typeof e=="string"?e:""+e).replace(m8,`
|
|
236
|
+
`).replace(g8,"")}function Kl(e,t,n){if(t=ip(t),ip(e)!==t&&n)throw Error(P(425))}function Ki(){}var qu=null,Ku=null;function Yu(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 Xu=typeof setTimeout=="function"?setTimeout:void 0,v8=typeof clearTimeout=="function"?clearTimeout:void 0,sp=typeof Promise=="function"?Promise:void 0,y8=typeof queueMicrotask=="function"?queueMicrotask:typeof sp<"u"?function(e){return sp.resolve(null).then(e).catch(w8)}:Xu;function w8(e){setTimeout(function(){throw e})}function Lc(e,t){var n=t,r=0;do{var o=n.nextSibling;if(e.removeChild(n),o&&o.nodeType===8)if(n=o.data,n==="/$"){if(r===0){e.removeChild(o),Za(t);return}r--}else n!=="$"&&n!=="$?"&&n!=="$!"||r++;n=o}while(n);Za(t)}function Xn(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 cp(e){e=e.previousSibling;for(var t=0;e;){if(e.nodeType===8){var n=e.data;if(n==="$"||n==="$!"||n==="$?"){if(t===0)return e;t--}else n==="/$"&&t++}e=e.previousSibling}return null}var Jo=Math.random().toString(36).slice(2),on="__reactFiber$"+Jo,nl="__reactProps$"+Jo,Rn="__reactContainer$"+Jo,Zu="__reactEvents$"+Jo,b8="__reactListeners$"+Jo,E8="__reactHandles$"+Jo;function Ir(e){var t=e[on];if(t)return t;for(var n=e.parentNode;n;){if(t=n[Rn]||n[on]){if(n=t.alternate,t.child!==null||n!==null&&n.child!==null)for(e=cp(e);e!==null;){if(n=e[on])return n;e=cp(e)}return t}e=n,n=e.parentNode}return null}function Sl(e){return e=e[on]||e[Rn],!e||e.tag!==5&&e.tag!==6&&e.tag!==13&&e.tag!==3?null:e}function ho(e){if(e.tag===5||e.tag===6)return e.stateNode;throw Error(P(33))}function Ms(e){return e[nl]||null}var Qu=[],mo=-1;function cr(e){return{current:e}}function ue(e){0>mo||(e.current=Qu[mo],Qu[mo]=null,mo--)}function se(e,t){mo++,Qu[mo]=e.current,e.current=t}var lr={},Ue=cr(lr),Je=cr(!1),Fr=lr;function Lo(e,t){var n=e.type.contextTypes;if(!n)return lr;var r=e.stateNode;if(r&&r.__reactInternalMemoizedUnmaskedChildContext===t)return r.__reactInternalMemoizedMaskedChildContext;var o={},a;for(a in n)o[a]=t[a];return r&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=o),o}function et(e){return e=e.childContextTypes,e!=null}function Yi(){ue(Je),ue(Ue)}function up(e,t,n){if(Ue.current!==lr)throw Error(P(168));se(Ue,t),se(Je,n)}function wg(e,t,n){var r=e.stateNode;if(t=t.childContextTypes,typeof r.getChildContext!="function")return n;r=r.getChildContext();for(var o in r)if(!(o in t))throw Error(P(108,ab(e)||"Unknown",o));return ge({},n,r)}function Xi(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||lr,Fr=Ue.current,se(Ue,e),se(Je,Je.current),!0}function dp(e,t,n){var r=e.stateNode;if(!r)throw Error(P(169));n?(e=wg(e,t,Fr),r.__reactInternalMemoizedMergedChildContext=e,ue(Je),ue(Ue),se(Ue,e)):ue(Je),se(Je,n)}var En=null,Ls=!1,Pc=!1;function bg(e){En===null?En=[e]:En.push(e)}function x8(e){Ls=!0,bg(e)}function ur(){if(!Pc&&En!==null){Pc=!0;var e=0,t=le;try{var n=En;for(le=1;e<n.length;e++){var r=n[e];do r=r(!0);while(r!==null)}En=null,Ls=!1}catch(o){throw En!==null&&(En=En.slice(e+1)),Wm(Ed,ur),o}finally{le=t,Pc=!1}}return null}var go=[],vo=0,Zi=null,Qi=0,vt=[],yt=0,Hr=null,xn=1,Sn="";function Er(e,t){go[vo++]=Qi,go[vo++]=Zi,Zi=e,Qi=t}function Eg(e,t,n){vt[yt++]=xn,vt[yt++]=Sn,vt[yt++]=Hr,Hr=e;var r=xn;e=Sn;var o=32-zt(r)-1;r&=~(1<<o),n+=1;var a=32-zt(t)+o;if(30<a){var l=o-o%5;a=(r&(1<<l)-1).toString(32),r>>=l,o-=l,xn=1<<32-zt(t)+o|n<<o|r,Sn=a+e}else xn=1<<a|n<<o|r,Sn=e}function $d(e){e.return!==null&&(Er(e,1),Eg(e,1,0))}function Od(e){for(;e===Zi;)Zi=go[--vo],go[vo]=null,Qi=go[--vo],go[vo]=null;for(;e===Hr;)Hr=vt[--yt],vt[yt]=null,Sn=vt[--yt],vt[yt]=null,xn=vt[--yt],vt[yt]=null}var st=null,lt=null,pe=!1,Pt=null;function xg(e,t){var n=wt(5,null,null,0);n.elementType="DELETED",n.stateNode=t,n.return=e,t=e.deletions,t===null?(e.deletions=[n],e.flags|=16):t.push(n)}function fp(e,t){switch(e.tag){case 5:var n=e.type;return t=t.nodeType!==1||n.toLowerCase()!==t.nodeName.toLowerCase()?null:t,t!==null?(e.stateNode=t,st=e,lt=Xn(t.firstChild),!0):!1;case 6:return t=e.pendingProps===""||t.nodeType!==3?null:t,t!==null?(e.stateNode=t,st=e,lt=null,!0):!1;case 13:return t=t.nodeType!==8?null:t,t!==null?(n=Hr!==null?{id:xn,overflow:Sn}:null,e.memoizedState={dehydrated:t,treeContext:n,retryLane:1073741824},n=wt(18,null,null,0),n.stateNode=t,n.return=e,e.child=n,st=e,lt=null,!0):!1;default:return!1}}function Ju(e){return(e.mode&1)!==0&&(e.flags&128)===0}function e0(e){if(pe){var t=lt;if(t){var n=t;if(!fp(e,t)){if(Ju(e))throw Error(P(418));t=Xn(n.nextSibling);var r=st;t&&fp(e,t)?xg(r,n):(e.flags=e.flags&-4097|2,pe=!1,st=e)}}else{if(Ju(e))throw Error(P(418));e.flags=e.flags&-4097|2,pe=!1,st=e}}}function pp(e){for(e=e.return;e!==null&&e.tag!==5&&e.tag!==3&&e.tag!==13;)e=e.return;st=e}function Yl(e){if(e!==st)return!1;if(!pe)return pp(e),pe=!0,!1;var t;if((t=e.tag!==3)&&!(t=e.tag!==5)&&(t=e.type,t=t!=="head"&&t!=="body"&&!Yu(e.type,e.memoizedProps)),t&&(t=lt)){if(Ju(e))throw Sg(),Error(P(418));for(;t;)xg(e,t),t=Xn(t.nextSibling)}if(pp(e),e.tag===13){if(e=e.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error(P(317));e:{for(e=e.nextSibling,t=0;e;){if(e.nodeType===8){var n=e.data;if(n==="/$"){if(t===0){lt=Xn(e.nextSibling);break e}t--}else n!=="$"&&n!=="$!"&&n!=="$?"||t++}e=e.nextSibling}lt=null}}else lt=st?Xn(e.stateNode.nextSibling):null;return!0}function Sg(){for(var e=lt;e;)e=Xn(e.nextSibling)}function Po(){lt=st=null,pe=!1}function Td(e){Pt===null?Pt=[e]:Pt.push(e)}var S8=On.ReactCurrentBatchConfig;function ga(e,t,n){if(e=n.ref,e!==null&&typeof e!="function"&&typeof e!="object"){if(n._owner){if(n=n._owner,n){if(n.tag!==1)throw Error(P(309));var r=n.stateNode}if(!r)throw Error(P(147,e));var o=r,a=""+e;return t!==null&&t.ref!==null&&typeof t.ref=="function"&&t.ref._stringRef===a?t.ref:(t=function(l){var s=o.refs;l===null?delete s[a]:s[a]=l},t._stringRef=a,t)}if(typeof e!="string")throw Error(P(284));if(!n._owner)throw Error(P(290,e))}return e}function Xl(e,t){throw e=Object.prototype.toString.call(t),Error(P(31,e==="[object Object]"?"object with keys {"+Object.keys(t).join(", ")+"}":e))}function hp(e){var t=e._init;return t(e._payload)}function Cg(e){function t(b,w){if(e){var y=b.deletions;y===null?(b.deletions=[w],b.flags|=16):y.push(w)}}function n(b,w){if(!e)return null;for(;w!==null;)t(b,w),w=w.sibling;return null}function r(b,w){for(b=new Map;w!==null;)w.key!==null?b.set(w.key,w):b.set(w.index,w),w=w.sibling;return b}function o(b,w){return b=er(b,w),b.index=0,b.sibling=null,b}function a(b,w,y){return b.index=y,e?(y=b.alternate,y!==null?(y=y.index,y<w?(b.flags|=2,w):y):(b.flags|=2,w)):(b.flags|=1048576,w)}function l(b){return e&&b.alternate===null&&(b.flags|=2),b}function s(b,w,y,E){return w===null||w.tag!==6?(w=jc(y,b.mode,E),w.return=b,w):(w=o(w,y),w.return=b,w)}function c(b,w,y,E){var x=y.type;return x===co?d(b,w,y.props.children,E,y.key):w!==null&&(w.elementType===x||typeof x=="object"&&x!==null&&x.$$typeof===Dn&&hp(x)===w.type)?(E=o(w,y.props),E.ref=ga(b,w,y),E.return=b,E):(E=Ii(y.type,y.key,y.props,null,b.mode,E),E.ref=ga(b,w,y),E.return=b,E)}function u(b,w,y,E){return w===null||w.tag!==4||w.stateNode.containerInfo!==y.containerInfo||w.stateNode.implementation!==y.implementation?(w=Uc(y,b.mode,E),w.return=b,w):(w=o(w,y.children||[]),w.return=b,w)}function d(b,w,y,E,x){return w===null||w.tag!==7?(w=Mr(y,b.mode,E,x),w.return=b,w):(w=o(w,y),w.return=b,w)}function p(b,w,y){if(typeof w=="string"&&w!==""||typeof w=="number")return w=jc(""+w,b.mode,y),w.return=b,w;if(typeof w=="object"&&w!==null){switch(w.$$typeof){case Fl:return y=Ii(w.type,w.key,w.props,null,b.mode,y),y.ref=ga(b,null,w),y.return=b,y;case so:return w=Uc(w,b.mode,y),w.return=b,w;case Dn:var E=w._init;return p(b,E(w._payload),y)}if(_a(w)||da(w))return w=Mr(w,b.mode,y,null),w.return=b,w;Xl(b,w)}return null}function h(b,w,y,E){var x=w!==null?w.key:null;if(typeof y=="string"&&y!==""||typeof y=="number")return x!==null?null:s(b,w,""+y,E);if(typeof y=="object"&&y!==null){switch(y.$$typeof){case Fl:return y.key===x?c(b,w,y,E):null;case so:return y.key===x?u(b,w,y,E):null;case Dn:return x=y._init,h(b,w,x(y._payload),E)}if(_a(y)||da(y))return x!==null?null:d(b,w,y,E,null);Xl(b,y)}return null}function f(b,w,y,E,x){if(typeof E=="string"&&E!==""||typeof E=="number")return b=b.get(y)||null,s(w,b,""+E,x);if(typeof E=="object"&&E!==null){switch(E.$$typeof){case Fl:return b=b.get(E.key===null?y:E.key)||null,c(w,b,E,x);case so:return b=b.get(E.key===null?y:E.key)||null,u(w,b,E,x);case Dn:var C=E._init;return f(b,w,y,C(E._payload),x)}if(_a(E)||da(E))return b=b.get(y)||null,d(w,b,E,x,null);Xl(w,E)}return null}function v(b,w,y,E){for(var x=null,C=null,_=w,R=w=0,A=null;_!==null&&R<y.length;R++){_.index>R?(A=_,_=null):A=_.sibling;var I=h(b,_,y[R],E);if(I===null){_===null&&(_=A);break}e&&_&&I.alternate===null&&t(b,_),w=a(I,w,R),C===null?x=I:C.sibling=I,C=I,_=A}if(R===y.length)return n(b,_),pe&&Er(b,R),x;if(_===null){for(;R<y.length;R++)_=p(b,y[R],E),_!==null&&(w=a(_,w,R),C===null?x=_:C.sibling=_,C=_);return pe&&Er(b,R),x}for(_=r(b,_);R<y.length;R++)A=f(_,b,R,y[R],E),A!==null&&(e&&A.alternate!==null&&_.delete(A.key===null?R:A.key),w=a(A,w,R),C===null?x=A:C.sibling=A,C=A);return e&&_.forEach(function($){return t(b,$)}),pe&&Er(b,R),x}function g(b,w,y,E){var x=da(y);if(typeof x!="function")throw Error(P(150));if(y=x.call(y),y==null)throw Error(P(151));for(var C=x=null,_=w,R=w=0,A=null,I=y.next();_!==null&&!I.done;R++,I=y.next()){_.index>R?(A=_,_=null):A=_.sibling;var $=h(b,_,I.value,E);if($===null){_===null&&(_=A);break}e&&_&&$.alternate===null&&t(b,_),w=a($,w,R),C===null?x=$:C.sibling=$,C=$,_=A}if(I.done)return n(b,_),pe&&Er(b,R),x;if(_===null){for(;!I.done;R++,I=y.next())I=p(b,I.value,E),I!==null&&(w=a(I,w,R),C===null?x=I:C.sibling=I,C=I);return pe&&Er(b,R),x}for(_=r(b,_);!I.done;R++,I=y.next())I=f(_,b,R,I.value,E),I!==null&&(e&&I.alternate!==null&&_.delete(I.key===null?R:I.key),w=a(I,w,R),C===null?x=I:C.sibling=I,C=I);return e&&_.forEach(function(M){return t(b,M)}),pe&&Er(b,R),x}function S(b,w,y,E){if(typeof y=="object"&&y!==null&&y.type===co&&y.key===null&&(y=y.props.children),typeof y=="object"&&y!==null){switch(y.$$typeof){case Fl:e:{for(var x=y.key,C=w;C!==null;){if(C.key===x){if(x=y.type,x===co){if(C.tag===7){n(b,C.sibling),w=o(C,y.props.children),w.return=b,b=w;break e}}else if(C.elementType===x||typeof x=="object"&&x!==null&&x.$$typeof===Dn&&hp(x)===C.type){n(b,C.sibling),w=o(C,y.props),w.ref=ga(b,C,y),w.return=b,b=w;break e}n(b,C);break}else t(b,C);C=C.sibling}y.type===co?(w=Mr(y.props.children,b.mode,E,y.key),w.return=b,b=w):(E=Ii(y.type,y.key,y.props,null,b.mode,E),E.ref=ga(b,w,y),E.return=b,b=E)}return l(b);case so:e:{for(C=y.key;w!==null;){if(w.key===C)if(w.tag===4&&w.stateNode.containerInfo===y.containerInfo&&w.stateNode.implementation===y.implementation){n(b,w.sibling),w=o(w,y.children||[]),w.return=b,b=w;break e}else{n(b,w);break}else t(b,w);w=w.sibling}w=Uc(y,b.mode,E),w.return=b,b=w}return l(b);case Dn:return C=y._init,S(b,w,C(y._payload),E)}if(_a(y))return v(b,w,y,E);if(da(y))return g(b,w,y,E);Xl(b,y)}return typeof y=="string"&&y!==""||typeof y=="number"?(y=""+y,w!==null&&w.tag===6?(n(b,w.sibling),w=o(w,y),w.return=b,b=w):(n(b,w),w=jc(y,b.mode,E),w.return=b,b=w),l(b)):n(b,w)}return S}var zo=Cg(!0),_g=Cg(!1),Ji=cr(null),es=null,yo=null,Md=null;function Ld(){Md=yo=es=null}function Pd(e){var t=Ji.current;ue(Ji),e._currentValue=t}function t0(e,t,n){for(;e!==null;){var r=e.alternate;if((e.childLanes&t)!==t?(e.childLanes|=t,r!==null&&(r.childLanes|=t)):r!==null&&(r.childLanes&t)!==t&&(r.childLanes|=t),e===n)break;e=e.return}}function Io(e,t){es=e,Md=yo=null,e=e.dependencies,e!==null&&e.firstContext!==null&&(e.lanes&t&&(Qe=!0),e.firstContext=null)}function Ct(e){var t=e._currentValue;if(Md!==e)if(e={context:e,memoizedValue:t,next:null},yo===null){if(es===null)throw Error(P(308));yo=e,es.dependencies={lanes:0,firstContext:e}}else yo=yo.next=e;return t}var Ar=null;function zd(e){Ar===null?Ar=[e]:Ar.push(e)}function Rg(e,t,n,r){var o=t.interleaved;return o===null?(n.next=n,zd(t)):(n.next=o.next,o.next=n),t.interleaved=n,kn(e,r)}function kn(e,t){e.lanes|=t;var n=e.alternate;for(n!==null&&(n.lanes|=t),n=e,e=e.return;e!==null;)e.childLanes|=t,n=e.alternate,n!==null&&(n.childLanes|=t),n=e,e=e.return;return n.tag===3?n.stateNode:null}var jn=!1;function Nd(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function kg(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 Cn(e,t){return{eventTime:e,lane:t,tag:0,payload:null,callback:null,next:null}}function Zn(e,t,n){var r=e.updateQueue;if(r===null)return null;if(r=r.shared,ne&2){var o=r.pending;return o===null?t.next=t:(t.next=o.next,o.next=t),r.pending=t,kn(e,n)}return o=r.interleaved,o===null?(t.next=t,zd(r)):(t.next=o.next,o.next=t),r.interleaved=t,kn(e,n)}function xi(e,t,n){if(t=t.updateQueue,t!==null&&(t=t.shared,(n&4194240)!==0)){var r=t.lanes;r&=e.pendingLanes,n|=r,t.lanes=n,xd(e,n)}}function mp(e,t){var n=e.updateQueue,r=e.alternate;if(r!==null&&(r=r.updateQueue,n===r)){var o=null,a=null;if(n=n.firstBaseUpdate,n!==null){do{var l={eventTime:n.eventTime,lane:n.lane,tag:n.tag,payload:n.payload,callback:n.callback,next:null};a===null?o=a=l:a=a.next=l,n=n.next}while(n!==null);a===null?o=a=t:a=a.next=t}else o=a=t;n={baseState:r.baseState,firstBaseUpdate:o,lastBaseUpdate:a,shared:r.shared,effects:r.effects},e.updateQueue=n;return}e=n.lastBaseUpdate,e===null?n.firstBaseUpdate=t:e.next=t,n.lastBaseUpdate=t}function ts(e,t,n,r){var o=e.updateQueue;jn=!1;var a=o.firstBaseUpdate,l=o.lastBaseUpdate,s=o.shared.pending;if(s!==null){o.shared.pending=null;var c=s,u=c.next;c.next=null,l===null?a=u:l.next=u,l=c;var d=e.alternate;d!==null&&(d=d.updateQueue,s=d.lastBaseUpdate,s!==l&&(s===null?d.firstBaseUpdate=u:s.next=u,d.lastBaseUpdate=c))}if(a!==null){var p=o.baseState;l=0,d=u=c=null,s=a;do{var h=s.lane,f=s.eventTime;if((r&h)===h){d!==null&&(d=d.next={eventTime:f,lane:0,tag:s.tag,payload:s.payload,callback:s.callback,next:null});e:{var v=e,g=s;switch(h=t,f=n,g.tag){case 1:if(v=g.payload,typeof v=="function"){p=v.call(f,p,h);break e}p=v;break e;case 3:v.flags=v.flags&-65537|128;case 0:if(v=g.payload,h=typeof v=="function"?v.call(f,p,h):v,h==null)break e;p=ge({},p,h);break e;case 2:jn=!0}}s.callback!==null&&s.lane!==0&&(e.flags|=64,h=o.effects,h===null?o.effects=[s]:h.push(s))}else f={eventTime:f,lane:h,tag:s.tag,payload:s.payload,callback:s.callback,next:null},d===null?(u=d=f,c=p):d=d.next=f,l|=h;if(s=s.next,s===null){if(s=o.shared.pending,s===null)break;h=s,s=h.next,h.next=null,o.lastBaseUpdate=h,o.shared.pending=null}}while(!0);if(d===null&&(c=p),o.baseState=c,o.firstBaseUpdate=u,o.lastBaseUpdate=d,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);jr|=l,e.lanes=l,e.memoizedState=p}}function gp(e,t,n){if(e=t.effects,t.effects=null,e!==null)for(t=0;t<e.length;t++){var r=e[t],o=r.callback;if(o!==null){if(r.callback=null,r=n,typeof o!="function")throw Error(P(191,o));o.call(r)}}}var Cl={},pn=cr(Cl),rl=cr(Cl),ol=cr(Cl);function $r(e){if(e===Cl)throw Error(P(174));return e}function Bd(e,t){switch(se(ol,t),se(rl,e),se(pn,Cl),e=t.nodeType,e){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:Pu(null,"");break;default:e=e===8?t.parentNode:t,t=e.namespaceURI||null,e=e.tagName,t=Pu(t,e)}ue(pn),se(pn,t)}function No(){ue(pn),ue(rl),ue(ol)}function Ig(e){$r(ol.current);var t=$r(pn.current),n=Pu(t,e.type);t!==n&&(se(rl,e),se(pn,n))}function Fd(e){rl.current===e&&(ue(pn),ue(rl))}var he=cr(0);function ns(e){for(var t=e;t!==null;){if(t.tag===13){var n=t.memoizedState;if(n!==null&&(n=n.dehydrated,n===null||n.data==="$?"||n.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 zc=[];function Hd(){for(var e=0;e<zc.length;e++)zc[e]._workInProgressVersionPrimary=null;zc.length=0}var Si=On.ReactCurrentDispatcher,Nc=On.ReactCurrentBatchConfig,Dr=0,me=null,_e=null,$e=null,rs=!1,Ma=!1,al=0,C8=0;function Ne(){throw Error(P(321))}function Dd(e,t){if(t===null)return!1;for(var n=0;n<t.length&&n<e.length;n++)if(!Bt(e[n],t[n]))return!1;return!0}function jd(e,t,n,r,o,a){if(Dr=a,me=t,t.memoizedState=null,t.updateQueue=null,t.lanes=0,Si.current=e===null||e.memoizedState===null?I8:A8,e=n(r,o),Ma){a=0;do{if(Ma=!1,al=0,25<=a)throw Error(P(301));a+=1,$e=_e=null,t.updateQueue=null,Si.current=$8,e=n(r,o)}while(Ma)}if(Si.current=os,t=_e!==null&&_e.next!==null,Dr=0,$e=_e=me=null,rs=!1,t)throw Error(P(300));return e}function Ud(){var e=al!==0;return al=0,e}function Zt(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return $e===null?me.memoizedState=$e=e:$e=$e.next=e,$e}function _t(){if(_e===null){var e=me.alternate;e=e!==null?e.memoizedState:null}else e=_e.next;var t=$e===null?me.memoizedState:$e.next;if(t!==null)$e=t,_e=e;else{if(e===null)throw Error(P(310));_e=e,e={memoizedState:_e.memoizedState,baseState:_e.baseState,baseQueue:_e.baseQueue,queue:_e.queue,next:null},$e===null?me.memoizedState=$e=e:$e=$e.next=e}return $e}function ll(e,t){return typeof t=="function"?t(e):t}function Bc(e){var t=_t(),n=t.queue;if(n===null)throw Error(P(311));n.lastRenderedReducer=e;var r=_e,o=r.baseQueue,a=n.pending;if(a!==null){if(o!==null){var l=o.next;o.next=a.next,a.next=l}r.baseQueue=o=a,n.pending=null}if(o!==null){a=o.next,r=r.baseState;var s=l=null,c=null,u=a;do{var d=u.lane;if((Dr&d)===d)c!==null&&(c=c.next={lane:0,action:u.action,hasEagerState:u.hasEagerState,eagerState:u.eagerState,next:null}),r=u.hasEagerState?u.eagerState:e(r,u.action);else{var p={lane:d,action:u.action,hasEagerState:u.hasEagerState,eagerState:u.eagerState,next:null};c===null?(s=c=p,l=r):c=c.next=p,me.lanes|=d,jr|=d}u=u.next}while(u!==null&&u!==a);c===null?l=r:c.next=s,Bt(r,t.memoizedState)||(Qe=!0),t.memoizedState=r,t.baseState=l,t.baseQueue=c,n.lastRenderedState=r}if(e=n.interleaved,e!==null){o=e;do a=o.lane,me.lanes|=a,jr|=a,o=o.next;while(o!==e)}else o===null&&(n.lanes=0);return[t.memoizedState,n.dispatch]}function Fc(e){var t=_t(),n=t.queue;if(n===null)throw Error(P(311));n.lastRenderedReducer=e;var r=n.dispatch,o=n.pending,a=t.memoizedState;if(o!==null){n.pending=null;var l=o=o.next;do a=e(a,l.action),l=l.next;while(l!==o);Bt(a,t.memoizedState)||(Qe=!0),t.memoizedState=a,t.baseQueue===null&&(t.baseState=a),n.lastRenderedState=a}return[a,r]}function Ag(){}function $g(e,t){var n=me,r=_t(),o=t(),a=!Bt(r.memoizedState,o);if(a&&(r.memoizedState=o,Qe=!0),r=r.queue,Vd(Mg.bind(null,n,r,e),[e]),r.getSnapshot!==t||a||$e!==null&&$e.memoizedState.tag&1){if(n.flags|=2048,il(9,Tg.bind(null,n,r,o,t),void 0,null),Oe===null)throw Error(P(349));Dr&30||Og(n,t,o)}return o}function Og(e,t,n){e.flags|=16384,e={getSnapshot:t,value:n},t=me.updateQueue,t===null?(t={lastEffect:null,stores:null},me.updateQueue=t,t.stores=[e]):(n=t.stores,n===null?t.stores=[e]:n.push(e))}function Tg(e,t,n,r){t.value=n,t.getSnapshot=r,Lg(t)&&Pg(e)}function Mg(e,t,n){return n(function(){Lg(t)&&Pg(e)})}function Lg(e){var t=e.getSnapshot;e=e.value;try{var n=t();return!Bt(e,n)}catch{return!0}}function Pg(e){var t=kn(e,1);t!==null&&Nt(t,e,1,-1)}function vp(e){var t=Zt();return typeof e=="function"&&(e=e()),t.memoizedState=t.baseState=e,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:ll,lastRenderedState:e},t.queue=e,e=e.dispatch=k8.bind(null,me,e),[t.memoizedState,e]}function il(e,t,n,r){return e={tag:e,create:t,destroy:n,deps:r,next:null},t=me.updateQueue,t===null?(t={lastEffect:null,stores:null},me.updateQueue=t,t.lastEffect=e.next=e):(n=t.lastEffect,n===null?t.lastEffect=e.next=e:(r=n.next,n.next=e,e.next=r,t.lastEffect=e)),e}function zg(){return _t().memoizedState}function Ci(e,t,n,r){var o=Zt();me.flags|=e,o.memoizedState=il(1|t,n,void 0,r===void 0?null:r)}function Ps(e,t,n,r){var o=_t();r=r===void 0?null:r;var a=void 0;if(_e!==null){var l=_e.memoizedState;if(a=l.destroy,r!==null&&Dd(r,l.deps)){o.memoizedState=il(t,n,a,r);return}}me.flags|=e,o.memoizedState=il(1|t,n,a,r)}function yp(e,t){return Ci(8390656,8,e,t)}function Vd(e,t){return Ps(2048,8,e,t)}function Ng(e,t){return Ps(4,2,e,t)}function Bg(e,t){return Ps(4,4,e,t)}function Fg(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 Hg(e,t,n){return n=n!=null?n.concat([e]):null,Ps(4,4,Fg.bind(null,t,e),n)}function Wd(){}function Dg(e,t){var n=_t();t=t===void 0?null:t;var r=n.memoizedState;return r!==null&&t!==null&&Dd(t,r[1])?r[0]:(n.memoizedState=[e,t],e)}function jg(e,t){var n=_t();t=t===void 0?null:t;var r=n.memoizedState;return r!==null&&t!==null&&Dd(t,r[1])?r[0]:(e=e(),n.memoizedState=[e,t],e)}function Ug(e,t,n){return Dr&21?(Bt(n,t)||(n=Km(),me.lanes|=n,jr|=n,e.baseState=!0),t):(e.baseState&&(e.baseState=!1,Qe=!0),e.memoizedState=n)}function _8(e,t){var n=le;le=n!==0&&4>n?n:4,e(!0);var r=Nc.transition;Nc.transition={};try{e(!1),t()}finally{le=n,Nc.transition=r}}function Vg(){return _t().memoizedState}function R8(e,t,n){var r=Jn(e);if(n={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null},Wg(e))Gg(t,n);else if(n=Rg(e,t,n,r),n!==null){var o=Ke();Nt(n,e,r,o),qg(n,t,r)}}function k8(e,t,n){var r=Jn(e),o={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null};if(Wg(e))Gg(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,s=a(l,n);if(o.hasEagerState=!0,o.eagerState=s,Bt(s,l)){var c=t.interleaved;c===null?(o.next=o,zd(t)):(o.next=c.next,c.next=o),t.interleaved=o;return}}catch{}finally{}n=Rg(e,t,o,r),n!==null&&(o=Ke(),Nt(n,e,r,o),qg(n,t,r))}}function Wg(e){var t=e.alternate;return e===me||t!==null&&t===me}function Gg(e,t){Ma=rs=!0;var n=e.pending;n===null?t.next=t:(t.next=n.next,n.next=t),e.pending=t}function qg(e,t,n){if(n&4194240){var r=t.lanes;r&=e.pendingLanes,n|=r,t.lanes=n,xd(e,n)}}var os={readContext:Ct,useCallback:Ne,useContext:Ne,useEffect:Ne,useImperativeHandle:Ne,useInsertionEffect:Ne,useLayoutEffect:Ne,useMemo:Ne,useReducer:Ne,useRef:Ne,useState:Ne,useDebugValue:Ne,useDeferredValue:Ne,useTransition:Ne,useMutableSource:Ne,useSyncExternalStore:Ne,useId:Ne,unstable_isNewReconciler:!1},I8={readContext:Ct,useCallback:function(e,t){return Zt().memoizedState=[e,t===void 0?null:t],e},useContext:Ct,useEffect:yp,useImperativeHandle:function(e,t,n){return n=n!=null?n.concat([e]):null,Ci(4194308,4,Fg.bind(null,t,e),n)},useLayoutEffect:function(e,t){return Ci(4194308,4,e,t)},useInsertionEffect:function(e,t){return Ci(4,2,e,t)},useMemo:function(e,t){var n=Zt();return t=t===void 0?null:t,e=e(),n.memoizedState=[e,t],e},useReducer:function(e,t,n){var r=Zt();return t=n!==void 0?n(t):t,r.memoizedState=r.baseState=t,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:t},r.queue=e,e=e.dispatch=R8.bind(null,me,e),[r.memoizedState,e]},useRef:function(e){var t=Zt();return e={current:e},t.memoizedState=e},useState:vp,useDebugValue:Wd,useDeferredValue:function(e){return Zt().memoizedState=e},useTransition:function(){var e=vp(!1),t=e[0];return e=_8.bind(null,e[1]),Zt().memoizedState=e,[t,e]},useMutableSource:function(){},useSyncExternalStore:function(e,t,n){var r=me,o=Zt();if(pe){if(n===void 0)throw Error(P(407));n=n()}else{if(n=t(),Oe===null)throw Error(P(349));Dr&30||Og(r,t,n)}o.memoizedState=n;var a={value:n,getSnapshot:t};return o.queue=a,yp(Mg.bind(null,r,a,e),[e]),r.flags|=2048,il(9,Tg.bind(null,r,a,n,t),void 0,null),n},useId:function(){var e=Zt(),t=Oe.identifierPrefix;if(pe){var n=Sn,r=xn;n=(r&~(1<<32-zt(r)-1)).toString(32)+n,t=":"+t+"R"+n,n=al++,0<n&&(t+="H"+n.toString(32)),t+=":"}else n=C8++,t=":"+t+"r"+n.toString(32)+":";return e.memoizedState=t},unstable_isNewReconciler:!1},A8={readContext:Ct,useCallback:Dg,useContext:Ct,useEffect:Vd,useImperativeHandle:Hg,useInsertionEffect:Ng,useLayoutEffect:Bg,useMemo:jg,useReducer:Bc,useRef:zg,useState:function(){return Bc(ll)},useDebugValue:Wd,useDeferredValue:function(e){var t=_t();return Ug(t,_e.memoizedState,e)},useTransition:function(){var e=Bc(ll)[0],t=_t().memoizedState;return[e,t]},useMutableSource:Ag,useSyncExternalStore:$g,useId:Vg,unstable_isNewReconciler:!1},$8={readContext:Ct,useCallback:Dg,useContext:Ct,useEffect:Vd,useImperativeHandle:Hg,useInsertionEffect:Ng,useLayoutEffect:Bg,useMemo:jg,useReducer:Fc,useRef:zg,useState:function(){return Fc(ll)},useDebugValue:Wd,useDeferredValue:function(e){var t=_t();return _e===null?t.memoizedState=e:Ug(t,_e.memoizedState,e)},useTransition:function(){var e=Fc(ll)[0],t=_t().memoizedState;return[e,t]},useMutableSource:Ag,useSyncExternalStore:$g,useId:Vg,unstable_isNewReconciler:!1};function Mt(e,t){if(e&&e.defaultProps){t=ge({},t),e=e.defaultProps;for(var n in e)t[n]===void 0&&(t[n]=e[n]);return t}return t}function n0(e,t,n,r){t=e.memoizedState,n=n(r,t),n=n==null?t:ge({},t,n),e.memoizedState=n,e.lanes===0&&(e.updateQueue.baseState=n)}var zs={isMounted:function(e){return(e=e._reactInternals)?Kr(e)===e:!1},enqueueSetState:function(e,t,n){e=e._reactInternals;var r=Ke(),o=Jn(e),a=Cn(r,o);a.payload=t,n!=null&&(a.callback=n),t=Zn(e,a,o),t!==null&&(Nt(t,e,o,r),xi(t,e,o))},enqueueReplaceState:function(e,t,n){e=e._reactInternals;var r=Ke(),o=Jn(e),a=Cn(r,o);a.tag=1,a.payload=t,n!=null&&(a.callback=n),t=Zn(e,a,o),t!==null&&(Nt(t,e,o,r),xi(t,e,o))},enqueueForceUpdate:function(e,t){e=e._reactInternals;var n=Ke(),r=Jn(e),o=Cn(n,r);o.tag=2,t!=null&&(o.callback=t),t=Zn(e,o,r),t!==null&&(Nt(t,e,r,n),xi(t,e,r))}};function wp(e,t,n,r,o,a,l){return e=e.stateNode,typeof e.shouldComponentUpdate=="function"?e.shouldComponentUpdate(r,a,l):t.prototype&&t.prototype.isPureReactComponent?!Ja(n,r)||!Ja(o,a):!0}function Kg(e,t,n){var r=!1,o=lr,a=t.contextType;return typeof a=="object"&&a!==null?a=Ct(a):(o=et(t)?Fr:Ue.current,r=t.contextTypes,a=(r=r!=null)?Lo(e,o):lr),t=new t(n,a),e.memoizedState=t.state!==null&&t.state!==void 0?t.state:null,t.updater=zs,e.stateNode=t,t._reactInternals=e,r&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=o,e.__reactInternalMemoizedMaskedChildContext=a),t}function bp(e,t,n,r){e=t.state,typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps(n,r),typeof t.UNSAFE_componentWillReceiveProps=="function"&&t.UNSAFE_componentWillReceiveProps(n,r),t.state!==e&&zs.enqueueReplaceState(t,t.state,null)}function r0(e,t,n,r){var o=e.stateNode;o.props=n,o.state=e.memoizedState,o.refs={},Nd(e);var a=t.contextType;typeof a=="object"&&a!==null?o.context=Ct(a):(a=et(t)?Fr:Ue.current,o.context=Lo(e,a)),o.state=e.memoizedState,a=t.getDerivedStateFromProps,typeof a=="function"&&(n0(e,t,a,n),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&&zs.enqueueReplaceState(o,o.state,null),ts(e,n,o,r),o.state=e.memoizedState),typeof o.componentDidMount=="function"&&(e.flags|=4194308)}function Bo(e,t){try{var n="",r=t;do n+=ob(r),r=r.return;while(r);var o=n}catch(a){o=`
|
|
237
|
+
Error generating stack: `+a.message+`
|
|
238
|
+
`+a.stack}return{value:e,source:t,stack:o,digest:null}}function Hc(e,t,n){return{value:e,source:null,stack:n??null,digest:t??null}}function o0(e,t){try{console.error(t.value)}catch(n){setTimeout(function(){throw n})}}var O8=typeof WeakMap=="function"?WeakMap:Map;function Yg(e,t,n){n=Cn(-1,n),n.tag=3,n.payload={element:null};var r=t.value;return n.callback=function(){ls||(ls=!0,h0=r),o0(e,t)},n}function Xg(e,t,n){n=Cn(-1,n),n.tag=3;var r=e.type.getDerivedStateFromError;if(typeof r=="function"){var o=t.value;n.payload=function(){return r(o)},n.callback=function(){o0(e,t)}}var a=e.stateNode;return a!==null&&typeof a.componentDidCatch=="function"&&(n.callback=function(){o0(e,t),typeof r!="function"&&(Qn===null?Qn=new Set([this]):Qn.add(this));var l=t.stack;this.componentDidCatch(t.value,{componentStack:l!==null?l:""})}),n}function Ep(e,t,n){var r=e.pingCache;if(r===null){r=e.pingCache=new O8;var o=new Set;r.set(t,o)}else o=r.get(t),o===void 0&&(o=new Set,r.set(t,o));o.has(n)||(o.add(n),e=W8.bind(null,e,t,n),t.then(e,e))}function xp(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 Sp(e,t,n,r,o){return e.mode&1?(e.flags|=65536,e.lanes=o,e):(e===t?e.flags|=65536:(e.flags|=128,n.flags|=131072,n.flags&=-52805,n.tag===1&&(n.alternate===null?n.tag=17:(t=Cn(-1,1),t.tag=2,Zn(n,t,1))),n.lanes|=1),e)}var T8=On.ReactCurrentOwner,Qe=!1;function qe(e,t,n,r){t.child=e===null?_g(t,null,n,r):zo(t,e.child,n,r)}function Cp(e,t,n,r,o){n=n.render;var a=t.ref;return Io(t,o),r=jd(e,t,n,r,a,o),n=Ud(),e!==null&&!Qe?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~o,In(e,t,o)):(pe&&n&&$d(t),t.flags|=1,qe(e,t,r,o),t.child)}function _p(e,t,n,r,o){if(e===null){var a=n.type;return typeof a=="function"&&!Jd(a)&&a.defaultProps===void 0&&n.compare===null&&n.defaultProps===void 0?(t.tag=15,t.type=a,Zg(e,t,a,r,o)):(e=Ii(n.type,null,r,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(n=n.compare,n=n!==null?n:Ja,n(l,r)&&e.ref===t.ref)return In(e,t,o)}return t.flags|=1,e=er(a,r),e.ref=t.ref,e.return=t,t.child=e}function Zg(e,t,n,r,o){if(e!==null){var a=e.memoizedProps;if(Ja(a,r)&&e.ref===t.ref)if(Qe=!1,t.pendingProps=r=a,(e.lanes&o)!==0)e.flags&131072&&(Qe=!0);else return t.lanes=e.lanes,In(e,t,o)}return a0(e,t,n,r,o)}function Qg(e,t,n){var r=t.pendingProps,o=r.children,a=e!==null?e.memoizedState:null;if(r.mode==="hidden")if(!(t.mode&1))t.memoizedState={baseLanes:0,cachePool:null,transitions:null},se(bo,at),at|=n;else{if(!(n&1073741824))return e=a!==null?a.baseLanes|n:n,t.lanes=t.childLanes=1073741824,t.memoizedState={baseLanes:e,cachePool:null,transitions:null},t.updateQueue=null,se(bo,at),at|=e,null;t.memoizedState={baseLanes:0,cachePool:null,transitions:null},r=a!==null?a.baseLanes:n,se(bo,at),at|=r}else a!==null?(r=a.baseLanes|n,t.memoizedState=null):r=n,se(bo,at),at|=r;return qe(e,t,o,n),t.child}function Jg(e,t){var n=t.ref;(e===null&&n!==null||e!==null&&e.ref!==n)&&(t.flags|=512,t.flags|=2097152)}function a0(e,t,n,r,o){var a=et(n)?Fr:Ue.current;return a=Lo(t,a),Io(t,o),n=jd(e,t,n,r,a,o),r=Ud(),e!==null&&!Qe?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~o,In(e,t,o)):(pe&&r&&$d(t),t.flags|=1,qe(e,t,n,o),t.child)}function Rp(e,t,n,r,o){if(et(n)){var a=!0;Xi(t)}else a=!1;if(Io(t,o),t.stateNode===null)_i(e,t),Kg(t,n,r),r0(t,n,r,o),r=!0;else if(e===null){var l=t.stateNode,s=t.memoizedProps;l.props=s;var c=l.context,u=n.contextType;typeof u=="object"&&u!==null?u=Ct(u):(u=et(n)?Fr:Ue.current,u=Lo(t,u));var d=n.getDerivedStateFromProps,p=typeof d=="function"||typeof l.getSnapshotBeforeUpdate=="function";p||typeof l.UNSAFE_componentWillReceiveProps!="function"&&typeof l.componentWillReceiveProps!="function"||(s!==r||c!==u)&&bp(t,l,r,u),jn=!1;var h=t.memoizedState;l.state=h,ts(t,r,l,o),c=t.memoizedState,s!==r||h!==c||Je.current||jn?(typeof d=="function"&&(n0(t,n,d,r),c=t.memoizedState),(s=jn||wp(t,n,s,r,h,c,u))?(p||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=r,t.memoizedState=c),l.props=r,l.state=c,l.context=u,r=s):(typeof l.componentDidMount=="function"&&(t.flags|=4194308),r=!1)}else{l=t.stateNode,kg(e,t),s=t.memoizedProps,u=t.type===t.elementType?s:Mt(t.type,s),l.props=u,p=t.pendingProps,h=l.context,c=n.contextType,typeof c=="object"&&c!==null?c=Ct(c):(c=et(n)?Fr:Ue.current,c=Lo(t,c));var f=n.getDerivedStateFromProps;(d=typeof f=="function"||typeof l.getSnapshotBeforeUpdate=="function")||typeof l.UNSAFE_componentWillReceiveProps!="function"&&typeof l.componentWillReceiveProps!="function"||(s!==p||h!==c)&&bp(t,l,r,c),jn=!1,h=t.memoizedState,l.state=h,ts(t,r,l,o);var v=t.memoizedState;s!==p||h!==v||Je.current||jn?(typeof f=="function"&&(n0(t,n,f,r),v=t.memoizedState),(u=jn||wp(t,n,u,r,h,v,c)||!1)?(d||typeof l.UNSAFE_componentWillUpdate!="function"&&typeof l.componentWillUpdate!="function"||(typeof l.componentWillUpdate=="function"&&l.componentWillUpdate(r,v,c),typeof l.UNSAFE_componentWillUpdate=="function"&&l.UNSAFE_componentWillUpdate(r,v,c)),typeof l.componentDidUpdate=="function"&&(t.flags|=4),typeof l.getSnapshotBeforeUpdate=="function"&&(t.flags|=1024)):(typeof l.componentDidUpdate!="function"||s===e.memoizedProps&&h===e.memoizedState||(t.flags|=4),typeof l.getSnapshotBeforeUpdate!="function"||s===e.memoizedProps&&h===e.memoizedState||(t.flags|=1024),t.memoizedProps=r,t.memoizedState=v),l.props=r,l.state=v,l.context=c,r=u):(typeof l.componentDidUpdate!="function"||s===e.memoizedProps&&h===e.memoizedState||(t.flags|=4),typeof l.getSnapshotBeforeUpdate!="function"||s===e.memoizedProps&&h===e.memoizedState||(t.flags|=1024),r=!1)}return l0(e,t,n,r,a,o)}function l0(e,t,n,r,o,a){Jg(e,t);var l=(t.flags&128)!==0;if(!r&&!l)return o&&dp(t,n,!1),In(e,t,a);r=t.stateNode,T8.current=t;var s=l&&typeof n.getDerivedStateFromError!="function"?null:r.render();return t.flags|=1,e!==null&&l?(t.child=zo(t,e.child,null,a),t.child=zo(t,null,s,a)):qe(e,t,s,a),t.memoizedState=r.state,o&&dp(t,n,!0),t.child}function ev(e){var t=e.stateNode;t.pendingContext?up(e,t.pendingContext,t.pendingContext!==t.context):t.context&&up(e,t.context,!1),Bd(e,t.containerInfo)}function kp(e,t,n,r,o){return Po(),Td(o),t.flags|=256,qe(e,t,n,r),t.child}var i0={dehydrated:null,treeContext:null,retryLane:0};function s0(e){return{baseLanes:e,cachePool:null,transitions:null}}function tv(e,t,n){var r=t.pendingProps,o=he.current,a=!1,l=(t.flags&128)!==0,s;if((s=l)||(s=e!==null&&e.memoizedState===null?!1:(o&2)!==0),s?(a=!0,t.flags&=-129):(e===null||e.memoizedState!==null)&&(o|=1),se(he,o&1),e===null)return e0(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=r.children,e=r.fallback,a?(r=t.mode,a=t.child,l={mode:"hidden",children:l},!(r&1)&&a!==null?(a.childLanes=0,a.pendingProps=l):a=Fs(l,r,0,null),e=Mr(e,r,n,null),a.return=t,e.return=t,a.sibling=e,t.child=a,t.child.memoizedState=s0(n),t.memoizedState=i0,e):Gd(t,l));if(o=e.memoizedState,o!==null&&(s=o.dehydrated,s!==null))return M8(e,t,l,r,s,o,n);if(a){a=r.fallback,l=t.mode,o=e.child,s=o.sibling;var c={mode:"hidden",children:r.children};return!(l&1)&&t.child!==o?(r=t.child,r.childLanes=0,r.pendingProps=c,t.deletions=null):(r=er(o,c),r.subtreeFlags=o.subtreeFlags&14680064),s!==null?a=er(s,a):(a=Mr(a,l,n,null),a.flags|=2),a.return=t,r.return=t,r.sibling=a,t.child=r,r=a,a=t.child,l=e.child.memoizedState,l=l===null?s0(n):{baseLanes:l.baseLanes|n,cachePool:null,transitions:l.transitions},a.memoizedState=l,a.childLanes=e.childLanes&~n,t.memoizedState=i0,r}return a=e.child,e=a.sibling,r=er(a,{mode:"visible",children:r.children}),!(t.mode&1)&&(r.lanes=n),r.return=t,r.sibling=null,e!==null&&(n=t.deletions,n===null?(t.deletions=[e],t.flags|=16):n.push(e)),t.child=r,t.memoizedState=null,r}function Gd(e,t){return t=Fs({mode:"visible",children:t},e.mode,0,null),t.return=e,e.child=t}function Zl(e,t,n,r){return r!==null&&Td(r),zo(t,e.child,null,n),e=Gd(t,t.pendingProps.children),e.flags|=2,t.memoizedState=null,e}function M8(e,t,n,r,o,a,l){if(n)return t.flags&256?(t.flags&=-257,r=Hc(Error(P(422))),Zl(e,t,l,r)):t.memoizedState!==null?(t.child=e.child,t.flags|=128,null):(a=r.fallback,o=t.mode,r=Fs({mode:"visible",children:r.children},o,0,null),a=Mr(a,o,l,null),a.flags|=2,r.return=t,a.return=t,r.sibling=a,t.child=r,t.mode&1&&zo(t,e.child,null,l),t.child.memoizedState=s0(l),t.memoizedState=i0,a);if(!(t.mode&1))return Zl(e,t,l,null);if(o.data==="$!"){if(r=o.nextSibling&&o.nextSibling.dataset,r)var s=r.dgst;return r=s,a=Error(P(419)),r=Hc(a,r,void 0),Zl(e,t,l,r)}if(s=(l&e.childLanes)!==0,Qe||s){if(r=Oe,r!==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&(r.suspendedLanes|l)?0:o,o!==0&&o!==a.retryLane&&(a.retryLane=o,kn(e,o),Nt(r,e,o,-1))}return Qd(),r=Hc(Error(P(421))),Zl(e,t,l,r)}return o.data==="$?"?(t.flags|=128,t.child=e.child,t=G8.bind(null,e),o._reactRetry=t,null):(e=a.treeContext,lt=Xn(o.nextSibling),st=t,pe=!0,Pt=null,e!==null&&(vt[yt++]=xn,vt[yt++]=Sn,vt[yt++]=Hr,xn=e.id,Sn=e.overflow,Hr=t),t=Gd(t,r.children),t.flags|=4096,t)}function Ip(e,t,n){e.lanes|=t;var r=e.alternate;r!==null&&(r.lanes|=t),t0(e.return,t,n)}function Dc(e,t,n,r,o){var a=e.memoizedState;a===null?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:r,tail:n,tailMode:o}:(a.isBackwards=t,a.rendering=null,a.renderingStartTime=0,a.last=r,a.tail=n,a.tailMode=o)}function nv(e,t,n){var r=t.pendingProps,o=r.revealOrder,a=r.tail;if(qe(e,t,r.children,n),r=he.current,r&2)r=r&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&&Ip(e,n,t);else if(e.tag===19)Ip(e,n,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}r&=1}if(se(he,r),!(t.mode&1))t.memoizedState=null;else switch(o){case"forwards":for(n=t.child,o=null;n!==null;)e=n.alternate,e!==null&&ns(e)===null&&(o=n),n=n.sibling;n=o,n===null?(o=t.child,t.child=null):(o=n.sibling,n.sibling=null),Dc(t,!1,o,n,a);break;case"backwards":for(n=null,o=t.child,t.child=null;o!==null;){if(e=o.alternate,e!==null&&ns(e)===null){t.child=o;break}e=o.sibling,o.sibling=n,n=o,o=e}Dc(t,!0,n,null,a);break;case"together":Dc(t,!1,null,null,void 0);break;default:t.memoizedState=null}return t.child}function _i(e,t){!(t.mode&1)&&e!==null&&(e.alternate=null,t.alternate=null,t.flags|=2)}function In(e,t,n){if(e!==null&&(t.dependencies=e.dependencies),jr|=t.lanes,!(n&t.childLanes))return null;if(e!==null&&t.child!==e.child)throw Error(P(153));if(t.child!==null){for(e=t.child,n=er(e,e.pendingProps),t.child=n,n.return=t;e.sibling!==null;)e=e.sibling,n=n.sibling=er(e,e.pendingProps),n.return=t;n.sibling=null}return t.child}function L8(e,t,n){switch(t.tag){case 3:ev(t),Po();break;case 5:Ig(t);break;case 1:et(t.type)&&Xi(t);break;case 4:Bd(t,t.stateNode.containerInfo);break;case 10:var r=t.type._context,o=t.memoizedProps.value;se(Ji,r._currentValue),r._currentValue=o;break;case 13:if(r=t.memoizedState,r!==null)return r.dehydrated!==null?(se(he,he.current&1),t.flags|=128,null):n&t.child.childLanes?tv(e,t,n):(se(he,he.current&1),e=In(e,t,n),e!==null?e.sibling:null);se(he,he.current&1);break;case 19:if(r=(n&t.childLanes)!==0,e.flags&128){if(r)return nv(e,t,n);t.flags|=128}if(o=t.memoizedState,o!==null&&(o.rendering=null,o.tail=null,o.lastEffect=null),se(he,he.current),r)break;return null;case 22:case 23:return t.lanes=0,Qg(e,t,n)}return In(e,t,n)}var rv,c0,ov,av;rv=function(e,t){for(var n=t.child;n!==null;){if(n.tag===5||n.tag===6)e.appendChild(n.stateNode);else if(n.tag!==4&&n.child!==null){n.child.return=n,n=n.child;continue}if(n===t)break;for(;n.sibling===null;){if(n.return===null||n.return===t)return;n=n.return}n.sibling.return=n.return,n=n.sibling}};c0=function(){};ov=function(e,t,n,r){var o=e.memoizedProps;if(o!==r){e=t.stateNode,$r(pn.current);var a=null;switch(n){case"input":o=Ou(e,o),r=Ou(e,r),a=[];break;case"select":o=ge({},o,{value:void 0}),r=ge({},r,{value:void 0}),a=[];break;case"textarea":o=Lu(e,o),r=Lu(e,r),a=[];break;default:typeof o.onClick!="function"&&typeof r.onClick=="function"&&(e.onclick=Ki)}zu(n,r);var l;n=null;for(u in o)if(!r.hasOwnProperty(u)&&o.hasOwnProperty(u)&&o[u]!=null)if(u==="style"){var s=o[u];for(l in s)s.hasOwnProperty(l)&&(n||(n={}),n[l]="")}else u!=="dangerouslySetInnerHTML"&&u!=="children"&&u!=="suppressContentEditableWarning"&&u!=="suppressHydrationWarning"&&u!=="autoFocus"&&(Ga.hasOwnProperty(u)?a||(a=[]):(a=a||[]).push(u,null));for(u in r){var c=r[u];if(s=o?.[u],r.hasOwnProperty(u)&&c!==s&&(c!=null||s!=null))if(u==="style")if(s){for(l in s)!s.hasOwnProperty(l)||c&&c.hasOwnProperty(l)||(n||(n={}),n[l]="");for(l in c)c.hasOwnProperty(l)&&s[l]!==c[l]&&(n||(n={}),n[l]=c[l])}else n||(a||(a=[]),a.push(u,n)),n=c;else u==="dangerouslySetInnerHTML"?(c=c?c.__html:void 0,s=s?s.__html:void 0,c!=null&&s!==c&&(a=a||[]).push(u,c)):u==="children"?typeof c!="string"&&typeof c!="number"||(a=a||[]).push(u,""+c):u!=="suppressContentEditableWarning"&&u!=="suppressHydrationWarning"&&(Ga.hasOwnProperty(u)?(c!=null&&u==="onScroll"&&ce("scroll",e),a||s===c||(a=[])):(a=a||[]).push(u,c))}n&&(a=a||[]).push("style",n);var u=a;(t.updateQueue=u)&&(t.flags|=4)}};av=function(e,t,n,r){n!==r&&(t.flags|=4)};function va(e,t){if(!pe)switch(e.tailMode){case"hidden":t=e.tail;for(var n=null;t!==null;)t.alternate!==null&&(n=t),t=t.sibling;n===null?e.tail=null:n.sibling=null;break;case"collapsed":n=e.tail;for(var r=null;n!==null;)n.alternate!==null&&(r=n),n=n.sibling;r===null?t||e.tail===null?e.tail=null:e.tail.sibling=null:r.sibling=null}}function Be(e){var t=e.alternate!==null&&e.alternate.child===e.child,n=0,r=0;if(t)for(var o=e.child;o!==null;)n|=o.lanes|o.childLanes,r|=o.subtreeFlags&14680064,r|=o.flags&14680064,o.return=e,o=o.sibling;else for(o=e.child;o!==null;)n|=o.lanes|o.childLanes,r|=o.subtreeFlags,r|=o.flags,o.return=e,o=o.sibling;return e.subtreeFlags|=r,e.childLanes=n,t}function P8(e,t,n){var r=t.pendingProps;switch(Od(t),t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return Be(t),null;case 1:return et(t.type)&&Yi(),Be(t),null;case 3:return r=t.stateNode,No(),ue(Je),ue(Ue),Hd(),r.pendingContext&&(r.context=r.pendingContext,r.pendingContext=null),(e===null||e.child===null)&&(Yl(t)?t.flags|=4:e===null||e.memoizedState.isDehydrated&&!(t.flags&256)||(t.flags|=1024,Pt!==null&&(v0(Pt),Pt=null))),c0(e,t),Be(t),null;case 5:Fd(t);var o=$r(ol.current);if(n=t.type,e!==null&&t.stateNode!=null)ov(e,t,n,r,o),e.ref!==t.ref&&(t.flags|=512,t.flags|=2097152);else{if(!r){if(t.stateNode===null)throw Error(P(166));return Be(t),null}if(e=$r(pn.current),Yl(t)){r=t.stateNode,n=t.type;var a=t.memoizedProps;switch(r[on]=t,r[nl]=a,e=(t.mode&1)!==0,n){case"dialog":ce("cancel",r),ce("close",r);break;case"iframe":case"object":case"embed":ce("load",r);break;case"video":case"audio":for(o=0;o<ka.length;o++)ce(ka[o],r);break;case"source":ce("error",r);break;case"img":case"image":case"link":ce("error",r),ce("load",r);break;case"details":ce("toggle",r);break;case"input":Nf(r,a),ce("invalid",r);break;case"select":r._wrapperState={wasMultiple:!!a.multiple},ce("invalid",r);break;case"textarea":Ff(r,a),ce("invalid",r)}zu(n,a),o=null;for(var l in a)if(a.hasOwnProperty(l)){var s=a[l];l==="children"?typeof s=="string"?r.textContent!==s&&(a.suppressHydrationWarning!==!0&&Kl(r.textContent,s,e),o=["children",s]):typeof s=="number"&&r.textContent!==""+s&&(a.suppressHydrationWarning!==!0&&Kl(r.textContent,s,e),o=["children",""+s]):Ga.hasOwnProperty(l)&&s!=null&&l==="onScroll"&&ce("scroll",r)}switch(n){case"input":Hl(r),Bf(r,a,!0);break;case"textarea":Hl(r),Hf(r);break;case"select":case"option":break;default:typeof a.onClick=="function"&&(r.onclick=Ki)}r=o,t.updateQueue=r,r!==null&&(t.flags|=4)}else{l=o.nodeType===9?o:o.ownerDocument,e==="http://www.w3.org/1999/xhtml"&&(e=Mm(n)),e==="http://www.w3.org/1999/xhtml"?n==="script"?(e=l.createElement("div"),e.innerHTML="<script><\/script>",e=e.removeChild(e.firstChild)):typeof r.is=="string"?e=l.createElement(n,{is:r.is}):(e=l.createElement(n),n==="select"&&(l=e,r.multiple?l.multiple=!0:r.size&&(l.size=r.size))):e=l.createElementNS(e,n),e[on]=t,e[nl]=r,rv(e,t,!1,!1),t.stateNode=e;e:{switch(l=Nu(n,r),n){case"dialog":ce("cancel",e),ce("close",e),o=r;break;case"iframe":case"object":case"embed":ce("load",e),o=r;break;case"video":case"audio":for(o=0;o<ka.length;o++)ce(ka[o],e);o=r;break;case"source":ce("error",e),o=r;break;case"img":case"image":case"link":ce("error",e),ce("load",e),o=r;break;case"details":ce("toggle",e),o=r;break;case"input":Nf(e,r),o=Ou(e,r),ce("invalid",e);break;case"option":o=r;break;case"select":e._wrapperState={wasMultiple:!!r.multiple},o=ge({},r,{value:void 0}),ce("invalid",e);break;case"textarea":Ff(e,r),o=Lu(e,r),ce("invalid",e);break;default:o=r}zu(n,o),s=o;for(a in s)if(s.hasOwnProperty(a)){var c=s[a];a==="style"?zm(e,c):a==="dangerouslySetInnerHTML"?(c=c?c.__html:void 0,c!=null&&Lm(e,c)):a==="children"?typeof c=="string"?(n!=="textarea"||c!=="")&&qa(e,c):typeof c=="number"&&qa(e,""+c):a!=="suppressContentEditableWarning"&&a!=="suppressHydrationWarning"&&a!=="autoFocus"&&(Ga.hasOwnProperty(a)?c!=null&&a==="onScroll"&&ce("scroll",e):c!=null&&gd(e,a,c,l))}switch(n){case"input":Hl(e),Bf(e,r,!1);break;case"textarea":Hl(e),Hf(e);break;case"option":r.value!=null&&e.setAttribute("value",""+ar(r.value));break;case"select":e.multiple=!!r.multiple,a=r.value,a!=null?Co(e,!!r.multiple,a,!1):r.defaultValue!=null&&Co(e,!!r.multiple,r.defaultValue,!0);break;default:typeof o.onClick=="function"&&(e.onclick=Ki)}switch(n){case"button":case"input":case"select":case"textarea":r=!!r.autoFocus;break e;case"img":r=!0;break e;default:r=!1}}r&&(t.flags|=4)}t.ref!==null&&(t.flags|=512,t.flags|=2097152)}return Be(t),null;case 6:if(e&&t.stateNode!=null)av(e,t,e.memoizedProps,r);else{if(typeof r!="string"&&t.stateNode===null)throw Error(P(166));if(n=$r(ol.current),$r(pn.current),Yl(t)){if(r=t.stateNode,n=t.memoizedProps,r[on]=t,(a=r.nodeValue!==n)&&(e=st,e!==null))switch(e.tag){case 3:Kl(r.nodeValue,n,(e.mode&1)!==0);break;case 5:e.memoizedProps.suppressHydrationWarning!==!0&&Kl(r.nodeValue,n,(e.mode&1)!==0)}a&&(t.flags|=4)}else r=(n.nodeType===9?n:n.ownerDocument).createTextNode(r),r[on]=t,t.stateNode=r}return Be(t),null;case 13:if(ue(he),r=t.memoizedState,e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){if(pe&<!==null&&t.mode&1&&!(t.flags&128))Sg(),Po(),t.flags|=98560,a=!1;else if(a=Yl(t),r!==null&&r.dehydrated!==null){if(e===null){if(!a)throw Error(P(318));if(a=t.memoizedState,a=a!==null?a.dehydrated:null,!a)throw Error(P(317));a[on]=t}else Po(),!(t.flags&128)&&(t.memoizedState=null),t.flags|=4;Be(t),a=!1}else Pt!==null&&(v0(Pt),Pt=null),a=!0;if(!a)return t.flags&65536?t:null}return t.flags&128?(t.lanes=n,t):(r=r!==null,r!==(e!==null&&e.memoizedState!==null)&&r&&(t.child.flags|=8192,t.mode&1&&(e===null||he.current&1?Re===0&&(Re=3):Qd())),t.updateQueue!==null&&(t.flags|=4),Be(t),null);case 4:return No(),c0(e,t),e===null&&el(t.stateNode.containerInfo),Be(t),null;case 10:return Pd(t.type._context),Be(t),null;case 17:return et(t.type)&&Yi(),Be(t),null;case 19:if(ue(he),a=t.memoizedState,a===null)return Be(t),null;if(r=(t.flags&128)!==0,l=a.rendering,l===null)if(r)va(a,!1);else{if(Re!==0||e!==null&&e.flags&128)for(e=t.child;e!==null;){if(l=ns(e),l!==null){for(t.flags|=128,va(a,!1),r=l.updateQueue,r!==null&&(t.updateQueue=r,t.flags|=4),t.subtreeFlags=0,r=n,n=t.child;n!==null;)a=n,e=r,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}),n=n.sibling;return se(he,he.current&1|2),t.child}e=e.sibling}a.tail!==null&&we()>Fo&&(t.flags|=128,r=!0,va(a,!1),t.lanes=4194304)}else{if(!r)if(e=ns(l),e!==null){if(t.flags|=128,r=!0,n=e.updateQueue,n!==null&&(t.updateQueue=n,t.flags|=4),va(a,!0),a.tail===null&&a.tailMode==="hidden"&&!l.alternate&&!pe)return Be(t),null}else 2*we()-a.renderingStartTime>Fo&&n!==1073741824&&(t.flags|=128,r=!0,va(a,!1),t.lanes=4194304);a.isBackwards?(l.sibling=t.child,t.child=l):(n=a.last,n!==null?n.sibling=l:t.child=l,a.last=l)}return a.tail!==null?(t=a.tail,a.rendering=t,a.tail=t.sibling,a.renderingStartTime=we(),t.sibling=null,n=he.current,se(he,r?n&1|2:n&1),t):(Be(t),null);case 22:case 23:return Zd(),r=t.memoizedState!==null,e!==null&&e.memoizedState!==null!==r&&(t.flags|=8192),r&&t.mode&1?at&1073741824&&(Be(t),t.subtreeFlags&6&&(t.flags|=8192)):Be(t),null;case 24:return null;case 25:return null}throw Error(P(156,t.tag))}function z8(e,t){switch(Od(t),t.tag){case 1:return et(t.type)&&Yi(),e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 3:return No(),ue(Je),ue(Ue),Hd(),e=t.flags,e&65536&&!(e&128)?(t.flags=e&-65537|128,t):null;case 5:return Fd(t),null;case 13:if(ue(he),e=t.memoizedState,e!==null&&e.dehydrated!==null){if(t.alternate===null)throw Error(P(340));Po()}return e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 19:return ue(he),null;case 4:return No(),null;case 10:return Pd(t.type._context),null;case 22:case 23:return Zd(),null;case 24:return null;default:return null}}var Ql=!1,je=!1,N8=typeof WeakSet=="function"?WeakSet:Set,B=null;function wo(e,t){var n=e.ref;if(n!==null)if(typeof n=="function")try{n(null)}catch(r){ye(e,t,r)}else n.current=null}function u0(e,t,n){try{n()}catch(r){ye(e,t,r)}}var Ap=!1;function B8(e,t){if(qu=Wi,e=ug(),Ad(e)){if("selectionStart"in e)var n={start:e.selectionStart,end:e.selectionEnd};else e:{n=(n=e.ownerDocument)&&n.defaultView||window;var r=n.getSelection&&n.getSelection();if(r&&r.rangeCount!==0){n=r.anchorNode;var o=r.anchorOffset,a=r.focusNode;r=r.focusOffset;try{n.nodeType,a.nodeType}catch{n=null;break e}var l=0,s=-1,c=-1,u=0,d=0,p=e,h=null;t:for(;;){for(var f;p!==n||o!==0&&p.nodeType!==3||(s=l+o),p!==a||r!==0&&p.nodeType!==3||(c=l+r),p.nodeType===3&&(l+=p.nodeValue.length),(f=p.firstChild)!==null;)h=p,p=f;for(;;){if(p===e)break t;if(h===n&&++u===o&&(s=l),h===a&&++d===r&&(c=l),(f=p.nextSibling)!==null)break;p=h,h=p.parentNode}p=f}n=s===-1||c===-1?null:{start:s,end:c}}else n=null}n=n||{start:0,end:0}}else n=null;for(Ku={focusedElem:e,selectionRange:n},Wi=!1,B=t;B!==null;)if(t=B,e=t.child,(t.subtreeFlags&1028)!==0&&e!==null)e.return=t,B=e;else for(;B!==null;){t=B;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,S=v.memoizedState,b=t.stateNode,w=b.getSnapshotBeforeUpdate(t.elementType===t.type?g:Mt(t.type,g),S);b.__reactInternalSnapshotBeforeUpdate=w}break;case 3:var y=t.stateNode.containerInfo;y.nodeType===1?y.textContent="":y.nodeType===9&&y.documentElement&&y.removeChild(y.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(P(163))}}catch(E){ye(t,t.return,E)}if(e=t.sibling,e!==null){e.return=t.return,B=e;break}B=t.return}return v=Ap,Ap=!1,v}function La(e,t,n){var r=t.updateQueue;if(r=r!==null?r.lastEffect:null,r!==null){var o=r=r.next;do{if((o.tag&e)===e){var a=o.destroy;o.destroy=void 0,a!==void 0&&u0(t,n,a)}o=o.next}while(o!==r)}}function Ns(e,t){if(t=t.updateQueue,t=t!==null?t.lastEffect:null,t!==null){var n=t=t.next;do{if((n.tag&e)===e){var r=n.create;n.destroy=r()}n=n.next}while(n!==t)}}function d0(e){var t=e.ref;if(t!==null){var n=e.stateNode;switch(e.tag){case 5:e=n;break;default:e=n}typeof t=="function"?t(e):t.current=e}}function lv(e){var t=e.alternate;t!==null&&(e.alternate=null,lv(t)),e.child=null,e.deletions=null,e.sibling=null,e.tag===5&&(t=e.stateNode,t!==null&&(delete t[on],delete t[nl],delete t[Zu],delete t[b8],delete t[E8])),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 iv(e){return e.tag===5||e.tag===3||e.tag===4}function $p(e){e:for(;;){for(;e.sibling===null;){if(e.return===null||iv(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 f0(e,t,n){var r=e.tag;if(r===5||r===6)e=e.stateNode,t?n.nodeType===8?n.parentNode.insertBefore(e,t):n.insertBefore(e,t):(n.nodeType===8?(t=n.parentNode,t.insertBefore(e,n)):(t=n,t.appendChild(e)),n=n._reactRootContainer,n!=null||t.onclick!==null||(t.onclick=Ki));else if(r!==4&&(e=e.child,e!==null))for(f0(e,t,n),e=e.sibling;e!==null;)f0(e,t,n),e=e.sibling}function p0(e,t,n){var r=e.tag;if(r===5||r===6)e=e.stateNode,t?n.insertBefore(e,t):n.appendChild(e);else if(r!==4&&(e=e.child,e!==null))for(p0(e,t,n),e=e.sibling;e!==null;)p0(e,t,n),e=e.sibling}var Te=null,Lt=!1;function Ln(e,t,n){for(n=n.child;n!==null;)sv(e,t,n),n=n.sibling}function sv(e,t,n){if(fn&&typeof fn.onCommitFiberUnmount=="function")try{fn.onCommitFiberUnmount(As,n)}catch{}switch(n.tag){case 5:je||wo(n,t);case 6:var r=Te,o=Lt;Te=null,Ln(e,t,n),Te=r,Lt=o,Te!==null&&(Lt?(e=Te,n=n.stateNode,e.nodeType===8?e.parentNode.removeChild(n):e.removeChild(n)):Te.removeChild(n.stateNode));break;case 18:Te!==null&&(Lt?(e=Te,n=n.stateNode,e.nodeType===8?Lc(e.parentNode,n):e.nodeType===1&&Lc(e,n),Za(e)):Lc(Te,n.stateNode));break;case 4:r=Te,o=Lt,Te=n.stateNode.containerInfo,Lt=!0,Ln(e,t,n),Te=r,Lt=o;break;case 0:case 11:case 14:case 15:if(!je&&(r=n.updateQueue,r!==null&&(r=r.lastEffect,r!==null))){o=r=r.next;do{var a=o,l=a.destroy;a=a.tag,l!==void 0&&(a&2||a&4)&&u0(n,t,l),o=o.next}while(o!==r)}Ln(e,t,n);break;case 1:if(!je&&(wo(n,t),r=n.stateNode,typeof r.componentWillUnmount=="function"))try{r.props=n.memoizedProps,r.state=n.memoizedState,r.componentWillUnmount()}catch(s){ye(n,t,s)}Ln(e,t,n);break;case 21:Ln(e,t,n);break;case 22:n.mode&1?(je=(r=je)||n.memoizedState!==null,Ln(e,t,n),je=r):Ln(e,t,n);break;default:Ln(e,t,n)}}function Op(e){var t=e.updateQueue;if(t!==null){e.updateQueue=null;var n=e.stateNode;n===null&&(n=e.stateNode=new N8),t.forEach(function(r){var o=q8.bind(null,e,r);n.has(r)||(n.add(r),r.then(o,o))})}}function Tt(e,t){var n=t.deletions;if(n!==null)for(var r=0;r<n.length;r++){var o=n[r];try{var a=e,l=t,s=l;e:for(;s!==null;){switch(s.tag){case 5:Te=s.stateNode,Lt=!1;break e;case 3:Te=s.stateNode.containerInfo,Lt=!0;break e;case 4:Te=s.stateNode.containerInfo,Lt=!0;break e}s=s.return}if(Te===null)throw Error(P(160));sv(a,l,o),Te=null,Lt=!1;var c=o.alternate;c!==null&&(c.return=null),o.return=null}catch(u){ye(o,t,u)}}if(t.subtreeFlags&12854)for(t=t.child;t!==null;)cv(t,e),t=t.sibling}function cv(e,t){var n=e.alternate,r=e.flags;switch(e.tag){case 0:case 11:case 14:case 15:if(Tt(t,e),Xt(e),r&4){try{La(3,e,e.return),Ns(3,e)}catch(g){ye(e,e.return,g)}try{La(5,e,e.return)}catch(g){ye(e,e.return,g)}}break;case 1:Tt(t,e),Xt(e),r&512&&n!==null&&wo(n,n.return);break;case 5:if(Tt(t,e),Xt(e),r&512&&n!==null&&wo(n,n.return),e.flags&32){var o=e.stateNode;try{qa(o,"")}catch(g){ye(e,e.return,g)}}if(r&4&&(o=e.stateNode,o!=null)){var a=e.memoizedProps,l=n!==null?n.memoizedProps:a,s=e.type,c=e.updateQueue;if(e.updateQueue=null,c!==null)try{s==="input"&&a.type==="radio"&&a.name!=null&&Om(o,a),Nu(s,l);var u=Nu(s,a);for(l=0;l<c.length;l+=2){var d=c[l],p=c[l+1];d==="style"?zm(o,p):d==="dangerouslySetInnerHTML"?Lm(o,p):d==="children"?qa(o,p):gd(o,d,p,u)}switch(s){case"input":Tu(o,a);break;case"textarea":Tm(o,a);break;case"select":var h=o._wrapperState.wasMultiple;o._wrapperState.wasMultiple=!!a.multiple;var f=a.value;f!=null?Co(o,!!a.multiple,f,!1):h!==!!a.multiple&&(a.defaultValue!=null?Co(o,!!a.multiple,a.defaultValue,!0):Co(o,!!a.multiple,a.multiple?[]:"",!1))}o[nl]=a}catch(g){ye(e,e.return,g)}}break;case 6:if(Tt(t,e),Xt(e),r&4){if(e.stateNode===null)throw Error(P(162));o=e.stateNode,a=e.memoizedProps;try{o.nodeValue=a}catch(g){ye(e,e.return,g)}}break;case 3:if(Tt(t,e),Xt(e),r&4&&n!==null&&n.memoizedState.isDehydrated)try{Za(t.containerInfo)}catch(g){ye(e,e.return,g)}break;case 4:Tt(t,e),Xt(e);break;case 13:Tt(t,e),Xt(e),o=e.child,o.flags&8192&&(a=o.memoizedState!==null,o.stateNode.isHidden=a,!a||o.alternate!==null&&o.alternate.memoizedState!==null||(Yd=we())),r&4&&Op(e);break;case 22:if(d=n!==null&&n.memoizedState!==null,e.mode&1?(je=(u=je)||d,Tt(t,e),je=u):Tt(t,e),Xt(e),r&8192){if(u=e.memoizedState!==null,(e.stateNode.isHidden=u)&&!d&&e.mode&1)for(B=e,d=e.child;d!==null;){for(p=B=d;B!==null;){switch(h=B,f=h.child,h.tag){case 0:case 11:case 14:case 15:La(4,h,h.return);break;case 1:wo(h,h.return);var v=h.stateNode;if(typeof v.componentWillUnmount=="function"){r=h,n=h.return;try{t=r,v.props=t.memoizedProps,v.state=t.memoizedState,v.componentWillUnmount()}catch(g){ye(r,n,g)}}break;case 5:wo(h,h.return);break;case 22:if(h.memoizedState!==null){Mp(p);continue}}f!==null?(f.return=h,B=f):Mp(p)}d=d.sibling}e:for(d=null,p=e;;){if(p.tag===5){if(d===null){d=p;try{o=p.stateNode,u?(a=o.style,typeof a.setProperty=="function"?a.setProperty("display","none","important"):a.display="none"):(s=p.stateNode,c=p.memoizedProps.style,l=c!=null&&c.hasOwnProperty("display")?c.display:null,s.style.display=Pm("display",l))}catch(g){ye(e,e.return,g)}}}else if(p.tag===6){if(d===null)try{p.stateNode.nodeValue=u?"":p.memoizedProps}catch(g){ye(e,e.return,g)}}else if((p.tag!==22&&p.tag!==23||p.memoizedState===null||p===e)&&p.child!==null){p.child.return=p,p=p.child;continue}if(p===e)break e;for(;p.sibling===null;){if(p.return===null||p.return===e)break e;d===p&&(d=null),p=p.return}d===p&&(d=null),p.sibling.return=p.return,p=p.sibling}}break;case 19:Tt(t,e),Xt(e),r&4&&Op(e);break;case 21:break;default:Tt(t,e),Xt(e)}}function Xt(e){var t=e.flags;if(t&2){try{e:{for(var n=e.return;n!==null;){if(iv(n)){var r=n;break e}n=n.return}throw Error(P(160))}switch(r.tag){case 5:var o=r.stateNode;r.flags&32&&(qa(o,""),r.flags&=-33);var a=$p(e);p0(e,a,o);break;case 3:case 4:var l=r.stateNode.containerInfo,s=$p(e);f0(e,s,l);break;default:throw Error(P(161))}}catch(c){ye(e,e.return,c)}e.flags&=-3}t&4096&&(e.flags&=-4097)}function F8(e,t,n){B=e,uv(e)}function uv(e,t,n){for(var r=(e.mode&1)!==0;B!==null;){var o=B,a=o.child;if(o.tag===22&&r){var l=o.memoizedState!==null||Ql;if(!l){var s=o.alternate,c=s!==null&&s.memoizedState!==null||je;s=Ql;var u=je;if(Ql=l,(je=c)&&!u)for(B=o;B!==null;)l=B,c=l.child,l.tag===22&&l.memoizedState!==null?Lp(o):c!==null?(c.return=l,B=c):Lp(o);for(;a!==null;)B=a,uv(a),a=a.sibling;B=o,Ql=s,je=u}Tp(e)}else o.subtreeFlags&8772&&a!==null?(a.return=o,B=a):Tp(e)}}function Tp(e){for(;B!==null;){var t=B;if(t.flags&8772){var n=t.alternate;try{if(t.flags&8772)switch(t.tag){case 0:case 11:case 15:je||Ns(5,t);break;case 1:var r=t.stateNode;if(t.flags&4&&!je)if(n===null)r.componentDidMount();else{var o=t.elementType===t.type?n.memoizedProps:Mt(t.type,n.memoizedProps);r.componentDidUpdate(o,n.memoizedState,r.__reactInternalSnapshotBeforeUpdate)}var a=t.updateQueue;a!==null&&gp(t,a,r);break;case 3:var l=t.updateQueue;if(l!==null){if(n=null,t.child!==null)switch(t.child.tag){case 5:n=t.child.stateNode;break;case 1:n=t.child.stateNode}gp(t,l,n)}break;case 5:var s=t.stateNode;if(n===null&&t.flags&4){n=s;var c=t.memoizedProps;switch(t.type){case"button":case"input":case"select":case"textarea":c.autoFocus&&n.focus();break;case"img":c.src&&(n.src=c.src)}}break;case 6:break;case 4:break;case 12:break;case 13:if(t.memoizedState===null){var u=t.alternate;if(u!==null){var d=u.memoizedState;if(d!==null){var p=d.dehydrated;p!==null&&Za(p)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(P(163))}je||t.flags&512&&d0(t)}catch(h){ye(t,t.return,h)}}if(t===e){B=null;break}if(n=t.sibling,n!==null){n.return=t.return,B=n;break}B=t.return}}function Mp(e){for(;B!==null;){var t=B;if(t===e){B=null;break}var n=t.sibling;if(n!==null){n.return=t.return,B=n;break}B=t.return}}function Lp(e){for(;B!==null;){var t=B;try{switch(t.tag){case 0:case 11:case 15:var n=t.return;try{Ns(4,t)}catch(c){ye(t,n,c)}break;case 1:var r=t.stateNode;if(typeof r.componentDidMount=="function"){var o=t.return;try{r.componentDidMount()}catch(c){ye(t,o,c)}}var a=t.return;try{d0(t)}catch(c){ye(t,a,c)}break;case 5:var l=t.return;try{d0(t)}catch(c){ye(t,l,c)}}}catch(c){ye(t,t.return,c)}if(t===e){B=null;break}var s=t.sibling;if(s!==null){s.return=t.return,B=s;break}B=t.return}}var H8=Math.ceil,as=On.ReactCurrentDispatcher,qd=On.ReactCurrentOwner,xt=On.ReactCurrentBatchConfig,ne=0,Oe=null,xe=null,Le=0,at=0,bo=cr(0),Re=0,sl=null,jr=0,Bs=0,Kd=0,Pa=null,Ze=null,Yd=0,Fo=1/0,wn=null,ls=!1,h0=null,Qn=null,Jl=!1,Gn=null,is=0,za=0,m0=null,Ri=-1,ki=0;function Ke(){return ne&6?we():Ri!==-1?Ri:Ri=we()}function Jn(e){return e.mode&1?ne&2&&Le!==0?Le&-Le:S8.transition!==null?(ki===0&&(ki=Km()),ki):(e=le,e!==0||(e=window.event,e=e===void 0?16:tg(e.type)),e):1}function Nt(e,t,n,r){if(50<za)throw za=0,m0=null,Error(P(185));El(e,n,r),(!(ne&2)||e!==Oe)&&(e===Oe&&(!(ne&2)&&(Bs|=n),Re===4&&Vn(e,Le)),tt(e,r),n===1&&ne===0&&!(t.mode&1)&&(Fo=we()+500,Ls&&ur()))}function tt(e,t){var n=e.callbackNode;Sb(e,t);var r=Vi(e,e===Oe?Le:0);if(r===0)n!==null&&Uf(n),e.callbackNode=null,e.callbackPriority=0;else if(t=r&-r,e.callbackPriority!==t){if(n!=null&&Uf(n),t===1)e.tag===0?x8(Pp.bind(null,e)):bg(Pp.bind(null,e)),y8(function(){!(ne&6)&&ur()}),n=null;else{switch(Ym(r)){case 1:n=Ed;break;case 4:n=Gm;break;case 16:n=Ui;break;case 536870912:n=qm;break;default:n=Ui}n=yv(n,dv.bind(null,e))}e.callbackPriority=t,e.callbackNode=n}}function dv(e,t){if(Ri=-1,ki=0,ne&6)throw Error(P(327));var n=e.callbackNode;if(Ao()&&e.callbackNode!==n)return null;var r=Vi(e,e===Oe?Le:0);if(r===0)return null;if(r&30||r&e.expiredLanes||t)t=ss(e,r);else{t=r;var o=ne;ne|=2;var a=pv();(Oe!==e||Le!==t)&&(wn=null,Fo=we()+500,Tr(e,t));do try{U8();break}catch(s){fv(e,s)}while(!0);Ld(),as.current=a,ne=o,xe!==null?t=0:(Oe=null,Le=0,t=Re)}if(t!==0){if(t===2&&(o=ju(e),o!==0&&(r=o,t=g0(e,o))),t===1)throw n=sl,Tr(e,0),Vn(e,r),tt(e,we()),n;if(t===6)Vn(e,r);else{if(o=e.current.alternate,!(r&30)&&!D8(o)&&(t=ss(e,r),t===2&&(a=ju(e),a!==0&&(r=a,t=g0(e,a))),t===1))throw n=sl,Tr(e,0),Vn(e,r),tt(e,we()),n;switch(e.finishedWork=o,e.finishedLanes=r,t){case 0:case 1:throw Error(P(345));case 2:xr(e,Ze,wn);break;case 3:if(Vn(e,r),(r&130023424)===r&&(t=Yd+500-we(),10<t)){if(Vi(e,0)!==0)break;if(o=e.suspendedLanes,(o&r)!==r){Ke(),e.pingedLanes|=e.suspendedLanes&o;break}e.timeoutHandle=Xu(xr.bind(null,e,Ze,wn),t);break}xr(e,Ze,wn);break;case 4:if(Vn(e,r),(r&4194240)===r)break;for(t=e.eventTimes,o=-1;0<r;){var l=31-zt(r);a=1<<l,l=t[l],l>o&&(o=l),r&=~a}if(r=o,r=we()-r,r=(120>r?120:480>r?480:1080>r?1080:1920>r?1920:3e3>r?3e3:4320>r?4320:1960*H8(r/1960))-r,10<r){e.timeoutHandle=Xu(xr.bind(null,e,Ze,wn),r);break}xr(e,Ze,wn);break;case 5:xr(e,Ze,wn);break;default:throw Error(P(329))}}}return tt(e,we()),e.callbackNode===n?dv.bind(null,e):null}function g0(e,t){var n=Pa;return e.current.memoizedState.isDehydrated&&(Tr(e,t).flags|=256),e=ss(e,t),e!==2&&(t=Ze,Ze=n,t!==null&&v0(t)),e}function v0(e){Ze===null?Ze=e:Ze.push.apply(Ze,e)}function D8(e){for(var t=e;;){if(t.flags&16384){var n=t.updateQueue;if(n!==null&&(n=n.stores,n!==null))for(var r=0;r<n.length;r++){var o=n[r],a=o.getSnapshot;o=o.value;try{if(!Bt(a(),o))return!1}catch{return!1}}}if(n=t.child,t.subtreeFlags&16384&&n!==null)n.return=t,t=n;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 Vn(e,t){for(t&=~Kd,t&=~Bs,e.suspendedLanes|=t,e.pingedLanes&=~t,e=e.expirationTimes;0<t;){var n=31-zt(t),r=1<<n;e[n]=-1,t&=~r}}function Pp(e){if(ne&6)throw Error(P(327));Ao();var t=Vi(e,0);if(!(t&1))return tt(e,we()),null;var n=ss(e,t);if(e.tag!==0&&n===2){var r=ju(e);r!==0&&(t=r,n=g0(e,r))}if(n===1)throw n=sl,Tr(e,0),Vn(e,t),tt(e,we()),n;if(n===6)throw Error(P(345));return e.finishedWork=e.current.alternate,e.finishedLanes=t,xr(e,Ze,wn),tt(e,we()),null}function Xd(e,t){var n=ne;ne|=1;try{return e(t)}finally{ne=n,ne===0&&(Fo=we()+500,Ls&&ur())}}function Ur(e){Gn!==null&&Gn.tag===0&&!(ne&6)&&Ao();var t=ne;ne|=1;var n=xt.transition,r=le;try{if(xt.transition=null,le=1,e)return e()}finally{le=r,xt.transition=n,ne=t,!(ne&6)&&ur()}}function Zd(){at=bo.current,ue(bo)}function Tr(e,t){e.finishedWork=null,e.finishedLanes=0;var n=e.timeoutHandle;if(n!==-1&&(e.timeoutHandle=-1,v8(n)),xe!==null)for(n=xe.return;n!==null;){var r=n;switch(Od(r),r.tag){case 1:r=r.type.childContextTypes,r!=null&&Yi();break;case 3:No(),ue(Je),ue(Ue),Hd();break;case 5:Fd(r);break;case 4:No();break;case 13:ue(he);break;case 19:ue(he);break;case 10:Pd(r.type._context);break;case 22:case 23:Zd()}n=n.return}if(Oe=e,xe=e=er(e.current,null),Le=at=t,Re=0,sl=null,Kd=Bs=jr=0,Ze=Pa=null,Ar!==null){for(t=0;t<Ar.length;t++)if(n=Ar[t],r=n.interleaved,r!==null){n.interleaved=null;var o=r.next,a=n.pending;if(a!==null){var l=a.next;a.next=o,r.next=l}n.pending=r}Ar=null}return e}function fv(e,t){do{var n=xe;try{if(Ld(),Si.current=os,rs){for(var r=me.memoizedState;r!==null;){var o=r.queue;o!==null&&(o.pending=null),r=r.next}rs=!1}if(Dr=0,$e=_e=me=null,Ma=!1,al=0,qd.current=null,n===null||n.return===null){Re=1,sl=t,xe=null;break}e:{var a=e,l=n.return,s=n,c=t;if(t=Le,s.flags|=32768,c!==null&&typeof c=="object"&&typeof c.then=="function"){var u=c,d=s,p=d.tag;if(!(d.mode&1)&&(p===0||p===11||p===15)){var h=d.alternate;h?(d.updateQueue=h.updateQueue,d.memoizedState=h.memoizedState,d.lanes=h.lanes):(d.updateQueue=null,d.memoizedState=null)}var f=xp(l);if(f!==null){f.flags&=-257,Sp(f,l,s,a,t),f.mode&1&&Ep(a,u,t),t=f,c=u;var v=t.updateQueue;if(v===null){var g=new Set;g.add(c),t.updateQueue=g}else v.add(c);break e}else{if(!(t&1)){Ep(a,u,t),Qd();break e}c=Error(P(426))}}else if(pe&&s.mode&1){var S=xp(l);if(S!==null){!(S.flags&65536)&&(S.flags|=256),Sp(S,l,s,a,t),Td(Bo(c,s));break e}}a=c=Bo(c,s),Re!==4&&(Re=2),Pa===null?Pa=[a]:Pa.push(a),a=l;do{switch(a.tag){case 3:a.flags|=65536,t&=-t,a.lanes|=t;var b=Yg(a,c,t);mp(a,b);break e;case 1:s=c;var w=a.type,y=a.stateNode;if(!(a.flags&128)&&(typeof w.getDerivedStateFromError=="function"||y!==null&&typeof y.componentDidCatch=="function"&&(Qn===null||!Qn.has(y)))){a.flags|=65536,t&=-t,a.lanes|=t;var E=Xg(a,s,t);mp(a,E);break e}}a=a.return}while(a!==null)}mv(n)}catch(x){t=x,xe===n&&n!==null&&(xe=n=n.return);continue}break}while(!0)}function pv(){var e=as.current;return as.current=os,e===null?os:e}function Qd(){(Re===0||Re===3||Re===2)&&(Re=4),Oe===null||!(jr&268435455)&&!(Bs&268435455)||Vn(Oe,Le)}function ss(e,t){var n=ne;ne|=2;var r=pv();(Oe!==e||Le!==t)&&(wn=null,Tr(e,t));do try{j8();break}catch(o){fv(e,o)}while(!0);if(Ld(),ne=n,as.current=r,xe!==null)throw Error(P(261));return Oe=null,Le=0,Re}function j8(){for(;xe!==null;)hv(xe)}function U8(){for(;xe!==null&&!hb();)hv(xe)}function hv(e){var t=vv(e.alternate,e,at);e.memoizedProps=e.pendingProps,t===null?mv(e):xe=t,qd.current=null}function mv(e){var t=e;do{var n=t.alternate;if(e=t.return,t.flags&32768){if(n=z8(n,t),n!==null){n.flags&=32767,xe=n;return}if(e!==null)e.flags|=32768,e.subtreeFlags=0,e.deletions=null;else{Re=6,xe=null;return}}else if(n=P8(n,t,at),n!==null){xe=n;return}if(t=t.sibling,t!==null){xe=t;return}xe=t=e}while(t!==null);Re===0&&(Re=5)}function xr(e,t,n){var r=le,o=xt.transition;try{xt.transition=null,le=1,V8(e,t,n,r)}finally{xt.transition=o,le=r}return null}function V8(e,t,n,r){do Ao();while(Gn!==null);if(ne&6)throw Error(P(327));n=e.finishedWork;var o=e.finishedLanes;if(n===null)return null;if(e.finishedWork=null,e.finishedLanes=0,n===e.current)throw Error(P(177));e.callbackNode=null,e.callbackPriority=0;var a=n.lanes|n.childLanes;if(Cb(e,a),e===Oe&&(xe=Oe=null,Le=0),!(n.subtreeFlags&2064)&&!(n.flags&2064)||Jl||(Jl=!0,yv(Ui,function(){return Ao(),null})),a=(n.flags&15990)!==0,n.subtreeFlags&15990||a){a=xt.transition,xt.transition=null;var l=le;le=1;var s=ne;ne|=4,qd.current=null,B8(e,n),cv(n,e),u8(Ku),Wi=!!qu,Ku=qu=null,e.current=n,F8(n),mb(),ne=s,le=l,xt.transition=a}else e.current=n;if(Jl&&(Jl=!1,Gn=e,is=o),a=e.pendingLanes,a===0&&(Qn=null),yb(n.stateNode),tt(e,we()),t!==null)for(r=e.onRecoverableError,n=0;n<t.length;n++)o=t[n],r(o.value,{componentStack:o.stack,digest:o.digest});if(ls)throw ls=!1,e=h0,h0=null,e;return is&1&&e.tag!==0&&Ao(),a=e.pendingLanes,a&1?e===m0?za++:(za=0,m0=e):za=0,ur(),null}function Ao(){if(Gn!==null){var e=Ym(is),t=xt.transition,n=le;try{if(xt.transition=null,le=16>e?16:e,Gn===null)var r=!1;else{if(e=Gn,Gn=null,is=0,ne&6)throw Error(P(331));var o=ne;for(ne|=4,B=e.current;B!==null;){var a=B,l=a.child;if(B.flags&16){var s=a.deletions;if(s!==null){for(var c=0;c<s.length;c++){var u=s[c];for(B=u;B!==null;){var d=B;switch(d.tag){case 0:case 11:case 15:La(8,d,a)}var p=d.child;if(p!==null)p.return=d,B=p;else for(;B!==null;){d=B;var h=d.sibling,f=d.return;if(lv(d),d===u){B=null;break}if(h!==null){h.return=f,B=h;break}B=f}}}var v=a.alternate;if(v!==null){var g=v.child;if(g!==null){v.child=null;do{var S=g.sibling;g.sibling=null,g=S}while(g!==null)}}B=a}}if(a.subtreeFlags&2064&&l!==null)l.return=a,B=l;else e:for(;B!==null;){if(a=B,a.flags&2048)switch(a.tag){case 0:case 11:case 15:La(9,a,a.return)}var b=a.sibling;if(b!==null){b.return=a.return,B=b;break e}B=a.return}}var w=e.current;for(B=w;B!==null;){l=B;var y=l.child;if(l.subtreeFlags&2064&&y!==null)y.return=l,B=y;else e:for(l=w;B!==null;){if(s=B,s.flags&2048)try{switch(s.tag){case 0:case 11:case 15:Ns(9,s)}}catch(x){ye(s,s.return,x)}if(s===l){B=null;break e}var E=s.sibling;if(E!==null){E.return=s.return,B=E;break e}B=s.return}}if(ne=o,ur(),fn&&typeof fn.onPostCommitFiberRoot=="function")try{fn.onPostCommitFiberRoot(As,e)}catch{}r=!0}return r}finally{le=n,xt.transition=t}}return!1}function zp(e,t,n){t=Bo(n,t),t=Yg(e,t,1),e=Zn(e,t,1),t=Ke(),e!==null&&(El(e,1,t),tt(e,t))}function ye(e,t,n){if(e.tag===3)zp(e,e,n);else for(;t!==null;){if(t.tag===3){zp(t,e,n);break}else if(t.tag===1){var r=t.stateNode;if(typeof t.type.getDerivedStateFromError=="function"||typeof r.componentDidCatch=="function"&&(Qn===null||!Qn.has(r))){e=Bo(n,e),e=Xg(t,e,1),t=Zn(t,e,1),e=Ke(),t!==null&&(El(t,1,e),tt(t,e));break}}t=t.return}}function W8(e,t,n){var r=e.pingCache;r!==null&&r.delete(t),t=Ke(),e.pingedLanes|=e.suspendedLanes&n,Oe===e&&(Le&n)===n&&(Re===4||Re===3&&(Le&130023424)===Le&&500>we()-Yd?Tr(e,0):Kd|=n),tt(e,t)}function gv(e,t){t===0&&(e.mode&1?(t=Ul,Ul<<=1,!(Ul&130023424)&&(Ul=4194304)):t=1);var n=Ke();e=kn(e,t),e!==null&&(El(e,t,n),tt(e,n))}function G8(e){var t=e.memoizedState,n=0;t!==null&&(n=t.retryLane),gv(e,n)}function q8(e,t){var n=0;switch(e.tag){case 13:var r=e.stateNode,o=e.memoizedState;o!==null&&(n=o.retryLane);break;case 19:r=e.stateNode;break;default:throw Error(P(314))}r!==null&&r.delete(t),gv(e,n)}var vv;vv=function(e,t,n){if(e!==null)if(e.memoizedProps!==t.pendingProps||Je.current)Qe=!0;else{if(!(e.lanes&n)&&!(t.flags&128))return Qe=!1,L8(e,t,n);Qe=!!(e.flags&131072)}else Qe=!1,pe&&t.flags&1048576&&Eg(t,Qi,t.index);switch(t.lanes=0,t.tag){case 2:var r=t.type;_i(e,t),e=t.pendingProps;var o=Lo(t,Ue.current);Io(t,n),o=jd(null,t,r,e,o,n);var a=Ud();return t.flags|=1,typeof o=="object"&&o!==null&&typeof o.render=="function"&&o.$$typeof===void 0?(t.tag=1,t.memoizedState=null,t.updateQueue=null,et(r)?(a=!0,Xi(t)):a=!1,t.memoizedState=o.state!==null&&o.state!==void 0?o.state:null,Nd(t),o.updater=zs,t.stateNode=o,o._reactInternals=t,r0(t,r,e,n),t=l0(null,t,r,!0,a,n)):(t.tag=0,pe&&a&&$d(t),qe(null,t,o,n),t=t.child),t;case 16:r=t.elementType;e:{switch(_i(e,t),e=t.pendingProps,o=r._init,r=o(r._payload),t.type=r,o=t.tag=Y8(r),e=Mt(r,e),o){case 0:t=a0(null,t,r,e,n);break e;case 1:t=Rp(null,t,r,e,n);break e;case 11:t=Cp(null,t,r,e,n);break e;case 14:t=_p(null,t,r,Mt(r.type,e),n);break e}throw Error(P(306,r,""))}return t;case 0:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:Mt(r,o),a0(e,t,r,o,n);case 1:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:Mt(r,o),Rp(e,t,r,o,n);case 3:e:{if(ev(t),e===null)throw Error(P(387));r=t.pendingProps,a=t.memoizedState,o=a.element,kg(e,t),ts(t,r,null,n);var l=t.memoizedState;if(r=l.element,a.isDehydrated)if(a={element:r,isDehydrated:!1,cache:l.cache,pendingSuspenseBoundaries:l.pendingSuspenseBoundaries,transitions:l.transitions},t.updateQueue.baseState=a,t.memoizedState=a,t.flags&256){o=Bo(Error(P(423)),t),t=kp(e,t,r,n,o);break e}else if(r!==o){o=Bo(Error(P(424)),t),t=kp(e,t,r,n,o);break e}else for(lt=Xn(t.stateNode.containerInfo.firstChild),st=t,pe=!0,Pt=null,n=_g(t,null,r,n),t.child=n;n;)n.flags=n.flags&-3|4096,n=n.sibling;else{if(Po(),r===o){t=In(e,t,n);break e}qe(e,t,r,n)}t=t.child}return t;case 5:return Ig(t),e===null&&e0(t),r=t.type,o=t.pendingProps,a=e!==null?e.memoizedProps:null,l=o.children,Yu(r,o)?l=null:a!==null&&Yu(r,a)&&(t.flags|=32),Jg(e,t),qe(e,t,l,n),t.child;case 6:return e===null&&e0(t),null;case 13:return tv(e,t,n);case 4:return Bd(t,t.stateNode.containerInfo),r=t.pendingProps,e===null?t.child=zo(t,null,r,n):qe(e,t,r,n),t.child;case 11:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:Mt(r,o),Cp(e,t,r,o,n);case 7:return qe(e,t,t.pendingProps,n),t.child;case 8:return qe(e,t,t.pendingProps.children,n),t.child;case 12:return qe(e,t,t.pendingProps.children,n),t.child;case 10:e:{if(r=t.type._context,o=t.pendingProps,a=t.memoizedProps,l=o.value,se(Ji,r._currentValue),r._currentValue=l,a!==null)if(Bt(a.value,l)){if(a.children===o.children&&!Je.current){t=In(e,t,n);break e}}else for(a=t.child,a!==null&&(a.return=t);a!==null;){var s=a.dependencies;if(s!==null){l=a.child;for(var c=s.firstContext;c!==null;){if(c.context===r){if(a.tag===1){c=Cn(-1,n&-n),c.tag=2;var u=a.updateQueue;if(u!==null){u=u.shared;var d=u.pending;d===null?c.next=c:(c.next=d.next,d.next=c),u.pending=c}}a.lanes|=n,c=a.alternate,c!==null&&(c.lanes|=n),t0(a.return,n,t),s.lanes|=n;break}c=c.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(P(341));l.lanes|=n,s=l.alternate,s!==null&&(s.lanes|=n),t0(l,n,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}qe(e,t,o.children,n),t=t.child}return t;case 9:return o=t.type,r=t.pendingProps.children,Io(t,n),o=Ct(o),r=r(o),t.flags|=1,qe(e,t,r,n),t.child;case 14:return r=t.type,o=Mt(r,t.pendingProps),o=Mt(r.type,o),_p(e,t,r,o,n);case 15:return Zg(e,t,t.type,t.pendingProps,n);case 17:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:Mt(r,o),_i(e,t),t.tag=1,et(r)?(e=!0,Xi(t)):e=!1,Io(t,n),Kg(t,r,o),r0(t,r,o,n),l0(null,t,r,!0,e,n);case 19:return nv(e,t,n);case 22:return Qg(e,t,n)}throw Error(P(156,t.tag))};function yv(e,t){return Wm(e,t)}function K8(e,t,n,r){this.tag=e,this.key=n,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=r,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function wt(e,t,n,r){return new K8(e,t,n,r)}function Jd(e){return e=e.prototype,!(!e||!e.isReactComponent)}function Y8(e){if(typeof e=="function")return Jd(e)?1:0;if(e!=null){if(e=e.$$typeof,e===yd)return 11;if(e===wd)return 14}return 2}function er(e,t){var n=e.alternate;return n===null?(n=wt(e.tag,t,e.key,e.mode),n.elementType=e.elementType,n.type=e.type,n.stateNode=e.stateNode,n.alternate=e,e.alternate=n):(n.pendingProps=t,n.type=e.type,n.flags=0,n.subtreeFlags=0,n.deletions=null),n.flags=e.flags&14680064,n.childLanes=e.childLanes,n.lanes=e.lanes,n.child=e.child,n.memoizedProps=e.memoizedProps,n.memoizedState=e.memoizedState,n.updateQueue=e.updateQueue,t=e.dependencies,n.dependencies=t===null?null:{lanes:t.lanes,firstContext:t.firstContext},n.sibling=e.sibling,n.index=e.index,n.ref=e.ref,n}function Ii(e,t,n,r,o,a){var l=2;if(r=e,typeof e=="function")Jd(e)&&(l=1);else if(typeof e=="string")l=5;else e:switch(e){case co:return Mr(n.children,o,a,t);case vd:l=8,o|=8;break;case ku:return e=wt(12,n,t,o|2),e.elementType=ku,e.lanes=a,e;case Iu:return e=wt(13,n,t,o),e.elementType=Iu,e.lanes=a,e;case Au:return e=wt(19,n,t,o),e.elementType=Au,e.lanes=a,e;case Im:return Fs(n,o,a,t);default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case Rm:l=10;break e;case km:l=9;break e;case yd:l=11;break e;case wd:l=14;break e;case Dn:l=16,r=null;break e}throw Error(P(130,e==null?e:typeof e,""))}return t=wt(l,n,t,o),t.elementType=e,t.type=r,t.lanes=a,t}function Mr(e,t,n,r){return e=wt(7,e,r,t),e.lanes=n,e}function Fs(e,t,n,r){return e=wt(22,e,r,t),e.elementType=Im,e.lanes=n,e.stateNode={isHidden:!1},e}function jc(e,t,n){return e=wt(6,e,null,t),e.lanes=n,e}function Uc(e,t,n){return t=wt(4,e.children!==null?e.children:[],e.key,t),t.lanes=n,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function X8(e,t,n,r,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=Sc(0),this.expirationTimes=Sc(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Sc(0),this.identifierPrefix=r,this.onRecoverableError=o,this.mutableSourceEagerHydrationData=null}function e1(e,t,n,r,o,a,l,s,c){return e=new X8(e,t,n,s,c),t===1?(t=1,a===!0&&(t|=8)):t=0,a=wt(3,null,null,t),e.current=a,a.stateNode=e,a.memoizedState={element:r,isDehydrated:n,cache:null,transitions:null,pendingSuspenseBoundaries:null},Nd(a),e}function Z8(e,t,n){var r=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:so,key:r==null?null:""+r,children:e,containerInfo:t,implementation:n}}function wv(e){if(!e)return lr;e=e._reactInternals;e:{if(Kr(e)!==e||e.tag!==1)throw Error(P(170));var t=e;do{switch(t.tag){case 3:t=t.stateNode.context;break e;case 1:if(et(t.type)){t=t.stateNode.__reactInternalMemoizedMergedChildContext;break e}}t=t.return}while(t!==null);throw Error(P(171))}if(e.tag===1){var n=e.type;if(et(n))return wg(e,n,t)}return t}function bv(e,t,n,r,o,a,l,s,c){return e=e1(n,r,!0,e,o,a,l,s,c),e.context=wv(null),n=e.current,r=Ke(),o=Jn(n),a=Cn(r,o),a.callback=t??null,Zn(n,a,o),e.current.lanes=o,El(e,o,r),tt(e,r),e}function Hs(e,t,n,r){var o=t.current,a=Ke(),l=Jn(o);return n=wv(n),t.context===null?t.context=n:t.pendingContext=n,t=Cn(a,l),t.payload={element:e},r=r===void 0?null:r,r!==null&&(t.callback=r),e=Zn(o,t,l),e!==null&&(Nt(e,o,l,a),xi(e,o,l)),l}function cs(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 Np(e,t){if(e=e.memoizedState,e!==null&&e.dehydrated!==null){var n=e.retryLane;e.retryLane=n!==0&&n<t?n:t}}function t1(e,t){Np(e,t),(e=e.alternate)&&Np(e,t)}function Q8(){return null}var Ev=typeof reportError=="function"?reportError:function(e){console.error(e)};function n1(e){this._internalRoot=e}Ds.prototype.render=n1.prototype.render=function(e){var t=this._internalRoot;if(t===null)throw Error(P(409));Hs(e,t,null,null)};Ds.prototype.unmount=n1.prototype.unmount=function(){var e=this._internalRoot;if(e!==null){this._internalRoot=null;var t=e.containerInfo;Ur(function(){Hs(null,e,null,null)}),t[Rn]=null}};function Ds(e){this._internalRoot=e}Ds.prototype.unstable_scheduleHydration=function(e){if(e){var t=Qm();e={blockedOn:null,target:e,priority:t};for(var n=0;n<Un.length&&t!==0&&t<Un[n].priority;n++);Un.splice(n,0,e),n===0&&eg(e)}};function r1(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11)}function js(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11&&(e.nodeType!==8||e.nodeValue!==" react-mount-point-unstable "))}function Bp(){}function J8(e,t,n,r,o){if(o){if(typeof r=="function"){var a=r;r=function(){var u=cs(l);a.call(u)}}var l=bv(t,r,e,0,null,!1,!1,"",Bp);return e._reactRootContainer=l,e[Rn]=l.current,el(e.nodeType===8?e.parentNode:e),Ur(),l}for(;o=e.lastChild;)e.removeChild(o);if(typeof r=="function"){var s=r;r=function(){var u=cs(c);s.call(u)}}var c=e1(e,0,!1,null,null,!1,!1,"",Bp);return e._reactRootContainer=c,e[Rn]=c.current,el(e.nodeType===8?e.parentNode:e),Ur(function(){Hs(t,c,n,r)}),c}function Us(e,t,n,r,o){var a=n._reactRootContainer;if(a){var l=a;if(typeof o=="function"){var s=o;o=function(){var c=cs(l);s.call(c)}}Hs(t,l,e,o)}else l=J8(n,t,e,o,r);return cs(l)}Xm=function(e){switch(e.tag){case 3:var t=e.stateNode;if(t.current.memoizedState.isDehydrated){var n=Ra(t.pendingLanes);n!==0&&(xd(t,n|1),tt(t,we()),!(ne&6)&&(Fo=we()+500,ur()))}break;case 13:Ur(function(){var r=kn(e,1);if(r!==null){var o=Ke();Nt(r,e,1,o)}}),t1(e,1)}};Sd=function(e){if(e.tag===13){var t=kn(e,134217728);if(t!==null){var n=Ke();Nt(t,e,134217728,n)}t1(e,134217728)}};Zm=function(e){if(e.tag===13){var t=Jn(e),n=kn(e,t);if(n!==null){var r=Ke();Nt(n,e,t,r)}t1(e,t)}};Qm=function(){return le};Jm=function(e,t){var n=le;try{return le=e,t()}finally{le=n}};Fu=function(e,t,n){switch(t){case"input":if(Tu(e,n),t=n.name,n.type==="radio"&&t!=null){for(n=e;n.parentNode;)n=n.parentNode;for(n=n.querySelectorAll("input[name="+JSON.stringify(""+t)+'][type="radio"]'),t=0;t<n.length;t++){var r=n[t];if(r!==e&&r.form===e.form){var o=Ms(r);if(!o)throw Error(P(90));$m(r),Tu(r,o)}}}break;case"textarea":Tm(e,n);break;case"select":t=n.value,t!=null&&Co(e,!!n.multiple,t,!1)}};Fm=Xd;Hm=Ur;var eE={usingClientEntryPoint:!1,Events:[Sl,ho,Ms,Nm,Bm,Xd]},ya={findFiberByHostInstance:Ir,bundleType:0,version:"18.3.1",rendererPackageName:"react-dom"},tE={bundleType:ya.bundleType,version:ya.version,rendererPackageName:ya.rendererPackageName,rendererConfig:ya.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:On.ReactCurrentDispatcher,findHostInstanceByFiber:function(e){return e=Um(e),e===null?null:e.stateNode},findFiberByHostInstance:ya.findFiberByHostInstance||Q8,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 ei=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!ei.isDisabled&&ei.supportsFiber)try{As=ei.inject(tE),fn=ei}catch{}}ft.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=eE;ft.createPortal=function(e,t){var n=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!r1(t))throw Error(P(200));return Z8(e,t,null,n)};ft.createRoot=function(e,t){if(!r1(e))throw Error(P(299));var n=!1,r="",o=Ev;return t!=null&&(t.unstable_strictMode===!0&&(n=!0),t.identifierPrefix!==void 0&&(r=t.identifierPrefix),t.onRecoverableError!==void 0&&(o=t.onRecoverableError)),t=e1(e,1,!1,null,null,n,!1,r,o),e[Rn]=t.current,el(e.nodeType===8?e.parentNode:e),new n1(t)};ft.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(P(188)):(e=Object.keys(e).join(","),Error(P(268,e)));return e=Um(t),e=e===null?null:e.stateNode,e};ft.flushSync=function(e){return Ur(e)};ft.hydrate=function(e,t,n){if(!js(t))throw Error(P(200));return Us(null,e,t,!0,n)};ft.hydrateRoot=function(e,t,n){if(!r1(e))throw Error(P(405));var r=n!=null&&n.hydratedSources||null,o=!1,a="",l=Ev;if(n!=null&&(n.unstable_strictMode===!0&&(o=!0),n.identifierPrefix!==void 0&&(a=n.identifierPrefix),n.onRecoverableError!==void 0&&(l=n.onRecoverableError)),t=bv(t,null,e,1,n??null,o,!1,a,l),e[Rn]=t.current,el(e),r)for(e=0;e<r.length;e++)n=r[e],o=n._getVersion,o=o(n._source),t.mutableSourceEagerHydrationData==null?t.mutableSourceEagerHydrationData=[n,o]:t.mutableSourceEagerHydrationData.push(n,o);return new Ds(t)};ft.render=function(e,t,n){if(!js(t))throw Error(P(200));return Us(null,e,t,!1,n)};ft.unmountComponentAtNode=function(e){if(!js(e))throw Error(P(40));return e._reactRootContainer?(Ur(function(){Us(null,null,e,!1,function(){e._reactRootContainer=null,e[Rn]=null})}),!0):!1};ft.unstable_batchedUpdates=Xd;ft.unstable_renderSubtreeIntoContainer=function(e,t,n,r){if(!js(n))throw Error(P(200));if(e==null||e._reactInternals===void 0)throw Error(P(38));return Us(e,t,n,!1,r)};ft.version="18.3.1-next-f1338f8080-20240426";function xv(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(xv)}catch(e){console.error(e)}}xv(),xm.exports=ft;var _l=xm.exports;const Sv=Yo(_l);function ae(){return ae=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},ae.apply(null,arguments)}function nE(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function Cv(...e){return t=>e.forEach(n=>nE(n,t))}function ea(...e){return i.useCallback(Cv(...e),e)}const Rl=i.forwardRef((e,t)=>{const{children:n,...r}=e,o=i.Children.toArray(n),a=o.find(oE);if(a){const l=a.props.children,s=o.map(c=>c===a?i.Children.count(l)>1?i.Children.only(null):i.isValidElement(l)?l.props.children:null:c);return i.createElement(y0,ae({},r,{ref:t}),i.isValidElement(l)?i.cloneElement(l,void 0,s):null)}return i.createElement(y0,ae({},r,{ref:t}),n)});Rl.displayName="Slot";const y0=i.forwardRef((e,t)=>{const{children:n,...r}=e;return i.isValidElement(n)?i.cloneElement(n,{...aE(r,n.props),ref:t?Cv(t,n.ref):n.ref}):i.Children.count(n)>1?i.Children.only(null):null});y0.displayName="SlotClone";const rE=({children:e})=>i.createElement(i.Fragment,null,e);function oE(e){return i.isValidElement(e)&&e.type===rE}function aE(e,t){const n={...t};for(const r in t){const o=e[r],a=t[r];/^on[A-Z]/.test(r)?o&&a?n[r]=(...s)=>{a(...s),o(...s)}:o&&(n[r]=o):r==="style"?n[r]={...o,...a}:r==="className"&&(n[r]=[o,a].filter(Boolean).join(" "))}return{...e,...n}}const{logger:lE}=__STORYBOOK_MODULE_CLIENT_LOGGER__,{global:iE}=__STORYBOOK_MODULE_GLOBAL__;var sE=dt(hm()),cE=sE.default,uE=dt(K6()),dE=uE.default,fE=dt(mm()),pE=fE.default,hE=dt(Y6()),mE=hE.default,gE=dt(X6()),vE=gE.default,yE=dt(Z6()),wE=yE.default,bE=dt(gm()),EE=bE.default,xE=dt(y6()),SE=xE.default,CE=dt(w6()),_E=CE.default,RE=dt(b6()),kE=RE.default,IE=dt(pm()),AE=IE.default;function $E(e,t){if(e==null)return{};var n=ud(e,t),r,o;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(o=0;o<a.length;o++)r=a[o],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function w0(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function OE(e){if(Array.isArray(e))return w0(e)}function TE(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function ME(e,t){if(e){if(typeof e=="string")return w0(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return w0(e,t)}}function LE(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
239
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function PE(e){return OE(e)||TE(e)||ME(e)||LE()}function cl(e){"@babel/helpers - typeof";return cl=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},cl(e)}function zE(e,t){if(cl(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t||"default");if(cl(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function NE(e){var t=zE(e,"string");return cl(t)=="symbol"?t:t+""}function _v(e,t,n){return t=NE(t),t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Fp(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),n.push.apply(n,r)}return n}function Eo(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?Fp(Object(n),!0).forEach(function(r){_v(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Fp(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function BE(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])]}var Vc={};function FE(e){if(e.length===0||e.length===1)return e;var t=e.join(".");return Vc[t]||(Vc[t]=BE(e)),Vc[t]}function HE(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0,r=e.filter(function(a){return a!=="token"}),o=FE(r);return o.reduce(function(a,l){return Eo(Eo({},a),n[l])},t)}function Hp(e){return e.join(" ")}function DE(e,t){var n=0;return function(r){return n+=1,r.map(function(o,a){return o1({node:o,stylesheet:e,useInlineStyles:t,key:"code-segment-".concat(n,"-").concat(a)})})}}function o1(e){var t=e.node,n=e.stylesheet,r=e.style,o=r===void 0?{}:r,a=e.useInlineStyles,l=e.key,s=t.properties,c=t.type,u=t.tagName,d=t.value;if(c==="text")return d;if(u){var p=DE(n,a),h;if(!a)h=Eo(Eo({},s),{},{className:Hp(s.className)});else{var f=Object.keys(n).reduce(function(b,w){return w.split(".").forEach(function(y){b.includes(y)||b.push(y)}),b},[]),v=s.className&&s.className.includes("token")?["token"]:[],g=s.className&&v.concat(s.className.filter(function(b){return!f.includes(b)}));h=Eo(Eo({},s),{},{className:Hp(g)||void 0,style:HE(s.className,Object.assign({},s.style,o),n)})}var S=p(t.children);return m.createElement(u,te({key:l},h),S)}}var jE=function(e,t){var n=e.listLanguages();return n.indexOf(t)!==-1},UE=["language","children","style","customStyle","codeTagProps","useInlineStyles","showLineNumbers","showInlineLineNumbers","startingLineNumber","lineNumberContainerStyle","lineNumberStyle","wrapLines","wrapLongLines","lineProps","renderer","PreTag","CodeTag","code","astGenerator"];function Dp(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),n.push.apply(n,r)}return n}function tn(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?Dp(Object(n),!0).forEach(function(r){_v(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Dp(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}var VE=/\n/g;function WE(e){return e.match(VE)}function GE(e){var t=e.lines,n=e.startingLineNumber,r=e.style;return t.map(function(o,a){var l=a+n;return m.createElement("span",{key:"line-".concat(a),className:"react-syntax-highlighter-line-number",style:typeof r=="function"?r(l):r},"".concat(l,`
|
|
240
|
+
`))})}function qE(e){var t=e.codeString,n=e.codeStyle,r=e.containerStyle,o=r===void 0?{float:"left",paddingRight:"10px"}:r,a=e.numberStyle,l=a===void 0?{}:a,s=e.startingLineNumber;return m.createElement("code",{style:Object.assign({},n,o)},GE({lines:t.replace(/\n$/,"").split(`
|
|
241
|
+
`),style:l,startingLineNumber:s}))}function KE(e){return"".concat(e.toString().length,".25em")}function Rv(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 kv(e,t,n){var r={display:"inline-block",minWidth:KE(n),paddingRight:"1em",textAlign:"right",userSelect:"none"},o=typeof e=="function"?e(t):e,a=tn(tn({},r),o);return a}function Ai(e){var t=e.children,n=e.lineNumber,r=e.lineNumberStyle,o=e.largestLineNumber,a=e.showInlineLineNumbers,l=e.lineProps,s=l===void 0?{}:l,c=e.className,u=c===void 0?[]:c,d=e.showLineNumbers,p=e.wrapLongLines,h=typeof s=="function"?s(n):s;if(h.className=u,n&&a){var f=kv(r,n,o);t.unshift(Rv(n,f))}return p&d&&(h.style=tn(tn({},h.style),{},{display:"flex"})),{type:"element",tagName:"span",properties:h,children:t}}function Iv(e){for(var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[],r=0;r<e.length;r++){var o=e[r];if(o.type==="text")n.push(Ai({children:[o],className:PE(new Set(t))}));else if(o.children){var a=t.concat(o.properties.className);Iv(o.children,a).forEach(function(l){return n.push(l)})}}return n}function YE(e,t,n,r,o,a,l,s,c){var u,d=Iv(e.value),p=[],h=-1,f=0;function v(x,C){var _=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];return Ai({children:x,lineNumber:C,lineNumberStyle:s,largestLineNumber:l,showInlineLineNumbers:o,lineProps:n,className:_,showLineNumbers:r,wrapLongLines:c})}function g(x,C){if(r&&C&&o){var _=kv(s,C,l);x.unshift(Rv(C,_))}return x}function S(x,C){var _=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];return t||_.length>0?v(x,C,_):g(x,C)}for(var b=function(){var x=d[f],C=x.children[0].value,_=WE(C);if(_){var R=C.split(`
|
|
242
|
+
`);R.forEach(function(A,I){var $=r&&p.length+a,M={type:"text",value:"".concat(A,`
|
|
243
|
+
`)};if(I===0){var L=d.slice(h+1,f).concat(Ai({children:[M],className:x.properties.className})),j=S(L,$);p.push(j)}else if(I===R.length-1){var z=d[f+1]&&d[f+1].children&&d[f+1].children[0],F={type:"text",value:"".concat(A)};if(z){var U=Ai({children:[F],className:x.properties.className});d.splice(f+1,0,U)}else{var O=[F],T=S(O,$,x.properties.className);p.push(T)}}else{var N=[M],W=S(N,$,x.properties.className);p.push(W)}}),h=f}f++};f<d.length;)b();if(h!==d.length-1){var w=d.slice(h+1,d.length);if(w&&w.length){var y=r&&p.length+a,E=S(w,y);p.push(E)}}return t?p:(u=[]).concat.apply(u,p)}function XE(e){var t=e.rows,n=e.stylesheet,r=e.useInlineStyles;return t.map(function(o,a){return o1({node:o,stylesheet:n,useInlineStyles:r,key:"code-segement".concat(a)})})}function Av(e){return e&&typeof e.highlightAuto<"u"}function ZE(e){var t=e.astGenerator,n=e.language,r=e.code,o=e.defaultCodeValue;if(Av(t)){var a=jE(t,n);return n==="text"?{value:o,language:"text"}:a?t.highlight(n,r):t.highlightAuto(r)}try{return n&&n!=="text"?{value:t.highlight(r,n)}:{value:o}}catch{return{value:o}}}function QE(e,t){return function(n){var r=n.language,o=n.children,a=n.style,l=a===void 0?t:a,s=n.customStyle,c=s===void 0?{}:s,u=n.codeTagProps,d=u===void 0?{className:r?"language-".concat(r):void 0,style:tn(tn({},l['code[class*="language-"]']),l['code[class*="language-'.concat(r,'"]')])}:u,p=n.useInlineStyles,h=p===void 0?!0:p,f=n.showLineNumbers,v=f===void 0?!1:f,g=n.showInlineLineNumbers,S=g===void 0?!0:g,b=n.startingLineNumber,w=b===void 0?1:b,y=n.lineNumberContainerStyle,E=n.lineNumberStyle,x=E===void 0?{}:E,C=n.wrapLines,_=n.wrapLongLines,R=_===void 0?!1:_,A=n.lineProps,I=A===void 0?{}:A,$=n.renderer,M=n.PreTag,L=M===void 0?"pre":M,j=n.CodeTag,z=j===void 0?"code":j,F=n.code,U=F===void 0?(Array.isArray(o)?o[0]:o)||"":F,O=n.astGenerator,T=$E(n,UE);O=O||e;var N=v?m.createElement(qE,{containerStyle:y,codeStyle:d.style||{},numberStyle:x,startingLineNumber:w,codeString:U}):null,W=l.hljs||l['pre[class*="language-"]']||{backgroundColor:"#fff"},K=Av(O)?"hljs":"prismjs",J=h?Object.assign({},T,{style:Object.assign({},W,c)}):Object.assign({},T,{className:T.className?"".concat(K," ").concat(T.className):K,style:Object.assign({},c)});if(R?d.style=tn(tn({},d.style),{},{whiteSpace:"pre-wrap"}):d.style=tn(tn({},d.style),{},{whiteSpace:"pre"}),!O)return m.createElement(L,J,N,m.createElement(z,d,U));(C===void 0&&$||R)&&(C=!0),$=$||XE;var ee=[{type:"text",value:U}],H=ZE({astGenerator:O,language:r,code:U,defaultCodeValue:ee});H.language===null&&(H.value=ee);var q=H.value.length+w,Y=YE(H,C,I,v,S,w,q,x,R);return m.createElement(L,J,m.createElement(z,d,!S&&N,$({rows:Y,stylesheet:l,useInlineStyles:h})))}}var a1=dt(q6()),l1=QE(a1.default,{});l1.registerLanguage=function(e,t){return a1.default.register(t)};l1.alias=function(e,t){return a1.default.alias(e,t)};var i1=l1,JE=k.div(({theme:e})=>({position:"absolute",bottom:0,right:0,maxWidth:"100%",display:"flex",background:e.background.content,zIndex:1})),$v=k.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});$v.displayName="ActionButton";var s1=({actionItems:e,...t})=>m.createElement(JE,{...t},e.map(({title:n,className:r,onClick:o,disabled:a},l)=>m.createElement($v,{key:l,className:r,onClick:o,disabled:a},n))),ex=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"],kl=ex.reduce((e,t)=>{let n=i.forwardRef((r,o)=>{let{asChild:a,...l}=r,s=a?Rl:t;return i.useEffect(()=>{window[Symbol.for("radix-ui")]=!0},[]),i.createElement(s,te({},l,{ref:o}))});return n.displayName=`Primitive.${t}`,{...e,[t]:n}},{});function tx(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function nx(...e){return t=>e.forEach(n=>tx(n,t))}function Yr(...e){return i.useCallback(nx(...e),e)}var b0=globalThis?.document?i.useLayoutEffect:()=>{};function rx(e,t){return i.useReducer((n,r)=>t[n][r]??n,e)}var Il=e=>{let{present:t,children:n}=e,r=ox(t),o=typeof n=="function"?n({present:r.isPresent}):i.Children.only(n),a=Yr(r.ref,o.ref);return typeof n=="function"||r.isPresent?i.cloneElement(o,{ref:a}):null};Il.displayName="Presence";function ox(e){let[t,n]=i.useState(),r=i.useRef({}),o=i.useRef(e),a=i.useRef("none"),l=e?"mounted":"unmounted",[s,c]=rx(l,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return i.useEffect(()=>{let u=ti(r.current);a.current=s==="mounted"?u:"none"},[s]),b0(()=>{let u=r.current,d=o.current;if(d!==e){let p=a.current,h=ti(u);e?c("MOUNT"):h==="none"||u?.display==="none"?c("UNMOUNT"):c(d&&p!==h?"ANIMATION_OUT":"UNMOUNT"),o.current=e}},[e,c]),b0(()=>{if(t){let u=p=>{let h=ti(r.current).includes(p.animationName);p.target===t&&h&&_l.flushSync(()=>c("ANIMATION_END"))},d=p=>{p.target===t&&(a.current=ti(r.current))};return t.addEventListener("animationstart",d),t.addEventListener("animationcancel",u),t.addEventListener("animationend",u),()=>{t.removeEventListener("animationstart",d),t.removeEventListener("animationcancel",u),t.removeEventListener("animationend",u)}}else c("ANIMATION_END")},[t,c]),{isPresent:["mounted","unmountSuspended"].includes(s),ref:i.useCallback(u=>{u&&(r.current=getComputedStyle(u)),n(u)},[])}}function ti(e){return e?.animationName||"none"}function ax(e,t=[]){let n=[];function r(a,l){let s=i.createContext(l),c=n.length;n=[...n,l];function u(p){let{scope:h,children:f,...v}=p,g=h?.[e][c]||s,S=i.useMemo(()=>v,Object.values(v));return i.createElement(g.Provider,{value:S},f)}function d(p,h){let f=h?.[e][c]||s,v=i.useContext(f);if(v)return v;if(l!==void 0)return l;throw new Error(`\`${p}\` must be used within \`${a}\``)}return u.displayName=a+"Provider",[u,d]}let o=()=>{let a=n.map(l=>i.createContext(l));return function(l){let s=l?.[e]||a;return i.useMemo(()=>({[`__scope${e}`]:{...l,[e]:s}}),[l,s])}};return o.scopeName=e,[r,lx(o,...t)]}function lx(...e){let t=e[0];if(e.length===1)return t;let n=()=>{let r=e.map(o=>({useScope:o(),scopeName:o.scopeName}));return function(o){let a=r.reduce((l,{useScope:s,scopeName:c})=>{let u=s(o)[`__scope${c}`];return{...l,...u}},{});return i.useMemo(()=>({[`__scope${t.scopeName}`]:a}),[a])}};return n.scopeName=t.scopeName,n}function Rr(e){let t=i.useRef(e);return i.useEffect(()=>{t.current=e}),i.useMemo(()=>(...n)=>{var r;return(r=t.current)===null||r===void 0?void 0:r.call(t,...n)},[])}var ix=i.createContext(void 0);function sx(e){let t=i.useContext(ix);return e||t||"ltr"}function cx(e,[t,n]){return Math.min(n,Math.max(t,e))}function Lr(e,t,{checkForDefaultPrevented:n=!0}={}){return function(r){if(e?.(r),n===!1||!r.defaultPrevented)return t?.(r)}}function ux(e,t){return i.useReducer((n,r)=>t[n][r]??n,e)}var Ov="ScrollArea",[Tv,AG]=ax(Ov),[dx,It]=Tv(Ov),fx=i.forwardRef((e,t)=>{let{__scopeScrollArea:n,type:r="hover",dir:o,scrollHideDelay:a=600,...l}=e,[s,c]=i.useState(null),[u,d]=i.useState(null),[p,h]=i.useState(null),[f,v]=i.useState(null),[g,S]=i.useState(null),[b,w]=i.useState(0),[y,E]=i.useState(0),[x,C]=i.useState(!1),[_,R]=i.useState(!1),A=Yr(t,$=>c($)),I=sx(o);return i.createElement(dx,{scope:n,type:r,dir:I,scrollHideDelay:a,scrollArea:s,viewport:u,onViewportChange:d,content:p,onContentChange:h,scrollbarX:f,onScrollbarXChange:v,scrollbarXEnabled:x,onScrollbarXEnabledChange:C,scrollbarY:g,onScrollbarYChange:S,scrollbarYEnabled:_,onScrollbarYEnabledChange:R,onCornerWidthChange:w,onCornerHeightChange:E},i.createElement(kl.div,te({dir:I},l,{ref:A,style:{position:"relative","--radix-scroll-area-corner-width":b+"px","--radix-scroll-area-corner-height":y+"px",...e.style}})))}),px="ScrollAreaViewport",hx=i.forwardRef((e,t)=>{let{__scopeScrollArea:n,children:r,...o}=e,a=It(px,n),l=i.useRef(null),s=Yr(t,l,a.onViewportChange);return i.createElement(i.Fragment,null,i.createElement("style",{dangerouslySetInnerHTML:{__html:"[data-radix-scroll-area-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-scroll-area-viewport]::-webkit-scrollbar{display:none}"}}),i.createElement(kl.div,te({"data-radix-scroll-area-viewport":""},o,{ref:s,style:{overflowX:a.scrollbarXEnabled?"scroll":"hidden",overflowY:a.scrollbarYEnabled?"scroll":"hidden",...e.style}}),i.createElement("div",{ref:a.onContentChange,style:{minWidth:"100%",display:"table"}},r)))}),Tn="ScrollAreaScrollbar",mx=i.forwardRef((e,t)=>{let{forceMount:n,...r}=e,o=It(Tn,e.__scopeScrollArea),{onScrollbarXEnabledChange:a,onScrollbarYEnabledChange:l}=o,s=e.orientation==="horizontal";return i.useEffect(()=>(s?a(!0):l(!0),()=>{s?a(!1):l(!1)}),[s,a,l]),o.type==="hover"?i.createElement(gx,te({},r,{ref:t,forceMount:n})):o.type==="scroll"?i.createElement(vx,te({},r,{ref:t,forceMount:n})):o.type==="auto"?i.createElement(Mv,te({},r,{ref:t,forceMount:n})):o.type==="always"?i.createElement(c1,te({},r,{ref:t})):null}),gx=i.forwardRef((e,t)=>{let{forceMount:n,...r}=e,o=It(Tn,e.__scopeScrollArea),[a,l]=i.useState(!1);return i.useEffect(()=>{let s=o.scrollArea,c=0;if(s){let u=()=>{window.clearTimeout(c),l(!0)},d=()=>{c=window.setTimeout(()=>l(!1),o.scrollHideDelay)};return s.addEventListener("pointerenter",u),s.addEventListener("pointerleave",d),()=>{window.clearTimeout(c),s.removeEventListener("pointerenter",u),s.removeEventListener("pointerleave",d)}}},[o.scrollArea,o.scrollHideDelay]),i.createElement(Il,{present:n||a},i.createElement(Mv,te({"data-state":a?"visible":"hidden"},r,{ref:t})))}),vx=i.forwardRef((e,t)=>{let{forceMount:n,...r}=e,o=It(Tn,e.__scopeScrollArea),a=e.orientation==="horizontal",l=Ws(()=>c("SCROLL_END"),100),[s,c]=ux("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 i.useEffect(()=>{if(s==="idle"){let u=window.setTimeout(()=>c("HIDE"),o.scrollHideDelay);return()=>window.clearTimeout(u)}},[s,o.scrollHideDelay,c]),i.useEffect(()=>{let u=o.viewport,d=a?"scrollLeft":"scrollTop";if(u){let p=u[d],h=()=>{let f=u[d];p!==f&&(c("SCROLL"),l()),p=f};return u.addEventListener("scroll",h),()=>u.removeEventListener("scroll",h)}},[o.viewport,a,c,l]),i.createElement(Il,{present:n||s!=="hidden"},i.createElement(c1,te({"data-state":s==="hidden"?"hidden":"visible"},r,{ref:t,onPointerEnter:Lr(e.onPointerEnter,()=>c("POINTER_ENTER")),onPointerLeave:Lr(e.onPointerLeave,()=>c("POINTER_LEAVE"))})))}),Mv=i.forwardRef((e,t)=>{let n=It(Tn,e.__scopeScrollArea),{forceMount:r,...o}=e,[a,l]=i.useState(!1),s=e.orientation==="horizontal",c=Ws(()=>{if(n.viewport){let u=n.viewport.offsetWidth<n.viewport.scrollWidth,d=n.viewport.offsetHeight<n.viewport.scrollHeight;l(s?u:d)}},10);return Ho(n.viewport,c),Ho(n.content,c),i.createElement(Il,{present:r||a},i.createElement(c1,te({"data-state":a?"visible":"hidden"},o,{ref:t})))}),c1=i.forwardRef((e,t)=>{let{orientation:n="vertical",...r}=e,o=It(Tn,e.__scopeScrollArea),a=i.useRef(null),l=i.useRef(0),[s,c]=i.useState({content:0,viewport:0,scrollbar:{size:0,paddingStart:0,paddingEnd:0}}),u=Nv(s.viewport,s.content),d={...r,sizes:s,onSizesChange:c,hasThumb:u>0&&u<1,onThumbChange:h=>a.current=h,onThumbPointerUp:()=>l.current=0,onThumbPointerDown:h=>l.current=h};function p(h,f){return _x(h,l.current,s,f)}return n==="horizontal"?i.createElement(yx,te({},d,{ref:t,onThumbPositionChange:()=>{if(o.viewport&&a.current){let h=o.viewport.scrollLeft,f=jp(h,s,o.dir);a.current.style.transform=`translate3d(${f}px, 0, 0)`}},onWheelScroll:h=>{o.viewport&&(o.viewport.scrollLeft=h)},onDragScroll:h=>{o.viewport&&(o.viewport.scrollLeft=p(h,o.dir))}})):n==="vertical"?i.createElement(wx,te({},d,{ref:t,onThumbPositionChange:()=>{if(o.viewport&&a.current){let h=o.viewport.scrollTop,f=jp(h,s);a.current.style.transform=`translate3d(0, ${f}px, 0)`}},onWheelScroll:h=>{o.viewport&&(o.viewport.scrollTop=h)},onDragScroll:h=>{o.viewport&&(o.viewport.scrollTop=p(h))}})):null}),yx=i.forwardRef((e,t)=>{let{sizes:n,onSizesChange:r,...o}=e,a=It(Tn,e.__scopeScrollArea),[l,s]=i.useState(),c=i.useRef(null),u=Yr(t,c,a.onScrollbarXChange);return i.useEffect(()=>{c.current&&s(getComputedStyle(c.current))},[c]),i.createElement(Pv,te({"data-orientation":"horizontal"},o,{ref:u,sizes:n,style:{bottom:0,left:a.dir==="rtl"?"var(--radix-scroll-area-corner-width)":0,right:a.dir==="ltr"?"var(--radix-scroll-area-corner-width)":0,"--radix-scroll-area-thumb-width":Vs(n)+"px",...e.style},onThumbPointerDown:d=>e.onThumbPointerDown(d.x),onDragScroll:d=>e.onDragScroll(d.x),onWheelScroll:(d,p)=>{if(a.viewport){let h=a.viewport.scrollLeft+d.deltaX;e.onWheelScroll(h),Fv(h,p)&&d.preventDefault()}},onResize:()=>{c.current&&a.viewport&&l&&r({content:a.viewport.scrollWidth,viewport:a.viewport.offsetWidth,scrollbar:{size:c.current.clientWidth,paddingStart:us(l.paddingLeft),paddingEnd:us(l.paddingRight)}})}}))}),wx=i.forwardRef((e,t)=>{let{sizes:n,onSizesChange:r,...o}=e,a=It(Tn,e.__scopeScrollArea),[l,s]=i.useState(),c=i.useRef(null),u=Yr(t,c,a.onScrollbarYChange);return i.useEffect(()=>{c.current&&s(getComputedStyle(c.current))},[c]),i.createElement(Pv,te({"data-orientation":"vertical"},o,{ref:u,sizes:n,style:{top:0,right:a.dir==="ltr"?0:void 0,left:a.dir==="rtl"?0:void 0,bottom:"var(--radix-scroll-area-corner-height)","--radix-scroll-area-thumb-height":Vs(n)+"px",...e.style},onThumbPointerDown:d=>e.onThumbPointerDown(d.y),onDragScroll:d=>e.onDragScroll(d.y),onWheelScroll:(d,p)=>{if(a.viewport){let h=a.viewport.scrollTop+d.deltaY;e.onWheelScroll(h),Fv(h,p)&&d.preventDefault()}},onResize:()=>{c.current&&a.viewport&&l&&r({content:a.viewport.scrollHeight,viewport:a.viewport.offsetHeight,scrollbar:{size:c.current.clientHeight,paddingStart:us(l.paddingTop),paddingEnd:us(l.paddingBottom)}})}}))}),[bx,Lv]=Tv(Tn),Pv=i.forwardRef((e,t)=>{let{__scopeScrollArea:n,sizes:r,hasThumb:o,onThumbChange:a,onThumbPointerUp:l,onThumbPointerDown:s,onThumbPositionChange:c,onDragScroll:u,onWheelScroll:d,onResize:p,...h}=e,f=It(Tn,n),[v,g]=i.useState(null),S=Yr(t,A=>g(A)),b=i.useRef(null),w=i.useRef(""),y=f.viewport,E=r.content-r.viewport,x=Rr(d),C=Rr(c),_=Ws(p,10);function R(A){if(b.current){let I=A.clientX-b.current.left,$=A.clientY-b.current.top;u({x:I,y:$})}}return i.useEffect(()=>{let A=I=>{let $=I.target;v?.contains($)&&x(I,E)};return document.addEventListener("wheel",A,{passive:!1}),()=>document.removeEventListener("wheel",A,{passive:!1})},[y,v,E,x]),i.useEffect(C,[r,C]),Ho(v,_),Ho(f.content,_),i.createElement(bx,{scope:n,scrollbar:v,hasThumb:o,onThumbChange:Rr(a),onThumbPointerUp:Rr(l),onThumbPositionChange:C,onThumbPointerDown:Rr(s)},i.createElement(kl.div,te({},h,{ref:S,style:{position:"absolute",...h.style},onPointerDown:Lr(e.onPointerDown,A=>{A.button===0&&(A.target.setPointerCapture(A.pointerId),b.current=v.getBoundingClientRect(),w.current=document.body.style.webkitUserSelect,document.body.style.webkitUserSelect="none",f.viewport&&(f.viewport.style.scrollBehavior="auto"),R(A))}),onPointerMove:Lr(e.onPointerMove,R),onPointerUp:Lr(e.onPointerUp,A=>{let I=A.target;I.hasPointerCapture(A.pointerId)&&I.releasePointerCapture(A.pointerId),document.body.style.webkitUserSelect=w.current,f.viewport&&(f.viewport.style.scrollBehavior=""),b.current=null})})))}),E0="ScrollAreaThumb",Ex=i.forwardRef((e,t)=>{let{forceMount:n,...r}=e,o=Lv(E0,e.__scopeScrollArea);return i.createElement(Il,{present:n||o.hasThumb},i.createElement(xx,te({ref:t},r)))}),xx=i.forwardRef((e,t)=>{let{__scopeScrollArea:n,style:r,...o}=e,a=It(E0,n),l=Lv(E0,n),{onThumbPositionChange:s}=l,c=Yr(t,p=>l.onThumbChange(p)),u=i.useRef(),d=Ws(()=>{u.current&&(u.current(),u.current=void 0)},100);return i.useEffect(()=>{let p=a.viewport;if(p){let h=()=>{if(d(),!u.current){let f=Rx(p,s);u.current=f,s()}};return s(),p.addEventListener("scroll",h),()=>p.removeEventListener("scroll",h)}},[a.viewport,d,s]),i.createElement(kl.div,te({"data-state":l.hasThumb?"visible":"hidden"},o,{ref:c,style:{width:"var(--radix-scroll-area-thumb-width)",height:"var(--radix-scroll-area-thumb-height)",...r},onPointerDownCapture:Lr(e.onPointerDownCapture,p=>{let h=p.target.getBoundingClientRect(),f=p.clientX-h.left,v=p.clientY-h.top;l.onThumbPointerDown({x:f,y:v})}),onPointerUp:Lr(e.onPointerUp,l.onThumbPointerUp)}))}),zv="ScrollAreaCorner",Sx=i.forwardRef((e,t)=>{let n=It(zv,e.__scopeScrollArea),r=!!(n.scrollbarX&&n.scrollbarY);return n.type!=="scroll"&&r?i.createElement(Cx,te({},e,{ref:t})):null}),Cx=i.forwardRef((e,t)=>{let{__scopeScrollArea:n,...r}=e,o=It(zv,n),[a,l]=i.useState(0),[s,c]=i.useState(0),u=!!(a&&s);return Ho(o.scrollbarX,()=>{var d;let p=((d=o.scrollbarX)===null||d===void 0?void 0:d.offsetHeight)||0;o.onCornerHeightChange(p),c(p)}),Ho(o.scrollbarY,()=>{var d;let p=((d=o.scrollbarY)===null||d===void 0?void 0:d.offsetWidth)||0;o.onCornerWidthChange(p),l(p)}),u?i.createElement(kl.div,te({},r,{ref:t,style:{width:a,height:s,position:"absolute",right:o.dir==="ltr"?0:void 0,left:o.dir==="rtl"?0:void 0,bottom:0,...e.style}})):null});function us(e){return e?parseInt(e,10):0}function Nv(e,t){let n=e/t;return isNaN(n)?0:n}function Vs(e){let t=Nv(e.viewport,e.content),n=e.scrollbar.paddingStart+e.scrollbar.paddingEnd,r=(e.scrollbar.size-n)*t;return Math.max(r,18)}function _x(e,t,n,r="ltr"){let o=Vs(n),a=o/2,l=t||a,s=o-l,c=n.scrollbar.paddingStart+l,u=n.scrollbar.size-n.scrollbar.paddingEnd-s,d=n.content-n.viewport,p=r==="ltr"?[0,d]:[d*-1,0];return Bv([c,u],p)(e)}function jp(e,t,n="ltr"){let r=Vs(t),o=t.scrollbar.paddingStart+t.scrollbar.paddingEnd,a=t.scrollbar.size-o,l=t.content-t.viewport,s=a-r,c=n==="ltr"?[0,l]:[l*-1,0],u=cx(e,c);return Bv([0,l],[0,s])(u)}function Bv(e,t){return n=>{if(e[0]===e[1]||t[0]===t[1])return t[0];let r=(t[1]-t[0])/(e[1]-e[0]);return t[0]+r*(n-e[0])}}function Fv(e,t){return e>0&&e<t}var Rx=(e,t=()=>{})=>{let n={left:e.scrollLeft,top:e.scrollTop},r=0;return function o(){let a={left:e.scrollLeft,top:e.scrollTop},l=n.left!==a.left,s=n.top!==a.top;(l||s)&&t(),n=a,r=window.requestAnimationFrame(o)}(),()=>window.cancelAnimationFrame(r)};function Ws(e,t){let n=Rr(e),r=i.useRef(0);return i.useEffect(()=>()=>window.clearTimeout(r.current),[]),i.useCallback(()=>{window.clearTimeout(r.current),r.current=window.setTimeout(n,t)},[n,t])}function Ho(e,t){let n=Rr(t);b0(()=>{let r=0;if(e){let o=new ResizeObserver(()=>{cancelAnimationFrame(r),r=window.requestAnimationFrame(n)});return o.observe(e),()=>{window.cancelAnimationFrame(r),o.unobserve(e)}}},[e,n])}var kx=fx,Ix=hx,Ax=mx,$x=Ex,Ox=Sx,Tx=k(kx)(({scrollbarsize:e,offset:t})=>({width:"100%",height:"100%",overflow:"hidden","--scrollbar-size":`${e+t}px`,"--radix-scroll-area-thumb-width":`${e}px`})),Mx=k(Ix)({width:"100%",height:"100%"}),Up=k(Ax)(({offset:e,horizontal:t,vertical:n})=>({display:"flex",userSelect:"none",touchAction:"none",background:"transparent",transition:"all 0.2s ease-out",borderRadius:"var(--scrollbar-size)",'&[data-orientation="vertical"]':{width:"var(--scrollbar-size)",paddingRight:e,marginTop:e,marginBottom:t==="true"&&n==="true"?0:e},'&[data-orientation="horizontal"]':{flexDirection:"column",height:"var(--scrollbar-size)",paddingBottom:e,marginLeft:e,marginRight:t==="true"&&n==="true"?0:e}})),Vp=k($x)(({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%"}})),Gs=i.forwardRef(({children:e,horizontal:t=!1,vertical:n=!1,offset:r=2,scrollbarSize:o=6,className:a},l)=>m.createElement(Tx,{scrollbarsize:o,offset:r,className:a},m.createElement(Mx,{ref:l},e),t&&m.createElement(Up,{orientation:"horizontal",offset:r,horizontal:t.toString(),vertical:n.toString()},m.createElement(Vp,null)),n&&m.createElement(Up,{orientation:"vertical",offset:r,horizontal:t.toString(),vertical:n.toString()},m.createElement(Vp,null)),t&&n&&m.createElement(Ox,null)));Gs.displayName="ScrollArea";var{navigator:Wp,document:wa,window:Lx}=iE,Px={jsextra:mE,jsx:cE,json:vE,yml:_E,md:SE,bash:dE,css:pE,html:EE,tsx:kE,typescript:AE,graphql:wE};Object.entries(Px).forEach(([e,t])=>{i1.registerLanguage(e,t)});var zx=Gr(2)(e=>Object.entries(e.code||{}).reduce((t,[n,r])=>({...t,[`* .${n}`]:r}),{})),Nx=Hv();function Hv(){return Wp?.clipboard?e=>Wp.clipboard.writeText(e):async e=>{let t=wa.createElement("TEXTAREA"),n=wa.activeElement;t.value=e,wa.body.appendChild(t),t.select(),wa.execCommand("copy"),wa.body.removeChild(t),n.focus()}}var Bx=k.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)"}}:{}),Fx=({children:e,className:t})=>m.createElement(Gs,{horizontal:!0,vertical:!0,className:t},e),Hx=k(Fx)({position:"relative"},({theme:e})=>zx(e)),Dx=k.pre(({theme:e,padded:t})=>({display:"flex",justifyContent:"flex-start",margin:0,padding:t?e.layoutMargin:0})),jx=k.div(({theme:e})=>({flex:1,paddingLeft:2,paddingRight:e.layoutMargin,opacity:1,fontFamily:e.typography.fonts.mono})),Dv=e=>{let t=[...e.children],n=t[0],r=n.children[0].value,o={...n,children:[],properties:{...n.properties,"data-line-number":r,style:{...n.properties.style,userSelect:"auto"}}};return t[0]=o,{...e,children:t}},Ux=({rows:e,stylesheet:t,useInlineStyles:n})=>e.map((r,o)=>o1({node:Dv(r),stylesheet:t,useInlineStyles:n,key:`code-segement${o}`})),Vx=(e,t)=>t?e?({rows:n,...r})=>e({rows:n.map(o=>Dv(o)),...r}):Ux:e,u1=({children:e,language:t="jsx",copyable:n=!1,bordered:r=!1,padded:o=!1,format:a=!0,formatter:l=null,className:s=null,showLineNumbers:c=!1,...u})=>{if(typeof e!="string"||!e.trim())return null;let[d,p]=i.useState("");i.useEffect(()=>{l?l(a,e).then(p):p(e.trim())},[e,a,l]);let[h,f]=i.useState(!1),v=i.useCallback(S=>{S.preventDefault(),Nx(d).then(()=>{f(!0),Lx.setTimeout(()=>f(!1),1500)}).catch(lE.error)},[d]),g=Vx(u.renderer,c);return m.createElement(Bx,{bordered:r,padded:o,showLineNumbers:c,className:s},m.createElement(Hx,null,m.createElement(i1,{padded:o||r,language:t,showLineNumbers:c,showInlineLineNumbers:c,useInlineStyles:!1,PreTag:Dx,CodeTag:jx,lineNumberContainerStyle:{},...u,renderer:g},d)),n?m.createElement(s1,{actionItems:[{title:h?"Copied":"Copy",onClick:v}]}):null)};u1.registerLanguage=(...e)=>i1.registerLanguage(...e);var $G=u1;const{global:Wx}=__STORYBOOK_MODULE_GLOBAL__;var Gx=G({"../../node_modules/react-fast-compare/index.js"(e,t){var n=typeof Element<"u",r=typeof Map=="function",o=typeof Set=="function",a=typeof ArrayBuffer=="function"&&!!ArrayBuffer.isView;function l(s,c){if(s===c)return!0;if(s&&c&&typeof s=="object"&&typeof c=="object"){if(s.constructor!==c.constructor)return!1;var u,d,p;if(Array.isArray(s)){if(u=s.length,u!=c.length)return!1;for(d=u;d--!==0;)if(!l(s[d],c[d]))return!1;return!0}var h;if(r&&s instanceof Map&&c instanceof Map){if(s.size!==c.size)return!1;for(h=s.entries();!(d=h.next()).done;)if(!c.has(d.value[0]))return!1;for(h=s.entries();!(d=h.next()).done;)if(!l(d.value[1],c.get(d.value[0])))return!1;return!0}if(o&&s instanceof Set&&c instanceof Set){if(s.size!==c.size)return!1;for(h=s.entries();!(d=h.next()).done;)if(!c.has(d.value[0]))return!1;return!0}if(a&&ArrayBuffer.isView(s)&&ArrayBuffer.isView(c)){if(u=s.length,u!=c.length)return!1;for(d=u;d--!==0;)if(s[d]!==c[d])return!1;return!0}if(s.constructor===RegExp)return s.source===c.source&&s.flags===c.flags;if(s.valueOf!==Object.prototype.valueOf&&typeof s.valueOf=="function"&&typeof c.valueOf=="function")return s.valueOf()===c.valueOf();if(s.toString!==Object.prototype.toString&&typeof s.toString=="function"&&typeof c.toString=="function")return s.toString()===c.toString();if(p=Object.keys(s),u=p.length,u!==Object.keys(c).length)return!1;for(d=u;d--!==0;)if(!Object.prototype.hasOwnProperty.call(c,p[d]))return!1;if(n&&s instanceof Element)return!1;for(d=u;d--!==0;)if(!((p[d]==="_owner"||p[d]==="__v"||p[d]==="__o")&&s.$$typeof)&&!l(s[p[d]],c[p[d]]))return!1;return!0}return s!==s&&c!==c}t.exports=function(s,c){try{return l(s,c)}catch(u){if((u.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw u}}}}),Gp=function(e){return e.reduce(function(t,n){var r=n[0],o=n[1];return t[r]=o,t},{})},qp=typeof window<"u"&&window.document&&window.document.createElement?i.useLayoutEffect:i.useEffect,nt="top",Rt="bottom",kt="right",rt="left",d1="auto",Al=[nt,Rt,kt,rt],Do="start",ul="end",qx="clippingParents",jv="viewport",ba="popper",Kx="reference",Kp=Al.reduce(function(e,t){return e.concat([t+"-"+Do,t+"-"+ul])},[]),Uv=[].concat(Al,[d1]).reduce(function(e,t){return e.concat([t,t+"-"+Do,t+"-"+ul])},[]),Yx="beforeRead",Xx="read",Zx="afterRead",Qx="beforeMain",Jx="main",e9="afterMain",t9="beforeWrite",n9="write",r9="afterWrite",o9=[Yx,Xx,Zx,Qx,Jx,e9,t9,n9,r9];function mn(e){return e?(e.nodeName||"").toLowerCase():null}function ut(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function Vr(e){var t=ut(e).Element;return e instanceof t||e instanceof Element}function St(e){var t=ut(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function f1(e){if(typeof ShadowRoot>"u")return!1;var t=ut(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function a9(e){var t=e.state;Object.keys(t.elements).forEach(function(n){var r=t.styles[n]||{},o=t.attributes[n]||{},a=t.elements[n];!St(a)||!mn(a)||(Object.assign(a.style,r),Object.keys(o).forEach(function(l){var s=o[l];s===!1?a.removeAttribute(l):a.setAttribute(l,s===!0?"":s)}))})}function l9(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach(function(r){var o=t.elements[r],a=t.attributes[r]||{},l=Object.keys(t.styles.hasOwnProperty(r)?t.styles[r]:n[r]),s=l.reduce(function(c,u){return c[u]="",c},{});!St(o)||!mn(o)||(Object.assign(o.style,s),Object.keys(a).forEach(function(c){o.removeAttribute(c)}))})}}var i9={name:"applyStyles",enabled:!0,phase:"write",fn:a9,effect:l9,requires:["computeStyles"]};function hn(e){return e.split("-")[0]}var Pr=Math.max,ds=Math.min,jo=Math.round;function x0(){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}function Vv(){return!/^((?!chrome|android).)*safari/i.test(x0())}function Uo(e,t,n){t===void 0&&(t=!1),n===void 0&&(n=!1);var r=e.getBoundingClientRect(),o=1,a=1;t&&St(e)&&(o=e.offsetWidth>0&&jo(r.width)/e.offsetWidth||1,a=e.offsetHeight>0&&jo(r.height)/e.offsetHeight||1);var l=Vr(e)?ut(e):window,s=l.visualViewport,c=!Vv()&&n,u=(r.left+(c&&s?s.offsetLeft:0))/o,d=(r.top+(c&&s?s.offsetTop:0))/a,p=r.width/o,h=r.height/a;return{width:p,height:h,top:d,right:u+p,bottom:d+h,left:u,x:u,y:d}}function p1(e){var t=Uo(e),n=e.offsetWidth,r=e.offsetHeight;return Math.abs(t.width-n)<=1&&(n=t.width),Math.abs(t.height-r)<=1&&(r=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:r}}function Wv(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&f1(n)){var r=t;do{if(r&&e.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function An(e){return ut(e).getComputedStyle(e)}function s9(e){return["table","td","th"].indexOf(mn(e))>=0}function dr(e){return((Vr(e)?e.ownerDocument:e.document)||window.document).documentElement}function qs(e){return mn(e)==="html"?e:e.assignedSlot||e.parentNode||(f1(e)?e.host:null)||dr(e)}function Yp(e){return!St(e)||An(e).position==="fixed"?null:e.offsetParent}function c9(e){var t=/firefox/i.test(x0()),n=/Trident/i.test(x0());if(n&&St(e)){var r=An(e);if(r.position==="fixed")return null}var o=qs(e);for(f1(o)&&(o=o.host);St(o)&&["html","body"].indexOf(mn(o))<0;){var a=An(o);if(a.transform!=="none"||a.perspective!=="none"||a.contain==="paint"||["transform","perspective"].indexOf(a.willChange)!==-1||t&&a.willChange==="filter"||t&&a.filter&&a.filter!=="none")return o;o=o.parentNode}return null}function $l(e){for(var t=ut(e),n=Yp(e);n&&s9(n)&&An(n).position==="static";)n=Yp(n);return n&&(mn(n)==="html"||mn(n)==="body"&&An(n).position==="static")?t:n||c9(e)||t}function h1(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function Na(e,t,n){return Pr(e,ds(t,n))}function u9(e,t,n){var r=Na(e,t,n);return r>n?n:r}function Gv(){return{top:0,right:0,bottom:0,left:0}}function qv(e){return Object.assign({},Gv(),e)}function Kv(e,t){return t.reduce(function(n,r){return n[r]=e,n},{})}var d9=function(e,t){return e=typeof e=="function"?e(Object.assign({},t.rects,{placement:t.placement})):e,qv(typeof e!="number"?e:Kv(e,Al))};function f9(e){var t,n=e.state,r=e.name,o=e.options,a=n.elements.arrow,l=n.modifiersData.popperOffsets,s=hn(n.placement),c=h1(s),u=[rt,kt].indexOf(s)>=0,d=u?"height":"width";if(!(!a||!l)){var p=d9(o.padding,n),h=p1(a),f=c==="y"?nt:rt,v=c==="y"?Rt:kt,g=n.rects.reference[d]+n.rects.reference[c]-l[c]-n.rects.popper[d],S=l[c]-n.rects.reference[c],b=$l(a),w=b?c==="y"?b.clientHeight||0:b.clientWidth||0:0,y=g/2-S/2,E=p[f],x=w-h[d]-p[v],C=w/2-h[d]/2+y,_=Na(E,C,x),R=c;n.modifiersData[r]=(t={},t[R]=_,t.centerOffset=_-C,t)}}function p9(e){var t=e.state,n=e.options,r=n.element,o=r===void 0?"[data-popper-arrow]":r;o!=null&&(typeof o=="string"&&(o=t.elements.popper.querySelector(o),!o)||Wv(t.elements.popper,o)&&(t.elements.arrow=o))}var h9={name:"arrow",enabled:!0,phase:"main",fn:f9,effect:p9,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function Vo(e){return e.split("-")[1]}var m9={top:"auto",right:"auto",bottom:"auto",left:"auto"};function g9(e,t){var n=e.x,r=e.y,o=t.devicePixelRatio||1;return{x:jo(n*o)/o||0,y:jo(r*o)/o||0}}function Xp(e){var t,n=e.popper,r=e.popperRect,o=e.placement,a=e.variation,l=e.offsets,s=e.position,c=e.gpuAcceleration,u=e.adaptive,d=e.roundOffsets,p=e.isFixed,h=l.x,f=h===void 0?0:h,v=l.y,g=v===void 0?0:v,S=typeof d=="function"?d({x:f,y:g}):{x:f,y:g};f=S.x,g=S.y;var b=l.hasOwnProperty("x"),w=l.hasOwnProperty("y"),y=rt,E=nt,x=window;if(u){var C=$l(n),_="clientHeight",R="clientWidth";if(C===ut(n)&&(C=dr(n),An(C).position!=="static"&&s==="absolute"&&(_="scrollHeight",R="scrollWidth")),C=C,o===nt||(o===rt||o===kt)&&a===ul){E=Rt;var A=p&&C===x&&x.visualViewport?x.visualViewport.height:C[_];g-=A-r.height,g*=c?1:-1}if(o===rt||(o===nt||o===Rt)&&a===ul){y=kt;var I=p&&C===x&&x.visualViewport?x.visualViewport.width:C[R];f-=I-r.width,f*=c?1:-1}}var $=Object.assign({position:s},u&&m9),M=d===!0?g9({x:f,y:g},ut(n)):{x:f,y:g};if(f=M.x,g=M.y,c){var L;return Object.assign({},$,(L={},L[E]=w?"0":"",L[y]=b?"0":"",L.transform=(x.devicePixelRatio||1)<=1?"translate("+f+"px, "+g+"px)":"translate3d("+f+"px, "+g+"px, 0)",L))}return Object.assign({},$,(t={},t[E]=w?g+"px":"",t[y]=b?f+"px":"",t.transform="",t))}function v9(e){var t=e.state,n=e.options,r=n.gpuAcceleration,o=r===void 0?!0:r,a=n.adaptive,l=a===void 0?!0:a,s=n.roundOffsets,c=s===void 0?!0:s,u={placement:hn(t.placement),variation:Vo(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,Xp(Object.assign({},u,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:l,roundOffsets:c})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,Xp(Object.assign({},u,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:c})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}var y9={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:v9,data:{}},ni={passive:!0};function w9(e){var t=e.state,n=e.instance,r=e.options,o=r.scroll,a=o===void 0?!0:o,l=r.resize,s=l===void 0?!0:l,c=ut(t.elements.popper),u=[].concat(t.scrollParents.reference,t.scrollParents.popper);return a&&u.forEach(function(d){d.addEventListener("scroll",n.update,ni)}),s&&c.addEventListener("resize",n.update,ni),function(){a&&u.forEach(function(d){d.removeEventListener("scroll",n.update,ni)}),s&&c.removeEventListener("resize",n.update,ni)}}var b9={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:w9,data:{}},E9={left:"right",right:"left",bottom:"top",top:"bottom"};function $i(e){return e.replace(/left|right|bottom|top/g,function(t){return E9[t]})}var x9={start:"end",end:"start"};function Zp(e){return e.replace(/start|end/g,function(t){return x9[t]})}function m1(e){var t=ut(e),n=t.pageXOffset,r=t.pageYOffset;return{scrollLeft:n,scrollTop:r}}function g1(e){return Uo(dr(e)).left+m1(e).scrollLeft}function S9(e,t){var n=ut(e),r=dr(e),o=n.visualViewport,a=r.clientWidth,l=r.clientHeight,s=0,c=0;if(o){a=o.width,l=o.height;var u=Vv();(u||!u&&t==="fixed")&&(s=o.offsetLeft,c=o.offsetTop)}return{width:a,height:l,x:s+g1(e),y:c}}function C9(e){var t,n=dr(e),r=m1(e),o=(t=e.ownerDocument)==null?void 0:t.body,a=Pr(n.scrollWidth,n.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),l=Pr(n.scrollHeight,n.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),s=-r.scrollLeft+g1(e),c=-r.scrollTop;return An(o||n).direction==="rtl"&&(s+=Pr(n.clientWidth,o?o.clientWidth:0)-a),{width:a,height:l,x:s,y:c}}function v1(e){var t=An(e),n=t.overflow,r=t.overflowX,o=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+o+r)}function Yv(e){return["html","body","#document"].indexOf(mn(e))>=0?e.ownerDocument.body:St(e)&&v1(e)?e:Yv(qs(e))}function Ba(e,t){var n;t===void 0&&(t=[]);var r=Yv(e),o=r===((n=e.ownerDocument)==null?void 0:n.body),a=ut(r),l=o?[a].concat(a.visualViewport||[],v1(r)?r:[]):r,s=t.concat(l);return o?s:s.concat(Ba(qs(l)))}function S0(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function _9(e,t){var n=Uo(e,!1,t==="fixed");return n.top=n.top+e.clientTop,n.left=n.left+e.clientLeft,n.bottom=n.top+e.clientHeight,n.right=n.left+e.clientWidth,n.width=e.clientWidth,n.height=e.clientHeight,n.x=n.left,n.y=n.top,n}function Qp(e,t,n){return t===jv?S0(S9(e,n)):Vr(t)?_9(t,n):S0(C9(dr(e)))}function R9(e){var t=Ba(qs(e)),n=["absolute","fixed"].indexOf(An(e).position)>=0,r=n&&St(e)?$l(e):e;return Vr(r)?t.filter(function(o){return Vr(o)&&Wv(o,r)&&mn(o)!=="body"}):[]}function k9(e,t,n,r){var o=t==="clippingParents"?R9(e):[].concat(t),a=[].concat(o,[n]),l=a[0],s=a.reduce(function(c,u){var d=Qp(e,u,r);return c.top=Pr(d.top,c.top),c.right=ds(d.right,c.right),c.bottom=ds(d.bottom,c.bottom),c.left=Pr(d.left,c.left),c},Qp(e,l,r));return s.width=s.right-s.left,s.height=s.bottom-s.top,s.x=s.left,s.y=s.top,s}function Xv(e){var t=e.reference,n=e.element,r=e.placement,o=r?hn(r):null,a=r?Vo(r):null,l=t.x+t.width/2-n.width/2,s=t.y+t.height/2-n.height/2,c;switch(o){case nt:c={x:l,y:t.y-n.height};break;case Rt:c={x:l,y:t.y+t.height};break;case kt:c={x:t.x+t.width,y:s};break;case rt:c={x:t.x-n.width,y:s};break;default:c={x:t.x,y:t.y}}var u=o?h1(o):null;if(u!=null){var d=u==="y"?"height":"width";switch(a){case Do:c[u]=c[u]-(t[d]/2-n[d]/2);break;case ul:c[u]=c[u]+(t[d]/2-n[d]/2);break}}return c}function dl(e,t){t===void 0&&(t={});var n=t,r=n.placement,o=r===void 0?e.placement:r,a=n.strategy,l=a===void 0?e.strategy:a,s=n.boundary,c=s===void 0?qx:s,u=n.rootBoundary,d=u===void 0?jv:u,p=n.elementContext,h=p===void 0?ba:p,f=n.altBoundary,v=f===void 0?!1:f,g=n.padding,S=g===void 0?0:g,b=qv(typeof S!="number"?S:Kv(S,Al)),w=h===ba?Kx:ba,y=e.rects.popper,E=e.elements[v?w:h],x=k9(Vr(E)?E:E.contextElement||dr(e.elements.popper),c,d,l),C=Uo(e.elements.reference),_=Xv({reference:C,element:y,strategy:"absolute",placement:o}),R=S0(Object.assign({},y,_)),A=h===ba?R:C,I={top:x.top-A.top+b.top,bottom:A.bottom-x.bottom+b.bottom,left:x.left-A.left+b.left,right:A.right-x.right+b.right},$=e.modifiersData.offset;if(h===ba&&$){var M=$[o];Object.keys(I).forEach(function(L){var j=[kt,Rt].indexOf(L)>=0?1:-1,z=[nt,Rt].indexOf(L)>=0?"y":"x";I[L]+=M[z]*j})}return I}function I9(e,t){t===void 0&&(t={});var n=t,r=n.placement,o=n.boundary,a=n.rootBoundary,l=n.padding,s=n.flipVariations,c=n.allowedAutoPlacements,u=c===void 0?Uv:c,d=Vo(r),p=d?s?Kp:Kp.filter(function(v){return Vo(v)===d}):Al,h=p.filter(function(v){return u.indexOf(v)>=0});h.length===0&&(h=p);var f=h.reduce(function(v,g){return v[g]=dl(e,{placement:g,boundary:o,rootBoundary:a,padding:l})[hn(g)],v},{});return Object.keys(f).sort(function(v,g){return f[v]-f[g]})}function A9(e){if(hn(e)===d1)return[];var t=$i(e);return[Zp(e),t,Zp(t)]}function $9(e){var t=e.state,n=e.options,r=e.name;if(!t.modifiersData[r]._skip){for(var o=n.mainAxis,a=o===void 0?!0:o,l=n.altAxis,s=l===void 0?!0:l,c=n.fallbackPlacements,u=n.padding,d=n.boundary,p=n.rootBoundary,h=n.altBoundary,f=n.flipVariations,v=f===void 0?!0:f,g=n.allowedAutoPlacements,S=t.options.placement,b=hn(S),w=b===S,y=c||(w||!v?[$i(S)]:A9(S)),E=[S].concat(y).reduce(function(ee,H){return ee.concat(hn(H)===d1?I9(t,{placement:H,boundary:d,rootBoundary:p,padding:u,flipVariations:v,allowedAutoPlacements:g}):H)},[]),x=t.rects.reference,C=t.rects.popper,_=new Map,R=!0,A=E[0],I=0;I<E.length;I++){var $=E[I],M=hn($),L=Vo($)===Do,j=[nt,Rt].indexOf(M)>=0,z=j?"width":"height",F=dl(t,{placement:$,boundary:d,rootBoundary:p,altBoundary:h,padding:u}),U=j?L?kt:rt:L?Rt:nt;x[z]>C[z]&&(U=$i(U));var O=$i(U),T=[];if(a&&T.push(F[M]<=0),s&&T.push(F[U]<=0,F[O]<=0),T.every(function(ee){return ee})){A=$,R=!1;break}_.set($,T)}if(R)for(var N=v?3:1,W=function(ee){var H=E.find(function(q){var Y=_.get(q);if(Y)return Y.slice(0,ee).every(function(ke){return ke})});if(H)return A=H,"break"},K=N;K>0;K--){var J=W(K);if(J==="break")break}t.placement!==A&&(t.modifiersData[r]._skip=!0,t.placement=A,t.reset=!0)}}var O9={name:"flip",enabled:!0,phase:"main",fn:$9,requiresIfExists:["offset"],data:{_skip:!1}};function Jp(e,t,n){return n===void 0&&(n={x:0,y:0}),{top:e.top-t.height-n.y,right:e.right-t.width+n.x,bottom:e.bottom-t.height+n.y,left:e.left-t.width-n.x}}function e5(e){return[nt,kt,Rt,rt].some(function(t){return e[t]>=0})}function T9(e){var t=e.state,n=e.name,r=t.rects.reference,o=t.rects.popper,a=t.modifiersData.preventOverflow,l=dl(t,{elementContext:"reference"}),s=dl(t,{altBoundary:!0}),c=Jp(l,r),u=Jp(s,o,a),d=e5(c),p=e5(u);t.modifiersData[n]={referenceClippingOffsets:c,popperEscapeOffsets:u,isReferenceHidden:d,hasPopperEscaped:p},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":d,"data-popper-escaped":p})}var M9={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:T9};function L9(e,t,n){var r=hn(e),o=[rt,nt].indexOf(r)>=0?-1:1,a=typeof n=="function"?n(Object.assign({},t,{placement:e})):n,l=a[0],s=a[1];return l=l||0,s=(s||0)*o,[rt,kt].indexOf(r)>=0?{x:s,y:l}:{x:l,y:s}}function P9(e){var t=e.state,n=e.options,r=e.name,o=n.offset,a=o===void 0?[0,0]:o,l=Uv.reduce(function(d,p){return d[p]=L9(p,t.rects,a),d},{}),s=l[t.placement],c=s.x,u=s.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=c,t.modifiersData.popperOffsets.y+=u),t.modifiersData[r]=l}var z9={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:P9};function N9(e){var t=e.state,n=e.name;t.modifiersData[n]=Xv({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})}var B9={name:"popperOffsets",enabled:!0,phase:"read",fn:N9,data:{}};function F9(e){return e==="x"?"y":"x"}function H9(e){var t=e.state,n=e.options,r=e.name,o=n.mainAxis,a=o===void 0?!0:o,l=n.altAxis,s=l===void 0?!1:l,c=n.boundary,u=n.rootBoundary,d=n.altBoundary,p=n.padding,h=n.tether,f=h===void 0?!0:h,v=n.tetherOffset,g=v===void 0?0:v,S=dl(t,{boundary:c,rootBoundary:u,padding:p,altBoundary:d}),b=hn(t.placement),w=Vo(t.placement),y=!w,E=h1(b),x=F9(E),C=t.modifiersData.popperOffsets,_=t.rects.reference,R=t.rects.popper,A=typeof g=="function"?g(Object.assign({},t.rects,{placement:t.placement})):g,I=typeof A=="number"?{mainAxis:A,altAxis:A}:Object.assign({mainAxis:0,altAxis:0},A),$=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,M={x:0,y:0};if(C){if(a){var L,j=E==="y"?nt:rt,z=E==="y"?Rt:kt,F=E==="y"?"height":"width",U=C[E],O=U+S[j],T=U-S[z],N=f?-R[F]/2:0,W=w===Do?_[F]:R[F],K=w===Do?-R[F]:-_[F],J=t.elements.arrow,ee=f&&J?p1(J):{width:0,height:0},H=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:Gv(),q=H[j],Y=H[z],ke=Na(0,_[F],ee[F]),Ve=y?_[F]/2-N-ke-q-I.mainAxis:W-ke-q-I.mainAxis,gn=y?-_[F]/2+N+ke+Y+I.mainAxis:K+ke+Y+I.mainAxis,mt=t.elements.arrow&&$l(t.elements.arrow),jt=mt?E==="y"?mt.clientTop||0:mt.clientLeft||0:0,D=(L=$?.[E])!=null?L:0,$t=U+Ve-D-jt,Ut=U+gn-D,gr=Na(f?ds(O,$t):O,U,f?Pr(T,Ut):T);C[E]=gr,M[E]=gr-U}if(s){var Qr,Vt=E==="x"?nt:rt,Ml=E==="x"?Rt:kt,We=C[x],vr=x==="y"?"height":"width",Wt=We+S[Vt],Jr=We-S[Ml],Gt=[nt,rt].indexOf(b)!==-1,eo=(Qr=$?.[x])!=null?Qr:0,qt=Gt?Wt:We-_[vr]-R[vr]-eo+I.altAxis,ze=Gt?We+_[vr]+R[vr]-eo-I.altAxis:Jr,Ot=f&&Gt?u9(qt,We,ze):Na(f?qt:Wt,We,f?ze:Jr);C[x]=Ot,M[x]=Ot-We}t.modifiersData[r]=M}}var D9={name:"preventOverflow",enabled:!0,phase:"main",fn:H9,requiresIfExists:["offset"]};function j9(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function U9(e){return e===ut(e)||!St(e)?m1(e):j9(e)}function V9(e){var t=e.getBoundingClientRect(),n=jo(t.width)/e.offsetWidth||1,r=jo(t.height)/e.offsetHeight||1;return n!==1||r!==1}function W9(e,t,n){n===void 0&&(n=!1);var r=St(t),o=St(t)&&V9(t),a=dr(t),l=Uo(e,o,n),s={scrollLeft:0,scrollTop:0},c={x:0,y:0};return(r||!r&&!n)&&((mn(t)!=="body"||v1(a))&&(s=U9(t)),St(t)?(c=Uo(t,!0),c.x+=t.clientLeft,c.y+=t.clientTop):a&&(c.x=g1(a))),{x:l.left+s.scrollLeft-c.x,y:l.top+s.scrollTop-c.y,width:l.width,height:l.height}}function G9(e){var t=new Map,n=new Set,r=[];e.forEach(function(a){t.set(a.name,a)});function o(a){n.add(a.name);var l=[].concat(a.requires||[],a.requiresIfExists||[]);l.forEach(function(s){if(!n.has(s)){var c=t.get(s);c&&o(c)}}),r.push(a)}return e.forEach(function(a){n.has(a.name)||o(a)}),r}function q9(e){var t=G9(e);return o9.reduce(function(n,r){return n.concat(t.filter(function(o){return o.phase===r}))},[])}function K9(e){var t;return function(){return t||(t=new Promise(function(n){Promise.resolve().then(function(){t=void 0,n(e())})})),t}}function Y9(e){var t=e.reduce(function(n,r){var o=n[r.name];return n[r.name]=o?Object.assign({},o,r,{options:Object.assign({},o.options,r.options),data:Object.assign({},o.data,r.data)}):r,n},{});return Object.keys(t).map(function(n){return t[n]})}var t5={placement:"bottom",modifiers:[],strategy:"absolute"};function n5(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return!t.some(function(r){return!(r&&typeof r.getBoundingClientRect=="function")})}function X9(e){e===void 0&&(e={});var t=e,n=t.defaultModifiers,r=n===void 0?[]:n,o=t.defaultOptions,a=o===void 0?t5:o;return function(l,s,c){c===void 0&&(c=a);var u={placement:"bottom",orderedModifiers:[],options:Object.assign({},t5,a),modifiersData:{},elements:{reference:l,popper:s},attributes:{},styles:{}},d=[],p=!1,h={state:u,setOptions:function(g){var S=typeof g=="function"?g(u.options):g;v(),u.options=Object.assign({},a,u.options,S),u.scrollParents={reference:Vr(l)?Ba(l):l.contextElement?Ba(l.contextElement):[],popper:Ba(s)};var b=q9(Y9([].concat(r,u.options.modifiers)));return u.orderedModifiers=b.filter(function(w){return w.enabled}),f(),h.update()},forceUpdate:function(){if(!p){var g=u.elements,S=g.reference,b=g.popper;if(n5(S,b)){u.rects={reference:W9(S,$l(b),u.options.strategy==="fixed"),popper:p1(b)},u.reset=!1,u.placement=u.options.placement,u.orderedModifiers.forEach(function(R){return u.modifiersData[R.name]=Object.assign({},R.data)});for(var w=0;w<u.orderedModifiers.length;w++){if(u.reset===!0){u.reset=!1,w=-1;continue}var y=u.orderedModifiers[w],E=y.fn,x=y.options,C=x===void 0?{}:x,_=y.name;typeof E=="function"&&(u=E({state:u,options:C,name:_,instance:h})||u)}}}},update:K9(function(){return new Promise(function(g){h.forceUpdate(),g(u)})}),destroy:function(){v(),p=!0}};if(!n5(l,s))return h;h.setOptions(c).then(function(g){!p&&c.onFirstUpdate&&c.onFirstUpdate(g)});function f(){u.orderedModifiers.forEach(function(g){var S=g.name,b=g.options,w=b===void 0?{}:b,y=g.effect;if(typeof y=="function"){var E=y({state:u,name:S,instance:h,options:w}),x=function(){};d.push(E||x)}})}function v(){d.forEach(function(g){return g()}),d=[]}return h}}var Z9=[b9,B9,y9,i9,z9,O9,D9,h9,M9],Q9=X9({defaultModifiers:Z9}),J9=dt(Gx()),eS=[],tS=function(e,t,n){n===void 0&&(n={});var r=i.useRef(null),o={onFirstUpdate:n.onFirstUpdate,placement:n.placement||"bottom",strategy:n.strategy||"absolute",modifiers:n.modifiers||eS},a=i.useState({styles:{popper:{position:o.strategy,left:"0",top:"0"},arrow:{position:"absolute"}},attributes:{}}),l=a[0],s=a[1],c=i.useMemo(function(){return{name:"updateState",enabled:!0,phase:"write",fn:function(p){var h=p.state,f=Object.keys(h.elements);_l.flushSync(function(){s({styles:Gp(f.map(function(v){return[v,h.styles[v]||{}]})),attributes:Gp(f.map(function(v){return[v,h.attributes[v]]}))})})},requires:["computeStyles"]}},[]),u=i.useMemo(function(){var p={onFirstUpdate:o.onFirstUpdate,placement:o.placement,strategy:o.strategy,modifiers:[].concat(o.modifiers,[c,{name:"applyStyles",enabled:!1}])};return(0,J9.default)(r.current,p)?r.current||p:(r.current=p,p)},[o.onFirstUpdate,o.placement,o.strategy,o.modifiers,c]),d=i.useRef();return qp(function(){d.current&&d.current.setOptions(u)},[u]),qp(function(){if(!(e==null||t==null)){var p=n.createPopper||Q9,h=p(e,t,u);return d.current=h,function(){h.destroy(),d.current=null}}},[e,t,n.createPopper]),{state:d.current?d.current.state:null,styles:l.styles,attributes:l.attributes,update:d.current?d.current.update:null,forceUpdate:d.current?d.current.forceUpdate:null}};function Zv(e){var t=i.useRef(e);return t.current=e,i.useCallback(function(){return t.current},[])}var nS=function(){};function rS(e){var t=e.initial,n=e.value,r=e.onChange,o=r===void 0?nS:r;if(t===void 0&&n===void 0)throw new TypeError('Either "value" or "initial" variable must be set. Now both are undefined');var a=i.useState(t),l=a[0],s=a[1],c=Zv(l),u=i.useCallback(function(p){var h=c(),f=typeof p=="function"?p(h):p;typeof f.persist=="function"&&f.persist(),s(f),typeof o=="function"&&o(f)},[c,o]),d=n!==void 0;return[d?n:l,d?o:u]}function Qv(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:function(){return null}}}}var oS=["styles","attributes"],r5={getBoundingClientRect:Qv()},o5={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"};function aS(e,t){var n,r,o;e===void 0&&(e={}),t===void 0&&(t={});var a=Object.keys(o5).reduce(function(z,F){var U;return te({},z,(U={},U[F]=z[F]!==void 0?z[F]:o5[F],U))},e),l=i.useMemo(function(){return[{name:"offset",options:{offset:a.offset}}]},Array.isArray(a.offset)?a.offset:[]),s=te({},t,{placement:t.placement||a.placement,modifiers:t.modifiers||l}),c=i.useState(null),u=c[0],d=c[1],p=i.useState(null),h=p[0],f=p[1],v=rS({initial:a.defaultVisible,value:a.visible,onChange:a.onVisibleChange}),g=v[0],S=v[1],b=i.useRef();i.useEffect(function(){return function(){return clearTimeout(b.current)}},[]);var w=tS(a.followCursor?r5:u,h,s),y=w.styles,E=w.attributes,x=ud(w,oS),C=x.update,_=Zv({visible:g,triggerRef:u,tooltipRef:h,finalConfig:a}),R=i.useCallback(function(z){return Array.isArray(a.trigger)?a.trigger.includes(z):a.trigger===z},Array.isArray(a.trigger)?a.trigger:[a.trigger]),A=i.useCallback(function(){clearTimeout(b.current),b.current=window.setTimeout(function(){return S(!1)},a.delayHide)},[a.delayHide,S]),I=i.useCallback(function(){clearTimeout(b.current),b.current=window.setTimeout(function(){return S(!0)},a.delayShow)},[a.delayShow,S]),$=i.useCallback(function(){_().visible?A():I()},[_,A,I]);i.useEffect(function(){if(_().finalConfig.closeOnOutsideClick){var z=function(F){var U,O=_(),T=O.tooltipRef,N=O.triggerRef,W=(F.composedPath==null||(U=F.composedPath())==null?void 0:U[0])||F.target;W instanceof Node&&T!=null&&N!=null&&!T.contains(W)&&!N.contains(W)&&A()};return document.addEventListener("mousedown",z),function(){return document.removeEventListener("mousedown",z)}}},[_,A]),i.useEffect(function(){if(!(u==null||!R("click")))return u.addEventListener("click",$),function(){return u.removeEventListener("click",$)}},[u,R,$]),i.useEffect(function(){if(!(u==null||!R("double-click")))return u.addEventListener("dblclick",$),function(){return u.removeEventListener("dblclick",$)}},[u,R,$]),i.useEffect(function(){if(!(u==null||!R("right-click"))){var z=function(F){F.preventDefault(),$()};return u.addEventListener("contextmenu",z),function(){return u.removeEventListener("contextmenu",z)}}},[u,R,$]),i.useEffect(function(){if(!(u==null||!R("focus")))return u.addEventListener("focus",I),u.addEventListener("blur",A),function(){u.removeEventListener("focus",I),u.removeEventListener("blur",A)}},[u,R,I,A]),i.useEffect(function(){if(!(u==null||!R("hover")))return u.addEventListener("mouseenter",I),u.addEventListener("mouseleave",A),function(){u.removeEventListener("mouseenter",I),u.removeEventListener("mouseleave",A)}},[u,R,I,A]),i.useEffect(function(){if(!(h==null||!R("hover")||!_().finalConfig.interactive))return h.addEventListener("mouseenter",I),h.addEventListener("mouseleave",A),function(){h.removeEventListener("mouseenter",I),h.removeEventListener("mouseleave",A)}},[h,R,I,A,_]);var M=x==null||(n=x.state)==null||(r=n.modifiersData)==null||(o=r.hide)==null?void 0:o.isReferenceHidden;i.useEffect(function(){a.closeOnTriggerHidden&&M&&A()},[a.closeOnTriggerHidden,A,M]),i.useEffect(function(){if(!a.followCursor||u==null)return;function z(F){var U=F.clientX,O=F.clientY;r5.getBoundingClientRect=Qv(U,O),C?.()}return u.addEventListener("mousemove",z),function(){return u.removeEventListener("mousemove",z)}},[a.followCursor,u,C]),i.useEffect(function(){if(!(h==null||C==null||a.mutationObserverOptions==null)){var z=new MutationObserver(C);return z.observe(h,a.mutationObserverOptions),function(){return z.disconnect()}}},[a.mutationObserverOptions,h,C]);var L=function(z){return z===void 0&&(z={}),te({},z,{style:te({},z.style,y.popper)},E.popper,{"data-popper-interactive":a.interactive})},j=function(z){return z===void 0&&(z={}),te({},z,E.arrow,{style:te({},z.style,y.arrow),"data-popper-arrow":!0})};return te({getArrowProps:j,getTooltipProps:L,setTooltipRef:f,setTriggerRef:d,tooltipRef:h,triggerRef:u,visible:g},x)}var gt=Gr(1e3)((e,t,n,r=0)=>t.split("-")[0]===e?n:r),Pn=8,lS=k.div({position:"absolute",borderStyle:"solid"},({placement:e})=>{let t=0,n=0;switch(!0){case(e.startsWith("left")||e.startsWith("right")):{n=8;break}case(e.startsWith("top")||e.startsWith("bottom")):{t=8;break}}return{transform:`translate3d(${t}px, ${n}px, 0px)`}},({theme:e,color:t,placement:n})=>({bottom:`${gt("top",n,`${Pn*-1}px`,"auto")}`,top:`${gt("bottom",n,`${Pn*-1}px`,"auto")}`,right:`${gt("left",n,`${Pn*-1}px`,"auto")}`,left:`${gt("right",n,`${Pn*-1}px`,"auto")}`,borderBottomWidth:`${gt("top",n,"0",Pn)}px`,borderTopWidth:`${gt("bottom",n,"0",Pn)}px`,borderRightWidth:`${gt("left",n,"0",Pn)}px`,borderLeftWidth:`${gt("right",n,"0",Pn)}px`,borderTopColor:gt("top",n,e.color[t]||t||e.base==="light"?Sa(e.background.app):e.background.app,"transparent"),borderBottomColor:gt("bottom",n,e.color[t]||t||e.base==="light"?Sa(e.background.app):e.background.app,"transparent"),borderLeftColor:gt("left",n,e.color[t]||t||e.base==="light"?Sa(e.background.app):e.background.app,"transparent"),borderRightColor:gt("right",n,e.color[t]||t||e.base==="light"?Sa(e.background.app):e.background.app,"transparent")})),iS=k.div(({hidden:e})=>({display:e?"none":"inline-block",zIndex:2147483647}),({theme:e,color:t,hasChrome:n})=>n?{background:e.color[t]||t||e.base==="light"?Sa(e.background.app):e.background.app,filter:`
|
|
244
|
+
drop-shadow(0px 5px 5px rgba(0,0,0,0.05))
|
|
245
|
+
drop-shadow(0 1px 3px rgba(0,0,0,0.1))
|
|
246
|
+
`,borderRadius:e.appBorderRadius,fontSize:e.typography.size.s1}:{}),Jv=m.forwardRef(({placement:e="top",hasChrome:t=!0,children:n,arrowProps:r={},tooltipRef:o,color:a,withArrows:l,...s},c)=>m.createElement(iS,{"data-testid":"tooltip",hasChrome:t,ref:c,...s,color:a},t&&l&&m.createElement(lS,{placement:e,...r,color:a}),n));Jv.displayName="Tooltip";var{document:Oi}=Wx,sS=k.div`
|
|
247
|
+
display: inline-block;
|
|
248
|
+
cursor: ${e=>e.trigger==="hover"||e.trigger.includes("hover")?"default":"pointer"};
|
|
249
|
+
`,cS=k.g`
|
|
250
|
+
cursor: ${e=>e.trigger==="hover"||e.trigger.includes("hover")?"default":"pointer"};
|
|
251
|
+
`,uS=({svg:e=!1,trigger:t="click",closeOnOutsideClick:n=!1,placement:r="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:s,offset:c,tooltip:u,children:d,closeOnTriggerHidden:p,mutationObserverOptions:h,delayHide:f,visible:v,interactive:g,delayShow:S,strategy:b,followCursor:w,onVisibleChange:y,...E})=>{let x=e?cS:sS,{getArrowProps:C,getTooltipProps:_,setTooltipRef:R,setTriggerRef:A,visible:I,state:$}=aS({trigger:t,placement:r,defaultVisible:l,delayHide:f,interactive:g,closeOnOutsideClick:n,closeOnTriggerHidden:p,onVisibleChange:y,delayShow:S,followCursor:w,mutationObserverOptions:h,visible:v,offset:c},{modifiers:o,strategy:b}),M=m.createElement(Jv,{placement:$?.placement,ref:R,hasChrome:a,arrowProps:C(),withArrows:s,..._()},typeof u=="function"?u({onHide:()=>y(!1)}):u);return m.createElement(m.Fragment,null,m.createElement(x,{trigger:t,ref:A,...E},d),I&&Sv.createPortal(M,Oi.body))},dS=({startOpen:e=!1,onVisibleChange:t,...n})=>{let[r,o]=i.useState(e),a=i.useCallback(l=>{t&&t(l)===!1||o(l)},[t]);return i.useEffect(()=>{let l=()=>a(!1);Oi.addEventListener("keydown",l,!1);let s=Array.from(Oi.getElementsByTagName("iframe")),c=[];return s.forEach(u=>{let d=()=>{try{u.contentWindow.document&&(u.contentWindow.document.addEventListener("click",l),c.push(()=>{try{u.contentWindow.document.removeEventListener("click",l)}catch{}}))}catch{}};d(),u.addEventListener("load",d),c.push(()=>{u.removeEventListener("load",d)})}),()=>{Oi.removeEventListener("keydown",l),c.forEach(u=>{u()})}}),m.createElement(uS,{...n,visible:r,onVisibleChange:a})},fS=[{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","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"]},{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"]},{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"]}],pS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),hS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),mS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),gS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),vS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}),i.createElement("path",{d:"M0 10.004v-3h1v3H0zM0 13.504v-2.5h1v2h2v1H.5a.5.5 0 01-.5-.5zM7 14.004H4v-1h3v1z",fill:e}))),yS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),wS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),e2=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),t2=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.createElement("path",{d:"M4 5.5a.5.5 0 000 1h4a.5.5 0 000-1H4z",fill:e}),i.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}))),n2=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),r2=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.createElement("path",{d:"M7 9.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5z",fill:e}),i.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}))),o2=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),bS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),a2=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),ES=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),xS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),SS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),CS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}),i.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}))),_S=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),RS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),kS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),IS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),l2=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.createElement("path",{d:"M2.5 10a.5.5 0 100-1 .5.5 0 000 1z",fill:e}),i.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}))),AS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}),i.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}))),$S=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),OS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),TS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),MS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),LS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),PS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),zS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),NS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),BS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.createElement("g",{clipPath:"url(#prefix__clip0_1107_3492)",fill:e},i.createElement("path",{d:"M7.5.5a.5.5 0 00-1 0V2a.5.5 0 001 0V.5z"}),i.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"}),i.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"})),i.createElement("defs",null,i.createElement("clipPath",{id:"prefix__clip0_1107_3492"},i.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),FS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.createElement("g",{clipPath:"url(#prefix__clip0_1107_3493)"},i.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})),i.createElement("defs",null,i.createElement("clipPath",{id:"prefix__clip0_1107_3493"},i.createElement("path",{fill:"#fff",transform:"scale(1.07124)",d:"M0 0h14.001v14.002H0z"}))))),HS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),fs=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),DS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),jS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),US=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),VS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),WS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),GS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),qS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),KS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),YS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),XS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),ZS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),QS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),JS=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),eC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),tC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),nC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),rC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.createElement("path",{d:"M5 2h6v1H8.5l-2 8H9v1H3v-1h2.5l2-8H5V2z",fill:e}))),oC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),aC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),lC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),iC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),sC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),cC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),uC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),dC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),fC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),pC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),hC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),mC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),gC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.createElement("g",{clipPath:"url(#prefix__clip0_1107_3497)",fill:e},i.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"})),i.createElement("defs",null,i.createElement("clipPath",{id:"prefix__clip0_1107_3497"},i.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),vC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.createElement("path",{d:"M6.5 1H1v5.5h5.5V1zM13 1H7.5v5.5H13V1zM7.5 7.5H13V13H7.5V7.5zM6.5 7.5H1V13h5.5V7.5z",fill:e}))),yC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.createElement("g",{clipPath:"url(#prefix__clip0_1107_3496)"},i.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})),i.createElement("defs",null,i.createElement("clipPath",{id:"prefix__clip0_1107_3496"},i.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),wC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),bC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.createElement("g",{clipPath:"url(#prefix__clip0_1107_3503)"},i.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})),i.createElement("defs",null,i.createElement("clipPath",{id:"prefix__clip0_1107_3503"},i.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),EC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),xC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),SC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),CC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),_C=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),RC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),kC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),IC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),AC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),$C=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),OC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),TC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),MC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),LC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),PC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),zC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),NC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),BC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),FC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),HC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),DC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),jC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),UC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),VC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),WC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),GC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),qC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),KC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),YC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),XC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),ZC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),QC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),JC=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),e_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.createElement("path",{d:"M7.5.5a.5.5 0 00-1 0v6a.5.5 0 001 0v-6z",fill:e}),i.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}))),t_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),n_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),r_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),o_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),a_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),l_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),i_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),s_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),c_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),u_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),d_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),f_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),p_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),i2=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),h_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),m_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.createElement("g",{clipPath:"url(#prefix__clip0_1107_3502)"},i.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})),i.createElement("defs",null,i.createElement("clipPath",{id:"prefix__clip0_1107_3502"},i.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),g_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.createElement("g",{clipPath:"url(#prefix__clip0_1107_3501)",fill:e},i.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"})),i.createElement("defs",null,i.createElement("clipPath",{id:"prefix__clip0_1107_3501"},i.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),s2=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),c2=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.createElement("path",{d:"M3.5 6.5a.5.5 0 000 1h7a.5.5 0 000-1h-7z",fill:e}),i.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}))),v_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),y_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),w_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),b_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),E_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),x_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),S_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),C_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),__=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),R_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),k_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),I_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),A_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.createElement("g",{clipPath:"url(#prefix__clip0_1107_3614)",fill:e},i.createElement("path",{d:"M6.5 8.87a1 1 0 111 0v1.634a.5.5 0 01-1 0V8.87z"}),i.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"})),i.createElement("defs",null,i.createElement("clipPath",{id:"prefix__clip0_1107_3614"},i.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),$_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.createElement("path",{d:"M11 4a1 1 0 11-2 0 1 1 0 012 0z",fill:e}),i.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}))),O_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),T_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.createElement("path",{d:"M2.5 8.004a.5.5 0 100 1h3a.5.5 0 000-1h-3z",fill:e}),i.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}))),M_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),L_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),P_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),z_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),N_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),B_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),F_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),H_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),D_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),j_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),U_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),V_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),u2=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),W_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),G_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),q_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}),i.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}))),K_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),Y_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),X_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),Z_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),Q_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.createElement("path",{d:"M14 7A7 7 0 110 7a7 7 0 0114 0z",fill:e}))),J_=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),eR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),tR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.createElement("g",{clipPath:"url(#prefix__clip0_1449_588)"},i.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})),i.createElement("defs",null,i.createElement("clipPath",{id:"prefix__clip0_1449_588"},i.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),nR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),rR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),oR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),aR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),lR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),iR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),sR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),cR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),uR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.createElement("path",{d:"M10.354 2.854a.5.5 0 10-.708-.708l-3 3a.5.5 0 10.708.708l3-3z",fill:e}),i.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}),i.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}))),dR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),fR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.createElement("path",{d:"M7.5 10.5a.5.5 0 11-1 0 .5.5 0 011 0z",fill:e}),i.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}))),pR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),hR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),mR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),gR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),vR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),d2=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),yR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),y1=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),f2=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),w1=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),wR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),bR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),ER=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),xR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),SR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),CR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),_R=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),RR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),kR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),IR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),AR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),$R=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),OR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),TR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),MR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),LR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),PR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),zR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}),i.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}))),NR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),BR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),p2=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),FR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),HR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),DR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),jR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),UR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),VR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),WR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),GR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),qR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),KR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),YR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),XR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),ZR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),QR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.createElement("path",{d:"M7.5 4.5a.5.5 0 00-1 0v2.634a1 1 0 101 0V4.5z",fill:e}),i.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}))),JR=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.354 1.146l5.5 5.5a.5.5 0 01-.708.708L12 7.207V12.5a.5.5 0 01-.5.5h-3a.5.5 0 01-.5-.5V9H6v3.5a.5.5 0 01-.5.5h-3a.5.5 0 01-.5-.5V7.207l-.146.147a.5.5 0 11-.708-.708l1-1 4.5-4.5a.5.5 0 01.708 0zM3 6.207V12h2V8.5a.5.5 0 01.5-.5h3a.5.5 0 01.5.5V12h2V6.207l-4-4-4 4z",fill:e}))),ek=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.createElement("path",{d:"M4 6a.5.5 0 00-1 0v5a.5.5 0 001 0V6zM11 6a.5.5 0 00-1 0v5a.5.5 0 001 0V6zM5.75 5.5a.5.5 0 01.5.5v5a.5.5 0 01-1 0V6a.5.5 0 01.5-.5zM8.75 6a.5.5 0 00-1 0v5a.5.5 0 001 0V6zM1.5 12.504a.5.5 0 01.5-.5h10a.5.5 0 010 1H2a.5.5 0 01-.5-.5z",fill:e}))),tk=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.createElement("g",{clipPath:"url(#prefix__clip0_1107_3594)"},i.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})),i.createElement("defs",null,i.createElement("clipPath",{id:"prefix__clip0_1107_3594"},i.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),nk=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}))),rk=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.createElement("path",{d:"M7.275 13.16a11.388 11.388 0 005.175-1.232v-.25c0-1.566-3.237-2.994-4.104-3.132-.27-.043-.276-.783-.276-.783s.791-.783.964-1.836c.463 0 .75-1.119.286-1.513C9.34 4 9.916 1.16 6.997 1.16c-2.92 0-2.343 2.84-2.324 3.254-.463.394-.177 1.513.287 1.513.172 1.053.963 1.836.963 1.836s-.006.74-.275.783c-.858.136-4.036 1.536-4.103 3.082a11.388 11.388 0 005.73 1.532z",fill:e}))),ok=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.createElement("path",{d:"M1.183 11.906a10.645 10.645 0 01-1.181-.589c.062-1.439 3.02-2.74 3.818-2.868.25-.04.256-.728.256-.728s-.736-.729-.896-1.709c-.432 0-.698-1.041-.267-1.408A2.853 2.853 0 002.9 4.46c-.072-.672-.31-2.884 2.175-2.884 2.486 0 2.248 2.212 2.176 2.884-.007.062-.012.112-.014.144.432.367.165 1.408-.266 1.408-.16.98-.896 1.709-.896 1.709s.005.688.256.728c.807.129 3.82 1.457 3.82 2.915v.233a10.598 10.598 0 01-4.816 1.146c-1.441 0-2.838-.282-4.152-.837zM11.5 2.16a.5.5 0 01.5.5v1.5h1.5a.5.5 0 010 1H12v1.5a.5.5 0 01-1 0v-1.5H9.5a.5.5 0 110-1H11v-1.5a.5.5 0 01.5-.5z",fill:e}))),ak=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),lk=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.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}))),ik=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),sk=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),ck=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),uk=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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}),i.createElement("path",{d:"M7 4.5a1 1 0 100-2 1 1 0 000 2z",fill:e}),i.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm0-1A6 6 0 107 1a6 6 0 000 12z",fill:e}))),dk=i.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>i.createElement("svg",{width:t,height:t,viewBox:"0 0 15 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},i.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})));const fk=Object.freeze(Object.defineProperty({__proto__:null,AccessibilityAltIcon:dk,AccessibilityIcon:uk,AddIcon:s2,AdminIcon:ek,AlertAltIcon:j_,AlertIcon:D_,AlignLeftIcon:KS,AlignRightIcon:YS,AppleIcon:hC,ArrowBottomLeftIcon:kR,ArrowBottomRightIcon:IR,ArrowDownIcon:xR,ArrowLeftIcon:SR,ArrowRightIcon:CR,ArrowSolidDownIcon:$R,ArrowSolidLeftIcon:OR,ArrowSolidRightIcon:TR,ArrowSolidUpIcon:AR,ArrowTopLeftIcon:_R,ArrowTopRightIcon:RR,ArrowUpIcon:ER,AzureDevOpsIcon:bC,BackIcon:UR,BasketIcon:uR,BatchAcceptIcon:u_,BatchDenyIcon:c_,BeakerIcon:dR,BellIcon:G_,BitbucketIcon:EC,BoldIcon:nC,BookIcon:HS,BookmarkHollowIcon:J_,BookmarkIcon:eR,BottomBarIcon:qC,BottomBarToggleIcon:KC,BoxIcon:JC,BranchIcon:dC,BrowserIcon:FC,ButtonIcon:M_,CPUIcon:YC,CalendarIcon:GS,CameraIcon:IS,CategoryIcon:jS,CertificateIcon:lR,ChangedIcon:b_,ChatIcon:k_,CheckIcon:i_,ChevronDownIcon:d2,ChevronLeftIcon:yR,ChevronRightIcon:y1,ChevronSmallDownIcon:w1,ChevronSmallLeftIcon:wR,ChevronSmallRightIcon:bR,ChevronSmallUpIcon:f2,ChevronUpIcon:vR,ChromaticIcon:xC,ChromeIcon:yC,CircleHollowIcon:Z_,CircleIcon:Q_,ClearIcon:x_,CloseAltIcon:p_,CloseIcon:v_,CloudHollowIcon:hR,CloudIcon:mR,CogIcon:n_,CollapseIcon:LR,CommandIcon:N_,CommentAddIcon:C_,CommentIcon:S_,CommentsIcon:R_,CommitIcon:uC,CompassIcon:qR,ComponentDrivenIcon:SC,ComponentIcon:hS,ContrastIcon:ES,ControlsIcon:d_,CopyIcon:DS,CreditIcon:T_,CrossIcon:i2,DashboardIcon:ZR,DatabaseIcon:XC,DeleteIcon:y_,DiamondIcon:tR,DirectionIcon:tk,DiscordIcon:CC,DocChartIcon:ZS,DocListIcon:QS,DocumentIcon:fs,DownloadIcon:jR,DragIcon:JS,EditIcon:t_,EllipsisIcon:a_,EmailIcon:U_,ExpandAltIcon:MR,ExpandIcon:PR,EyeCloseIcon:o2,EyeIcon:r2,FaceHappyIcon:ik,FaceNeutralIcon:sk,FaceSadIcon:ck,FacebookIcon:_C,FailedIcon:E_,FastForwardIcon:LS,FigmaIcon:RC,FilterIcon:XS,FlagIcon:pR,FolderIcon:US,FormIcon:s_,GDriveIcon:kC,GithubIcon:IC,GitlabIcon:AC,GlobeIcon:GR,GoogleIcon:$C,GraphBarIcon:qS,GraphLineIcon:WS,GraphqlIcon:OC,GridAltIcon:yS,GridIcon:mS,GrowIcon:CS,HeartHollowIcon:nR,HeartIcon:rR,HomeIcon:JR,HourglassIcon:fR,InfoIcon:B_,ItalicIcon:rC,JumpToIcon:X_,KeyIcon:$_,LightningIcon:bS,LightningOffIcon:a2,LinkBrokenIcon:W_,LinkIcon:u2,LinkedinIcon:NC,LinuxIcon:mC,ListOrderedIcon:aC,ListUnorderedIcon:lC,LocationIcon:KR,LockIcon:I_,MarkdownIcon:sC,MarkupIcon:tC,MediumIcon:TC,MemoryIcon:ZC,MenuIcon:eC,MergeIcon:pC,MirrorIcon:SS,MobileIcon:DC,MoonIcon:FS,NutIcon:r_,OutboxIcon:O_,OutlineIcon:gS,PaintBrushIcon:_S,PaperClipIcon:oC,ParagraphIcon:iC,PassedIcon:w_,PhoneIcon:V_,PhotoDragIcon:vS,PhotoIcon:pS,PinAltIcon:m_,PinIcon:YR,PlayBackIcon:OS,PlayIcon:$S,PlayNextIcon:TS,PlusIcon:f_,PointerDefaultIcon:P_,PointerHandIcon:z_,PowerIcon:e_,PrintIcon:VS,ProceedIcon:VR,ProfileIcon:lk,PullRequestIcon:fC,QuestionIcon:F_,RSSIcon:q_,RedirectIcon:BR,ReduxIcon:MC,RefreshIcon:WR,ReplyIcon:FR,RepoIcon:cC,RequestChangeIcon:__,RewindIcon:MS,RulerIcon:RS,SearchIcon:wS,ShareAltIcon:K_,ShareIcon:Y_,ShieldIcon:cR,SideBySideIcon:zS,SidebarAltIcon:VC,SidebarAltToggleIcon:WC,SidebarIcon:UC,SidebarToggleIcon:GC,SpeakerIcon:AS,StackedIcon:NS,StarHollowIcon:oR,StarIcon:aR,StickerIcon:gR,StopAltIcon:PS,StopIcon:kS,StorybookIcon:wC,StructureIcon:QC,SubtractIcon:c2,SunIcon:BS,SupportIcon:H_,SwitchAltIcon:xS,SyncIcon:HR,TabletIcon:HC,ThumbsUpIcon:sR,TimeIcon:XR,TimerIcon:QR,TransferIcon:NR,TrashIcon:h_,TwitterIcon:LC,TypeIcon:L_,UbuntuIcon:gC,UndoIcon:p2,UnfoldIcon:zR,UnlockIcon:A_,UnpinIcon:g_,UploadIcon:DR,UserAddIcon:ok,UserAltIcon:rk,UserIcon:nk,UsersIcon:ak,VSCodeIcon:zC,VerifiedIcon:iR,VideoIcon:l2,WandIcon:l_,WatchIcon:jC,WindowsIcon:vC,WrenchIcon:o_,XIcon:BC,YoutubeIcon:PC,ZoomIcon:e2,ZoomOutIcon:t2,ZoomResetIcon:n2,iconList:fS},Symbol.toStringTag,{value:"Module"}));function tr(e,t,{checkForDefaultPrevented:n=!0}={}){return function(o){if(e?.(o),n===!1||!o.defaultPrevented)return t?.(o)}}function pk(e,t){const n=i.createContext(t);function r(a){const{children:l,...s}=a,c=i.useMemo(()=>s,Object.values(s));return i.createElement(n.Provider,{value:c},l)}function o(a){const l=i.useContext(n);if(l)return l;if(t!==void 0)return t;throw new Error(`\`${a}\` must be used within \`${e}\``)}return r.displayName=e+"Provider",[r,o]}function hk(e,t=[]){let n=[];function r(a,l){const s=i.createContext(l),c=n.length;n=[...n,l];function u(p){const{scope:h,children:f,...v}=p,g=h?.[e][c]||s,S=i.useMemo(()=>v,Object.values(v));return i.createElement(g.Provider,{value:S},f)}function d(p,h){const f=h?.[e][c]||s,v=i.useContext(f);if(v)return v;if(l!==void 0)return l;throw new Error(`\`${p}\` must be used within \`${a}\``)}return u.displayName=a+"Provider",[u,d]}const o=()=>{const a=n.map(l=>i.createContext(l));return function(s){const c=s?.[e]||a;return i.useMemo(()=>({[`__scope${e}`]:{...s,[e]:c}}),[s,c])}};return o.scopeName=e,[r,mk(o,...t)]}function mk(...e){const t=e[0];if(e.length===1)return t;const n=()=>{const r=e.map(o=>({useScope:o(),scopeName:o.scopeName}));return function(a){const l=r.reduce((s,{useScope:c,scopeName:u})=>{const p=c(a)[`__scope${u}`];return{...s,...p}},{});return i.useMemo(()=>({[`__scope${t.scopeName}`]:l}),[l])}};return n.scopeName=t.scopeName,n}const C0=globalThis?.document?i.useLayoutEffect:()=>{},gk=gu.useId||(()=>{});let vk=0;function Wc(e){const[t,n]=i.useState(gk());return C0(()=>{e||n(r=>r??String(vk++))},[e]),e||(t?`radix-${t}`:"")}function Wr(e){const t=i.useRef(e);return i.useEffect(()=>{t.current=e}),i.useMemo(()=>(...n)=>{var r;return(r=t.current)===null||r===void 0?void 0:r.call(t,...n)},[])}function yk({prop:e,defaultProp:t,onChange:n=()=>{}}){const[r,o]=wk({defaultProp:t,onChange:n}),a=e!==void 0,l=a?e:r,s=Wr(n),c=i.useCallback(u=>{if(a){const p=typeof u=="function"?u(e):u;p!==e&&s(p)}else o(u)},[a,e,o,s]);return[l,c]}function wk({defaultProp:e,onChange:t}){const n=i.useState(e),[r]=n,o=i.useRef(r),a=Wr(t);return i.useEffect(()=>{o.current!==r&&(a(r),o.current=r)},[r,o,a]),n}const bk=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"],fr=bk.reduce((e,t)=>{const n=i.forwardRef((r,o)=>{const{asChild:a,...l}=r,s=a?Rl:t;return i.useEffect(()=>{window[Symbol.for("radix-ui")]=!0},[]),i.createElement(s,ae({},l,{ref:o}))});return n.displayName=`Primitive.${t}`,{...e,[t]:n}},{});function Ek(e,t){e&&_l.flushSync(()=>e.dispatchEvent(t))}function xk(e,t=globalThis?.document){const n=Wr(e);i.useEffect(()=>{const r=o=>{o.key==="Escape"&&n(o)};return t.addEventListener("keydown",r),()=>t.removeEventListener("keydown",r)},[n,t])}const _0="dismissableLayer.update",Sk="dismissableLayer.pointerDownOutside",Ck="dismissableLayer.focusOutside";let a5;const _k=i.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),Rk=i.forwardRef((e,t)=>{var n;const{disableOutsidePointerEvents:r=!1,onEscapeKeyDown:o,onPointerDownOutside:a,onFocusOutside:l,onInteractOutside:s,onDismiss:c,...u}=e,d=i.useContext(_k),[p,h]=i.useState(null),f=(n=p?.ownerDocument)!==null&&n!==void 0?n:globalThis?.document,[,v]=i.useState({}),g=ea(t,R=>h(R)),S=Array.from(d.layers),[b]=[...d.layersWithOutsidePointerEventsDisabled].slice(-1),w=S.indexOf(b),y=p?S.indexOf(p):-1,E=d.layersWithOutsidePointerEventsDisabled.size>0,x=y>=w,C=kk(R=>{const A=R.target,I=[...d.branches].some($=>$.contains(A));!x||I||(a?.(R),s?.(R),R.defaultPrevented||c?.())},f),_=Ik(R=>{const A=R.target;[...d.branches].some($=>$.contains(A))||(l?.(R),s?.(R),R.defaultPrevented||c?.())},f);return xk(R=>{y===d.layers.size-1&&(o?.(R),!R.defaultPrevented&&c&&(R.preventDefault(),c()))},f),i.useEffect(()=>{if(p)return r&&(d.layersWithOutsidePointerEventsDisabled.size===0&&(a5=f.body.style.pointerEvents,f.body.style.pointerEvents="none"),d.layersWithOutsidePointerEventsDisabled.add(p)),d.layers.add(p),l5(),()=>{r&&d.layersWithOutsidePointerEventsDisabled.size===1&&(f.body.style.pointerEvents=a5)}},[p,f,r,d]),i.useEffect(()=>()=>{p&&(d.layers.delete(p),d.layersWithOutsidePointerEventsDisabled.delete(p),l5())},[p,d]),i.useEffect(()=>{const R=()=>v({});return document.addEventListener(_0,R),()=>document.removeEventListener(_0,R)},[]),i.createElement(fr.div,ae({},u,{ref:g,style:{pointerEvents:E?x?"auto":"none":void 0,...e.style},onFocusCapture:tr(e.onFocusCapture,_.onFocusCapture),onBlurCapture:tr(e.onBlurCapture,_.onBlurCapture),onPointerDownCapture:tr(e.onPointerDownCapture,C.onPointerDownCapture)}))});function kk(e,t=globalThis?.document){const n=Wr(e),r=i.useRef(!1),o=i.useRef(()=>{});return i.useEffect(()=>{const a=s=>{if(s.target&&!r.current){let u=function(){h2(Sk,n,c,{discrete:!0})};const c={originalEvent:s};s.pointerType==="touch"?(t.removeEventListener("click",o.current),o.current=u,t.addEventListener("click",o.current,{once:!0})):u()}else t.removeEventListener("click",o.current);r.current=!1},l=window.setTimeout(()=>{t.addEventListener("pointerdown",a)},0);return()=>{window.clearTimeout(l),t.removeEventListener("pointerdown",a),t.removeEventListener("click",o.current)}},[t,n]),{onPointerDownCapture:()=>r.current=!0}}function Ik(e,t=globalThis?.document){const n=Wr(e),r=i.useRef(!1);return i.useEffect(()=>{const o=a=>{a.target&&!r.current&&h2(Ck,n,{originalEvent:a},{discrete:!1})};return t.addEventListener("focusin",o),()=>t.removeEventListener("focusin",o)},[t,n]),{onFocusCapture:()=>r.current=!0,onBlurCapture:()=>r.current=!1}}function l5(){const e=new CustomEvent(_0);document.dispatchEvent(e)}function h2(e,t,n,{discrete:r}){const o=n.originalEvent.target,a=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});t&&o.addEventListener(e,t,{once:!0}),r?Ek(o,a):o.dispatchEvent(a)}const Gc="focusScope.autoFocusOnMount",qc="focusScope.autoFocusOnUnmount",i5={bubbles:!1,cancelable:!0},Ak=i.forwardRef((e,t)=>{const{loop:n=!1,trapped:r=!1,onMountAutoFocus:o,onUnmountAutoFocus:a,...l}=e,[s,c]=i.useState(null),u=Wr(o),d=Wr(a),p=i.useRef(null),h=ea(t,g=>c(g)),f=i.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;i.useEffect(()=>{if(r){let g=function(y){if(f.paused||!s)return;const E=y.target;s.contains(E)?p.current=E:Bn(p.current,{select:!0})},S=function(y){if(f.paused||!s)return;const E=y.relatedTarget;E!==null&&(s.contains(E)||Bn(p.current,{select:!0}))},b=function(y){if(document.activeElement===document.body)for(const x of y)x.removedNodes.length>0&&Bn(s)};document.addEventListener("focusin",g),document.addEventListener("focusout",S);const w=new MutationObserver(b);return s&&w.observe(s,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",g),document.removeEventListener("focusout",S),w.disconnect()}}},[r,s,f.paused]),i.useEffect(()=>{if(s){c5.add(f);const g=document.activeElement;if(!s.contains(g)){const b=new CustomEvent(Gc,i5);s.addEventListener(Gc,u),s.dispatchEvent(b),b.defaultPrevented||($k(Pk(m2(s)),{select:!0}),document.activeElement===g&&Bn(s))}return()=>{s.removeEventListener(Gc,u),setTimeout(()=>{const b=new CustomEvent(qc,i5);s.addEventListener(qc,d),s.dispatchEvent(b),b.defaultPrevented||Bn(g??document.body,{select:!0}),s.removeEventListener(qc,d),c5.remove(f)},0)}}},[s,u,d,f]);const v=i.useCallback(g=>{if(!n&&!r||f.paused)return;const S=g.key==="Tab"&&!g.altKey&&!g.ctrlKey&&!g.metaKey,b=document.activeElement;if(S&&b){const w=g.currentTarget,[y,E]=Ok(w);y&&E?!g.shiftKey&&b===E?(g.preventDefault(),n&&Bn(y,{select:!0})):g.shiftKey&&b===y&&(g.preventDefault(),n&&Bn(E,{select:!0})):b===w&&g.preventDefault()}},[n,r,f.paused]);return i.createElement(fr.div,ae({tabIndex:-1},l,{ref:h,onKeyDown:v}))});function $k(e,{select:t=!1}={}){const n=document.activeElement;for(const r of e)if(Bn(r,{select:t}),document.activeElement!==n)return}function Ok(e){const t=m2(e),n=s5(t,e),r=s5(t.reverse(),e);return[n,r]}function m2(e){const t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:r=>{const o=r.tagName==="INPUT"&&r.type==="hidden";return r.disabled||r.hidden||o?NodeFilter.FILTER_SKIP:r.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function s5(e,t){for(const n of e)if(!Tk(n,{upTo:t}))return n}function Tk(e,{upTo:t}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}function Mk(e){return e instanceof HTMLInputElement&&"select"in e}function Bn(e,{select:t=!1}={}){if(e&&e.focus){const n=document.activeElement;e.focus({preventScroll:!0}),e!==n&&Mk(e)&&t&&e.select()}}const c5=Lk();function Lk(){let e=[];return{add(t){const n=e[0];t!==n&&n?.pause(),e=u5(e,t),e.unshift(t)},remove(t){var n;e=u5(e,t),(n=e[0])===null||n===void 0||n.resume()}}}function u5(e,t){const n=[...e],r=n.indexOf(t);return r!==-1&&n.splice(r,1),n}function Pk(e){return e.filter(t=>t.tagName!=="A")}const zk=i.forwardRef((e,t)=>{var n;const{container:r=globalThis==null||(n=globalThis.document)===null||n===void 0?void 0:n.body,...o}=e;return r?Sv.createPortal(i.createElement(fr.div,ae({},o,{ref:t})),r):null});function Nk(e,t){return i.useReducer((n,r)=>{const o=t[n][r];return o??n},e)}const Ks=e=>{const{present:t,children:n}=e,r=Bk(t),o=typeof n=="function"?n({present:r.isPresent}):i.Children.only(n),a=ea(r.ref,o.ref);return typeof n=="function"||r.isPresent?i.cloneElement(o,{ref:a}):null};Ks.displayName="Presence";function Bk(e){const[t,n]=i.useState(),r=i.useRef({}),o=i.useRef(e),a=i.useRef("none"),l=e?"mounted":"unmounted",[s,c]=Nk(l,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return i.useEffect(()=>{const u=ri(r.current);a.current=s==="mounted"?u:"none"},[s]),C0(()=>{const u=r.current,d=o.current;if(d!==e){const h=a.current,f=ri(u);e?c("MOUNT"):f==="none"||u?.display==="none"?c("UNMOUNT"):c(d&&h!==f?"ANIMATION_OUT":"UNMOUNT"),o.current=e}},[e,c]),C0(()=>{if(t){const u=p=>{const f=ri(r.current).includes(p.animationName);p.target===t&&f&&_l.flushSync(()=>c("ANIMATION_END"))},d=p=>{p.target===t&&(a.current=ri(r.current))};return t.addEventListener("animationstart",d),t.addEventListener("animationcancel",u),t.addEventListener("animationend",u),()=>{t.removeEventListener("animationstart",d),t.removeEventListener("animationcancel",u),t.removeEventListener("animationend",u)}}else c("ANIMATION_END")},[t,c]),{isPresent:["mounted","unmountSuspended"].includes(s),ref:i.useCallback(u=>{u&&(r.current=getComputedStyle(u)),n(u)},[])}}function ri(e){return e?.animationName||"none"}let Kc=0;function Fk(){i.useEffect(()=>{var e,t;const n=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",(e=n[0])!==null&&e!==void 0?e:d5()),document.body.insertAdjacentElement("beforeend",(t=n[1])!==null&&t!==void 0?t:d5()),Kc++,()=>{Kc===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(r=>r.remove()),Kc--}},[])}function d5(){const 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}var an=function(){return an=Object.assign||function(t){for(var n,r=1,o=arguments.length;r<o;r++){n=arguments[r];for(var a in n)Object.prototype.hasOwnProperty.call(n,a)&&(t[a]=n[a])}return t},an.apply(this,arguments)};function g2(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]]);return n}function Hk(e,t,n){if(n||arguments.length===2)for(var r=0,o=t.length,a;r<o;r++)(a||!(r in t))&&(a||(a=Array.prototype.slice.call(t,0,r)),a[r]=t[r]);return e.concat(a||Array.prototype.slice.call(t))}var Ti="right-scroll-bar-position",Mi="width-before-scroll-bar",Dk="with-scroll-bars-hidden",jk="--removed-body-scroll-bar-size";function Yc(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}function Uk(e,t){var n=i.useState(function(){return{value:e,callback:t,facade:{get current(){return n.value},set current(r){var o=n.value;o!==r&&(n.value=r,n.callback(r,o))}}}})[0];return n.callback=t,n.facade}var Vk=typeof window<"u"?i.useLayoutEffect:i.useEffect,f5=new WeakMap;function Wk(e,t){var n=Uk(null,function(r){return e.forEach(function(o){return Yc(o,r)})});return Vk(function(){var r=f5.get(n);if(r){var o=new Set(r),a=new Set(e),l=n.current;o.forEach(function(s){a.has(s)||Yc(s,null)}),a.forEach(function(s){o.has(s)||Yc(s,l)})}f5.set(n,e)},[e]),n}function Gk(e){return e}function qk(e,t){t===void 0&&(t=Gk);var n=[],r=!1,o={read:function(){if(r)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return n.length?n[n.length-1]:e},useMedium:function(a){var l=t(a,r);return n.push(l),function(){n=n.filter(function(s){return s!==l})}},assignSyncMedium:function(a){for(r=!0;n.length;){var l=n;n=[],l.forEach(a)}n={push:function(s){return a(s)},filter:function(){return n}}},assignMedium:function(a){r=!0;var l=[];if(n.length){var s=n;n=[],s.forEach(a),l=n}var c=function(){var d=l;l=[],d.forEach(a)},u=function(){return Promise.resolve().then(c)};u(),n={push:function(d){l.push(d),u()},filter:function(d){return l=l.filter(d),n}}}};return o}function Kk(e){e===void 0&&(e={});var t=qk(null);return t.options=an({async:!0,ssr:!1},e),t}var v2=function(e){var t=e.sideCar,n=g2(e,["sideCar"]);if(!t)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var r=t.read();if(!r)throw new Error("Sidecar medium not found");return i.createElement(r,an({},n))};v2.isSideCarExport=!0;function Yk(e,t){return e.useMedium(t),v2}var y2=Kk(),Xc=function(){},Ys=i.forwardRef(function(e,t){var n=i.useRef(null),r=i.useState({onScrollCapture:Xc,onWheelCapture:Xc,onTouchMoveCapture:Xc}),o=r[0],a=r[1],l=e.forwardProps,s=e.children,c=e.className,u=e.removeScrollBar,d=e.enabled,p=e.shards,h=e.sideCar,f=e.noIsolation,v=e.inert,g=e.allowPinchZoom,S=e.as,b=S===void 0?"div":S,w=g2(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as"]),y=h,E=Wk([n,t]),x=an(an({},w),o);return i.createElement(i.Fragment,null,d&&i.createElement(y,{sideCar:y2,removeScrollBar:u,shards:p,noIsolation:f,inert:v,setCallbacks:a,allowPinchZoom:!!g,lockRef:n}),l?i.cloneElement(i.Children.only(s),an(an({},x),{ref:E})):i.createElement(b,an({},x,{className:c,ref:E}),s))});Ys.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1};Ys.classNames={fullWidth:Mi,zeroRight:Ti};var Xk=function(){if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function Zk(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=Xk();return t&&e.setAttribute("nonce",t),e}function Qk(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}function Jk(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}var eI=function(){var e=0,t=null;return{add:function(n){e==0&&(t=Zk())&&(Qk(t,n),Jk(t)),e++},remove:function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},tI=function(){var e=eI();return function(t,n){i.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&n])}},w2=function(){var e=tI(),t=function(n){var r=n.styles,o=n.dynamic;return e(r,o),null};return t},nI={left:0,top:0,right:0,gap:0},Zc=function(e){return parseInt(e||"",10)||0},rI=function(e){var t=window.getComputedStyle(document.body),n=t[e==="padding"?"paddingLeft":"marginLeft"],r=t[e==="padding"?"paddingTop":"marginTop"],o=t[e==="padding"?"paddingRight":"marginRight"];return[Zc(n),Zc(r),Zc(o)]},oI=function(e){if(e===void 0&&(e="margin"),typeof window>"u")return nI;var t=rI(e),n=document.documentElement.clientWidth,r=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,r-n+t[2]-t[0])}},aI=w2(),$o="data-scroll-locked",lI=function(e,t,n,r){var o=e.left,a=e.top,l=e.right,s=e.gap;return n===void 0&&(n="margin"),`
|
|
252
|
+
.`.concat(Dk,` {
|
|
253
|
+
overflow: hidden `).concat(r,`;
|
|
254
|
+
padding-right: `).concat(s,"px ").concat(r,`;
|
|
255
|
+
}
|
|
256
|
+
body[`).concat($o,`] {
|
|
257
|
+
overflow: hidden `).concat(r,`;
|
|
258
|
+
overscroll-behavior: contain;
|
|
259
|
+
`).concat([t&&"position: relative ".concat(r,";"),n==="margin"&&`
|
|
260
|
+
padding-left: `.concat(o,`px;
|
|
261
|
+
padding-top: `).concat(a,`px;
|
|
262
|
+
padding-right: `).concat(l,`px;
|
|
263
|
+
margin-left:0;
|
|
264
|
+
margin-top:0;
|
|
265
|
+
margin-right: `).concat(s,"px ").concat(r,`;
|
|
266
|
+
`),n==="padding"&&"padding-right: ".concat(s,"px ").concat(r,";")].filter(Boolean).join(""),`
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.`).concat(Ti,` {
|
|
270
|
+
right: `).concat(s,"px ").concat(r,`;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
.`).concat(Mi,` {
|
|
274
|
+
margin-right: `).concat(s,"px ").concat(r,`;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
.`).concat(Ti," .").concat(Ti,` {
|
|
278
|
+
right: 0 `).concat(r,`;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
.`).concat(Mi," .").concat(Mi,` {
|
|
282
|
+
margin-right: 0 `).concat(r,`;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
body[`).concat($o,`] {
|
|
286
|
+
`).concat(jk,": ").concat(s,`px;
|
|
287
|
+
}
|
|
288
|
+
`)},p5=function(){var e=parseInt(document.body.getAttribute($o)||"0",10);return isFinite(e)?e:0},iI=function(){i.useEffect(function(){return document.body.setAttribute($o,(p5()+1).toString()),function(){var e=p5()-1;e<=0?document.body.removeAttribute($o):document.body.setAttribute($o,e.toString())}},[])},sI=function(e){var t=e.noRelative,n=e.noImportant,r=e.gapMode,o=r===void 0?"margin":r;iI();var a=i.useMemo(function(){return oI(o)},[o]);return i.createElement(aI,{styles:lI(a,!t,o,n?"":"!important")})},R0=!1;if(typeof window<"u")try{var oi=Object.defineProperty({},"passive",{get:function(){return R0=!0,!0}});window.addEventListener("test",oi,oi),window.removeEventListener("test",oi,oi)}catch{R0=!1}var no=R0?{passive:!1}:!1,cI=function(e){return e.tagName==="TEXTAREA"},b2=function(e,t){var n=window.getComputedStyle(e);return n[t]!=="hidden"&&!(n.overflowY===n.overflowX&&!cI(e)&&n[t]==="visible")},uI=function(e){return b2(e,"overflowY")},dI=function(e){return b2(e,"overflowX")},h5=function(e,t){var n=t;do{typeof ShadowRoot<"u"&&n instanceof ShadowRoot&&(n=n.host);var r=E2(e,n);if(r){var o=x2(e,n),a=o[1],l=o[2];if(a>l)return!0}n=n.parentNode}while(n&&n!==document.body);return!1},fI=function(e){var t=e.scrollTop,n=e.scrollHeight,r=e.clientHeight;return[t,n,r]},pI=function(e){var t=e.scrollLeft,n=e.scrollWidth,r=e.clientWidth;return[t,n,r]},E2=function(e,t){return e==="v"?uI(t):dI(t)},x2=function(e,t){return e==="v"?fI(t):pI(t)},hI=function(e,t){return e==="h"&&t==="rtl"?-1:1},mI=function(e,t,n,r,o){var a=hI(e,window.getComputedStyle(t).direction),l=a*r,s=n.target,c=t.contains(s),u=!1,d=l>0,p=0,h=0;do{var f=x2(e,s),v=f[0],g=f[1],S=f[2],b=g-S-a*v;(v||b)&&E2(e,s)&&(p+=b,h+=v),s=s.parentNode}while(!c&&s!==document.body||c&&(t.contains(s)||t===s));return(d&&(p===0||!o)||!d&&(h===0||!o))&&(u=!0),u},ai=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},m5=function(e){return[e.deltaX,e.deltaY]},g5=function(e){return e&&"current"in e?e.current:e},gI=function(e,t){return e[0]===t[0]&&e[1]===t[1]},vI=function(e){return`
|
|
289
|
+
.block-interactivity-`.concat(e,` {pointer-events: none;}
|
|
290
|
+
.allow-interactivity-`).concat(e,` {pointer-events: all;}
|
|
291
|
+
`)},yI=0,ro=[];function wI(e){var t=i.useRef([]),n=i.useRef([0,0]),r=i.useRef(),o=i.useState(yI++)[0],a=i.useState(function(){return w2()})[0],l=i.useRef(e);i.useEffect(function(){l.current=e},[e]),i.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(o));var g=Hk([e.lockRef.current],(e.shards||[]).map(g5),!0).filter(Boolean);return g.forEach(function(S){return S.classList.add("allow-interactivity-".concat(o))}),function(){document.body.classList.remove("block-interactivity-".concat(o)),g.forEach(function(S){return S.classList.remove("allow-interactivity-".concat(o))})}}},[e.inert,e.lockRef.current,e.shards]);var s=i.useCallback(function(g,S){if("touches"in g&&g.touches.length===2)return!l.current.allowPinchZoom;var b=ai(g),w=n.current,y="deltaX"in g?g.deltaX:w[0]-b[0],E="deltaY"in g?g.deltaY:w[1]-b[1],x,C=g.target,_=Math.abs(y)>Math.abs(E)?"h":"v";if("touches"in g&&_==="h"&&C.type==="range")return!1;var R=h5(_,C);if(!R)return!0;if(R?x=_:(x=_==="v"?"h":"v",R=h5(_,C)),!R)return!1;if(!r.current&&"changedTouches"in g&&(y||E)&&(r.current=x),!x)return!0;var A=r.current||x;return mI(A,S,g,A==="h"?y:E,!0)},[]),c=i.useCallback(function(g){var S=g;if(!(!ro.length||ro[ro.length-1]!==a)){var b="deltaY"in S?m5(S):ai(S),w=t.current.filter(function(x){return x.name===S.type&&x.target===S.target&&gI(x.delta,b)})[0];if(w&&w.should){S.cancelable&&S.preventDefault();return}if(!w){var y=(l.current.shards||[]).map(g5).filter(Boolean).filter(function(x){return x.contains(S.target)}),E=y.length>0?s(S,y[0]):!l.current.noIsolation;E&&S.cancelable&&S.preventDefault()}}},[]),u=i.useCallback(function(g,S,b,w){var y={name:g,delta:S,target:b,should:w};t.current.push(y),setTimeout(function(){t.current=t.current.filter(function(E){return E!==y})},1)},[]),d=i.useCallback(function(g){n.current=ai(g),r.current=void 0},[]),p=i.useCallback(function(g){u(g.type,m5(g),g.target,s(g,e.lockRef.current))},[]),h=i.useCallback(function(g){u(g.type,ai(g),g.target,s(g,e.lockRef.current))},[]);i.useEffect(function(){return ro.push(a),e.setCallbacks({onScrollCapture:p,onWheelCapture:p,onTouchMoveCapture:h}),document.addEventListener("wheel",c,no),document.addEventListener("touchmove",c,no),document.addEventListener("touchstart",d,no),function(){ro=ro.filter(function(g){return g!==a}),document.removeEventListener("wheel",c,no),document.removeEventListener("touchmove",c,no),document.removeEventListener("touchstart",d,no)}},[]);var f=e.removeScrollBar,v=e.inert;return i.createElement(i.Fragment,null,v?i.createElement(a,{styles:vI(o)}):null,f?i.createElement(sI,{gapMode:"margin"}):null)}const bI=Yk(y2,wI);var S2=i.forwardRef(function(e,t){return i.createElement(Ys,an({},e,{ref:t,sideCar:bI}))});S2.classNames=Ys.classNames;var EI=function(e){if(typeof document>"u")return null;var t=Array.isArray(e)?e[0]:e;return t.ownerDocument.body},oo=new WeakMap,li=new WeakMap,ii={},Qc=0,C2=function(e){return e&&(e.host||C2(e.parentNode))},xI=function(e,t){return t.map(function(n){if(e.contains(n))return n;var r=C2(n);return r&&e.contains(r)?r:(console.error("aria-hidden",n,"in not contained inside",e,". Doing nothing"),null)}).filter(function(n){return!!n})},SI=function(e,t,n,r){var o=xI(t,Array.isArray(e)?e:[e]);ii[n]||(ii[n]=new WeakMap);var a=ii[n],l=[],s=new Set,c=new Set(o),u=function(p){!p||s.has(p)||(s.add(p),u(p.parentNode))};o.forEach(u);var d=function(p){!p||c.has(p)||Array.prototype.forEach.call(p.children,function(h){if(s.has(h))d(h);else try{var f=h.getAttribute(r),v=f!==null&&f!=="false",g=(oo.get(h)||0)+1,S=(a.get(h)||0)+1;oo.set(h,g),a.set(h,S),l.push(h),g===1&&v&&li.set(h,!0),S===1&&h.setAttribute(n,"true"),v||h.setAttribute(r,"true")}catch(b){console.error("aria-hidden: cannot operate on ",h,b)}})};return d(t),s.clear(),Qc++,function(){l.forEach(function(p){var h=oo.get(p)-1,f=a.get(p)-1;oo.set(p,h),a.set(p,f),h||(li.has(p)||p.removeAttribute(r),li.delete(p)),f||p.removeAttribute(n)}),Qc--,Qc||(oo=new WeakMap,oo=new WeakMap,li=new WeakMap,ii={})}},CI=function(e,t,n){n===void 0&&(n="data-aria-hidden");var r=Array.from(Array.isArray(e)?e:[e]),o=EI(e);return o?(r.push.apply(r,Array.from(o.querySelectorAll("[aria-live]"))),SI(r,o,n,"aria-hidden")):function(){return null}};const _2="Dialog",[R2,_I]=hk(_2),[RI,Ht]=R2(_2),k2=e=>{const{__scopeDialog:t,children:n,open:r,defaultOpen:o,onOpenChange:a,modal:l=!0}=e,s=i.useRef(null),c=i.useRef(null),[u=!1,d]=yk({prop:r,defaultProp:o,onChange:a});return i.createElement(RI,{scope:t,triggerRef:s,contentRef:c,contentId:Wc(),titleId:Wc(),descriptionId:Wc(),open:u,onOpenChange:d,onOpenToggle:i.useCallback(()=>d(p=>!p),[d]),modal:l},n)},kI="DialogTrigger",I2=i.forwardRef((e,t)=>{const{__scopeDialog:n,...r}=e,o=Ht(kI,n),a=ea(t,o.triggerRef);return i.createElement(fr.button,ae({type:"button","aria-haspopup":"dialog","aria-expanded":o.open,"aria-controls":o.contentId,"data-state":b1(o.open)},r,{ref:a,onClick:tr(e.onClick,o.onOpenToggle)}))}),A2="DialogPortal",[II,$2]=R2(A2,{forceMount:void 0}),O2=e=>{const{__scopeDialog:t,forceMount:n,children:r,container:o}=e,a=Ht(A2,t);return i.createElement(II,{scope:t,forceMount:n},i.Children.map(r,l=>i.createElement(Ks,{present:n||a.open},i.createElement(zk,{asChild:!0,container:o},l))))},k0="DialogOverlay",T2=i.forwardRef((e,t)=>{const n=$2(k0,e.__scopeDialog),{forceMount:r=n.forceMount,...o}=e,a=Ht(k0,e.__scopeDialog);return a.modal?i.createElement(Ks,{present:r||a.open},i.createElement(AI,ae({},o,{ref:t}))):null}),AI=i.forwardRef((e,t)=>{const{__scopeDialog:n,...r}=e,o=Ht(k0,n);return i.createElement(S2,{as:Rl,allowPinchZoom:!0,shards:[o.contentRef]},i.createElement(fr.div,ae({"data-state":b1(o.open)},r,{ref:t,style:{pointerEvents:"auto",...r.style}})))}),Wo="DialogContent",M2=i.forwardRef((e,t)=>{const n=$2(Wo,e.__scopeDialog),{forceMount:r=n.forceMount,...o}=e,a=Ht(Wo,e.__scopeDialog);return i.createElement(Ks,{present:r||a.open},a.modal?i.createElement($I,ae({},o,{ref:t})):i.createElement(OI,ae({},o,{ref:t})))}),$I=i.forwardRef((e,t)=>{const n=Ht(Wo,e.__scopeDialog),r=i.useRef(null),o=ea(t,n.contentRef,r);return i.useEffect(()=>{const a=r.current;if(a)return CI(a)},[]),i.createElement(L2,ae({},e,{ref:o,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:tr(e.onCloseAutoFocus,a=>{var l;a.preventDefault(),(l=n.triggerRef.current)===null||l===void 0||l.focus()}),onPointerDownOutside:tr(e.onPointerDownOutside,a=>{const l=a.detail.originalEvent,s=l.button===0&&l.ctrlKey===!0;(l.button===2||s)&&a.preventDefault()}),onFocusOutside:tr(e.onFocusOutside,a=>a.preventDefault())}))}),OI=i.forwardRef((e,t)=>{const n=Ht(Wo,e.__scopeDialog),r=i.useRef(!1),o=i.useRef(!1);return i.createElement(L2,ae({},e,{ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:a=>{var l;if((l=e.onCloseAutoFocus)===null||l===void 0||l.call(e,a),!a.defaultPrevented){var s;r.current||(s=n.triggerRef.current)===null||s===void 0||s.focus(),a.preventDefault()}r.current=!1,o.current=!1},onInteractOutside:a=>{var l,s;(l=e.onInteractOutside)===null||l===void 0||l.call(e,a),a.defaultPrevented||(r.current=!0,a.detail.originalEvent.type==="pointerdown"&&(o.current=!0));const c=a.target;((s=n.triggerRef.current)===null||s===void 0?void 0:s.contains(c))&&a.preventDefault(),a.detail.originalEvent.type==="focusin"&&o.current&&a.preventDefault()}}))}),L2=i.forwardRef((e,t)=>{const{__scopeDialog:n,trapFocus:r,onOpenAutoFocus:o,onCloseAutoFocus:a,...l}=e,s=Ht(Wo,n),c=i.useRef(null),u=ea(t,c);return Fk(),i.createElement(i.Fragment,null,i.createElement(Ak,{asChild:!0,loop:!0,trapped:r,onMountAutoFocus:o,onUnmountAutoFocus:a},i.createElement(Rk,ae({role:"dialog",id:s.contentId,"aria-describedby":s.descriptionId,"aria-labelledby":s.titleId,"data-state":b1(s.open)},l,{ref:u,onDismiss:()=>s.onOpenChange(!1)}))),!1)}),P2="DialogTitle",z2=i.forwardRef((e,t)=>{const{__scopeDialog:n,...r}=e,o=Ht(P2,n);return i.createElement(fr.h2,ae({id:o.titleId},r,{ref:t}))}),TI="DialogDescription",N2=i.forwardRef((e,t)=>{const{__scopeDialog:n,...r}=e,o=Ht(TI,n);return i.createElement(fr.p,ae({id:o.descriptionId},r,{ref:t}))}),MI="DialogClose",B2=i.forwardRef((e,t)=>{const{__scopeDialog:n,...r}=e,o=Ht(MI,n);return i.createElement(fr.button,ae({type:"button"},r,{ref:t,onClick:tr(e.onClick,()=>o.onOpenChange(!1))}))});function b1(e){return e?"open":"closed"}const LI="DialogTitleWarning",[PI,OG]=pk(LI,{contentName:Wo,titleName:P2,docsSlug:"dialog"}),F2=k2,zI=I2,H2=O2,D2=T2,j2=M2,U2=z2,V2=N2,W2=B2,NI=Object.freeze(Object.defineProperty({__proto__:null,Close:W2,Content:j2,Description:V2,Dialog:k2,DialogClose:B2,DialogContent:M2,DialogDescription:N2,DialogOverlay:T2,DialogPortal:O2,DialogTitle:z2,DialogTrigger:I2,Overlay:D2,Portal:H2,Root:F2,Title:U2,Trigger:zI,WarningProvider:PI,createDialogScope:_I},Symbol.toStringTag,{value:"Module"})),{deprecate:G2,logger:BI}=__STORYBOOK_MODULE_CLIENT_LOGGER__,{global:FI}=__STORYBOOK_MODULE_GLOBAL__;var fe=({...e},t)=>{let n=[e.class,e.className];return delete e.class,e.className=["sbdocs",`sbdocs-${t}`,...n].filter(Boolean).join(" "),e};function HI(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function fl(e,t){return fl=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,r){return n.__proto__=r,n},fl(e,t)}function DI(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,fl(e,t)}function I0(e){return I0=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},I0(e)}function jI(e){try{return Function.toString.call(e).indexOf("[native code]")!==-1}catch{return typeof e=="function"}}function q2(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(q2=function(){return!!e})()}function UI(e,t,n){if(q2())return Reflect.construct.apply(null,arguments);var r=[null];r.push.apply(r,t);var o=new(e.bind.apply(e,r));return n&&fl(o,n.prototype),o}function A0(e){var t=typeof Map=="function"?new Map:void 0;return A0=function(n){if(n===null||!jI(n))return n;if(typeof n!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t<"u"){if(t.has(n))return t.get(n);t.set(n,r)}function r(){return UI(n,arguments,I0(this).constructor)}return r.prototype=Object.create(n.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),fl(r,n)},A0(e)}var VI={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 }).
|
|
292
|
+
|
|
293
|
+
`,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 }).
|
|
294
|
+
|
|
295
|
+
`,3:`Passed an incorrect argument to a color function, please pass a string representation of a color.
|
|
296
|
+
|
|
297
|
+
`,4:`Couldn't generate valid rgb string from %s, it returned %s.
|
|
298
|
+
|
|
299
|
+
`,5:`Couldn't parse the color string. Please provide the color as a string in hex, rgb, rgba, hsl or hsla notation.
|
|
300
|
+
|
|
301
|
+
`,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 }).
|
|
302
|
+
|
|
303
|
+
`,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 }).
|
|
304
|
+
|
|
305
|
+
`,8:`Passed invalid argument to toColorString, please pass a RgbColor, RgbaColor, HslColor or HslaColor object.
|
|
306
|
+
|
|
307
|
+
`,9:`Please provide a number of steps to the modularScale helper.
|
|
308
|
+
|
|
309
|
+
`,10:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio.
|
|
310
|
+
|
|
311
|
+
`,11:`Invalid value passed as base to modularScale, expected number or em string but got "%s"
|
|
312
|
+
|
|
313
|
+
`,12:`Expected a string ending in "px" or a number passed as the first argument to %s(), got "%s" instead.
|
|
314
|
+
|
|
315
|
+
`,13:`Expected a string ending in "px" or a number passed as the second argument to %s(), got "%s" instead.
|
|
316
|
+
|
|
317
|
+
`,14:`Passed invalid pixel value ("%s") to %s(), please pass a value like "12px" or 12.
|
|
318
|
+
|
|
319
|
+
`,15:`Passed invalid base value ("%s") to %s(), please pass a value like "12px" or 12.
|
|
320
|
+
|
|
321
|
+
`,16:`You must provide a template to this method.
|
|
322
|
+
|
|
323
|
+
`,17:`You passed an unsupported selector state to this method.
|
|
324
|
+
|
|
325
|
+
`,18:`minScreen and maxScreen must be provided as stringified numbers with the same units.
|
|
326
|
+
|
|
327
|
+
`,19:`fromSize and toSize must be provided as stringified numbers with the same units.
|
|
328
|
+
|
|
329
|
+
`,20:`expects either an array of objects or a single object with the properties prop, fromSize, and toSize.
|
|
330
|
+
|
|
331
|
+
`,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.
|
|
332
|
+
|
|
333
|
+
`,24:`fontFace expects either the path to the font file(s) or a name of a local copy.
|
|
334
|
+
|
|
335
|
+
`,25:`fontFace expects localFonts to be an array.
|
|
336
|
+
|
|
337
|
+
`,26:`fontFace expects fileFormats to be an array.
|
|
338
|
+
|
|
339
|
+
`,27:`radialGradient requries at least 2 color-stops to properly render.
|
|
340
|
+
|
|
341
|
+
`,28:`Please supply a filename to retinaImage() as the first argument.
|
|
342
|
+
|
|
343
|
+
`,29:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.
|
|
344
|
+
|
|
345
|
+
`,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
|
|
346
|
+
|
|
347
|
+
`,32:`To pass multiple animations please supply them in arrays, e.g. animation(['rotate', '2s'], ['move', '1s'])
|
|
348
|
+
To pass a single animation please supply them in simple values, e.g. animation('rotate', '2s')
|
|
349
|
+
|
|
350
|
+
`,33:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation
|
|
351
|
+
|
|
352
|
+
`,34:`borderRadius expects a radius value as a string or number as the second argument.
|
|
353
|
+
|
|
354
|
+
`,35:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.
|
|
355
|
+
|
|
356
|
+
`,36:`Property must be a string value.
|
|
357
|
+
|
|
358
|
+
`,37:`Syntax Error at %s.
|
|
359
|
+
|
|
360
|
+
`,38:`Formula contains a function that needs parentheses at %s.
|
|
361
|
+
|
|
362
|
+
`,39:`Formula is missing closing parenthesis at %s.
|
|
363
|
+
|
|
364
|
+
`,40:`Formula has too many closing parentheses at %s.
|
|
365
|
+
|
|
366
|
+
`,41:`All values in a formula must have the same unit or be unitless.
|
|
367
|
+
|
|
368
|
+
`,42:`Please provide a number of steps to the modularScale helper.
|
|
369
|
+
|
|
370
|
+
`,43:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio.
|
|
371
|
+
|
|
372
|
+
`,44:`Invalid value passed as base to modularScale, expected number or em/rem string but got %s.
|
|
373
|
+
|
|
374
|
+
`,45:`Passed invalid argument to hslToColorString, please pass a HslColor or HslaColor object.
|
|
375
|
+
|
|
376
|
+
`,46:`Passed invalid argument to rgbToColorString, please pass a RgbColor or RgbaColor object.
|
|
377
|
+
|
|
378
|
+
`,47:`minScreen and maxScreen must be provided as stringified numbers with the same units.
|
|
379
|
+
|
|
380
|
+
`,48:`fromSize and toSize must be provided as stringified numbers with the same units.
|
|
381
|
+
|
|
382
|
+
`,49:`Expects either an array of objects or a single object with the properties prop, fromSize, and toSize.
|
|
383
|
+
|
|
384
|
+
`,50:`Expects the objects in the first argument array to have the properties prop, fromSize, and toSize.
|
|
385
|
+
|
|
386
|
+
`,51:`Expects the first argument object to have the properties prop, fromSize, and toSize.
|
|
387
|
+
|
|
388
|
+
`,52:`fontFace expects either the path to the font file(s) or a name of a local copy.
|
|
389
|
+
|
|
390
|
+
`,53:`fontFace expects localFonts to be an array.
|
|
391
|
+
|
|
392
|
+
`,54:`fontFace expects fileFormats to be an array.
|
|
393
|
+
|
|
394
|
+
`,55:`fontFace expects a name of a font-family.
|
|
395
|
+
|
|
396
|
+
`,56:`linearGradient requries at least 2 color-stops to properly render.
|
|
397
|
+
|
|
398
|
+
`,57:`radialGradient requries at least 2 color-stops to properly render.
|
|
399
|
+
|
|
400
|
+
`,58:`Please supply a filename to retinaImage() as the first argument.
|
|
401
|
+
|
|
402
|
+
`,59:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.
|
|
403
|
+
|
|
404
|
+
`,60:"Passed an invalid value to `height` or `width`. Please provide a pixel based unit.\n\n",61:`Property must be a string value.
|
|
405
|
+
|
|
406
|
+
`,62:`borderRadius expects a radius value as a string or number as the second argument.
|
|
407
|
+
|
|
408
|
+
`,63:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.
|
|
409
|
+
|
|
410
|
+
`,64:`The animation shorthand only takes 8 arguments. See the specification for more information: http://mdn.io/animation.
|
|
411
|
+
|
|
412
|
+
`,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').
|
|
413
|
+
|
|
414
|
+
`,66:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation.
|
|
415
|
+
|
|
416
|
+
`,67:`You must provide a template to this method.
|
|
417
|
+
|
|
418
|
+
`,68:`You passed an unsupported selector state to this method.
|
|
419
|
+
|
|
420
|
+
`,69:`Expected a string ending in "px" or a number passed as the first argument to %s(), got %s instead.
|
|
421
|
+
|
|
422
|
+
`,70:`Expected a string ending in "px" or a number passed as the second argument to %s(), got %s instead.
|
|
423
|
+
|
|
424
|
+
`,71:`Passed invalid pixel value %s to %s(), please pass a value like "12px" or 12.
|
|
425
|
+
|
|
426
|
+
`,72:`Passed invalid base value %s to %s(), please pass a value like "12px" or 12.
|
|
427
|
+
|
|
428
|
+
`,73:`Please provide a valid CSS variable.
|
|
429
|
+
|
|
430
|
+
`,74:`CSS variable not found and no default was provided.
|
|
431
|
+
|
|
432
|
+
`,75:`important requires a valid style object, got a %s instead.
|
|
433
|
+
|
|
434
|
+
`,76:`fromSize and toSize must be provided as stringified numbers with the same units as minScreen and maxScreen.
|
|
435
|
+
|
|
436
|
+
`,77:`remToPx expects a value in "rem" but you provided it in "%s".
|
|
437
|
+
|
|
438
|
+
`,78:`base must be set in "px" or "%" but you set it in "%s".
|
|
439
|
+
`};function WI(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=t[0],o=[],a;for(a=1;a<t.length;a+=1)o.push(t[a]);return o.forEach(function(l){r=r.replace(/%[a-z]/,l)}),r}var cn=function(e){DI(t,e);function t(n){for(var r,o=arguments.length,a=new Array(o>1?o-1:0),l=1;l<o;l++)a[l-1]=arguments[l];return r=e.call(this,WI.apply(void 0,[VI[n]].concat(a)))||this,HI(r)}return t}(A0(Error));function Jc(e){return Math.round(e*255)}function GI(e,t,n){return Jc(e)+","+Jc(t)+","+Jc(n)}function pl(e,t,n,r){if(r===void 0&&(r=GI),t===0)return r(n,n,n);var o=(e%360+360)%360/60,a=(1-Math.abs(2*n-1))*t,l=a*(1-Math.abs(o%2-1)),s=0,c=0,u=0;o>=0&&o<1?(s=a,c=l):o>=1&&o<2?(s=l,c=a):o>=2&&o<3?(c=a,u=l):o>=3&&o<4?(c=l,u=a):o>=4&&o<5?(s=l,u=a):o>=5&&o<6&&(s=a,u=l);var d=n-a/2,p=s+d,h=c+d,f=u+d;return r(p,h,f)}var v5={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 qI(e){if(typeof e!="string")return e;var t=e.toLowerCase();return v5[t]?"#"+v5[t]:e}var KI=/^#[a-fA-F0-9]{6}$/,YI=/^#[a-fA-F0-9]{8}$/,XI=/^#[a-fA-F0-9]{3}$/,ZI=/^#[a-fA-F0-9]{4}$/,eu=/^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i,QI=/^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i,JI=/^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,eA=/^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 E1(e){if(typeof e!="string")throw new cn(3);var t=qI(e);if(t.match(KI))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(YI)){var n=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:n}}if(t.match(XI))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(ZI)){var r=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:r}}var o=eu.exec(t);if(o)return{red:parseInt(""+o[1],10),green:parseInt(""+o[2],10),blue:parseInt(""+o[3],10)};var a=QI.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=JI.exec(t);if(l){var s=parseInt(""+l[1],10),c=parseInt(""+l[2],10)/100,u=parseInt(""+l[3],10)/100,d="rgb("+pl(s,c,u)+")",p=eu.exec(d);if(!p)throw new cn(4,t,d);return{red:parseInt(""+p[1],10),green:parseInt(""+p[2],10),blue:parseInt(""+p[3],10)}}var h=eA.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,S="rgb("+pl(f,v,g)+")",b=eu.exec(S);if(!b)throw new cn(4,t,S);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 cn(5)}function tA(e){var t=e.red/255,n=e.green/255,r=e.blue/255,o=Math.max(t,n,r),a=Math.min(t,n,r),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 s,c=o-a,u=l>.5?c/(2-o-a):c/(o+a);switch(o){case t:s=(n-r)/c+(n<r?6:0);break;case n:s=(r-t)/c+2;break;default:s=(t-n)/c+4;break}return s*=60,e.alpha!==void 0?{hue:s,saturation:u,lightness:l,alpha:e.alpha}:{hue:s,saturation:u,lightness:l}}function K2(e){return tA(E1(e))}var nA=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},$0=nA;function Sr(e){var t=e.toString(16);return t.length===1?"0"+t:t}function tu(e){return Sr(Math.round(e*255))}function rA(e,t,n){return $0("#"+tu(e)+tu(t)+tu(n))}function ps(e,t,n){return pl(e,t,n,rA)}function oA(e,t,n){if(typeof e=="number"&&typeof t=="number"&&typeof n=="number")return ps(e,t,n);if(typeof e=="object"&&t===void 0&&n===void 0)return ps(e.hue,e.saturation,e.lightness);throw new cn(1)}function aA(e,t,n,r){if(typeof e=="number"&&typeof t=="number"&&typeof n=="number"&&typeof r=="number")return r>=1?ps(e,t,n):"rgba("+pl(e,t,n)+","+r+")";if(typeof e=="object"&&t===void 0&&n===void 0&&r===void 0)return e.alpha>=1?ps(e.hue,e.saturation,e.lightness):"rgba("+pl(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new cn(2)}function O0(e,t,n){if(typeof e=="number"&&typeof t=="number"&&typeof n=="number")return $0("#"+Sr(e)+Sr(t)+Sr(n));if(typeof e=="object"&&t===void 0&&n===void 0)return $0("#"+Sr(e.red)+Sr(e.green)+Sr(e.blue));throw new cn(6)}function hs(e,t,n,r){if(typeof e=="string"&&typeof t=="number"){var o=E1(e);return"rgba("+o.red+","+o.green+","+o.blue+","+t+")"}else{if(typeof e=="number"&&typeof t=="number"&&typeof n=="number"&&typeof r=="number")return r>=1?O0(e,t,n):"rgba("+e+","+t+","+n+","+r+")";if(typeof e=="object"&&t===void 0&&n===void 0&&r===void 0)return e.alpha>=1?O0(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")"}throw new cn(7)}var lA=function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},iA=function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&typeof e.alpha=="number"},sA=function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},cA=function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&typeof e.alpha=="number"};function Y2(e){if(typeof e!="object")throw new cn(8);if(iA(e))return hs(e);if(lA(e))return O0(e);if(cA(e))return aA(e);if(sA(e))return oA(e);throw new cn(8)}function X2(e,t,n){return function(){var r=n.concat(Array.prototype.slice.call(arguments));return r.length>=t?e.apply(this,r):X2(e,t,r)}}function x1(e){return X2(e,e.length,[])}function S1(e,t,n){return Math.max(e,Math.min(t,n))}function uA(e,t){if(t==="transparent")return t;var n=K2(t);return Y2(te({},n,{lightness:S1(0,1,n.lightness-parseFloat(e))}))}var dA=x1(uA),xo=dA;function fA(e,t){if(t==="transparent")return t;var n=K2(t);return Y2(te({},n,{lightness:S1(0,1,n.lightness+parseFloat(e))}))}var pA=x1(fA),y5=pA;function hA(e,t){if(t==="transparent")return t;var n=E1(t),r=typeof n.alpha=="number"?n.alpha:1,o=te({},n,{alpha:S1(0,1,+(r*100-parseFloat(e)*100).toFixed(2)/100)});return hs(o)}var mA=x1(hA),bt=mA,ta=({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"}}),Mn=({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"?bt(.1,e.color.defaultText):bt(.3,e.color.defaultText),backgroundColor:e.base==="light"?e.color.lighter:e.color.border}),ve=({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"}),Xr={margin:"16px 0"},gA=({href:e,...t})=>{let n=/^\//.test(e)?`./?path=${e}`:e,r=/^#.*/.test(e)?"_self":"_top";return m.createElement("a",{href:n,target:r,...t})},Z2=k(gA)(ve,({theme:e})=>({fontSize:"inherit",lineHeight:"24px",color:e.color.secondary,textDecoration:"none","&.absent":{color:"#cc0000"},"&.anchor":{display:"block",paddingLeft:30,marginLeft:-30,cursor:"pointer",position:"absolute",top:0,left:0,bottom:0}})),Q2=k.blockquote(ve,Xr,({theme:e})=>({borderLeft:`4px solid ${e.color.medium}`,padding:"0 15px",color:e.color.dark,"& > :first-of-type":{marginTop:0},"& > :last-child":{marginBottom:0}})),vA=e=>typeof e=="string",yA=/[\n\r]/g,wA=k.code(({theme:e})=>({fontFamily:e.typography.fonts.mono,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",display:"inline-block",paddingLeft:2,paddingRight:2,verticalAlign:"baseline",color:"inherit"}),Mn),bA=k(u1)(({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"}})),C1=({className:e,children:t,...n})=>{let r=(e||"").match(/lang-(\S+)/),o=i.Children.toArray(t);return o.filter(vA).some(a=>a.match(yA))?m.createElement(bA,{bordered:!0,copyable:!0,language:r?.[1]??"text",format:!1,...n},t):m.createElement(wA,{...n,className:e},o)},J2=k.div(ve),e4=k.dl(ve,Xr,{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}}),t4=k.h1(ve,ta,({theme:e})=>({fontSize:`${e.typography.size.l1}px`,fontWeight:e.typography.weight.bold})),_1=k.h2(ve,ta,({theme:e})=>({fontSize:`${e.typography.size.m2}px`,paddingBottom:4,borderBottom:`1px solid ${e.appBorderColor}`})),R1=k.h3(ve,ta,({theme:e})=>({fontSize:`${e.typography.size.m1}px`})),n4=k.h4(ve,ta,({theme:e})=>({fontSize:`${e.typography.size.s3}px`})),r4=k.h5(ve,ta,({theme:e})=>({fontSize:`${e.typography.size.s2}px`})),o4=k.h6(ve,ta,({theme:e})=>({fontSize:`${e.typography.size.s2}px`,color:e.color.dark})),a4=k.hr(({theme:e})=>({border:"0 none",borderTop:`1px solid ${e.appBorderColor}`,height:4,padding:0})),l4=k.img({maxWidth:"100%"}),i4=k.li(ve,({theme:e})=>({fontSize:e.typography.size.s2,color:e.color.defaultText,lineHeight:"24px","& + li":{marginTop:".25em"},"& ul, & ol":{marginTop:".25em",marginBottom:0},"& code":Mn({theme:e})})),EA={paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0}},s4=k.ol(ve,Xr,EA,{listStyle:"decimal"}),c4=k.p(ve,Xr,({theme:e})=>({fontSize:e.typography.size.s2,lineHeight:"24px",color:e.color.defaultText,"& code":Mn({theme:e})})),u4=k.pre(ve,Xr,({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"}})),d4=k.span(ve,({theme:e})=>({"&.frame":{display:"block",overflow:"hidden","& > span":{border:`1px solid ${e.color.medium}`,display:"block",float:"left",overflow:"hidden",margin:"13px 0 0",padding:7,width:"auto"},"& span img":{display:"block",float:"left"},"& span span":{clear:"both",color:e.color.darkest,display:"block",padding:"5px 0 0"}},"&.align-center":{display:"block",overflow:"hidden",clear:"both","& > span":{display:"block",overflow:"hidden",margin:"13px auto 0",textAlign:"center"},"& span img":{margin:"0 auto",textAlign:"center"}},"&.align-right":{display:"block",overflow:"hidden",clear:"both","& > span":{display:"block",overflow:"hidden",margin:"13px 0 0",textAlign:"right"},"& span img":{margin:0,textAlign:"right"}},"&.float-left":{display:"block",marginRight:13,overflow:"hidden",float:"left","& span":{margin:"13px 0 0"}},"&.float-right":{display:"block",marginLeft:13,overflow:"hidden",float:"right","& > span":{display:"block",overflow:"hidden",margin:"13px auto 0",textAlign:"right"}}})),f4=k.table(ve,Xr,({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}})),p4=k.title(Mn),xA={paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0}},h4=k.ul(ve,Xr,xA,{listStyle:"disc"}),k1=k.div(ve),m4={h1:e=>m.createElement(t4,{...fe(e,"h1")}),h2:e=>m.createElement(_1,{...fe(e,"h2")}),h3:e=>m.createElement(R1,{...fe(e,"h3")}),h4:e=>m.createElement(n4,{...fe(e,"h4")}),h5:e=>m.createElement(r4,{...fe(e,"h5")}),h6:e=>m.createElement(o4,{...fe(e,"h6")}),pre:e=>m.createElement(u4,{...fe(e,"pre")}),a:e=>m.createElement(Z2,{...fe(e,"a")}),hr:e=>m.createElement(a4,{...fe(e,"hr")}),dl:e=>m.createElement(e4,{...fe(e,"dl")}),blockquote:e=>m.createElement(Q2,{...fe(e,"blockquote")}),table:e=>m.createElement(f4,{...fe(e,"table")}),img:e=>m.createElement(l4,{...fe(e,"img")}),div:e=>m.createElement(J2,{...fe(e,"div")}),span:e=>m.createElement(d4,{...fe(e,"span")}),li:e=>m.createElement(i4,{...fe(e,"li")}),ul:e=>m.createElement(h4,{...fe(e,"ul")}),ol:e=>m.createElement(s4,{...fe(e,"ol")}),p:e=>m.createElement(c4,{...fe(e,"p")}),code:e=>m.createElement(C1,{...fe(e,"code")}),tt:e=>m.createElement(p4,{...fe(e,"tt")}),resetwrapper:e=>m.createElement(k1,{...fe(e,"resetwrapper")})},SA=k.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 ${bt(.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 ${bt(.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 ${bt(.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 ${bt(.9,e.color.positiveText)}`:"none"};default:return{}}}),CA=({...e})=>m.createElement(SA,{...e}),_A=0,RA=e=>e.button===_A&&!e.altKey&&!e.ctrlKey&&!e.metaKey&&!e.shiftKey,kA=(e,t)=>{RA(e)&&(e.preventDefault(),t(e))},IA=k.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}}:{}),AA=k.a(({theme:e})=>({display:"inline-block",transition:"all 150ms ease-out",textDecoration:"none",color:e.color.secondary,"&:hover, &:focus":{cursor:"pointer",color:xo(.07,e.color.secondary),"svg path:not([fill])":{fill:xo(.07,e.color.secondary)}},"&:active":{color:xo(.1,e.color.secondary),"svg path:not([fill])":{fill:xo(.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:n})=>{let r;return t&&(r=[e.textMutedColor,e.color.dark,e.color.darker]),n&&(r=[e.color.dark,e.color.darkest,e.textMutedColor]),r?{color:r[0],"svg path:not([fill])":{fill:r[0]},"&:hover":{color:r[1],"svg path:not([fill])":{fill:r[1]}},"&:active":{color:r[2],"svg path:not([fill])":{fill:r[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"}:{}),zr=({cancel:e=!0,children:t,onClick:n=void 0,withArrow:r=!1,containsIcon:o=!1,className:a=void 0,style:l=void 0,...s})=>m.createElement(AA,{...s,onClick:n&&e?c=>kA(c,n):n,className:a},m.createElement(IA,{withArrow:r,containsIcon:o},t,r&&m.createElement(y1,null))),$A=k.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}})),Nr=[],Go=null,OA=i.lazy(async()=>{let{SyntaxHighlighter:e}=await Br(()=>import("./syntaxhighlighter-BP7B2CQK-BWFH_0wQ.js"),__vite__mapDeps([0,1,2,3,4]),import.meta.url);return Nr.length>0&&(Nr.forEach(t=>{e.registerLanguage(...t)}),Nr=[]),Go===null&&(Go=e),{default:t=>m.createElement(e,{...t})}}),TA=i.lazy(async()=>{let[{SyntaxHighlighter:e},{formatter:t}]=await Promise.all([Br(()=>import("./syntaxhighlighter-BP7B2CQK-BWFH_0wQ.js"),__vite__mapDeps([0,1,2,3,4]),import.meta.url),Br(()=>import("./formatter-2WMMO6ZP-SJtgH3vM.js"),__vite__mapDeps([5,1,2,3,4]),import.meta.url)]);return Nr.length>0&&(Nr.forEach(n=>{e.registerLanguage(...n)}),Nr=[]),Go===null&&(Go=e),{default:n=>m.createElement(e,{...n,formatter:t})}}),Xs=e=>m.createElement(i.Suspense,{fallback:m.createElement("div",null)},e.format!==!1?m.createElement(TA,{...e}):m.createElement(OA,{...e}));Xs.registerLanguage=(...e)=>{if(Go!==null){Go.registerLanguage(...e);return}Nr.push(e)};var g4={};g6(g4,{Actions:()=>HA,CloseButton:()=>b4,Col:()=>x4,Container:()=>w4,Content:()=>zA,Description:()=>FA,Error:()=>DA,ErrorWrapper:()=>S4,Header:()=>NA,Overlay:()=>y4,Row:()=>E4,Title:()=>BA});var pr=i.forwardRef(({asChild:e=!1,animation:t="none",size:n="small",variant:r="outline",padding:o="medium",disabled:a=!1,active:l=!1,onClick:s,...c},u)=>{let d="button";c.isLink&&(d="a"),e&&(d=Rl);let p=r,h=n,[f,v]=i.useState(!1),g=S=>{s&&s(S),t!=="none"&&v(!0)};if(i.useEffect(()=>{let S=setTimeout(()=>{f&&v(!1)},1e3);return()=>clearTimeout(S)},[f]),c.primary&&(p="solid",h="medium"),(c.secondary||c.tertiary||c.gray||c.outline||c.inForm)&&(p="outline",h="medium"),c.small||c.isLink||c.primary||c.secondary||c.tertiary||c.gray||c.outline||c.inForm||c.containsIcon){let S=m.Children.toArray(c.children).filter(b=>typeof b=="string"&&b!=="");G2(`Use of deprecated props in the button ${S.length>0?`"${S.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 m.createElement(MA,{as:d,ref:u,variant:p,size:h,padding:o,disabled:a,active:l,animating:f,animation:t,onClick:g,...c})});pr.displayName="Button";var MA=k("button",{shouldForwardProp:e=>td(e)})(({theme:e,variant:t,size:n,disabled:r,active:o,animating:a,animation:l,padding:s})=>({border:0,cursor:r?"not-allowed":"pointer",display:"inline-flex",gap:"6px",alignItems:"center",justifyContent:"center",overflow:"hidden",padding:s==="small"&&n==="small"?"0 7px":s==="small"&&n==="medium"?"0 9px":n==="small"?"0 10px":n==="medium"?"0 12px":0,height:n==="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:r?.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?bt(.9,e.barTextColor):"transparent",color:o?e.barSelectedColor:e.barTextColor,"&:hover":{color:e.barHoverColor,background:bt(.86,e.barHoverColor)},"&:active":{color:e.barSelectedColor,background:bt(.9,e.barSelectedColor)},"&:focus":{boxShadow:`${hs(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:null,background:(()=>{let c=e.color.secondary;return t==="solid"&&(c=e.color.secondary),t==="outline"&&(c=e.button.background),t==="ghost"?bt(.86,e.color.secondary):e.base==="light"?xo(.02,c):y5(.03,c)})()},"&:active":{color:t==="ghost"?e.color.secondary:null,background:(()=>{let c=e.color.secondary;return t==="solid"&&(c=e.color.secondary),t==="outline"&&(c=e.button.background),t==="ghost"?e.background.hoverable:e.base==="light"?xo(.02,c):y5(.03,c)})()},"&:focus":{boxShadow:`${hs(e.color.secondary,1)} 0 0 0 1px inset`,outline:"none"},"> svg":{animation:a&&l!=="none"?`${e.animation[l]} 1000ms ease-out`:""}})),nr=i.forwardRef(({padding:e="small",variant:t="ghost",...n},r)=>m.createElement(pr,{padding:e,variant:t,ref:r,...n}));nr.displayName="IconButton";var v4=$n({from:{opacity:0},to:{opacity:1}}),LA=$n({from:{maxHeight:0},to:{}}),PA=$n({from:{opacity:0,transform:"translate(-50%, -50%) scale(0.9)"},to:{opacity:1,transform:"translate(-50%, -50%) scale(1)"}}),y4=k.div({backgroundColor:"rgba(27, 28, 29, 0.2)",position:"fixed",inset:0,width:"100%",height:"100%",zIndex:10,animation:`${v4} 200ms`}),w4=k.div(({theme:e,width:t,height:n})=>({backgroundColor:e.background.bar,borderRadius:6,boxShadow:"rgba(255, 255, 255, 0.05) 0 0 0 1px inset, rgba(14, 18, 22, 0.35) 0px 10px 38px -10px",position:"fixed",top:"50%",left:"50%",transform:"translate(-50%, -50%)",width:t??740,height:n??"auto",maxWidth:"calc(100% - 40px)",maxHeight:"85vh",overflow:"hidden",zIndex:11,animation:`${PA} 200ms`,"&:focus-visible":{outline:"none"}})),b4=e=>m.createElement(W2,{asChild:!0},m.createElement(nr,{...e},m.createElement(i2,null))),zA=k.div({display:"flex",flexDirection:"column",margin:16,gap:16}),E4=k.div({display:"flex",justifyContent:"space-between",gap:16}),x4=k.div({display:"flex",flexDirection:"column",gap:4}),NA=e=>m.createElement(E4,null,m.createElement(x4,{...e}),m.createElement(b4,null)),BA=k(U2)(({theme:e})=>({margin:0,fontSize:e.typography.size.s3,fontWeight:e.typography.weight.bold})),FA=k(V2)(({theme:e})=>({position:"relative",zIndex:1,margin:0,fontSize:e.typography.size.s2})),HA=k.div({display:"flex",flexDirection:"row-reverse",gap:8}),S4=k.div(({theme:e})=>({maxHeight:100,overflow:"auto",animation:`${LA} 300ms, ${v4} 300ms`,backgroundColor:e.background.critical,color:e.color.lightest,fontSize:e.typography.size.s2,"& > div":{position:"relative",padding:"8px 16px"}})),DA=({children:e,...t})=>m.createElement(S4,{...t},m.createElement("div",null,e));function jA({children:e,width:t,height:n,onEscapeKeyDown:r,onInteractOutside:o=c=>c.preventDefault(),className:a,container:l,...s}){return m.createElement(F2,{...s},m.createElement(H2,{container:l},m.createElement(D2,{asChild:!0},m.createElement(y4,null)),m.createElement(j2,{asChild:!0,onInteractOutside:o,onEscapeKeyDown:r},m.createElement(w4,{className:a,width:t,height:n},e))))}var UA=Object.assign(jA,g4,{Dialog:NI}),VA=e=>typeof e=="number"?e:Number(e),WA=k.div(({theme:e,col:t,row:n=1})=>t?{display:"inline-block",verticalAlign:"inherit","& > *":{marginLeft:t*e.layoutMargin,verticalAlign:"inherit"},[`& > *:first-child${_u}`]:{marginLeft:0}}:{"& > *":{marginTop:n*e.layoutMargin},[`& > *:first-child${_u}`]:{marginTop:0}},({theme:e,outer:t,col:n,row:r})=>{switch(!0){case!!(t&&n):return{marginLeft:t*e.layoutMargin,marginRight:t*e.layoutMargin};case!!(t&&r):return{marginTop:t*e.layoutMargin,marginBottom:t*e.layoutMargin};default:return{}}}),GA=({col:e,row:t,outer:n,children:r,...o})=>{let a=VA(typeof n=="number"||!n?n:e||t);return m.createElement(WA,{col:e,row:t,outer:a,...o},r)},qA=k.div(({theme:e})=>({fontWeight:e.typography.weight.bold})),KA=k.div(),YA=k.div(({theme:e})=>({padding:30,textAlign:"center",color:e.color.defaultText,fontSize:e.typography.size.s2-1})),XA=({children:e,...t})=>{let[n,r]=i.Children.toArray(e);return m.createElement(YA,{...t},m.createElement(qA,null,n),r&&m.createElement(KA,null,r))};function ZA(e,t){var n=i.useRef(null),r=i.useRef(null);r.current=t;var o=i.useRef(null);i.useEffect(function(){a()});var a=i.useCallback(function(){var l=o.current,s=r.current,c=l||(s?s instanceof Element?s:s.current:null);n.current&&n.current.element===c&&n.current.subscriber===e||(n.current&&n.current.cleanup&&n.current.cleanup(),n.current={element:c,subscriber:e,cleanup:c?e(c):void 0})},[e]);return i.useEffect(function(){return function(){n.current&&n.current.cleanup&&(n.current.cleanup(),n.current=null)}},[]),i.useCallback(function(l){o.current=l,a()},[a])}function w5(e,t,n){return e[t]?e[t][0]?e[t][0][n]:e[t][n]:t==="contentBoxSize"?e.contentRect[n==="inlineSize"?"width":"height"]:void 0}function C4(e){e===void 0&&(e={});var t=e.onResize,n=i.useRef(void 0);n.current=t;var r=e.round||Math.round,o=i.useRef(),a=i.useState({width:void 0,height:void 0}),l=a[0],s=a[1],c=i.useRef(!1);i.useEffect(function(){return c.current=!1,function(){c.current=!0}},[]);var u=i.useRef({width:void 0,height:void 0}),d=ZA(i.useCallback(function(p){return(!o.current||o.current.box!==e.box||o.current.round!==r)&&(o.current={box:e.box,round:r,instance:new ResizeObserver(function(h){var f=h[0],v=e.box==="border-box"?"borderBoxSize":e.box==="device-pixel-content-box"?"devicePixelContentBoxSize":"contentBoxSize",g=w5(f,v,"inlineSize"),S=w5(f,v,"blockSize"),b=g?r(g):void 0,w=S?r(S):void 0;if(u.current.width!==b||u.current.height!==w){var y={width:b,height:w};u.current.width=b,u.current.height=w,n.current?n.current(y):c.current||s(y)}})}),o.current.instance.observe(p,{box:e.box}),function(){o.current&&o.current.instance.unobserve(p)}},[e.box,r]),e.ref);return i.useMemo(function(){return{ref:d,width:l.width,height:l.height}},[d,l.width,l.height])}var QA=k.div(({scale:e=1,elementHeight:t})=>({height:t||"auto",transformOrigin:"top left",transform:`scale(${1/e})`}));function JA({scale:e,children:t}){let n=i.useRef(null),[r,o]=i.useState(0),a=i.useCallback(({height:l})=>{l&&o(l/e)},[e]);return i.useEffect(()=>{n.current&&o(n.current.getBoundingClientRect().height)},[e]),C4({ref:n,onResize:a}),m.createElement(QA,{scale:e,elementHeight:r},m.createElement("div",{ref:n,className:"innerZoomElementWrapper"},t))}var e$=class extends i.Component{constructor(){super(...arguments),this.iframe=null}componentDidMount(){let{iFrameRef:e}=this.props;this.iframe=e.current}shouldComponentUpdate(e){let{scale:t,active:n}=this.props;return t!==e.scale&&this.setIframeInnerZoom(e.scale),n!==e.active&&this.iframe.setAttribute("data-is-storybook",e.active?"true":"false"),e.children.props.src!==this.props.children.props.src}setIframeInnerZoom(e){try{Object.assign(this.iframe.contentDocument.body.style,{width:`${e*100}%`,height:`${e*100}%`,transform:`scale(${1/e})`,transformOrigin:"top left"})}catch{this.setIframeZoom(e)}}setIframeZoom(e){Object.assign(this.iframe.style,{width:`${e*100}%`,height:`${e*100}%`,transform:`scale(${1/e})`,transformOrigin:"top left"})}render(){let{children:e}=this.props;return m.createElement(m.Fragment,null,e)}},_4={Element:JA,IFrame:e$},{document:t$}=FI,n$=k.strong(({theme:e})=>({color:e.color.orange})),r$=k.strong(({theme:e})=>({color:e.color.ancillary,textDecoration:"underline"})),b5=k.em(({theme:e})=>({color:e.textMutedColor})),o$=/(Error): (.*)\n/,a$=/at (?:(.*) )?\(?(.+)\)?/,l$=/([^@]+)?(?:\/<)?@(.+)?/,i$=/([^@]+)?@(.+)?/,R4=({error:e})=>{if(!e)return m.createElement(i.Fragment,null,"This error has no stack or message");if(!e.stack)return m.createElement(i.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}
|
|
440
|
+
|
|
441
|
+
${t}`);let n=t.match(o$);if(!n)return m.createElement(i.Fragment,null,t);let[,r,o]=n,a=t.split(/\n/).slice(1),[,...l]=a.map(s=>{let c=s.match(a$)||s.match(l$)||s.match(i$);return c?{name:(c[1]||"").replace("/<",""),location:c[2].replace(t$.location.origin,"")}:null}).filter(Boolean);return m.createElement(i.Fragment,null,m.createElement("span",null,r),": ",m.createElement(n$,null,o),m.createElement("br",null),l.map((s,c)=>s.name?m.createElement(i.Fragment,{key:c}," ","at ",m.createElement(r$,null,s.name)," (",m.createElement(b5,null,s.location),")",m.createElement("br",null)):m.createElement(i.Fragment,{key:c}," ","at ",m.createElement(b5,null,s.location),m.createElement("br",null))))},s$=k.label(({theme:e})=>({display:"flex",borderBottom:`1px solid ${e.appBorderColor}`,margin:"0 15px",padding:"8px 0","&:last-child":{marginBottom:"3rem"}})),c$=k.span(({theme:e})=>({minWidth:100,fontWeight:e.typography.weight.bold,marginRight:15,display:"flex",justifyContent:"flex-start",alignItems:"center",lineHeight:"16px"})),u$=({label:e,children:t,...n})=>m.createElement(s$,{...n},e?m.createElement(c$,null,m.createElement("span",null,e)):null,t),d$=i.useLayoutEffect,f$=d$,p$=function(e){var t=i.useRef(e);return f$(function(){t.current=e}),t},E5=function(e,t){if(typeof e=="function"){e(t);return}e.current=t},h$=function(e,t){var n=i.useRef();return i.useCallback(function(r){e.current=r,n.current&&E5(n.current,null),n.current=t,t&&E5(t,r)},[t])},m$=h$,x5={"min-height":"0","max-height":"none",height:"0",visibility:"hidden",overflow:"hidden",position:"absolute","z-index":"-1000",top:"0",right:"0"},g$=function(e){Object.keys(x5).forEach(function(t){e.style.setProperty(t,x5[t],"important")})},S5=g$,Ge=null,C5=function(e,t){var n=e.scrollHeight;return t.sizingStyle.boxSizing==="border-box"?n+t.borderSize:n-t.paddingSize};function v$(e,t,n,r){n===void 0&&(n=1),r===void 0&&(r=1/0),Ge||(Ge=document.createElement("textarea"),Ge.setAttribute("tabindex","-1"),Ge.setAttribute("aria-hidden","true"),S5(Ge)),Ge.parentNode===null&&document.body.appendChild(Ge);var o=e.paddingSize,a=e.borderSize,l=e.sizingStyle,s=l.boxSizing;Object.keys(l).forEach(function(h){var f=h;Ge.style[f]=l[f]}),S5(Ge),Ge.value=t;var c=C5(Ge,e);Ge.value=t,c=C5(Ge,e),Ge.value="x";var u=Ge.scrollHeight-o,d=u*n;s==="border-box"&&(d=d+o+a),c=Math.max(d,c);var p=u*r;return s==="border-box"&&(p=p+o+a),c=Math.min(p,c),[c,u]}var _5=function(){},y$=function(e,t){return e.reduce(function(n,r){return n[r]=t[r],n},{})},w$=["borderBottomWidth","borderLeftWidth","borderRightWidth","borderTopWidth","boxSizing","fontFamily","fontSize","fontStyle","fontWeight","letterSpacing","lineHeight","paddingBottom","paddingLeft","paddingRight","paddingTop","tabSize","textIndent","textRendering","textTransform","width","wordBreak"],b$=!!document.documentElement.currentStyle,E$=function(e){var t=window.getComputedStyle(e);if(t===null)return null;var n=y$(w$,t),r=n.boxSizing;if(r==="")return null;b$&&r==="border-box"&&(n.width=parseFloat(n.width)+parseFloat(n.borderRightWidth)+parseFloat(n.borderLeftWidth)+parseFloat(n.paddingRight)+parseFloat(n.paddingLeft)+"px");var o=parseFloat(n.paddingBottom)+parseFloat(n.paddingTop),a=parseFloat(n.borderBottomWidth)+parseFloat(n.borderTopWidth);return{sizingStyle:n,paddingSize:o,borderSize:a}},x$=E$;function k4(e,t,n){var r=p$(n);i.useLayoutEffect(function(){var o=function(a){return r.current(a)};if(e)return e.addEventListener(t,o),function(){return e.removeEventListener(t,o)}},[])}var S$=function(e){k4(window,"resize",e)},C$=function(e){k4(document.fonts,"loadingdone",e)},_$=["cacheMeasurements","maxRows","minRows","onChange","onHeightChange"],R$=function(e,t){var n=e.cacheMeasurements,r=e.maxRows,o=e.minRows,a=e.onChange,l=a===void 0?_5:a,s=e.onHeightChange,c=s===void 0?_5:s,u=ud(e,_$),d=u.value!==void 0,p=i.useRef(null),h=m$(p,t),f=i.useRef(0),v=i.useRef(),g=function(){var b=p.current,w=n&&v.current?v.current:x$(b);if(w){v.current=w;var y=v$(w,b.value||b.placeholder||"x",o,r),E=y[0],x=y[1];f.current!==E&&(f.current=E,b.style.setProperty("height",E+"px","important"),c(E,{rowHeight:x}))}},S=function(b){d||g(),l(b)};return i.useLayoutEffect(g),S$(g),C$(g),i.createElement("textarea",te({},u,{onChange:S,ref:h}))},k$=i.forwardRef(R$),I$={appearance:"none",border:"0 none",boxSizing:"inherit",display:" block",margin:" 0",background:"transparent",padding:0,fontSize:"inherit",position:"relative"},I1=({theme:e})=>({...I$,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}}),A1=({size:e})=>{switch(e){case"100%":return{width:"100%"};case"flex":return{flex:1};case"auto":default:return{display:"inline"}}},I4=({align:e})=>{switch(e){case"end":return{textAlign:"right"};case"center":return{textAlign:"center"};case"start":default:return{textAlign:"left"}}},$1=({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{}}},A$=Object.assign(k(i.forwardRef(function({size:e,valid:t,align:n,...r},o){return m.createElement("input",{...r,ref:o})}))(I1,A1,I4,$1,{minHeight:32}),{displayName:"Input"}),$$=Object.assign(k(i.forwardRef(function({size:e,valid:t,align:n,...r},o){return m.createElement("select",{...r,ref:o})}))(I1,A1,$1,{height:32,userSelect:"none",paddingRight:20,appearance:"menulist"}),{displayName:"Select"}),O$=Object.assign(k(i.forwardRef(function({size:e,valid:t,align:n,...r},o){return m.createElement(k$,{...r,ref:o})}))(I1,A1,I4,$1,({height:e=400})=>({overflow:"visible",maxHeight:e})),{displayName:"Textarea"}),na=Object.assign(k.form({boxSizing:"border-box",width:"100%"}),{Field:u$,Input:A$,Select:$$,Textarea:O$,Button:pr}),T$=i.lazy(()=>Br(()=>import("./WithTooltip-KJL26V4Q--B8vdnMi.js"),__vite__mapDeps([6,1,2,3,4]),import.meta.url).then(e=>({default:e.WithTooltip}))),M$=e=>m.createElement(i.Suspense,{fallback:m.createElement("div",null)},m.createElement(T$,{...e})),L$=i.lazy(()=>Br(()=>import("./WithTooltip-KJL26V4Q--B8vdnMi.js"),__vite__mapDeps([6,1,2,3,4]),import.meta.url).then(e=>({default:e.WithTooltipPure}))),A4=e=>m.createElement(i.Suspense,{fallback:m.createElement("div",null)},m.createElement(L$,{...e})),P$=k.div(({theme:e})=>({fontWeight:e.typography.weight.bold})),z$=k.span(),N$=k.div(({theme:e})=>({marginTop:8,textAlign:"center","> *":{margin:"0 8px",fontWeight:e.typography.weight.bold}})),B$=k.div(({theme:e})=>({color:e.color.defaultText,lineHeight:"18px"})),F$=k.div({padding:15,width:280,boxSizing:"border-box"}),H$=({title:e,desc:t,links:n})=>m.createElement(F$,null,m.createElement(B$,null,e&&m.createElement(P$,null,e),t&&m.createElement(z$,null,t)),n&&m.createElement(N$,null,n.map(({title:r,...o})=>m.createElement(zr,{...o,key:r},r)))),D$=k.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})),j$=({note:e,...t})=>m.createElement(D$,{...t},e),U$=k(({active:e,loading:t,disabled:n,...r})=>m.createElement("span",{...r}))(({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:bt(.7,t.color.defaultText)}:{}),V$=k.span({display:"flex","& svg":{height:12,width:12,margin:"3px 0",verticalAlign:"top"},"& path":{fill:"inherit"}}),W$=k.span({flex:1,textAlign:"left",display:"flex",flexDirection:"column"},({isIndented:e})=>e?{marginLeft:24}:{}),G$=k.span(({theme:e})=>({fontSize:"11px",lineHeight:"14px"}),({active:e,theme:t})=>e?{color:t.color.secondary}:{},({theme:e,disabled:t})=>t?{color:e.textMutedColor}:{}),q$=k.span(({active:e,theme:t})=>e?{color:t.color.secondary}:{},()=>({display:"flex",maxWidth:14})),K$=k.a(({theme:e})=>({fontSize:e.typography.size.s1,transition:"all 150ms ease-out",color:e.color.dark,textDecoration:"none",cursor:"pointer",justifyContent:"space-between",lineHeight:"18px",padding:"7px 10px",display:"flex",alignItems:"center","& > * + *":{paddingLeft:10},"&:hover":{background:e.background.hoverable},"&:hover svg":{opacity:1}}),({disabled:e})=>e?{cursor:"not-allowed"}:{}),Y$=Gr(100)((e,t,n)=>{let r={};return e&&Object.assign(r,{onClick:e}),t&&Object.assign(r,{href:t}),n&&t&&Object.assign(r,{to:t,as:n}),r}),X$=({loading:e=!1,title:t=m.createElement("span",null,"Loading state"),center:n=null,right:r=null,active:o=!1,disabled:a=!1,isIndented:l,href:s=null,onClick:c=null,icon:u,LinkWrapper:d=null,...p})=>{let h=Y$(c,s,d),f={active:o,disabled:a};return m.createElement(K$,{...f,...p,...h},u&&m.createElement(q$,{...f},u),t||n?m.createElement(W$,{isIndented:!u&&l},t&&m.createElement(U$,{...f,loading:e},t),n&&m.createElement(G$,{...f},n)):null,r&&m.createElement(V$,{...f},r))},$4=X$,Z$=k.div({minWidth:180,overflow:"hidden",overflowY:"auto",maxHeight:15.5*32},({theme:e})=>({borderRadius:e.appBorderRadius})),Q$=e=>{let{LinkWrapper:t,onClick:n,id:r,isIndented:o,...a}=e,{title:l,href:s,active:c}=a,u=i.useCallback(p=>{n(p,a)},[n]),d=!!n;return m.createElement($4,{title:l,active:c,href:s,id:`list-item-${r}`,LinkWrapper:t,isIndented:o,...a,...d?{onClick:u}:{}})},O4=({links:e,LinkWrapper:t=null})=>{let n=e.some(r=>r.icon);return m.createElement(Z$,null,e.map(({isGatsby:r,...o})=>m.createElement(Q$,{key:o.id,LinkWrapper:r?t:null,isIndented:n,...o})))},J$=e=>typeof e.props.href=="string",eO=e=>typeof e.props.href!="string";function tO({children:e,...t},n){let r={props:t,ref:n};if(J$(r))return m.createElement("a",{ref:r.ref,...r.props},e);if(eO(r))return m.createElement("button",{ref:r.ref,type:"button",...r.props},e);throw new Error("invalid props")}var T4=i.forwardRef(tO);T4.displayName="ButtonOrLink";var Ol=k(T4,{shouldForwardProp:td})({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:n})=>e?{color:t||n.barSelectedColor,borderBottomColor:n.barSelectedColor}:{color:t||n.barTextColor,borderBottomColor:"transparent","&:hover":{color:n.barHoverColor}});Ol.displayName="TabButton";var nO=k.div(({theme:e})=>({width:14,height:14,backgroundColor:e.appBorderColor,animation:`${e.animation.glow} 1.5s ease-in-out infinite`})),rO=k.div(()=>({marginTop:6,padding:7,height:28})),oO=()=>m.createElement(rO,null,m.createElement(nO,null)),T0=k.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}}:{});T0.displayName="Side";var aO=({children:e,className:t,scrollable:n})=>n?m.createElement(Gs,{vertical:!1,className:t},e):m.createElement("div",{className:t},e),O1=k(aO)(({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}:{});O1.displayName="Bar";var lO=k.div(({bgColor:e})=>({display:"flex",justifyContent:"space-between",position:"relative",flexWrap:"nowrap",flexShrink:0,height:40,backgroundColor:e||""})),Zs=({children:e,backgroundColor:t,className:n,...r})=>{let[o,a]=i.Children.toArray(e);return m.createElement(O1,{className:`sb-bar ${n}`,...r},m.createElement(lO,{bgColor:t},m.createElement(T0,{scrollable:r.scrollable,left:!0},o),a?m.createElement(T0,{right:!0},a):null))};Zs.displayName="FlexBar";var M4=k.div(({active:e})=>e?{display:"block"}:{display:"none"}),iO=e=>i.Children.toArray(e).map(({props:{title:t,id:n,color:r,children:o}})=>{let a=Array.isArray(o)?o[0]:o;return{title:t,id:n,...r?{color:r}:{},render:typeof a=="function"?a:({active:l})=>m.createElement(M4,{active:l,role:"tabpanel"},a)}}),sO=k.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"})),cO=k(Ol)(({active:e,theme:t,preActive:n})=>`
|
|
442
|
+
color: ${n||e?t.barSelectedColor:t.barTextColor};
|
|
443
|
+
.addon-collapsible-icon {
|
|
444
|
+
color: ${n||e?t.barSelectedColor:t.barTextColor};
|
|
445
|
+
}
|
|
446
|
+
&:hover {
|
|
447
|
+
color: ${t.barHoverColor};
|
|
448
|
+
.addon-collapsible-icon {
|
|
449
|
+
color: ${t.barHoverColor};
|
|
450
|
+
}
|
|
451
|
+
}
|
|
452
|
+
`);function uO(e){let t=i.useRef(),n=i.useRef(),r=i.useRef(new Map),{width:o=1}=C4({ref:t}),[a,l]=i.useState(e),[s,c]=i.useState([]),u=i.useRef(e),d=i.useCallback(({menuName:h,actions:f})=>{let v=s.some(({active:b})=>b),[g,S]=i.useState(!1);return m.createElement(m.Fragment,null,m.createElement(dS,{interactive:!0,visible:g,onVisibleChange:S,placement:"bottom",delayHide:100,tooltip:m.createElement(O4,{links:s.map(({title:b,id:w,color:y,active:E})=>({id:w,title:b,color:y,active:E,onClick:x=>{x.preventDefault(),f.onSelect(w)}}))})},m.createElement(cO,{ref:n,active:v,preActive:g,style:{visibility:s.length?"visible":"hidden"},"aria-hidden":!s.length,className:"tabbutton",type:"button",role:"tab"},h,m.createElement(sO,{className:"addon-collapsible-icon",isActive:v||g}))),s.map(({title:b,id:w,color:y},E)=>{let x=`index-${E}`;return m.createElement(Ol,{id:`tabbutton-${$h(w)??x}`,style:{visibility:"hidden"},"aria-hidden":!0,tabIndex:-1,ref:C=>{r.current.set(w,C)},className:"tabbutton",type:"button",key:w,textColor:y,role:"tab"},b)}))},[s]),p=i.useCallback(()=>{if(!t.current||!n.current)return;let{x:h,width:f}=t.current.getBoundingClientRect(),{width:v}=n.current.getBoundingClientRect(),g=s.length?h+f-v:h+f,S=[],b=0,w=e.filter(y=>{let{id:E}=y,x=r.current.get(E),{width:C=0}=x?.getBoundingClientRect()||{},_=h+b+C>g;return(!_||!x)&&S.push(y),b+=C,_});(S.length!==a.length||u.current!==e)&&(l(S),c(w),u.current=e)},[s.length,e,a]);return i.useLayoutEffect(p,[p,o]),{tabRefs:r,addonsRef:n,tabBarRef:t,visibleList:a,invisibleList:s,AddonTab:d}}var dO=k.div(({theme:e})=>({height:"100%",display:"flex",padding:30,alignItems:"center",justifyContent:"center",flexDirection:"column",gap:15,background:e.background.content})),fO=k.div({display:"flex",flexDirection:"column",gap:4,maxWidth:415}),pO=k.div(({theme:e})=>({fontWeight:e.typography.weight.bold,fontSize:e.typography.size.s2-1,textAlign:"center",color:e.textColor})),hO=k.div(({theme:e})=>({fontWeight:e.typography.weight.regular,fontSize:e.typography.size.s2-1,textAlign:"center",color:e.textMutedColor})),T1=({title:e,description:t,footer:n})=>m.createElement(dO,null,m.createElement(fO,null,m.createElement(pO,null,e),t&&m.createElement(hO,null,t)),n),mO="/* emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason */",gO=k.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"}),M1=k.div({overflow:"hidden","&:first-of-type":{marginLeft:-3},whiteSpace:"nowrap",flexGrow:1});M1.displayName="TabBar";var vO=k.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${mO}`]:{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"}}:{}),yO=({active:e,render:t,children:n})=>m.createElement(M4,{active:e},t?t():n),L1=i.memo(({children:e,selected:t=null,actions:n,absolute:r=!1,bordered:o=!1,tools:a=null,backgroundColor:l,id:s=null,menuName:c="Tabs",emptyState:u,showToolsWhenEmpty:d})=>{let p=i.useMemo(()=>iO(e).map((b,w)=>({...b,active:t?b.id===t:w===0})),[e,t]),{visibleList:h,tabBarRef:f,tabRefs:v,AddonTab:g}=uO(p),S=u??m.createElement(T1,{title:"Nothing found"});return!d&&p.length===0?S:m.createElement(gO,{absolute:r,bordered:o,id:s},m.createElement(Zs,{scrollable:!1,border:!0,backgroundColor:l},m.createElement(M1,{style:{whiteSpace:"normal"},ref:f,role:"tablist"},h.map(({title:b,id:w,active:y,color:E},x)=>{let C=`index-${x}`;return m.createElement(Ol,{id:`tabbutton-${$h(w)??C}`,ref:_=>{v.current.set(w,_)},className:`tabbutton ${y?"tabbutton-active":""}`,type:"button",key:w,active:y,textColor:E,onClick:_=>{_.preventDefault(),n.onSelect(w)},role:"tab"},typeof b=="function"?m.createElement("title",null):b)}),m.createElement(g,{menuName:c,actions:n})),a),m.createElement(vO,{id:"panel-tab-content",bordered:o,absolute:r},p.length?p.map(({id:b,active:w,render:y})=>m.createElement(y,{key:b,active:w},null)):S))});L1.displayName="Tabs";var P1=class extends i.Component{constructor(e){super(e),this.handlers={onSelect:t=>this.setState({selected:t})},this.state={selected:e.initial}}render(){let{bordered:e=!1,absolute:t=!1,children:n,backgroundColor:r,menuName:o}=this.props,{selected:a}=this.state;return m.createElement(L1,{bordered:e,absolute:t,selected:a,backgroundColor:r,menuName:o,actions:this.handlers},n)}};P1.defaultProps={children:[],initial:null,absolute:!1,bordered:!1,backgroundColor:"",menuName:void 0};var z1=k.span(({theme:e})=>({width:1,height:20,background:e.appBorderColor,marginLeft:2,marginRight:2}),({force:e})=>e?{}:{"& + &":{display:"none"}});z1.displayName="Separator";var wO=e=>e.reduce((t,n,r)=>n?m.createElement(i.Fragment,{key:n.id||n.key||`f-${r}`},t,r>0?m.createElement(z1,{key:`s-${r}`}):null,n.render()||n):t,null),bO=e=>{let t=i.useRef();return i.useEffect(()=>{t.current=e},[e]),t.current},EO=(e,t)=>{let n=bO(t);return e?t:n},xO=({active:e,children:t})=>m.createElement("div",{hidden:!e},EO(e,t)),SO=fk,CO=k.svg`
|
|
453
|
+
display: inline-block;
|
|
454
|
+
shape-rendering: inherit;
|
|
455
|
+
vertical-align: middle;
|
|
456
|
+
fill: currentColor;
|
|
457
|
+
path {
|
|
458
|
+
fill: currentColor;
|
|
459
|
+
}
|
|
460
|
+
`,_O=({icon:e,useSymbol:t,__suppressDeprecationWarning:n=!1,...r})=>{n||G2(`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=ms[e]||null;if(!o)return BI.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=SO[o];return m.createElement(a,{...r})},RO=i.memo(function({icons:e=Object.keys(ms)}){return m.createElement(CO,{viewBox:"0 0 14 14",style:{position:"absolute",width:0,height:0},"data-chromatic":"ignore"},e.map(t=>m.createElement("symbol",{id:`icon--${t}`,key:t},ms[t])))}),ms={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"},kO=({alt:e,...t})=>m.createElement("svg",{width:"200px",height:"40px",viewBox:"0 0 200 40",...t,role:"img"},e?m.createElement("title",null,e):null,m.createElement("defs",null,m.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"})),m.createElement("g",{fill:"none",fillRule:"evenodd"},m.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"}),m.createElement("mask",{id:"b",fill:"#fff"},m.createElement("use",{xlinkHref:"#a"})),m.createElement("use",{fill:"#FF4785",fillRule:"nonzero",xlinkHref:"#a"}),m.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)"}))),IO=e=>m.createElement("svg",{viewBox:"0 0 64 64",...e},m.createElement("title",null,"Storybook icon"),m.createElement("g",{id:"Artboard",stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd"},m.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"}),m.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"}),m.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"}))),AO=$n`
|
|
461
|
+
from {
|
|
462
|
+
transform: rotate(0deg);
|
|
463
|
+
}
|
|
464
|
+
to {
|
|
465
|
+
transform: rotate(360deg);
|
|
466
|
+
}
|
|
467
|
+
`,$O=k.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:`${AO} 0.7s linear infinite`,mixBlendMode:"difference"})),R5=k.div({position:"absolute",display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",width:"100%",height:"100%"}),OO=k.div(({theme:e})=>({position:"relative",width:"80%",marginBottom:"0.75rem",maxWidth:300,height:5,borderRadius:5,background:bt(.8,e.color.secondary),overflow:"hidden",cursor:"progress"})),TO=k.div(({theme:e})=>({position:"absolute",top:0,left:0,height:"100%",background:e.color.secondary})),k5=k.div(({theme:e})=>({minHeight:"2em",fontSize:`${e.typography.size.s1}px`,color:e.barTextColor})),MO=k(a2)(({theme:e})=>({width:20,height:20,marginBottom:"0.5rem",color:e.textMutedColor})),LO=$n`
|
|
468
|
+
from { content: "..." }
|
|
469
|
+
33% { content: "." }
|
|
470
|
+
66% { content: ".." }
|
|
471
|
+
to { content: "..." }
|
|
472
|
+
`,PO=k.span({"&::after":{content:"'...'",animation:`${LO} 1s linear infinite`,animationDelay:"1s",display:"inline-block",width:"1em",height:"auto"}}),L4=({progress:e,error:t,size:n,...r})=>{if(t)return m.createElement(R5,{"aria-label":t.toString(),"aria-live":"polite",role:"status",...r},m.createElement(MO,null),m.createElement(k5,null,t.message));if(e){let{value:o,modules:a}=e,{message:l}=e;return a&&(l+=` ${a.complete} / ${a.total} modules`),m.createElement(R5,{"aria-label":"Content is loading...","aria-live":"polite","aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":o*100,"aria-valuetext":l,role:"progressbar",...r},m.createElement(OO,null,m.createElement(TO,{style:{width:`${o*100}%`}})),m.createElement(k5,null,l,o<1&&m.createElement(PO,{key:l})))}return m.createElement($O,{"aria-label":"Content is loading...","aria-live":"polite",role:"status",size:n,...r})};function zO(e){let t={},n=e.split("&");for(let r=0;r<n.length;r++){let o=n[r].split("=");t[decodeURIComponent(o[0])]=decodeURIComponent(o[1]||"")}return t}var P4=(e,t,n={})=>{let[r,o]=e.split("?"),a=o?{...zO(o),...n,id:t}:{...n,id:t};return`${r}?${Object.entries(a).map(l=>`${l[0]}=${l[1]}`).join("&")}`},NO=k.pre`
|
|
473
|
+
line-height: 18px;
|
|
474
|
+
padding: 11px 1rem;
|
|
475
|
+
white-space: pre-wrap;
|
|
476
|
+
background: rgba(0, 0, 0, 0.05);
|
|
477
|
+
color: ${V.darkest};
|
|
478
|
+
border-radius: 3px;
|
|
479
|
+
margin: 1rem 0;
|
|
480
|
+
width: 100%;
|
|
481
|
+
display: block;
|
|
482
|
+
overflow: hidden;
|
|
483
|
+
font-family: ${sn.fonts.mono};
|
|
484
|
+
font-size: ${sn.size.s2-1}px;
|
|
485
|
+
`,BO=({code:e,...t})=>m.createElement(NO,{id:"clipboard-code",...t},e),z4=m4,N4={};Object.keys(m4).forEach(e=>{N4[e]=i.forwardRef((t,n)=>i.createElement(e,{...t,ref:n}))});const FO=Object.freeze(Object.defineProperty({__proto__:null,A:Z2,ActionBar:s1,AddonPanel:xO,Badge:CA,Bar:O1,Blockquote:Q2,Button:pr,ClipboardCode:BO,Code:C1,DL:e4,Div:J2,DocumentWrapper:$A,EmptyTabContent:T1,ErrorFormatter:R4,FlexBar:Zs,Form:na,H1:t4,H2:_1,H3:R1,H4:n4,H5:r4,H6:o4,HR:a4,IconButton:nr,IconButtonSkeleton:oO,Icons:_O,Img:l4,LI:i4,Link:zr,ListItem:$4,Loader:L4,Modal:UA,OL:s4,P:c4,Placeholder:XA,Pre:u4,ResetWrapper:k1,ScrollArea:Gs,Separator:z1,Spaced:GA,Span:d4,StorybookIcon:IO,StorybookLogo:kO,Symbols:RO,SyntaxHighlighter:Xs,TT:p4,TabBar:M1,TabButton:Ol,TabWrapper:yO,Table:f4,Tabs:L1,TabsState:P1,TooltipLinkList:O4,TooltipMessage:H$,TooltipNote:j$,UL:h4,WithTooltip:M$,WithTooltipPure:A4,Zoom:_4,codeCommon:Mn,components:z4,createCopyToClipboardFunction:Hv,getStoryHref:P4,icons:ms,interleaveSeparators:wO,nameSpaceClassNames:fe,resetComponents:N4,withReset:ve},Symbol.toStringTag,{value:"Module"}));function HO(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function hl(e,t){return hl=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,r){return n.__proto__=r,n},hl(e,t)}function DO(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,hl(e,t)}function M0(e){return M0=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},M0(e)}function jO(e){try{return Function.toString.call(e).indexOf("[native code]")!==-1}catch{return typeof e=="function"}}function B4(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(B4=function(){return!!e})()}function UO(e,t,n){if(B4())return Reflect.construct.apply(null,arguments);var r=[null];r.push.apply(r,t);var o=new(e.bind.apply(e,r));return n&&hl(o,n.prototype),o}function L0(e){var t=typeof Map=="function"?new Map:void 0;return L0=function(r){if(r===null||!jO(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,o)}function o(){return UO(r,arguments,M0(this).constructor)}return o.prototype=Object.create(r.prototype,{constructor:{value:o,enumerable:!1,writable:!0,configurable:!0}}),hl(o,r)},L0(e)}var un=function(e){DO(t,e);function t(n){var r;return r=e.call(this,"An error occurred. See https://github.com/styled-components/polished/blob/main/src/internalHelpers/errors.md#"+n+" for more information.")||this,HO(r)}return t}(L0(Error));function nu(e){return Math.round(e*255)}function VO(e,t,n){return nu(e)+","+nu(t)+","+nu(n)}function ml(e,t,n,r){if(r===void 0&&(r=VO),t===0)return r(n,n,n);var o=(e%360+360)%360/60,a=(1-Math.abs(2*n-1))*t,l=a*(1-Math.abs(o%2-1)),s=0,c=0,u=0;o>=0&&o<1?(s=a,c=l):o>=1&&o<2?(s=l,c=a):o>=2&&o<3?(c=a,u=l):o>=3&&o<4?(c=l,u=a):o>=4&&o<5?(s=l,u=a):o>=5&&o<6&&(s=a,u=l);var d=n-a/2,p=s+d,h=c+d,f=u+d;return r(p,h,f)}var I5={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 WO(e){if(typeof e!="string")return e;var t=e.toLowerCase();return I5[t]?"#"+I5[t]:e}var GO=/^#[a-fA-F0-9]{6}$/,qO=/^#[a-fA-F0-9]{8}$/,KO=/^#[a-fA-F0-9]{3}$/,YO=/^#[a-fA-F0-9]{4}$/,ru=/^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i,XO=/^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i,ZO=/^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,QO=/^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 qo(e){if(typeof e!="string")throw new un(3);var t=WO(e);if(t.match(GO))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(qO)){var n=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:n}}if(t.match(KO))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(YO)){var r=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:r}}var o=ru.exec(t);if(o)return{red:parseInt(""+o[1],10),green:parseInt(""+o[2],10),blue:parseInt(""+o[3],10)};var a=XO.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=ZO.exec(t);if(l){var s=parseInt(""+l[1],10),c=parseInt(""+l[2],10)/100,u=parseInt(""+l[3],10)/100,d="rgb("+ml(s,c,u)+")",p=ru.exec(d);if(!p)throw new un(4,t,d);return{red:parseInt(""+p[1],10),green:parseInt(""+p[2],10),blue:parseInt(""+p[3],10)}}var h=QO.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,S="rgb("+ml(f,v,g)+")",b=ru.exec(S);if(!b)throw new un(4,t,S);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 un(5)}function JO(e){var t=e.red/255,n=e.green/255,r=e.blue/255,o=Math.max(t,n,r),a=Math.min(t,n,r),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 s,c=o-a,u=l>.5?c/(2-o-a):c/(o+a);switch(o){case t:s=(n-r)/c+(n<r?6:0);break;case n:s=(r-t)/c+2;break;default:s=(t-n)/c+4;break}return s*=60,e.alpha!==void 0?{hue:s,saturation:u,lightness:l,alpha:e.alpha}:{hue:s,saturation:u,lightness:l}}function hr(e){return JO(qo(e))}var eT=function(t){return t.length===7&&t[1]===t[2]&&t[3]===t[4]&&t[5]===t[6]?"#"+t[1]+t[3]+t[5]:t},P0=eT;function Cr(e){var t=e.toString(16);return t.length===1?"0"+t:t}function ou(e){return Cr(Math.round(e*255))}function tT(e,t,n){return P0("#"+ou(e)+ou(t)+ou(n))}function gs(e,t,n){return ml(e,t,n,tT)}function nT(e,t,n){if(typeof e=="number"&&typeof t=="number"&&typeof n=="number")return gs(e,t,n);if(typeof e=="object"&&t===void 0&&n===void 0)return gs(e.hue,e.saturation,e.lightness);throw new un(1)}function rT(e,t,n,r){if(typeof e=="number"&&typeof t=="number"&&typeof n=="number"&&typeof r=="number")return r>=1?gs(e,t,n):"rgba("+ml(e,t,n)+","+r+")";if(typeof e=="object"&&t===void 0&&n===void 0&&r===void 0)return e.alpha>=1?gs(e.hue,e.saturation,e.lightness):"rgba("+ml(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new un(2)}function z0(e,t,n){if(typeof e=="number"&&typeof t=="number"&&typeof n=="number")return P0("#"+Cr(e)+Cr(t)+Cr(n));if(typeof e=="object"&&t===void 0&&n===void 0)return P0("#"+Cr(e.red)+Cr(e.green)+Cr(e.blue));throw new un(6)}function nn(e,t,n,r){if(typeof e=="string"&&typeof t=="number"){var o=qo(e);return"rgba("+o.red+","+o.green+","+o.blue+","+t+")"}else{if(typeof e=="number"&&typeof t=="number"&&typeof n=="number"&&typeof r=="number")return r>=1?z0(e,t,n):"rgba("+e+","+t+","+n+","+r+")";if(typeof e=="object"&&t===void 0&&n===void 0&&r===void 0)return e.alpha>=1?z0(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")"}throw new un(7)}var oT=function(t){return typeof t.red=="number"&&typeof t.green=="number"&&typeof t.blue=="number"&&(typeof t.alpha!="number"||typeof t.alpha>"u")},aT=function(t){return typeof t.red=="number"&&typeof t.green=="number"&&typeof t.blue=="number"&&typeof t.alpha=="number"},lT=function(t){return typeof t.hue=="number"&&typeof t.saturation=="number"&&typeof t.lightness=="number"&&(typeof t.alpha!="number"||typeof t.alpha>"u")},iT=function(t){return typeof t.hue=="number"&&typeof t.saturation=="number"&&typeof t.lightness=="number"&&typeof t.alpha=="number"};function mr(e){if(typeof e!="object")throw new un(8);if(aT(e))return nn(e);if(oT(e))return z0(e);if(iT(e))return rT(e);if(lT(e))return nT(e);throw new un(8)}function F4(e,t,n){return function(){var o=n.concat(Array.prototype.slice.call(arguments));return o.length>=t?e.apply(this,o):F4(e,t,o)}}function ht(e){return F4(e,e.length,[])}function sT(e,t){if(t==="transparent")return t;var n=hr(t);return mr(ae({},n,{hue:n.hue+parseFloat(e)}))}ht(sT);function ra(e,t,n){return Math.max(e,Math.min(t,n))}function cT(e,t){if(t==="transparent")return t;var n=hr(t);return mr(ae({},n,{lightness:ra(0,1,n.lightness-parseFloat(e))}))}var uT=ht(cT),Qt=uT;function dT(e,t){if(t==="transparent")return t;var n=hr(t);return mr(ae({},n,{saturation:ra(0,1,n.saturation-parseFloat(e))}))}ht(dT);function fT(e,t){if(t==="transparent")return t;var n=hr(t);return mr(ae({},n,{lightness:ra(0,1,n.lightness+parseFloat(e))}))}var pT=ht(fT),_r=pT;function hT(e,t,n){if(t==="transparent")return n;if(n==="transparent")return t;if(e===0)return n;var r=qo(t),o=ae({},r,{alpha:typeof r.alpha=="number"?r.alpha:1}),a=qo(n),l=ae({},a,{alpha:typeof a.alpha=="number"?a.alpha:1}),s=o.alpha-l.alpha,c=parseFloat(e)*2-1,u=c*s===-1?c:c+s,d=1+c*s,p=(u/d+1)/2,h=1-p,f={red:Math.floor(o.red*p+l.red*h),green:Math.floor(o.green*p+l.green*h),blue:Math.floor(o.blue*p+l.blue*h),alpha:o.alpha*parseFloat(e)+l.alpha*(1-parseFloat(e))};return nn(f)}var mT=ht(hT),H4=mT;function gT(e,t){if(t==="transparent")return t;var n=qo(t),r=typeof n.alpha=="number"?n.alpha:1,o=ae({},n,{alpha:ra(0,1,(r*100+parseFloat(e)*100)/100)});return nn(o)}var vT=ht(gT),si=vT;function yT(e,t){if(t==="transparent")return t;var n=hr(t);return mr(ae({},n,{saturation:ra(0,1,n.saturation+parseFloat(e))}))}ht(yT);function wT(e,t){return t==="transparent"?t:mr(ae({},hr(t),{hue:parseFloat(e)}))}ht(wT);function bT(e,t){return t==="transparent"?t:mr(ae({},hr(t),{lightness:parseFloat(e)}))}ht(bT);function ET(e,t){return t==="transparent"?t:mr(ae({},hr(t),{saturation:parseFloat(e)}))}ht(ET);function xT(e,t){return t==="transparent"?t:H4(parseFloat(e),"rgb(0, 0, 0)",t)}ht(xT);function ST(e,t){return t==="transparent"?t:H4(parseFloat(e),"rgb(255, 255, 255)",t)}ht(ST);function CT(e,t){if(t==="transparent")return t;var n=qo(t),r=typeof n.alpha=="number"?n.alpha:1,o=ae({},n,{alpha:ra(0,1,+(r*100-parseFloat(e)*100).toFixed(2)/100)});return nn(o)}var _T=ht(CT),de=_T;function RT(e,t){for(var n=-1,r=t.length,o=e.length;++n<r;)e[o+n]=t[n];return e}var D4=RT,kT=D4,IT=ir;function AT(e,t,n){var r=t(e);return IT(e)?r:kT(r,n(e))}var j4=AT;function $T(e,t){for(var n=-1,r=e==null?0:e.length,o=0,a=[];++n<r;){var l=e[n];t(l,n,e)&&(a[o++]=l)}return a}var OT=$T;function TT(){return[]}var U4=TT,MT=OT,LT=U4,PT=Object.prototype,zT=PT.propertyIsEnumerable,A5=Object.getOwnPropertySymbols,NT=A5?function(e){return e==null?[]:(e=Object(e),MT(A5(e),function(t){return zT.call(e,t)}))}:LT,N1=NT;function BT(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}var FT=BT,HT=9007199254740991,DT=/^(?:0|[1-9]\d*)$/;function jT(e,t){var n=typeof e;return t=t??HT,!!t&&(n=="number"||n!="symbol"&&DT.test(e))&&e>-1&&e%1==0&&e<t}var B1=jT,UT=FT,VT=Sh,WT=ir,GT=G0,qT=B1,KT=Ch,YT=Object.prototype,XT=YT.hasOwnProperty;function ZT(e,t){var n=WT(e),r=!n&&VT(e),o=!n&&!r&>(e),a=!n&&!r&&!o&&KT(e),l=n||r||o||a,s=l?UT(e.length,String):[],c=s.length;for(var u in e)(t||XT.call(e,u))&&!(l&&(u=="length"||o&&(u=="offset"||u=="parent")||a&&(u=="buffer"||u=="byteLength"||u=="byteOffset")||qT(u,c)))&&s.push(u);return s}var V4=ZT,QT=Object.prototype;function JT(e){var t=e&&e.constructor,n=typeof t=="function"&&t.prototype||QT;return e===n}var F1=JT;function eM(e,t){return function(n){return e(t(n))}}var W4=eM,tM=W4,nM=tM(Object.keys,Object),rM=nM,oM=F1,aM=rM,lM=Object.prototype,iM=lM.hasOwnProperty;function sM(e){if(!oM(e))return aM(e);var t=[];for(var n in Object(e))iM.call(e,n)&&n!="constructor"&&t.push(n);return t}var cM=sM,uM=c3,dM=_h;function fM(e){return e!=null&&dM(e.length)&&!uM(e)}var G4=fM,pM=V4,hM=cM,mM=G4;function gM(e){return mM(e)?pM(e):hM(e)}var Qs=gM,vM=j4,yM=N1,wM=Qs;function bM(e){return vM(e,wM,yM)}var q4=bM,$5=q4,EM=1,xM=Object.prototype,SM=xM.hasOwnProperty;function CM(e,t,n,r,o,a){var l=n&EM,s=$5(e),c=s.length,u=$5(t),d=u.length;if(c!=d&&!l)return!1;for(var p=c;p--;){var h=s[p];if(!(l?h in t:SM.call(t,h)))return!1}var f=a.get(e),v=a.get(t);if(f&&v)return f==t&&v==e;var g=!0;a.set(e,t),a.set(t,e);for(var S=l;++p<c;){h=s[p];var b=e[h],w=t[h];if(r)var y=l?r(w,b,h,t,e,a):r(b,w,h,e,t,a);if(!(y===void 0?b===w||o(b,w,n,r,a):y)){g=!1;break}S||(S=h=="constructor")}if(g&&!S){var E=e.constructor,x=t.constructor;E!=x&&"constructor"in e&&"constructor"in t&&!(typeof E=="function"&&E instanceof E&&typeof x=="function"&&x instanceof x)&&(g=!1)}return a.delete(e),a.delete(t),g}var _M=CM,au=q0,RM=u3,kM=d3,IM=_M,O5=ys,T5=ir,M5=G0,AM=Ch,$M=1,L5="[object Arguments]",P5="[object Array]",ci="[object Object]",OM=Object.prototype,z5=OM.hasOwnProperty;function TM(e,t,n,r,o,a){var l=T5(e),s=T5(t),c=l?P5:O5(e),u=s?P5:O5(t);c=c==L5?ci:c,u=u==L5?ci:u;var d=c==ci,p=u==ci,h=c==u;if(h&&M5(e)){if(!M5(t))return!1;l=!0,d=!1}if(h&&!d)return a||(a=new au),l||AM(e)?RM(e,t,n,r,o,a):kM(e,t,c,n,r,o,a);if(!(n&$M)){var f=d&&z5.call(e,"__wrapped__"),v=p&&z5.call(t,"__wrapped__");if(f||v){var g=f?e.value():e,S=v?t.value():t;return a||(a=new au),o(g,S,n,r,a)}}return h?(a||(a=new au),IM(e,t,n,r,o,a)):!1}var MM=TM,LM=MM,N5=K0;function K4(e,t,n,r,o){return e===t?!0:e==null||t==null||!N5(e)&&!N5(t)?e!==e&&t!==t:LM(e,t,n,r,K4,o)}var Y4=K4,PM=q0,zM=Y4,NM=1,BM=2;function FM(e,t,n,r){var o=n.length,a=o,l=!r;if(e==null)return!a;for(e=Object(e);o--;){var s=n[o];if(l&&s[2]?s[1]!==e[s[0]]:!(s[0]in e))return!1}for(;++o<a;){s=n[o];var c=s[0],u=e[c],d=s[1];if(l&&s[2]){if(u===void 0&&!(c in e))return!1}else{var p=new PM;if(r)var h=r(u,d,c,e,t,p);if(!(h===void 0?zM(d,u,NM|BM,r,p):h))return!1}}return!0}var HM=FM,DM=vl;function jM(e){return e===e&&!DM(e)}var X4=jM,UM=X4,VM=Qs;function WM(e){for(var t=VM(e),n=t.length;n--;){var r=t[n],o=e[r];t[n]=[r,o,UM(o)]}return t}var GM=WM;function qM(e,t){return function(n){return n==null?!1:n[e]===t&&(t!==void 0||e in Object(n))}}var Z4=qM,KM=HM,YM=GM,XM=Z4;function ZM(e){var t=YM(e);return t.length==1&&t[0][2]?XM(t[0][0],t[0][1]):function(n){return n===e||KM(n,e,t)}}var QM=ZM,JM=ir,eL=Rh,tL=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,nL=/^\w*$/;function rL(e,t){if(JM(e))return!1;var n=typeof e;return n=="number"||n=="symbol"||n=="boolean"||e==null||eL(e)?!0:nL.test(e)||!tL.test(e)||t!=null&&e in Object(t)}var H1=rL,oL=f3;function aL(e){return e==null?"":oL(e)}var lL=aL,iL=ir,sL=H1,cL=p3,uL=lL;function dL(e,t){return iL(e)?e:sL(e,t)?[e]:cL(uL(e))}var Js=dL,fL=Rh,pL=1/0;function hL(e){if(typeof e=="string"||fL(e))return e;var t=e+"";return t=="0"&&1/e==-pL?"-0":t}var Tl=hL,mL=Js,gL=Tl;function vL(e,t){t=mL(t,e);for(var n=0,r=t.length;e!=null&&n<r;)e=e[gL(t[n++])];return n&&n==r?e:void 0}var D1=vL,yL=D1;function wL(e,t,n){var r=e==null?void 0:yL(e,t);return r===void 0?n:r}var bL=wL;function EL(e,t){return e!=null&&t in Object(e)}var xL=EL,SL=Js,CL=Sh,_L=ir,RL=B1,kL=_h,IL=Tl;function AL(e,t,n){t=SL(t,e);for(var r=-1,o=t.length,a=!1;++r<o;){var l=IL(t[r]);if(!(a=e!=null&&n(e,l)))break;e=e[l]}return a||++r!=o?a:(o=e==null?0:e.length,!!o&&kL(o)&&RL(l,o)&&(_L(e)||CL(e)))}var $L=AL,OL=xL,TL=$L;function ML(e,t){return e!=null&&TL(e,t,OL)}var LL=ML,PL=Y4,zL=bL,NL=LL,BL=H1,FL=X4,HL=Z4,DL=Tl,jL=1,UL=2;function VL(e,t){return BL(e)&&FL(t)?HL(DL(e),t):function(n){var r=zL(n,e);return r===void 0&&r===t?NL(n,e):PL(t,r,jL|UL)}}var WL=VL;function GL(e){return e}var qL=GL;function KL(e){return function(t){return t?.[e]}}var YL=KL,XL=D1;function ZL(e){return function(t){return XL(t,e)}}var QL=ZL,JL=YL,eP=QL,tP=H1,nP=Tl;function rP(e){return tP(e)?JL(nP(e)):eP(e)}var oP=rP,aP=QM,lP=WL,iP=qL,sP=ir,cP=oP;function uP(e){return typeof e=="function"?e:e==null?iP:typeof e=="object"?sP(e)?lP(e[0],e[1]):aP(e):cP(e)}var dP=uP,B5=h3;function fP(e,t,n){t=="__proto__"&&B5?B5(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}var Q4=fP,pP=Q4,hP=m3,mP=Object.prototype,gP=mP.hasOwnProperty;function vP(e,t,n){var r=e[t];(!(gP.call(e,t)&&hP(r,n))||n===void 0&&!(t in e))&&pP(e,t,n)}var j1=vP,yP=j1,wP=Js,bP=B1,F5=vl,EP=Tl;function xP(e,t,n,r){if(!F5(e))return e;t=wP(t,e);for(var o=-1,a=t.length,l=a-1,s=e;s!=null&&++o<a;){var c=EP(t[o]),u=n;if(c==="__proto__"||c==="constructor"||c==="prototype")return e;if(o!=l){var d=s[c];u=r?r(d,c,s):void 0,u===void 0&&(u=F5(d)?d:bP(t[o+1])?[]:{})}yP(s,c,u),s=s[c]}return e}var SP=xP,CP=D1,_P=SP,RP=Js;function kP(e,t,n){for(var r=-1,o=t.length,a={};++r<o;){var l=t[r],s=CP(e,l);n(s,l)&&_P(a,RP(l,e),s)}return a}var IP=kP,AP=W4,$P=AP(Object.getPrototypeOf,Object),J4=$P,OP=D4,TP=J4,MP=N1,LP=U4,PP=Object.getOwnPropertySymbols,zP=PP?function(e){for(var t=[];e;)OP(t,MP(e)),e=TP(e);return t}:LP,ey=zP;function NP(e){var t=[];if(e!=null)for(var n in Object(e))t.push(n);return t}var BP=NP,FP=vl,HP=F1,DP=BP,jP=Object.prototype,UP=jP.hasOwnProperty;function VP(e){if(!FP(e))return DP(e);var t=HP(e),n=[];for(var r in e)r=="constructor"&&(t||!UP.call(e,r))||n.push(r);return n}var WP=VP,GP=V4,qP=WP,KP=G4;function YP(e){return KP(e)?GP(e,!0):qP(e)}var U1=YP,XP=j4,ZP=ey,QP=U1;function JP(e){return XP(e,QP,ZP)}var ty=JP,ez=g3,tz=dP,nz=IP,rz=ty;function oz(e,t){if(e==null)return{};var n=ez(rz(e),function(r){return[r]});return t=tz(t),nz(e,n,function(r,o){return t(r,o[0])})}var az=oz;const lz=Yo(az);function kr(){return kr=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},kr.apply(this,arguments)}const iz=["children","options"],H5=["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"}),D5={amp:"&",apos:"'",gt:">",lt:"<",nbsp:" ",quot:"“"},sz=["style","script"],cz=/([-A-Z0-9_:]+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|(?:\{((?:\\.|{[^}]*?}|[^}])*)\})))?/gi,uz=/mailto:/i,dz=/\n{2,}$/,ny=/^( *>[^\n]+(\n[^\n]+)*\n*)+\n{2,}/,fz=/^ *> ?/gm,pz=/^ {2,}\n/,hz=/^(?:( *[-*_])){3,} *(?:\n *)+\n/,ry=/^\s*(`{3,}|~{3,}) *(\S+)?([^\n]*?)?\n([\s\S]+?)\s*\1 *(?:\n *)*\n?/,oy=/^(?: {4}[^\n]+\n*)+(?:\n *)+\n?/,mz=/^(`+)\s*([\s\S]*?[^`])\s*\1(?!`)/,gz=/^(?:\n *)*\n/,vz=/\r\n?/g,yz=/^\[\^([^\]]+)](:.*)\n/,wz=/^\[\^([^\]]+)]/,bz=/\f/g,Ez=/^\s*?\[(x|\s)\]/,ay=/^ *(#{1,6}) *([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/,ly=/^ *(#{1,6}) +([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/,iy=/^([^\n]+)\n *(=|-){3,} *(?:\n *)+\n/,N0=/^ *(?!<[a-z][^ >/]* ?\/>)<([a-z][^ >/]*) ?([^>]*)\/{0}>\n?(\s*(?:<\1[^>]*?>[\s\S]*?<\/\1>|(?!<\1)[\s\S])*?)<\/\1>\n*/i,xz=/&([a-z0-9]+|#[0-9]{1,6}|#x[0-9a-fA-F]{1,6});/gi,sy=/^<!--[\s\S]*?(?:-->)/,Sz=/^(data|aria|x)-[a-z_][a-z\d_.-]*$/,B0=/^ *<([a-z][a-z0-9:]*)(?:\s+((?:<.*?>|[^>])*))?\/?>(?!<\/\1>)(\s*\n)?/i,Cz=/^\{.*\}$/,_z=/^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/,Rz=/^<([^ >]+@[^ >]+)>/,kz=/^<([^ >]+:\/[^ >]+)>/,Iz=/-([a-z])?/gi,cy=/^(.*\|?.*)\n *(\|? *[-:]+ *\|[-| :]*)\n((?:.*\|.*\n)*)\n?/,Az=/^\[([^\]]*)\]:\s+<?([^\s>]+)>?\s*("([^"]*)")?/,$z=/^!\[([^\]]*)\] ?\[([^\]]*)\]/,Oz=/^\[([^\]]*)\] ?\[([^\]]*)\]/,Tz=/(\[|\])/g,Mz=/(\n|^[-*]\s|^#|^ {2,}|^-{2,}|^>\s)/,Lz=/\t/g,Pz=/^ *\| */,zz=/(^ *\||\| *$)/g,Nz=/ *$/,Bz=/^ *:-+: *$/,Fz=/^ *:-+ *$/,Hz=/^ *-+: *$/,Dz=/^([*_])\1((?:\[.*?\][([].*?[)\]]|<.*?>(?:.*?<.*?>)?|`.*?`|~+.*?~+|.)*?)\1\1(?!\1)/,jz=/^([*_])((?:\[.*?\][([].*?[)\]]|<.*?>(?:.*?<.*?>)?|`.*?`|~+.*?~+|.)*?)\1(?!\1|\w)/,Uz=/^==((?:\[.*?\]|<.*?>(?:.*?<.*?>)?|`.*?`|.)*?)==/,Vz=/^~~((?:\[.*?\]|<.*?>(?:.*?<.*?>)?|`.*?`|.)*?)~~/,Wz=/^\\([^0-9A-Za-z\s])/,Gz=/^[\s\S]+?(?=[^0-9A-Z\s\u00c0-\uffff&#;.()'"]|\d+\.|\n\n| {2,}\n|\w+:\S|$)/i,qz=/^\n+/,Kz=/^([ \t]*)/,Yz=/\\([^\\])/g,j5=/ *\n+$/,Xz=/(?:^|\n)( *)$/,V1="(?:\\d+\\.)",W1="(?:[*+-])";function uy(e){return"( *)("+(e===1?V1:W1)+") +"}const dy=uy(1),fy=uy(2);function py(e){return new RegExp("^"+(e===1?dy:fy))}const Zz=py(1),Qz=py(2);function hy(e){return new RegExp("^"+(e===1?dy:fy)+"[^\\n]*(?:\\n(?!\\1"+(e===1?V1:W1)+" )[^\\n]*)*(\\n|$)","gm")}const my=hy(1),gy=hy(2);function vy(e){const t=e===1?V1:W1;return new RegExp("^( *)("+t+") [\\s\\S]+?(?:\\n{2,}(?! )(?!\\1"+t+" (?!"+t+" ))\\n*|\\s*\\n*$)")}const yy=vy(1),wy=vy(2);function U5(e,t){const n=t===1,r=n?yy:wy,o=n?my:gy,a=n?Zz:Qz;return{t(l,s,c){const u=Xz.exec(c);return u&&(s.o||!s._&&!s.u)?r.exec(l=u[1]+l):null},i:Z.HIGH,l(l,s,c){const u=n?+l[2]:void 0,d=l[0].replace(dz,`
|
|
486
|
+
`).match(o);let p=!1;return{p:d.map(function(h,f){const v=a.exec(h)[0].length,g=new RegExp("^ {1,"+v+"}","gm"),S=h.replace(g,"").replace(a,""),b=f===d.length-1,w=S.indexOf(`
|
|
487
|
+
|
|
488
|
+
`)!==-1||b&&p;p=w;const y=c._,E=c.o;let x;c.o=!0,w?(c._=!1,x=S.replace(j5,`
|
|
489
|
+
|
|
490
|
+
`)):(c._=!0,x=S.replace(j5,""));const C=s(x,c);return c._=y,c.o=E,C}),m:n,g:u}},h:(l,s,c)=>e(l.m?"ol":"ul",{key:c.k,start:l.g},l.p.map(function(u,d){return e("li",{key:d},s(u,c))}))}}const Jz=/^\[([^\]]*)]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/,eN=/^!\[([^\]]*)]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/,by=[ny,ry,oy,ay,iy,ly,sy,cy,my,yy,gy,wy],tN=[...by,/^[^\n]+(?: \n|\n{2,})/,N0,B0];function nN(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 rN(e){return Hz.test(e)?"right":Bz.test(e)?"center":Fz.test(e)?"left":null}function V5(e,t,n){const r=n.$;n.$=!0;const o=t(e.trim(),n);n.$=r;let a=[[]];return o.forEach(function(l,s){l.type==="tableSeparator"?s!==0&&s!==o.length-1&&a.push([]):(l.type!=="text"||o[s+1]!=null&&o[s+1].type!=="tableSeparator"||(l.v=l.v.replace(Nz,"")),a[a.length-1].push(l))}),a}function oN(e,t,n){n._=!0;const r=V5(e[1],t,n),o=e[2].replace(zz,"").split("|").map(rN),a=function(l,s,c){return l.trim().split(`
|
|
491
|
+
`).map(function(u){return V5(u,s,c)})}(e[3],t,n);return n._=!1,{S:o,A:a,L:r,type:"table"}}function W5(e,t){return e.S[t]==null?{}:{textAlign:e.S[t]}}function zn(e){return function(t,n){return n._?e.exec(t):null}}function Nn(e){return function(t,n){return n._||n.u?e.exec(t):null}}function yn(e){return function(t,n){return n._||n.u?null:e.exec(t)}}function Ea(e){return function(t){return e.exec(t)}}function aN(e,t,n){if(t._||t.u||n&&!n.endsWith(`
|
|
492
|
+
`))return null;let r="";e.split(`
|
|
493
|
+
`).every(a=>!by.some(l=>l.test(a))&&(r+=a+`
|
|
494
|
+
`,a.trim()));const o=r.trimEnd();return o==""?null:[r,o]}function ao(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 G5(e){return e.replace(Yz,"$1")}function Li(e,t,n){const r=n._||!1,o=n.u||!1;n._=!0,n.u=!0;const a=e(t,n);return n._=r,n.u=o,a}function lN(e,t,n){const r=n._||!1,o=n.u||!1;n._=!1,n.u=!0;const a=e(t,n);return n._=r,n.u=o,a}function iN(e,t,n){return n._=!1,e(t,n)}const lu=(e,t,n)=>({v:Li(t,e[1],n)});function iu(){return{}}function su(){return null}function sN(...e){return e.filter(Boolean).join(" ")}function cu(e,t,n){let r=e;const o=t.split(".");for(;o.length&&(r=r[o[0]],r!==void 0);)o.shift();return r||n}var Z;function cN(e,t={}){t.overrides=t.overrides||{},t.slugify=t.slugify||nN,t.namedCodesToUnicode=t.namedCodesToUnicode?kr({},D5,t.namedCodesToUnicode):D5;const n=t.createElement||i.createElement;function r(f,v,...g){const S=cu(t.overrides,`${f}.props`,{});return n(function(b,w){const y=cu(w,b);return y?typeof y=="function"||typeof y=="object"&&"render"in y?y:cu(w,`${b}.component`,b):b}(f,t.overrides),kr({},v,S,{className:sN(v?.className,S.className)||void 0}),...g)}function o(f){let v=!1;t.forceInline?v=!0:t.forceBlock||(v=Mz.test(f)===!1);const g=d(u(v?f:`${f.trimEnd().replace(qz,"")}
|
|
495
|
+
|
|
496
|
+
`,{_:v}));for(;typeof g[g.length-1]=="string"&&!g[g.length-1].trim();)g.pop();if(t.wrapper===null)return g;const S=t.wrapper||(v?"span":"div");let b;if(g.length>1||t.forceWrapper)b=g;else{if(g.length===1)return b=g[0],typeof b=="string"?r("span",{key:"outer"},b):b;b=null}return i.createElement(S,{key:"outer"},b)}function a(f){const v=f.match(cz);return v?v.reduce(function(g,S,b){const w=S.indexOf("=");if(w!==-1){const y=function(_){return _.indexOf("-")!==-1&&_.match(Sz)===null&&(_=_.replace(Iz,function(R,A){return A.toUpperCase()})),_}(S.slice(0,w)).trim(),E=function(_){const R=_[0];return(R==='"'||R==="'")&&_.length>=2&&_[_.length-1]===R?_.slice(1,-1):_}(S.slice(w+1).trim()),x=H5[y]||y,C=g[x]=function(_,R){return _==="style"?R.split(/;\s?/).reduce(function(A,I){const $=I.slice(0,I.indexOf(":"));return A[$.replace(/(-[a-z])/g,M=>M[1].toUpperCase())]=I.slice($.length+1).trim(),A},{}):_==="href"?ao(R):(R.match(Cz)&&(R=R.slice(1,R.length-1)),R==="true"||R!=="false"&&R)}(y,E);typeof C=="string"&&(N0.test(C)||B0.test(C))&&(g[x]=i.cloneElement(o(C.trim()),{key:b}))}else S!=="style"&&(g[H5[S]||S]=!0);return g},{}):null}const l=[],s={},c={blockQuote:{t:yn(ny),i:Z.HIGH,l:(f,v,g)=>({v:v(f[0].replace(fz,""),g)}),h:(f,v,g)=>r("blockquote",{key:g.k},v(f.v,g))},breakLine:{t:Ea(pz),i:Z.HIGH,l:iu,h:(f,v,g)=>r("br",{key:g.k})},breakThematic:{t:yn(hz),i:Z.HIGH,l:iu,h:(f,v,g)=>r("hr",{key:g.k})},codeBlock:{t:yn(oy),i:Z.MAX,l:f=>({v:f[0].replace(/^ {4}/gm,"").replace(/\n+$/,""),M:void 0}),h:(f,v,g)=>r("pre",{key:g.k},r("code",kr({},f.O,{className:f.M?`lang-${f.M}`:""}),f.v))},codeFenced:{t:yn(ry),i:Z.MAX,l:f=>({O:a(f[3]||""),v:f[4],M:f[2]||void 0,type:"codeBlock"})},codeInline:{t:Nn(mz),i:Z.LOW,l:f=>({v:f[2]}),h:(f,v,g)=>r("code",{key:g.k},f.v)},footnote:{t:yn(yz),i:Z.MAX,l:f=>(l.push({I:f[2],j:f[1]}),{}),h:su},footnoteReference:{t:zn(wz),i:Z.HIGH,l:f=>({v:f[1],B:`#${t.slugify(f[1])}`}),h:(f,v,g)=>r("a",{key:g.k,href:ao(f.B)},r("sup",{key:g.k},f.v))},gfmTask:{t:zn(Ez),i:Z.HIGH,l:f=>({R:f[1].toLowerCase()==="x"}),h:(f,v,g)=>r("input",{checked:f.R,key:g.k,readOnly:!0,type:"checkbox"})},heading:{t:yn(t.enforceAtxHeadings?ly:ay),i:Z.HIGH,l:(f,v,g)=>({v:Li(v,f[2],g),T:t.slugify(f[2]),C:f[1].length}),h:(f,v,g)=>r(`h${f.C}`,{id:f.T,key:g.k},v(f.v,g))},headingSetext:{t:yn(iy),i:Z.MAX,l:(f,v,g)=>({v:Li(v,f[1],g),C:f[2]==="="?1:2,type:"heading"})},htmlComment:{t:Ea(sy),i:Z.HIGH,l:()=>({}),h:su},image:{t:Nn(eN),i:Z.HIGH,l:f=>({D:f[1],B:G5(f[2]),F:f[3]}),h:(f,v,g)=>r("img",{key:g.k,alt:f.D||void 0,title:f.F||void 0,src:ao(f.B)})},link:{t:zn(Jz),i:Z.LOW,l:(f,v,g)=>({v:lN(v,f[1],g),B:G5(f[2]),F:f[3]}),h:(f,v,g)=>r("a",{key:g.k,href:ao(f.B),title:f.F},v(f.v,g))},linkAngleBraceStyleDetector:{t:zn(kz),i:Z.MAX,l:f=>({v:[{v:f[1],type:"text"}],B:f[1],type:"link"})},linkBareUrlDetector:{t:(f,v)=>v.N?null:zn(_z)(f,v),i:Z.MAX,l:f=>({v:[{v:f[1],type:"text"}],B:f[1],F:void 0,type:"link"})},linkMailtoDetector:{t:zn(Rz),i:Z.MAX,l(f){let v=f[1],g=f[1];return uz.test(g)||(g="mailto:"+g),{v:[{v:v.replace("mailto:",""),type:"text"}],B:g,type:"link"}}},orderedList:U5(r,1),unorderedList:U5(r,2),newlineCoalescer:{t:yn(gz),i:Z.LOW,l:iu,h:()=>`
|
|
497
|
+
`},paragraph:{t:aN,i:Z.LOW,l:lu,h:(f,v,g)=>r("p",{key:g.k},v(f.v,g))},ref:{t:zn(Az),i:Z.MAX,l:f=>(s[f[1]]={B:f[2],F:f[4]},{}),h:su},refImage:{t:Nn($z),i:Z.MAX,l:f=>({D:f[1]||void 0,P:f[2]}),h:(f,v,g)=>r("img",{key:g.k,alt:f.D,src:ao(s[f.P].B),title:s[f.P].F})},refLink:{t:zn(Oz),i:Z.MAX,l:(f,v,g)=>({v:v(f[1],g),Z:v(f[0].replace(Tz,"\\$1"),g),P:f[2]}),h:(f,v,g)=>s[f.P]?r("a",{key:g.k,href:ao(s[f.P].B),title:s[f.P].F},v(f.v,g)):r("span",{key:g.k},v(f.Z,g))},table:{t:yn(cy),i:Z.HIGH,l:oN,h:(f,v,g)=>r("table",{key:g.k},r("thead",null,r("tr",null,f.L.map(function(S,b){return r("th",{key:b,style:W5(f,b)},v(S,g))}))),r("tbody",null,f.A.map(function(S,b){return r("tr",{key:b},S.map(function(w,y){return r("td",{key:y,style:W5(f,y)},v(w,g))}))})))},tableSeparator:{t:function(f,v){return v.$?(v._=!0,Pz.exec(f)):null},i:Z.HIGH,l:function(){return{type:"tableSeparator"}},h:()=>" | "},text:{t:Ea(Gz),i:Z.MIN,l:f=>({v:f[0].replace(xz,(v,g)=>t.namedCodesToUnicode[g]?t.namedCodesToUnicode[g]:v)}),h:f=>f.v},textBolded:{t:Nn(Dz),i:Z.MED,l:(f,v,g)=>({v:v(f[2],g)}),h:(f,v,g)=>r("strong",{key:g.k},v(f.v,g))},textEmphasized:{t:Nn(jz),i:Z.LOW,l:(f,v,g)=>({v:v(f[2],g)}),h:(f,v,g)=>r("em",{key:g.k},v(f.v,g))},textEscaped:{t:Nn(Wz),i:Z.HIGH,l:f=>({v:f[1],type:"text"})},textMarked:{t:Nn(Uz),i:Z.LOW,l:lu,h:(f,v,g)=>r("mark",{key:g.k},v(f.v,g))},textStrikethroughed:{t:Nn(Vz),i:Z.LOW,l:lu,h:(f,v,g)=>r("del",{key:g.k},v(f.v,g))}};t.disableParsingRawHTML!==!0&&(c.htmlBlock={t:Ea(N0),i:Z.HIGH,l(f,v,g){const[,S]=f[3].match(Kz),b=new RegExp(`^${S}`,"gm"),w=f[3].replace(b,""),y=(E=w,tN.some(R=>R.test(E))?iN:Li);var E;const x=f[1].toLowerCase(),C=sz.indexOf(x)!==-1;g.N=g.N||x==="a";const _=C?f[3]:y(v,w,g);return g.N=!1,{O:a(f[2]),v:_,G:C,H:C?x:f[1]}},h:(f,v,g)=>r(f.H,kr({key:g.k},f.O),f.G?f.v:v(f.v,g))},c.htmlSelfClosing={t:Ea(B0),i:Z.HIGH,l:f=>({O:a(f[2]||""),H:f[1]}),h:(f,v,g)=>r(f.H,kr({},f.O,{key:g.k}))});const u=function(f){let v=Object.keys(f);function g(S,b){let w=[],y="";for(;S;){let E=0;for(;E<v.length;){const x=v[E],C=f[x],_=C.t(S,b,y);if(_){const R=_[0];S=S.substring(R.length);const A=C.l(_,g,b);A.type==null&&(A.type=x),w.push(A),y=R;break}E++}}return w}return v.sort(function(S,b){let w=f[S].i,y=f[b].i;return w!==y?w-y:S<b?-1:1}),function(S,b){return g(function(w){return w.replace(vz,`
|
|
498
|
+
`).replace(bz,"").replace(Lz," ")}(S),b)}}(c),d=(p=function(f){return function(v,g,S){return f[v.type].h(v,g,S)}}(c),function f(v,g={}){if(Array.isArray(v)){const S=g.k,b=[];let w=!1;for(let y=0;y<v.length;y++){g.k=y;const E=f(v[y],g),x=typeof E=="string";x&&w?b[b.length-1]+=E:E!==null&&b.push(E),w=x}return g.k=S,b}return p(v,f,g)});var p;const h=o(e);return l.length?r("div",null,h,r("footer",{key:"footer"},l.map(function(f){return r("div",{id:t.slugify(f.j),key:f.j},f.j,d(u(f.I,{_:!0})))}))):h}(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"})(Z||(Z={}));const Ey=e=>{let{children:t,options:n}=e,r=function(o,a){if(o==null)return{};var l,s,c={},u=Object.keys(o);for(s=0;s<u.length;s++)a.indexOf(l=u[s])>=0||(c[l]=o[l]);return c}(e,iz);return i.cloneElement(cN(t,n),r)};function uN(e,t,n,r){for(var o=e.length,a=n+(r?1:-1);r?a--:++a<o;)if(t(e[a],a,e))return a;return-1}var dN=uN;function fN(e){return e!==e}var pN=fN;function hN(e,t,n){for(var r=n-1,o=e.length;++r<o;)if(e[r]===t)return r;return-1}var mN=hN,gN=dN,vN=pN,yN=mN;function wN(e,t,n){return t===t?yN(e,t,n):gN(e,vN,n)}var bN=wN,EN=bN;function xN(e,t){var n=e==null?0:e.length;return!!n&&EN(e,t,0)>-1}var SN=xN;function CN(e,t,n){for(var r=-1,o=e==null?0:e.length;++r<o;)if(n(t,e[r]))return!0;return!1}var _N=CN;function RN(){}var kN=RN,uu=v3,IN=kN,AN=kh,$N=1/0,ON=uu&&1/AN(new uu([,-0]))[1]==$N?function(e){return new uu(e)}:IN,TN=ON,MN=y3,LN=SN,PN=_N,zN=w3,NN=TN,BN=kh,FN=200;function HN(e,t,n){var r=-1,o=LN,a=e.length,l=!0,s=[],c=s;if(n)l=!1,o=PN;else if(a>=FN){var u=t?null:NN(e);if(u)return BN(u);l=!1,o=zN,c=new MN}else c=t?[]:s;e:for(;++r<a;){var d=e[r],p=t?t(d):d;if(d=n||d!==0?d:0,l&&p===p){for(var h=c.length;h--;)if(c[h]===p)continue e;t&&c.push(p),s.push(d)}else o(c,p,n)||(c!==s&&c.push(p),s.push(d))}return s}var DN=HN,jN=DN;function UN(e){return e&&e.length?jN(e):[]}var VN=UN;const WN=Yo(VN);function GN(e,t){for(var n=-1,r=e==null?0:e.length;++n<r&&t(e[n],n,e)!==!1;);return e}var qN=GN,KN=j1,YN=Q4;function XN(e,t,n,r){var o=!n;n||(n={});for(var a=-1,l=t.length;++a<l;){var s=t[a],c=r?r(n[s],e[s],s,n,e):void 0;c===void 0&&(c=e[s]),o?YN(n,s,c):KN(n,s,c)}return n}var ec=XN,ZN=ec,QN=Qs;function JN(e,t){return e&&ZN(t,QN(t),e)}var eB=JN,tB=ec,nB=U1;function rB(e,t){return e&&tB(t,nB(t),e)}var oB=rB,vs={exports:{}};vs.exports;(function(e,t){var n=b3,r=t&&!t.nodeType&&t,o=r&&!0&&e&&!e.nodeType&&e,a=o&&o.exports===r,l=a?n.Buffer:void 0,s=l?l.allocUnsafe:void 0;function c(u,d){if(d)return u.slice();var p=u.length,h=s?s(p):new u.constructor(p);return u.copy(h),h}e.exports=c})(vs,vs.exports);var aB=vs.exports;function lB(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n<r;)t[n]=e[n];return t}var iB=lB,sB=ec,cB=N1;function uB(e,t){return sB(e,cB(e),t)}var dB=uB,fB=ec,pB=ey;function hB(e,t){return fB(e,pB(e),t)}var mB=hB,gB=Object.prototype,vB=gB.hasOwnProperty;function yB(e){var t=e.length,n=new e.constructor(t);return t&&typeof e[0]=="string"&&vB.call(e,"index")&&(n.index=e.index,n.input=e.input),n}var wB=yB,q5=E3;function bB(e){var t=new e.constructor(e.byteLength);return new q5(t).set(new q5(e)),t}var G1=bB,EB=G1;function xB(e,t){var n=t?EB(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}var SB=xB,CB=/\w*$/;function _B(e){var t=new e.constructor(e.source,CB.exec(e));return t.lastIndex=e.lastIndex,t}var RB=_B,K5=x3,Y5=K5?K5.prototype:void 0,X5=Y5?Y5.valueOf:void 0;function kB(e){return X5?Object(X5.call(e)):{}}var IB=kB,AB=G1;function $B(e,t){var n=t?AB(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}var OB=$B,TB=G1,MB=SB,LB=RB,PB=IB,zB=OB,NB="[object Boolean]",BB="[object Date]",FB="[object Map]",HB="[object Number]",DB="[object RegExp]",jB="[object Set]",UB="[object String]",VB="[object Symbol]",WB="[object ArrayBuffer]",GB="[object DataView]",qB="[object Float32Array]",KB="[object Float64Array]",YB="[object Int8Array]",XB="[object Int16Array]",ZB="[object Int32Array]",QB="[object Uint8Array]",JB="[object Uint8ClampedArray]",eF="[object Uint16Array]",tF="[object Uint32Array]";function nF(e,t,n){var r=e.constructor;switch(t){case WB:return TB(e);case NB:case BB:return new r(+e);case GB:return MB(e,n);case qB:case KB:case YB:case XB:case ZB:case QB:case JB:case eF:case tF:return zB(e,n);case FB:return new r;case HB:case UB:return new r(e);case DB:return LB(e);case jB:return new r;case VB:return PB(e)}}var rF=nF,oF=vl,Z5=Object.create,aF=function(){function e(){}return function(t){if(!oF(t))return{};if(Z5)return Z5(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}(),lF=aF,iF=lF,sF=J4,cF=F1;function uF(e){return typeof e.constructor=="function"&&!cF(e)?iF(sF(e)):{}}var dF=uF,fF=ys,pF=K0,hF="[object Map]";function mF(e){return pF(e)&&fF(e)==hF}var gF=mF,vF=gF,yF=Ah,Q5=Ih,J5=Q5&&Q5.isMap,wF=J5?yF(J5):vF,bF=wF,EF=ys,xF=K0,SF="[object Set]";function CF(e){return xF(e)&&EF(e)==SF}var _F=CF,RF=_F,kF=Ah,eh=Ih,th=eh&&eh.isSet,IF=th?kF(th):RF,AF=IF,$F=q0,OF=qN,TF=j1,MF=eB,LF=oB,PF=aB,zF=iB,NF=dB,BF=mB,FF=q4,HF=ty,DF=ys,jF=wB,UF=rF,VF=dF,WF=ir,GF=G0,qF=bF,KF=vl,YF=AF,XF=Qs,ZF=U1,QF=1,JF=2,eH=4,xy="[object Arguments]",tH="[object Array]",nH="[object Boolean]",rH="[object Date]",oH="[object Error]",Sy="[object Function]",aH="[object GeneratorFunction]",lH="[object Map]",iH="[object Number]",Cy="[object Object]",sH="[object RegExp]",cH="[object Set]",uH="[object String]",dH="[object Symbol]",fH="[object WeakMap]",pH="[object ArrayBuffer]",hH="[object DataView]",mH="[object Float32Array]",gH="[object Float64Array]",vH="[object Int8Array]",yH="[object Int16Array]",wH="[object Int32Array]",bH="[object Uint8Array]",EH="[object Uint8ClampedArray]",xH="[object Uint16Array]",SH="[object Uint32Array]",ie={};ie[xy]=ie[tH]=ie[pH]=ie[hH]=ie[nH]=ie[rH]=ie[mH]=ie[gH]=ie[vH]=ie[yH]=ie[wH]=ie[lH]=ie[iH]=ie[Cy]=ie[sH]=ie[cH]=ie[uH]=ie[dH]=ie[bH]=ie[EH]=ie[xH]=ie[SH]=!0;ie[oH]=ie[Sy]=ie[fH]=!1;function Pi(e,t,n,r,o,a){var l,s=t&QF,c=t&JF,u=t&eH;if(n&&(l=o?n(e,r,o,a):n(e)),l!==void 0)return l;if(!KF(e))return e;var d=WF(e);if(d){if(l=jF(e),!s)return zF(e,l)}else{var p=DF(e),h=p==Sy||p==aH;if(GF(e))return PF(e,s);if(p==Cy||p==xy||h&&!o){if(l=c||h?{}:VF(e),!s)return c?BF(e,LF(l,e)):NF(e,MF(l,e))}else{if(!ie[p])return o?e:{};l=UF(e,p,s)}}a||(a=new $F);var f=a.get(e);if(f)return f;a.set(e,l),YF(e)?e.forEach(function(S){l.add(Pi(S,t,n,S,e,a))}):qF(e)&&e.forEach(function(S,b){l.set(b,Pi(S,t,n,b,e,a))});var v=u?c?HF:FF:c?ZF:XF,g=d?void 0:v(e);return OF(g||e,function(S,b){g&&(b=S,S=e[b]),TF(l,b,Pi(S,t,n,b,e,a))}),l}var CH=Pi,_H=CH,RH=1,kH=4;function IH(e){return _H(e,RH|kH)}var AH=IH;const $H=Yo(AH);var OH=Object.create,_y=Object.defineProperty,TH=Object.getOwnPropertyDescriptor,Ry=Object.getOwnPropertyNames,MH=Object.getPrototypeOf,LH=Object.prototype.hasOwnProperty,At=(e,t)=>function(){return t||(0,e[Ry(e)[0]])((t={exports:{}}).exports,t),t.exports},PH=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Ry(t))!LH.call(e,o)&&o!==n&&_y(e,o,{get:()=>t[o],enumerable:!(r=TH(t,o))||r.enumerable});return e},q1=(e,t,n)=>(n=e!=null?OH(MH(e)):{},PH(!e||!e.__esModule?_y(n,"default",{value:e,enumerable:!0}):n,e)),zH=["bubbles","cancelBubble","cancelable","composed","currentTarget","defaultPrevented","eventPhase","isTrusted","returnValue","srcElement","target","timeStamp","type"],NH=["detail"];function BH(e){const t=zH.filter(n=>e[n]!==void 0).reduce((n,r)=>({...n,[r]:e[r]}),{});return e instanceof CustomEvent&&NH.filter(n=>e[n]!==void 0).forEach(n=>{t[n]=e[n]}),t}var ky=At({"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={},o=Symbol("test"),a=Object(o);if(typeof o=="string"||Object.prototype.toString.call(o)!=="[object Symbol]"||Object.prototype.toString.call(a)!=="[object Symbol]")return!1;var l=42;r[o]=l;for(o 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 s=Object.getOwnPropertySymbols(r);if(s.length!==1||s[0]!==o||!Object.prototype.propertyIsEnumerable.call(r,o))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var c=Object.getOwnPropertyDescriptor(r,o);if(c.value!==l||c.enumerable!==!0)return!1}return!0}}}),Iy=At({"node_modules/has-symbols/index.js"(e,t){var n=typeof Symbol<"u"&&Symbol,r=ky();t.exports=function(){return typeof n!="function"||typeof Symbol!="function"||typeof n("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:r()}}}),FH=At({"node_modules/function-bind/implementation.js"(e,t){var n="Function.prototype.bind called on incompatible ",r=Array.prototype.slice,o=Object.prototype.toString,a="[object Function]";t.exports=function(s){var c=this;if(typeof c!="function"||o.call(c)!==a)throw new TypeError(n+c);for(var u=r.call(arguments,1),d,p=function(){if(this instanceof d){var S=c.apply(this,u.concat(r.call(arguments)));return Object(S)===S?S:this}else return c.apply(s,u.concat(r.call(arguments)))},h=Math.max(0,c.length-u.length),f=[],v=0;v<h;v++)f.push("$"+v);if(d=Function("binder","return function ("+f.join(",")+"){ return binder.apply(this,arguments); }")(p),c.prototype){var g=function(){};g.prototype=c.prototype,d.prototype=new g,g.prototype=null}return d}}}),K1=At({"node_modules/function-bind/index.js"(e,t){var n=FH();t.exports=Function.prototype.bind||n}}),HH=At({"node_modules/has/src/index.js"(e,t){var n=K1();t.exports=n.call(Function.call,Object.prototype.hasOwnProperty)}}),Ay=At({"node_modules/get-intrinsic/index.js"(e,t){var n,r=SyntaxError,o=Function,a=TypeError,l=function(M){try{return o('"use strict"; return ('+M+").constructor;")()}catch{}},s=Object.getOwnPropertyDescriptor;if(s)try{s({},"")}catch{s=null}var c=function(){throw new a},u=s?function(){try{return arguments.callee,c}catch{try{return s(arguments,"callee").get}catch{return c}}}():c,d=Iy()(),p=Object.getPrototypeOf||function(M){return M.__proto__},h={},f=typeof Uint8Array>"u"?n:p(Uint8Array),v={"%AggregateError%":typeof AggregateError>"u"?n:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?n:ArrayBuffer,"%ArrayIteratorPrototype%":d?p([][Symbol.iterator]()):n,"%AsyncFromSyncIteratorPrototype%":n,"%AsyncFunction%":h,"%AsyncGenerator%":h,"%AsyncGeneratorFunction%":h,"%AsyncIteratorPrototype%":h,"%Atomics%":typeof Atomics>"u"?n:Atomics,"%BigInt%":typeof BigInt>"u"?n:BigInt,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?n:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":typeof Float32Array>"u"?n:Float32Array,"%Float64Array%":typeof Float64Array>"u"?n:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?n:FinalizationRegistry,"%Function%":o,"%GeneratorFunction%":h,"%Int8Array%":typeof Int8Array>"u"?n:Int8Array,"%Int16Array%":typeof Int16Array>"u"?n:Int16Array,"%Int32Array%":typeof Int32Array>"u"?n:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":d?p(p([][Symbol.iterator]())):n,"%JSON%":typeof JSON=="object"?JSON:n,"%Map%":typeof Map>"u"?n:Map,"%MapIteratorPrototype%":typeof Map>"u"||!d?n:p(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?n:Promise,"%Proxy%":typeof Proxy>"u"?n:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":typeof Reflect>"u"?n:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?n:Set,"%SetIteratorPrototype%":typeof Set>"u"||!d?n:p(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?n:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":d?p(""[Symbol.iterator]()):n,"%Symbol%":d?Symbol:n,"%SyntaxError%":r,"%ThrowTypeError%":u,"%TypedArray%":f,"%TypeError%":a,"%Uint8Array%":typeof Uint8Array>"u"?n:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?n:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?n:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?n:Uint32Array,"%URIError%":URIError,"%WeakMap%":typeof WeakMap>"u"?n:WeakMap,"%WeakRef%":typeof WeakRef>"u"?n:WeakRef,"%WeakSet%":typeof WeakSet>"u"?n:WeakSet},g=function M(L){var j;if(L==="%AsyncFunction%")j=l("async function () {}");else if(L==="%GeneratorFunction%")j=l("function* () {}");else if(L==="%AsyncGeneratorFunction%")j=l("async function* () {}");else if(L==="%AsyncGenerator%"){var z=M("%AsyncGeneratorFunction%");z&&(j=z.prototype)}else if(L==="%AsyncIteratorPrototype%"){var F=M("%AsyncGenerator%");F&&(j=p(F.prototype))}return v[L]=j,j},S={"%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=K1(),w=HH(),y=b.call(Function.call,Array.prototype.concat),E=b.call(Function.apply,Array.prototype.splice),x=b.call(Function.call,String.prototype.replace),C=b.call(Function.call,String.prototype.slice),_=b.call(Function.call,RegExp.prototype.exec),R=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,A=/\\(\\)?/g,I=function(L){var j=C(L,0,1),z=C(L,-1);if(j==="%"&&z!=="%")throw new r("invalid intrinsic syntax, expected closing `%`");if(z==="%"&&j!=="%")throw new r("invalid intrinsic syntax, expected opening `%`");var F=[];return x(L,R,function(U,O,T,N){F[F.length]=T?x(N,A,"$1"):O||U}),F},$=function(L,j){var z=L,F;if(w(S,z)&&(F=S[z],z="%"+F[0]+"%"),w(v,z)){var U=v[z];if(U===h&&(U=g(z)),typeof U>"u"&&!j)throw new a("intrinsic "+L+" exists, but is not available. Please file an issue!");return{alias:F,name:z,value:U}}throw new r("intrinsic "+L+" does not exist!")};t.exports=function(L,j){if(typeof L!="string"||L.length===0)throw new a("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof j!="boolean")throw new a('"allowMissing" argument must be a boolean');if(_(/^%?[^%]*%?$/,L)===null)throw new r("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var z=I(L),F=z.length>0?z[0]:"",U=$("%"+F+"%",j),O=U.name,T=U.value,N=!1,W=U.alias;W&&(F=W[0],E(z,y([0,1],W)));for(var K=1,J=!0;K<z.length;K+=1){var ee=z[K],H=C(ee,0,1),q=C(ee,-1);if((H==='"'||H==="'"||H==="`"||q==='"'||q==="'"||q==="`")&&H!==q)throw new r("property names with quotes must have matching quotes");if((ee==="constructor"||!J)&&(N=!0),F+="."+ee,O="%"+F+"%",w(v,O))T=v[O];else if(T!=null){if(!(ee in T)){if(!j)throw new a("base intrinsic for "+L+" exists, but the property is not available.");return}if(s&&K+1>=z.length){var Y=s(T,ee);J=!!Y,J&&"get"in Y&&!("originalValue"in Y.get)?T=Y.get:T=T[ee]}else J=w(T,ee),T=T[ee];J&&!N&&(v[O]=T)}}return T}}}),DH=At({"node_modules/call-bind/index.js"(e,t){var n=K1(),r=Ay(),o=r("%Function.prototype.apply%"),a=r("%Function.prototype.call%"),l=r("%Reflect.apply%",!0)||n.call(a,o),s=r("%Object.getOwnPropertyDescriptor%",!0),c=r("%Object.defineProperty%",!0),u=r("%Math.max%");if(c)try{c({},"a",{value:1})}catch{c=null}t.exports=function(h){var f=l(n,a,arguments);if(s&&c){var v=s(f,"length");v.configurable&&c(f,"length",{value:1+u(0,h.length-(arguments.length-1))})}return f};var d=function(){return l(n,o,arguments)};c?c(t.exports,"apply",{value:d}):t.exports.apply=d}}),jH=At({"node_modules/call-bind/callBound.js"(e,t){var n=Ay(),r=DH(),o=r(n("String.prototype.indexOf"));t.exports=function(l,s){var c=n(l,!!s);return typeof c=="function"&&o(l,".prototype.")>-1?r(c):c}}}),UH=At({"node_modules/has-tostringtag/shams.js"(e,t){var n=ky();t.exports=function(){return n()&&!!Symbol.toStringTag}}}),VH=At({"node_modules/is-regex/index.js"(e,t){var n=jH(),r=UH()(),o,a,l,s;r&&(o=n("Object.prototype.hasOwnProperty"),a=n("RegExp.prototype.exec"),l={},c=function(){throw l},s={toString:c,valueOf:c},typeof Symbol.toPrimitive=="symbol"&&(s[Symbol.toPrimitive]=c));var c,u=n("Object.prototype.toString"),d=Object.getOwnPropertyDescriptor,p="[object RegExp]";t.exports=r?function(f){if(!f||typeof f!="object")return!1;var v=d(f,"lastIndex"),g=v&&o(v,"value");if(!g)return!1;try{a(f,s)}catch(S){return S===l}}:function(f){return!f||typeof f!="object"&&typeof f!="function"?!1:u(f)===p}}}),WH=At({"node_modules/is-function/index.js"(e,t){t.exports=r;var n=Object.prototype.toString;function r(o){if(!o)return!1;var a=n.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)}}}),GH=At({"node_modules/is-symbol/index.js"(e,t){var n=Object.prototype.toString,r=Iy()();r?(o=Symbol.prototype.toString,a=/^Symbol\(.*\)$/,l=function(c){return typeof c.valueOf()!="symbol"?!1:a.test(o.call(c))},t.exports=function(c){if(typeof c=="symbol")return!0;if(n.call(c)!=="[object Symbol]")return!1;try{return l(c)}catch{return!1}}):t.exports=function(c){return!1};var o,a,l}}),qH=q1(VH()),KH=q1(WH()),YH=q1(GH());function XH(e){return e!=null&&typeof e=="object"&&Array.isArray(e)===!1}var ZH=typeof global=="object"&&global&&global.Object===Object&&global,QH=ZH,JH=typeof self=="object"&&self&&self.Object===Object&&self,eD=QH||JH||Function("return this")(),Y1=eD,tD=Y1.Symbol,Ko=tD,$y=Object.prototype,nD=$y.hasOwnProperty,rD=$y.toString,xa=Ko?Ko.toStringTag:void 0;function oD(e){var t=nD.call(e,xa),n=e[xa];try{e[xa]=void 0;var r=!0}catch{}var o=rD.call(e);return r&&(t?e[xa]=n:delete e[xa]),o}var aD=oD,lD=Object.prototype,iD=lD.toString;function sD(e){return iD.call(e)}var cD=sD,uD="[object Null]",dD="[object Undefined]",nh=Ko?Ko.toStringTag:void 0;function fD(e){return e==null?e===void 0?dD:uD:nh&&nh in Object(e)?aD(e):cD(e)}var pD=fD,rh=Ko?Ko.prototype:void 0;rh&&rh.toString;function hD(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var Oy=hD,mD="[object AsyncFunction]",gD="[object Function]",vD="[object GeneratorFunction]",yD="[object Proxy]";function wD(e){if(!Oy(e))return!1;var t=pD(e);return t==gD||t==vD||t==mD||t==yD}var bD=wD,ED=Y1["__core-js_shared__"],du=ED,oh=function(){var e=/[^.]+$/.exec(du&&du.keys&&du.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function xD(e){return!!oh&&oh in e}var SD=xD,CD=Function.prototype,_D=CD.toString;function RD(e){if(e!=null){try{return _D.call(e)}catch{}try{return e+""}catch{}}return""}var kD=RD,ID=/[\\^$.*+?()[\]{}|]/g,AD=/^\[object .+?Constructor\]$/,$D=Function.prototype,OD=Object.prototype,TD=$D.toString,MD=OD.hasOwnProperty,LD=RegExp("^"+TD.call(MD).replace(ID,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function PD(e){if(!Oy(e)||SD(e))return!1;var t=bD(e)?LD:AD;return t.test(kD(e))}var zD=PD;function ND(e,t){return e?.[t]}var BD=ND;function FD(e,t){var n=BD(e,t);return zD(n)?n:void 0}var Ty=FD;function HD(e,t){return e===t||e!==e&&t!==t}var DD=HD,jD=Ty(Object,"create"),gl=jD;function UD(){this.__data__=gl?gl(null):{},this.size=0}var VD=UD;function WD(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var GD=WD,qD="__lodash_hash_undefined__",KD=Object.prototype,YD=KD.hasOwnProperty;function XD(e){var t=this.__data__;if(gl){var n=t[e];return n===qD?void 0:n}return YD.call(t,e)?t[e]:void 0}var ZD=XD,QD=Object.prototype,JD=QD.hasOwnProperty;function ej(e){var t=this.__data__;return gl?t[e]!==void 0:JD.call(t,e)}var tj=ej,nj="__lodash_hash_undefined__";function rj(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=gl&&t===void 0?nj:t,this}var oj=rj;function oa(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}oa.prototype.clear=VD;oa.prototype.delete=GD;oa.prototype.get=ZD;oa.prototype.has=tj;oa.prototype.set=oj;var ah=oa;function aj(){this.__data__=[],this.size=0}var lj=aj;function ij(e,t){for(var n=e.length;n--;)if(DD(e[n][0],t))return n;return-1}var tc=ij,sj=Array.prototype,cj=sj.splice;function uj(e){var t=this.__data__,n=tc(t,e);if(n<0)return!1;var r=t.length-1;return n==r?t.pop():cj.call(t,n,1),--this.size,!0}var dj=uj;function fj(e){var t=this.__data__,n=tc(t,e);return n<0?void 0:t[n][1]}var pj=fj;function hj(e){return tc(this.__data__,e)>-1}var mj=hj;function gj(e,t){var n=this.__data__,r=tc(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this}var vj=gj;function aa(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}aa.prototype.clear=lj;aa.prototype.delete=dj;aa.prototype.get=pj;aa.prototype.has=mj;aa.prototype.set=vj;var yj=aa,wj=Ty(Y1,"Map"),bj=wj;function Ej(){this.size=0,this.__data__={hash:new ah,map:new(bj||yj),string:new ah}}var xj=Ej;function Sj(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}var Cj=Sj;function _j(e,t){var n=e.__data__;return Cj(t)?n[typeof t=="string"?"string":"hash"]:n.map}var nc=_j;function Rj(e){var t=nc(this,e).delete(e);return this.size-=t?1:0,t}var kj=Rj;function Ij(e){return nc(this,e).get(e)}var Aj=Ij;function $j(e){return nc(this,e).has(e)}var Oj=$j;function Tj(e,t){var n=nc(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this}var Mj=Tj;function la(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}la.prototype.clear=xj;la.prototype.delete=kj;la.prototype.get=Aj;la.prototype.has=Oj;la.prototype.set=Mj;var My=la,Lj="Expected a function";function X1(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(Lj);var n=function(){var r=arguments,o=t?t.apply(this,r):r[0],a=n.cache;if(a.has(o))return a.get(o);var l=e.apply(this,r);return n.cache=a.set(o,l)||a,l};return n.cache=new(X1.Cache||My),n}X1.Cache=My;var Pj=X1,zj=500;function Nj(e){var t=Pj(e,function(r){return n.size===zj&&n.clear(),r}),n=t.cache;return t}var Bj=Nj,Fj=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Hj=/\\(\\)?/g;Bj(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(Fj,function(n,r,o,a){t.push(o?a.replace(Hj,"$1"):r||n)}),t});var Dj=XH,jj=e=>{let t=null,n=!1,r=!1,o=!1,a="";if(e.indexOf("//")>=0||e.indexOf("/*")>=0)for(let l=0;l<e.length;l+=1)!t&&!n&&!r&&!o?e[l]==='"'||e[l]==="'"||e[l]==="`"?t=e[l]:e[l]==="/"&&e[l+1]==="*"?n=!0:e[l]==="/"&&e[l+1]==="/"?r=!0:e[l]==="/"&&e[l+1]!=="/"&&(o=!0):(t&&(e[l]===t&&e[l-1]!=="\\"||e[l]===`
|
|
499
|
+
`&&t!=="`")&&(t=null),o&&(e[l]==="/"&&e[l-1]!=="\\"||e[l]===`
|
|
500
|
+
`)&&(o=!1),n&&e[l-1]==="/"&&e[l-2]==="*"&&(n=!1),r&&e[l]===`
|
|
501
|
+
`&&(r=!1)),!n&&!r&&(a+=e[l]);else a=e;return a},Uj=Gr(1e4)(e=>jj(e).replace(/\n\s*/g,"").trim()),Vj=function(t,n){const r=n.slice(0,n.indexOf("{")),o=n.slice(n.indexOf("{"));if(r.includes("=>")||r.includes("function"))return n;let a=r;return a=a.replace(t,"function"),a+o},Wj=/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d{3})?Z$/;function Ly(e){if(!Dj(e))return e;let t=e,n=!1;return typeof Event<"u"&&e instanceof Event&&(t=BH(t),n=!0),t=Object.keys(t).reduce((r,o)=>{try{t[o]&&t[o].toJSON,r[o]=t[o]}catch{n=!0}return r},{}),n?t:e}var Gj=function(t){let n,r,o,a;return function(s,c){try{if(s==="")return a=[],n=new Map([[c,"[]"]]),r=new Map,o=[],c;const u=r.get(this)||this;for(;o.length&&u!==o[0];)o.shift(),a.pop();if(typeof c=="boolean")return c;if(c===void 0)return t.allowUndefined?"_undefined_":void 0;if(c===null)return null;if(typeof c=="number")return c===-1/0?"_-Infinity_":c===1/0?"_Infinity_":Number.isNaN(c)?"_NaN_":c;if(typeof c=="bigint")return`_bigint_${c.toString()}`;if(typeof c=="string")return Wj.test(c)?t.allowDate?`_date_${c}`:void 0:c;if((0,qH.default)(c))return t.allowRegExp?`_regexp_${c.flags}|${c.source}`:void 0;if((0,KH.default)(c)){if(!t.allowFunction)return;const{name:p}=c,h=c.toString();return h.match(/(\[native code\]|WEBPACK_IMPORTED_MODULE|__webpack_exports__|__webpack_require__)/)?`_function_${p}|${(()=>{}).toString()}`:`_function_${p}|${Uj(Vj(s,h))}`}if((0,YH.default)(c)){if(!t.allowSymbol)return;const p=Symbol.keyFor(c);return p!==void 0?`_gsymbol_${p}`:`_symbol_${c.toString().slice(7,-1)}`}if(o.length>=t.maxDepth)return Array.isArray(c)?`[Array(${c.length})]`:"[Object]";if(c===this)return`_duplicate_${JSON.stringify(a)}`;if(c instanceof Error&&t.allowError)return{__isConvertedError__:!0,errorProperties:{...c.cause?{cause:c.cause}:{},...c,name:c.name,message:c.message,stack:c.stack,"_constructor-name_":c.constructor.name}};if(c.constructor&&c.constructor.name&&c.constructor.name!=="Object"&&!Array.isArray(c)&&!t.allowClass)return;const d=n.get(c);if(!d){const p=Array.isArray(c)?c:Ly(c);if(c.constructor&&c.constructor.name&&c.constructor.name!=="Object"&&!Array.isArray(c)&&t.allowClass)try{Object.assign(p,{"_constructor-name_":c.constructor.name})}catch{}return a.push(s),o.unshift(p),n.set(c,JSON.stringify(a)),c!==p&&r.set(c,p),p}return`_duplicate_${d}`}catch{return}}},qj={maxDepth:10,space:void 0,allowFunction:!0,allowRegExp:!0,allowDate:!0,allowClass:!0,allowError:!0,allowUndefined:!0,allowSymbol:!0,lazyEval:!0},Kj=(e,t={})=>{const n={...qj,...t};return JSON.stringify(Ly(e),Gj(n),t.space)};/*!
|
|
502
|
+
* isobject <https://github.com/jonschlinkert/isobject>
|
|
503
|
+
*
|
|
504
|
+
* Copyright (c) 2014-2017, Jon Schlinkert.
|
|
505
|
+
* Released under the MIT License.
|
|
506
|
+
*//**
|
|
507
|
+
* @license
|
|
508
|
+
* Lodash (Custom Build) <https://lodash.com/>
|
|
509
|
+
* Build: `lodash modularize exports="es" -o ./`
|
|
510
|
+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
511
|
+
* Released under MIT license <https://lodash.com/license>
|
|
512
|
+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
513
|
+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
514
|
+
*/function Yj(e){var t=[].forEach,n=[].some,r=typeof window<"u"&&document.body,o,a=!0,l=" ";function s(w,y){var E=y.appendChild(u(w));if(w.children.length){var x=d(w.isCollapsed);w.children.forEach(function(C){s(C,x)}),E.appendChild(x)}}function c(w,y){var E=!1,x=d(E);if(y.forEach(function(C){s(C,x)}),o=w||o,o!==null)return o.firstChild&&o.removeChild(o.firstChild),y.length===0?o:o.appendChild(x)}function u(w){var y=document.createElement("li"),E=document.createElement("a");return e.listItemClass&&y.setAttribute("class",e.listItemClass),e.onClick&&(E.onclick=e.onClick),e.includeTitleTags&&E.setAttribute("title",w.textContent),e.includeHtml&&w.childNodes.length?t.call(w.childNodes,function(x){E.appendChild(x.cloneNode(!0))}):E.textContent=w.textContent,E.setAttribute("href",e.basePath+"#"+w.id),E.setAttribute("class",e.linkClass+l+"node-name--"+w.nodeName+l+e.extraLinkClasses),y.appendChild(E),y}function d(w){var y=e.orderedList?"ol":"ul",E=document.createElement(y),x=e.listClass+l+e.extraListClasses;return w&&(x=x+l+e.collapsibleClass,x=x+l+e.isCollapsedClass),E.setAttribute("class",x),E}function p(){if(e.scrollContainer&&document.querySelector(e.scrollContainer)){var w;w=document.querySelector(e.scrollContainer).scrollTop}else w=document.documentElement.scrollTop||r.scrollTop;var y=document.querySelector(e.positionFixedSelector);e.fixedSidebarOffset==="auto"&&(e.fixedSidebarOffset=o.offsetTop),w>e.fixedSidebarOffset?y.className.indexOf(e.positionFixedClass)===-1&&(y.className+=l+e.positionFixedClass):y.className=y.className.replace(l+e.positionFixedClass,"")}function h(w){var y=0;return w!==null&&(y=w.offsetTop,e.hasInnerContainers&&(y+=h(w.offsetParent))),y}function f(w,y){return w&&w.className!==y&&(w.className=y),w}function v(w){if(e.scrollContainer&&document.querySelector(e.scrollContainer)){var y;y=document.querySelector(e.scrollContainer).scrollTop}else y=document.documentElement.scrollTop||r.scrollTop;e.positionFixedSelector&&p();var E=w,x;if(a&&o!==null&&E.length>0){n.call(E,function(M,L){if(h(M)>y+e.headingsOffset+10){var j=L===0?L:L-1;return x=E[j],!0}else if(L===E.length-1)return x=E[E.length-1],!0});var C=o.querySelector("."+e.activeLinkClass),_=o.querySelector("."+e.linkClass+".node-name--"+x.nodeName+'[href="'+e.basePath+"#"+x.id.replace(/([ #;&,.+*~':"!^$[\]()=>|/\\@])/g,"\\$1")+'"]');if(C===_)return;var R=o.querySelectorAll("."+e.linkClass);t.call(R,function(M){f(M,M.className.replace(l+e.activeLinkClass,""))});var A=o.querySelectorAll("."+e.listItemClass);t.call(A,function(M){f(M,M.className.replace(l+e.activeListItemClass,""))}),_&&_.className.indexOf(e.activeLinkClass)===-1&&(_.className+=l+e.activeLinkClass);var I=_&&_.parentNode;I&&I.className.indexOf(e.activeListItemClass)===-1&&(I.className+=l+e.activeListItemClass);var $=o.querySelectorAll("."+e.listClass+"."+e.collapsibleClass);t.call($,function(M){M.className.indexOf(e.isCollapsedClass)===-1&&(M.className+=l+e.isCollapsedClass)}),_&&_.nextSibling&&_.nextSibling.className.indexOf(e.isCollapsedClass)!==-1&&f(_.nextSibling,_.nextSibling.className.replace(l+e.isCollapsedClass,"")),g(_&&_.parentNode.parentNode)}}function g(w){return w&&w.className.indexOf(e.collapsibleClass)!==-1&&w.className.indexOf(e.isCollapsedClass)!==-1?(f(w,w.className.replace(l+e.isCollapsedClass,"")),g(w.parentNode.parentNode)):w}function S(w){var y=w.target||w.srcElement;typeof y.className!="string"||y.className.indexOf(e.linkClass)===-1||(a=!1)}function b(){a=!0}return{enableTocAnimation:b,disableTocAnimation:S,render:c,updateToc:v}}const Xj={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(e){},headingsOffset:1,throttleTimeout:50,positionFixedSelector:null,positionFixedClass:"is-position-fixed",fixedSidebarOffset:"auto",includeHtml:!1,includeTitleTags:!1,onClick:function(e){},orderedList:!0,scrollContainer:null,skipRendering:!1,headingLabelCallback:!1,ignoreHiddenElements:!1,headingObjectCallback:null,basePath:"",disableTocScrollSync:!1,tocScrollOffset:0};function Zj(e){var t=[].reduce;function n(u){return u[u.length-1]}function r(u){return+u.nodeName.toUpperCase().replace("H","")}function o(u){try{return u instanceof window.HTMLElement||u instanceof window.parent.HTMLElement}catch{return u instanceof window.HTMLElement}}function a(u){if(!o(u))return u;if(e.ignoreHiddenElements&&(!u.offsetHeight||!u.offsetParent))return null;const d=u.getAttribute("data-heading-label")||(e.headingLabelCallback?String(e.headingLabelCallback(u.innerText)):(u.innerText||u.textContent).trim());var p={id:u.id,children:[],nodeName:u.nodeName,headingLevel:r(u),textContent:d};return e.includeHtml&&(p.childNodes=u.childNodes),e.headingObjectCallback?e.headingObjectCallback(p,u):p}function l(u,d){for(var p=a(u),h=p.headingLevel,f=d,v=n(f),g=v?v.headingLevel:0,S=h-g;S>0&&(v=n(f),!(v&&h===v.headingLevel));)v&&v.children!==void 0&&(f=v.children),S--;return h>=e.collapseDepth&&(p.isCollapsed=!0),f.push(p),f}function s(u,d){var p=d;e.ignoreSelector&&(p=d.split(",").map(function(f){return f.trim()+":not("+e.ignoreSelector+")"}));try{return u.querySelectorAll(p)}catch{return console.warn("Headers not found with selector: "+p),null}}function c(u){return t.call(u,function(p,h){var f=a(h);return f&&l(f,p.nest),p},{nest:[]})}return{nestHeadingsArray:c,selectHeadings:s}}function Qj(e){var t=e.duration,n=e.offset;if(typeof window>"u"||typeof location>"u")return;var r=location.hash?l(location.href):location.href;o();function o(){document.body.addEventListener("click",c,!1);function c(u){!a(u.target)||u.target.className.indexOf("no-smooth-scroll")>-1||u.target.href.charAt(u.target.href.length-2)==="#"&&u.target.href.charAt(u.target.href.length-1)==="!"||u.target.className.indexOf(e.linkClass)===-1||Jj(u.target.hash,{duration:t,offset:n,callback:function(){s(u.target.hash)}})}}function a(c){return c.tagName.toLowerCase()==="a"&&(c.hash.length>0||c.href.charAt(c.href.length-1)==="#")&&(l(c.href)===r||l(c.href)+"#"===r)}function l(c){return c.slice(0,c.lastIndexOf("#"))}function s(c){var u=document.getElementById(c.substring(1));u&&(/^(?:a|select|input|button|textarea)$/i.test(u.tagName)||(u.tabIndex=-1),u.focus())}}function Jj(e,t){var n=window.pageYOffset,r={duration:t.duration,offset:t.offset||0,callback:t.callback,easing:t.easing||p},o=document.querySelector('[id="'+decodeURI(e).split("#").join("")+'"]')||document.querySelector('[id="'+e.split("#").join("")+'"]'),a=typeof e=="string"?r.offset+(e?o&&o.getBoundingClientRect().top||0:-(document.documentElement.scrollTop||document.body.scrollTop)):e,l=typeof r.duration=="function"?r.duration(a):r.duration,s,c;requestAnimationFrame(function(h){s=h,u(h)});function u(h){c=h-s,window.scrollTo(0,r.easing(c,n,a,l)),c<l?requestAnimationFrame(u):d()}function d(){window.scrollTo(0,n+a),typeof r.callback=="function"&&r.callback()}function p(h,f,v,g){return h/=g/2,h<1?v/2*h*h+f:(h--,-v/2*(h*(h-2)-1)+f)}}const lh=30;function eU(e){var t=e.tocElement||document.querySelector(e.tocSelector);if(t&&t.scrollHeight>t.clientHeight){var n=t.querySelector("."+e.activeListItemClass);if(n){var r=t.scrollTop,o=r+t.clientHeight,a=n.offsetTop,l=a+n.clientHeight;a<r+e.tocScrollOffset?t.scrollTop-=r-a+e.tocScrollOffset:l>o-e.tocScrollOffset-lh&&(t.scrollTop+=l-o+e.tocScrollOffset+2*lh)}}}let Q={},bn,fu,lo,rn,Fa;function tU(e){Q=rU(Xj,e||{}),Q.scrollSmooth&&(Q.duration=Q.scrollSmoothDuration,Q.offset=Q.scrollSmoothOffset,Qj(Q)),bn=Yj(Q),fu=Zj(Q),Py();const t=oU(Q);if(t===null)return;const n=zy(Q);if(n===null||(lo=fu.selectHeadings(t,Q.headingSelector),lo===null))return;const o=fu.nestHeadingsArray(lo).nest;if(!Q.skipRendering)bn.render(n,o);else return this;rn=ih(function(l){bn.updateToc(lo),!Q.disableTocScrollSync&&eU(Q);const s=l&&l.target&&l.target.scrollingElement&&l.target.scrollingElement.scrollTop===0;(l&&(l.eventPhase===0||l.currentTarget===null)||s)&&(bn.updateToc(lo),Q.scrollEndCallback&&Q.scrollEndCallback(l))},Q.throttleTimeout),rn(),Q.scrollContainer&&document.querySelector(Q.scrollContainer)?(document.querySelector(Q.scrollContainer).addEventListener("scroll",rn,!1),document.querySelector(Q.scrollContainer).addEventListener("resize",rn,!1)):(document.addEventListener("scroll",rn,!1),document.addEventListener("resize",rn,!1));let a=null;Fa=ih(function(l){Q.scrollSmooth&&bn.disableTocAnimation(l),bn.updateToc(lo),a&&clearTimeout(a),a=setTimeout(function(){bn.enableTocAnimation()},Q.scrollSmoothDuration)},Q.throttleTimeout),Q.scrollContainer&&document.querySelector(Q.scrollContainer)?document.querySelector(Q.scrollContainer).addEventListener("click",Fa,!1):document.addEventListener("click",Fa,!1)}function Py(){const e=zy(Q);e!==null&&(Q.skipRendering||e&&(e.innerHTML=""),Q.scrollContainer&&document.querySelector(Q.scrollContainer)?(document.querySelector(Q.scrollContainer).removeEventListener("scroll",rn,!1),document.querySelector(Q.scrollContainer).removeEventListener("resize",rn,!1),bn&&document.querySelector(Q.scrollContainer).removeEventListener("click",Fa,!1)):(document.removeEventListener("scroll",rn,!1),document.removeEventListener("resize",rn,!1),bn&&document.removeEventListener("click",Fa,!1)))}const nU=Object.prototype.hasOwnProperty;function rU(){const e={};for(let t=0;t<arguments.length;t++){const n=arguments[t];for(const r in n)nU.call(n,r)&&(e[r]=n[r])}return e}function ih(e,t,n){t||(t=250);let r,o;return function(){const a=this,l=+new Date,s=arguments;r&&l<r+t?(clearTimeout(o),o=setTimeout(function(){r=l,e.apply(a,s)},t)):(r=l,e.apply(a,s))}}function oU(e){try{return e.contentElement||document.querySelector(e.contentSelector)}catch{return console.warn("Contents element not found: "+e.contentSelector),null}}function zy(e){try{return e.tocElement||document.querySelector(e.tocSelector)}catch{return console.warn("TOC element not found: "+e.tocSelector),null}}const{global:Et}=__STORYBOOK_MODULE_GLOBAL__,{deprecate:aU,once:lU,logger:Z1}=__STORYBOOK_MODULE_CLIENT_LOGGER__,{filterArgTypes:sh,composeConfigs:TG,Preview:MG,DocsContext:LG}=__STORYBOOK_MODULE_PREVIEW_API__,{GLOBALS_UPDATED:ch,STORY_ARGS_UPDATED:uh,UPDATE_STORY_ARGS:iU,RESET_STORY_ARGS:sU,NAVIGATE_URL:cU}=__STORYBOOK_MODULE_CORE_EVENTS__;__STORYBOOK_MODULE_CHANNELS__;var uU=k.div(ve,({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:de(.3,e.color.defaultText),fontSize:e.typography.size.s2})),Ny=e=>m.createElement(uU,{...e,className:"docblock-emptyblock sb-unstyled"}),dU=k(Xs)(({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"}})),fU=k.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"})),ui=k.div(({theme:e})=>({animation:`${e.animation.glow} 1.5s ease-in-out infinite`,background:e.appBorderColor,height:17,marginTop:1,width:"60%",[`&:first-child${_u}`]:{margin:0}})),pU=()=>m.createElement(fU,null,m.createElement(ui,null),m.createElement(ui,{style:{width:"80%"}}),m.createElement(ui,{style:{width:"30%"}}),m.createElement(ui,{style:{width:"80%"}})),By=({isLoading:e,error:t,language:n,code:r,dark:o,format:a=!1,...l})=>{let{typography:s}=sm();if(e)return m.createElement(pU,null);if(t)return m.createElement(Ny,null,t);let c=m.createElement(dU,{bordered:!0,copyable:!0,format:a,language:n,className:"docblock-source sb-unstyled",...l},r);if(typeof o>"u")return c;let u=o?Eu.dark:Eu.light;return m.createElement(cm,{theme:Cu({...u,fontCode:s.fonts.mono,fontBase:s.fonts.base})},c)},Se=e=>`& :where(${e}:not(.sb-anchor, .sb-unstyled, .sb-unstyled ${e}))`,Q1=600,hU=k.h1(ve,({theme:e})=>({color:e.color.defaultText,fontSize:e.typography.size.m3,fontWeight:e.typography.weight.bold,lineHeight:"32px",[`@media (min-width: ${Q1}px)`]:{fontSize:e.typography.size.l1,lineHeight:"36px",marginBottom:"16px"}})),mU=k.h2(ve,({theme:e})=>({fontWeight:e.typography.weight.regular,fontSize:e.typography.size.s3,lineHeight:"20px",borderBottom:"none",marginBottom:15,[`@media (min-width: ${Q1}px)`]:{fontSize:e.typography.size.m1,lineHeight:"28px",marginBottom:24},color:de(.25,e.color.defaultText)})),gU=k.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"},n={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"}},r={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"?de(.1,e.color.defaultText):de(.3,e.color.defaultText),backgroundColor:e.base==="light"?e.color.lighter:e.color.border};return{maxWidth:1e3,width:"100%",[Se("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}},[Se("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}},[Se("div")]:t,[Se("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}},[Se("h1")]:{...t,...n,fontSize:`${e.typography.size.l1}px`,fontWeight:e.typography.weight.bold},[Se("h2")]:{...t,...n,fontSize:`${e.typography.size.m2}px`,paddingBottom:4,borderBottom:`1px solid ${e.appBorderColor}`},[Se("h3")]:{...t,...n,fontSize:`${e.typography.size.m1}px`,fontWeight:e.typography.weight.bold},[Se("h4")]:{...t,...n,fontSize:`${e.typography.size.s3}px`},[Se("h5")]:{...t,...n,fontSize:`${e.typography.size.s2}px`},[Se("h6")]:{...t,...n,fontSize:`${e.typography.size.s2}px`,color:e.color.dark},[Se("hr")]:{border:"0 none",borderTop:`1px solid ${e.appBorderColor}`,height:4,padding:0},[Se("img")]:{maxWidth:"100%"},[Se("li")]:{...t,fontSize:e.typography.size.s2,color:e.color.defaultText,lineHeight:"24px","& + li":{marginTop:".25em"},"& ul, & ol":{marginTop:".25em",marginBottom:0},"& code":r},[Se("ol")]:{...t,margin:"16px 0",paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0}},[Se("p")]:{...t,margin:"16px 0",fontSize:e.typography.size.s2,lineHeight:"24px",color:e.color.defaultText,"& code":r},[Se("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"}},[Se("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"}}},[Se("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}},[Se("ul")]:{...t,margin:"16px 0",paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0},listStyle:"disc"}}}),vU=k.div(({theme:e})=>({background:e.background.content,display:"flex",justifyContent:"center",padding:"4rem 20px",minHeight:"100vh",boxSizing:"border-box",gap:"3rem",[`@media (min-width: ${Q1}px)`]:{}})),yU=({children:e,toc:t})=>m.createElement(vU,{className:"sbdocs sbdocs-wrapper"},m.createElement(gU,{className:"sbdocs sbdocs-content"},e),t),rc=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}`}),wU=k(Zs)({position:"absolute",left:0,right:0,top:0,transition:"transform .2s linear"}),bU=k.div({display:"flex",alignItems:"center",gap:4}),EU=k.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`})),xU=({isLoading:e,storyId:t,baseUrl:n,zoom:r,resetZoom:o,...a})=>m.createElement(wU,{...a},m.createElement(bU,{key:"left"},e?[1,2,3].map(l=>m.createElement(EU,{key:l})):m.createElement(m.Fragment,null,m.createElement(nr,{key:"zoomin",onClick:l=>{l.preventDefault(),r(.8)},title:"Zoom in"},m.createElement(e2,null)),m.createElement(nr,{key:"zoomout",onClick:l=>{l.preventDefault(),r(1.25)},title:"Zoom out"},m.createElement(t2,null)),m.createElement(nr,{key:"zoomreset",onClick:l=>{l.preventDefault(),o()},title:"Reset zoom"},m.createElement(n2,null))))),Fy=i.createContext({scale:1}),{window:SU}=Et,CU=class extends i.Component{constructor(){super(...arguments),this.iframe=null}componentDidMount(){let{id:e}=this.props;this.iframe=SU.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:n,allowFullScreen:r,scale:o,...a}=this.props;return m.createElement("iframe",{id:e,title:t,src:n,...r?{allow:"fullscreen"}:{},loading:"lazy",...a})}},{PREVIEW_URL:_U}=Et,RU=_U||"iframe.html",F0=({story:e,primary:t})=>`story--${e.id}${t?"--primary":""}`,kU=e=>{let t=i.useRef(),[n,r]=i.useState(!0),[o,a]=i.useState(),{story:l,height:s,autoplay:c,forceInitialArgs:u,renderStoryToElement:d}=e;return i.useEffect(()=>{if(!(l&&t.current))return()=>{};let p=t.current,h=d(l,p,{showMain:()=>{},showError:({title:f,description:v})=>a(new Error(`${f} - ${v}`)),showException:f=>a(f)},{autoplay:c,forceInitialArgs:u});return r(!1),()=>{Promise.resolve().then(()=>h())}},[c,d,l]),o?m.createElement("pre",null,m.createElement(R4,{error:o})):m.createElement(m.Fragment,null,s?m.createElement("style",null,`#${F0(e)} { min-height: ${s}; transform: translateZ(0); overflow: auto }`):null,n&&m.createElement(Hy,null),m.createElement("div",{ref:t,id:`${F0(e)}-inner`,"data-name":l.name}))},IU=({story:e,height:t="500px"})=>m.createElement("div",{style:{width:"100%",height:t}},m.createElement(Fy.Consumer,null,({scale:n})=>m.createElement(CU,{key:"iframe",id:`iframe--${e.id}`,title:e.name,src:P4(RU,e.id,{viewMode:"story"}),allowFullScreen:!0,scale:n,style:{width:"100%",height:"100%",border:"0 none"}}))),AU=e=>{let{inline:t}=e;return m.createElement("div",{id:F0(e),className:"sb-story sb-unstyled","data-story-block":"true"},t?m.createElement(kU,{...e}):m.createElement(IU,{...e}))},Hy=()=>m.createElement(L4,null),$U=k.div(({isColumn:e,columns:t,layout:n})=>({display:e||!t?"block":"flex",position:"relative",flexWrap:"wrap",overflow:"auto",flexDirection:e?"column":"row","& .innerZoomElementWrapper > *":e?{width:n!=="fullscreen"?"calc(100% - 20px)":"100%",display:"block"}:{maxWidth:n!=="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)`}}:{}),dh=k(By)(({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)":Qt(.05,e.background.content),color:e.color.lightest,button:{background:e.base==="light"?"rgba(0, 0, 0, 0.85)":Qt(.05,e.background.content)}})),OU=k.div(({theme:e,withSource:t,isExpanded:n})=>({position:"relative",overflow:"hidden",margin:"25px 0 40px",...rc(e),borderBottomLeftRadius:t&&n&&0,borderBottomRightRadius:t&&n&&0,borderBottomWidth:n&&0,"h3 + &":{marginTop:"16px"}}),({withToolbar:e})=>e&&{paddingTop:40}),TU=(e,t,n)=>{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:()=>n(!1)}};case t:return{source:m.createElement(dh,{...e,dark:!0}),actionItem:{title:"Hide code",className:"docblock-code-toggle docblock-code-toggle--expanded",onClick:()=>n(!1)}};default:return{source:m.createElement(dh,{...e,dark:!0}),actionItem:{title:"Show code",className:"docblock-code-toggle",onClick:()=>n(!0)}}}};function MU(e){if(i.Children.count(e)===1){let t=e;if(t.props)return t.props.id}return null}var LU=k(xU)({position:"absolute",top:0,left:0,right:0,height:40}),PU=k.div({overflow:"hidden",position:"relative"}),Dy=({isLoading:e,isColumn:t,columns:n,children:r,withSource:o,withToolbar:a=!1,isExpanded:l=!1,additionalActions:s,className:c,layout:u="padded",...d})=>{let[p,h]=i.useState(l),{source:f,actionItem:v}=TU(o,p,h),[g,S]=i.useState(1),b=[c].concat(["sbdocs","sbdocs-preview","sb-unstyled"]),w=o?[v]:[],[y,E]=i.useState(s?[...s]:[]),x=[...w,...y],{window:C}=Et,_=i.useCallback(async A=>{let{createCopyToClipboardFunction:I}=await Br(()=>Promise.resolve().then(()=>FO),void 0,import.meta.url);I()},[]),R=A=>{let I=C.getSelection();I&&I.type==="Range"||(A.preventDefault(),y.filter($=>$.title==="Copied").length===0&&_(f.props.code).then(()=>{E([...y,{title:"Copied",onClick:()=>{}}]),C.setTimeout(()=>E(y.filter($=>$.title!=="Copied")),1500)}))};return m.createElement(OU,{withSource:o,withToolbar:a,...d,className:b.join(" ")},a&&m.createElement(LU,{isLoading:e,border:!0,zoom:A=>S(g*A),resetZoom:()=>S(1),storyId:MU(r),baseUrl:"./iframe.html"}),m.createElement(Fy.Provider,{value:{scale:g}},m.createElement(PU,{className:"docs-story",onCopyCapture:o&&R},m.createElement($U,{isColumn:t||!Array.isArray(r),columns:n,layout:u},m.createElement(_4.Element,{scale:g},Array.isArray(r)?r.map((A,I)=>m.createElement("div",{key:I},A)):m.createElement("div",null,r))),m.createElement(s1,{actionItems:x}))),o&&p&&f)};k(Dy)(()=>({".docs-story":{paddingTop:32,paddingBottom:40}}));var zU=k.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:Mn({theme:e}),div:{span:{fontWeight:"bold"}},"& code":{margin:0,display:"inline-block",fontSize:e.typography.size.s1}}})),NU=({tags:e})=>{let t=(e.params||[]).filter(a=>a.description),n=t.length!==0,r=e.deprecated!=null,o=e.returns!=null&&e.returns.description!=null;return!n&&!o&&!r?null:m.createElement(m.Fragment,null,m.createElement(zU,null,m.createElement("tbody",null,r&&m.createElement("tr",{key:"deprecated"},m.createElement("td",{colSpan:2},m.createElement("strong",null,"Deprecated"),": ",e.deprecated.toString())),n&&t.map(a=>m.createElement("tr",{key:a.name},m.createElement("td",null,m.createElement("code",null,a.name)),m.createElement("td",null,a.description))),o&&m.createElement("tr",{key:"returns"},m.createElement("td",null,m.createElement("code",null,"Returns")),m.createElement("td",null,e.returns.description)))))},H0=8,fh=k.div(({isExpanded:e})=>({display:"flex",flexDirection:e?"column":"row",flexWrap:"wrap",alignItems:"flex-start",marginBottom:"-4px",minWidth:100})),BU=k.span(Mn,({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}})),FU=k.button(({theme:e})=>({fontFamily:e.typography.fonts.mono,color:e.color.secondary,marginBottom:"4px",background:"none",border:"none"})),HU=k.div(Mn,({theme:e})=>({fontFamily:e.typography.fonts.mono,color:e.color.secondary,fontSize:e.typography.size.s1,margin:0,whiteSpace:"nowrap",display:"flex",alignItems:"center"})),DU=k.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"}})),jU=k(f2)({marginLeft:4}),UU=k(w1)({marginLeft:4}),VU=()=>m.createElement("span",null,"-"),jy=({text:e,simple:t})=>m.createElement(BU,{simple:t},e),WU=Gr(1e3)(e=>{let t=e.split(/\r?\n/);return`${Math.max(...t.map(n=>n.length))}ch`}),GU=e=>{if(!e)return[e];let t=e.split("|").map(n=>n.trim());return WN(t)},ph=(e,t=!0)=>{let n=e;return t||(n=e.slice(0,H0)),n.map(r=>m.createElement(jy,{key:r,text:r===""?'""':r}))},qU=({value:e,initialExpandedArgs:t})=>{let{summary:n,detail:r}=e,[o,a]=i.useState(!1),[l,s]=i.useState(t||!1);if(n==null)return null;let c=typeof n.toString=="function"?n.toString():n;if(r==null){if(/[(){}[\]<>]/.test(c))return m.createElement(jy,{text:c});let u=GU(c),d=u.length;return d>H0?m.createElement(fh,{isExpanded:l},ph(u,l),m.createElement(FU,{onClick:()=>s(!l)},l?"Show less...":`Show ${d-H0} more...`)):m.createElement(fh,null,ph(u))}return m.createElement(A4,{closeOnOutsideClick:!0,placement:"bottom",visible:o,onVisibleChange:u=>{a(u)},tooltip:m.createElement(DU,{width:WU(r)},m.createElement(Xs,{language:"jsx",format:!1},r))},m.createElement(HU,{className:"sbdocs-expandable"},m.createElement("span",null,c),o?m.createElement(jU,null):m.createElement(UU,null)))},pu=({value:e,initialExpandedArgs:t})=>e==null?m.createElement(VU,null):m.createElement(qU,{value:e,initialExpandedArgs:t}),KU=k.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:de(.5,e.color.defaultText),background:"transparent","&:hover":{boxShadow:`${si(.3,e.appBorderColor)} 0 0 0 1px inset`},"&:active":{boxShadow:`${si(.05,e.appBorderColor)} 0 0 0 2px inset`,color:si(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"?`${si(.1,e.appBorderColor)} 0 0 2px`:`${e.appBorderColor} 0 0 0 1px`,color:e.color.defaultText,padding:"7px 15px"}})),YU=e=>e==="true",XU=({name:e,value:t,onChange:n,onBlur:r,onFocus:o,argType:a})=>{let l=i.useCallback(()=>n(!1),[n]),s=!!a?.table?.readonly;if(t===void 0)return m.createElement(pr,{variant:"outline",size:"medium",id:ws(e),onClick:l,disabled:s},"Set boolean");let c=Ft(e),u=typeof t=="string"?YU(t):t;return m.createElement(KU,{"aria-disabled":s,htmlFor:c,"aria-label":e},m.createElement("input",{id:c,type:"checkbox",onChange:d=>n(d.target.checked),checked:u,role:"switch",disabled:s,name:e,onBlur:r,onFocus:o}),m.createElement("span",{"aria-hidden":"true"},"False"),m.createElement("span",{"aria-hidden":"true"},"True"))},ZU=e=>{let[t,n,r]=e.split("-"),o=new Date;return o.setFullYear(parseInt(t,10),parseInt(n,10)-1,parseInt(r,10)),o},QU=e=>{let[t,n]=e.split(":"),r=new Date;return r.setHours(parseInt(t,10)),r.setMinutes(parseInt(n,10)),r},JU=e=>{let t=new Date(e),n=`000${t.getFullYear()}`.slice(-4),r=`0${t.getMonth()+1}`.slice(-2),o=`0${t.getDate()}`.slice(-2);return`${n}-${r}-${o}`},eV=e=>{let t=new Date(e),n=`0${t.getHours()}`.slice(-2),r=`0${t.getMinutes()}`.slice(-2);return`${n}:${r}`},hh=k(na.Input)(({readOnly:e})=>({opacity:e?.5:1})),tV=k.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}})),nV=({name:e,value:t,onChange:n,onFocus:r,onBlur:o,argType:a})=>{let[l,s]=i.useState(!0),c=i.useRef(),u=i.useRef(),d=!!a?.table?.readonly;i.useEffect(()=>{l!==!1&&(c&&c.current&&(c.current.value=JU(t)),u&&u.current&&(u.current.value=eV(t)))},[t]);let p=v=>{let g=ZU(v.target.value),S=new Date(t);S.setFullYear(g.getFullYear(),g.getMonth(),g.getDate());let b=S.getTime();b&&n(b),s(!!b)},h=v=>{let g=QU(v.target.value),S=new Date(t);S.setHours(g.getHours()),S.setMinutes(g.getMinutes());let b=S.getTime();b&&n(b),s(!!b)},f=Ft(e);return m.createElement(tV,null,m.createElement(hh,{type:"date",max:"9999-12-31",ref:c,id:`${f}-date`,name:`${f}-date`,readOnly:d,onChange:p,onFocus:r,onBlur:o}),m.createElement(hh,{type:"time",id:`${f}-time`,name:`${f}-time`,ref:u,onChange:h,readOnly:d,onFocus:r,onBlur:o}),l?null:m.createElement("div",null,"invalid"))},rV=k.label({display:"flex"}),oV=e=>{let t=parseFloat(e);return Number.isNaN(t)?void 0:t},aV=k(na.Input)(({readOnly:e})=>({opacity:e?.5:1})),lV=({name:e,value:t,onChange:n,min:r,max:o,step:a,onBlur:l,onFocus:s,argType:c})=>{let[u,d]=i.useState(typeof t=="number"?t:""),[p,h]=i.useState(!1),[f,v]=i.useState(null),g=!!c?.table?.readonly,S=i.useCallback(y=>{d(y.target.value);let E=parseFloat(y.target.value);Number.isNaN(E)?v(new Error(`'${y.target.value}' is not a number`)):(n(E),v(null))},[n,v]),b=i.useCallback(()=>{d("0"),n(0),h(!0)},[h]),w=i.useRef(null);return i.useEffect(()=>{p&&w.current&&w.current.select()},[p]),i.useEffect(()=>{u!==(typeof t=="number"?t:"")&&d(t)},[t]),t===void 0?m.createElement(pr,{variant:"outline",size:"medium",id:ws(e),onClick:b,disabled:g},"Set number"):m.createElement(rV,null,m.createElement(aV,{ref:w,id:Ft(e),type:"number",onChange:S,size:"flex",placeholder:"Edit number...",value:u,valid:f?"error":null,autoFocus:p,readOnly:g,name:e,min:r,max:o,step:a,onFocus:s,onBlur:l}))},Uy=(e,t)=>{let n=t&&Object.entries(t).find(([r,o])=>o===e);return n?n[0]:void 0},D0=(e,t)=>e&&t?Object.entries(t).filter(n=>e.includes(n[1])).map(n=>n[0]):[],Vy=(e,t)=>e&&t&&e.map(n=>t[n]),iV=k.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"}}}),sV=k.span({"[aria-readonly=true] &":{opacity:.5}}),cV=k.label({lineHeight:"20px",alignItems:"center",marginBottom:8,"&:last-child":{marginBottom:0},input:{margin:0,marginRight:6}}),mh=({name:e,options:t,value:n,onChange:r,isInline:o,argType:a})=>{if(!t)return Z1.warn(`Checkbox with no options: ${e}`),m.createElement(m.Fragment,null,"-");let l=D0(n,t),[s,c]=i.useState(l),u=!!a?.table?.readonly,d=h=>{let f=h.target.value,v=[...s];v.includes(f)?v.splice(v.indexOf(f),1):v.push(f),r(Vy(v,t)),c(v)};i.useEffect(()=>{c(D0(n,t))},[n]);let p=Ft(e);return m.createElement(iV,{"aria-readonly":u,isInline:o},Object.keys(t).map((h,f)=>{let v=`${p}-${f}`;return m.createElement(cV,{key:v,htmlFor:v},m.createElement("input",{type:"checkbox",disabled:u,id:v,name:v,value:h,onChange:d,checked:s?.includes(h)}),m.createElement(sV,null,h))}))},uV=k.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"}}}),dV=k.span({"[aria-readonly=true] &":{opacity:.5}}),fV=k.label({lineHeight:"20px",alignItems:"center",marginBottom:8,"&:last-child":{marginBottom:0},input:{margin:0,marginRight:6}}),gh=({name:e,options:t,value:n,onChange:r,isInline:o,argType:a})=>{if(!t)return Z1.warn(`Radio with no options: ${e}`),m.createElement(m.Fragment,null,"-");let l=Uy(n,t),s=Ft(e),c=!!a?.table?.readonly;return m.createElement(uV,{"aria-readonly":c,isInline:o},Object.keys(t).map((u,d)=>{let p=`${s}-${d}`;return m.createElement(fV,{key:p,htmlFor:p},m.createElement("input",{type:"radio",id:p,name:p,disabled:c,value:u,onChange:h=>r(t[h.currentTarget.value]),checked:u===l}),m.createElement(dV,null,u))}))},pV={appearance:"none",border:"0 none",boxSizing:"inherit",display:" block",margin:" 0",background:"transparent",padding:0,fontSize:"inherit",position:"relative"},Wy=k.select(pV,({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}}})),Gy=k.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}}})),vh="Choose option...",hV=({name:e,value:t,options:n,onChange:r,argType:o})=>{let a=u=>{r(n[u.currentTarget.value])},l=Uy(t,n)||vh,s=Ft(e),c=!!o?.table?.readonly;return m.createElement(Gy,null,m.createElement(w1,null),m.createElement(Wy,{disabled:c,id:s,value:l,onChange:a},m.createElement("option",{key:"no-selection",disabled:!0},vh),Object.keys(n).map(u=>m.createElement("option",{key:u,value:u},u))))},mV=({name:e,value:t,options:n,onChange:r,argType:o})=>{let a=u=>{let d=Array.from(u.currentTarget.options).filter(p=>p.selected).map(p=>p.value);r(Vy(d,n))},l=D0(t,n),s=Ft(e),c=!!o?.table?.readonly;return m.createElement(Gy,null,m.createElement(Wy,{disabled:c,id:s,multiple:!0,value:l,onChange:a},Object.keys(n).map(u=>m.createElement("option",{key:u,value:u},u))))},yh=e=>{let{name:t,options:n}=e;return n?e.isMulti?m.createElement(mV,{...e}):m.createElement(hV,{...e}):(Z1.warn(`Select with no options: ${t}`),m.createElement(m.Fragment,null,"-"))},gV=(e,t)=>Array.isArray(e)?e.reduce((n,r)=>(n[t?.[r]||String(r)]=r,n),{}):e,vV={check:mh,"inline-check":mh,radio:gh,"inline-radio":gh,select:yh,"multi-select":yh},io=e=>{let{type:t="select",labels:n,argType:r}=e,o={...e,argType:r,options:r?gV(r.options,n):{},isInline:t.includes("inline"),isMulti:t.includes("multi")},a=vV[t];if(a)return m.createElement(a,{...o});throw new Error(`Unknown options type: ${t}`)},J1="value",yV="key",wV="Error",bV="Object",EV="Array",xV="String",SV="Number",CV="Boolean",_V="Date",RV="Null",kV="Undefined",IV="Function",AV="Symbol",qy="ADD_DELTA_TYPE",Ky="REMOVE_DELTA_TYPE",Yy="UPDATE_DELTA_TYPE";function Or(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 Xy(e,t){let n=Or(e),r=Or(t);return(n==="Function"||r==="Function")&&r!==n}var ef=class extends i.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:n}=this.props;e&&typeof e.focus=="function"&&e.focus(),n&&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:n,keyPath:r,deep:o}=this.props,{inputRefKey:a,inputRefValue:l}=this.state,s={};if(!t){if(!a.value)return;s.key=a.value}s.newValue=n(!1,r,o,s.key,l.value),e(s)}refInputKey(e){this.state.inputRefKey=e}refInputValue(e){this.state.inputRefValue=e}render(){let{handleCancel:e,onlyValue:t,addButtonElement:n,cancelButtonElement:r,inputElementGenerator:o,keyPath:a,deep:l}=this.props,s=i.cloneElement(n,{onClick:this.onSubmit}),c=i.cloneElement(r,{onClick:e}),u=o(J1,a,l),d=i.cloneElement(u,{placeholder:"Value",ref:this.refInputValue}),p=null;if(!t){let h=o(yV,a,l);p=i.cloneElement(h,{placeholder:"Key",ref:this.refInputKey})}return m.createElement("span",{className:"rejt-add-value-node"},p,d,c,s)}};ef.defaultProps={onlyValue:!1,addButtonElement:m.createElement("button",null,"+"),cancelButtonElement:m.createElement("button",null,"c")};var Zy=class extends i.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:n,keyPath:r}=this.state;n[e]=t,this.setState({data:n});let{onUpdate:o}=this.props,a=r.length;o(r[a-1],n)}handleAddMode(){this.setState({addFormVisible:!0})}handleCollapseMode(){this.setState(e=>({collapsed:!e.collapsed}))}handleRemoveItem(e){return()=>{let{beforeRemoveAction:t,logger:n}=this.props,{data:r,keyPath:o,nextDeep:a}=this.state,l=r[e];t(e,o,a,l).then(()=>{let s={keyPath:o,deep:a,key:e,oldValue:l,type:Ky};r.splice(e,1),this.setState({data:r});let{onUpdate:c,onDeltaUpdate:u}=this.props;c(o[o.length-1],r),u(s)}).catch(n.error)}}handleAddValueAdd({newValue:e}){let{data:t,keyPath:n,nextDeep:r}=this.state,{beforeAddAction:o,logger:a}=this.props;o(t.length,n,r,e).then(()=>{let l=[...t,e];this.setState({data:l}),this.handleAddValueCancel();let{onUpdate:s,onDeltaUpdate:c}=this.props;s(n[n.length-1],l),c({type:qy,keyPath:n,deep:r,key:l.length-1,newValue:e})}).catch(a.error)}handleAddValueCancel(){this.setState({addFormVisible:!1})}handleEditValue({key:e,value:t}){return new Promise((n,r)=>{let{beforeUpdateAction:o}=this.props,{data:a,keyPath:l,nextDeep:s}=this.state,c=a[e];o(e,l,s,c,t).then(()=>{a[e]=t,this.setState({data:a});let{onUpdate:u,onDeltaUpdate:d}=this.props;u(l[l.length-1],a),d({type:Yy,keyPath:l,deep:s,key:e,newValue:t,oldValue:c}),n(void 0)}).catch(r)})}renderCollapsed(){let{name:e,data:t,keyPath:n,deep:r}=this.state,{handleRemove:o,readOnly:a,getStyle:l,dataType:s,minusMenuElement:c}=this.props,{minus:u,collapsed:d}=l(e,t,n,r,s),p=a(e,t,n,r,s),h=i.cloneElement(c,{onClick:o,className:"rejt-minus-menu",style:u});return m.createElement("span",{className:"rejt-collapsed"},m.createElement("span",{className:"rejt-collapsed-text",style:d,onClick:this.handleCollapseMode},"[...] ",t.length," ",t.length===1?"item":"items"),!p&&h)}renderNotCollapsed(){let{name:e,data:t,keyPath:n,deep:r,addFormVisible:o,nextDeep:a}=this.state,{isCollapsed:l,handleRemove:s,onDeltaUpdate:c,readOnly:u,getStyle:d,dataType:p,addButtonElement:h,cancelButtonElement:f,editButtonElement:v,inputElementGenerator:g,textareaElementGenerator:S,minusMenuElement:b,plusMenuElement:w,beforeRemoveAction:y,beforeAddAction:E,beforeUpdateAction:x,logger:C,onSubmitValueParser:_}=this.props,{minus:R,plus:A,delimiter:I,ul:$,addForm:M}=d(e,t,n,r,p),L=u(e,t,n,r,p),j=i.cloneElement(w,{onClick:this.handleAddMode,className:"rejt-plus-menu",style:A}),z=i.cloneElement(b,{onClick:s,className:"rejt-minus-menu",style:R});return m.createElement("span",{className:"rejt-not-collapsed"},m.createElement("span",{className:"rejt-not-collapsed-delimiter",style:I},"["),!o&&j,m.createElement("ul",{className:"rejt-not-collapsed-list",style:$},t.map((F,U)=>m.createElement(oc,{key:U,name:U.toString(),data:F,keyPath:n,deep:a,isCollapsed:l,handleRemove:this.handleRemoveItem(U),handleUpdateValue:this.handleEditValue,onUpdate:this.onChildUpdate,onDeltaUpdate:c,readOnly:u,getStyle:d,addButtonElement:h,cancelButtonElement:f,editButtonElement:v,inputElementGenerator:g,textareaElementGenerator:S,minusMenuElement:b,plusMenuElement:w,beforeRemoveAction:y,beforeAddAction:E,beforeUpdateAction:x,logger:C,onSubmitValueParser:_}))),!L&&o&&m.createElement("div",{className:"rejt-add-form",style:M},m.createElement(ef,{handleAdd:this.handleAddValueAdd,handleCancel:this.handleAddValueCancel,onlyValue:!0,addButtonElement:h,cancelButtonElement:f,inputElementGenerator:g,keyPath:n,deep:r,onSubmitValueParser:_})),m.createElement("span",{className:"rejt-not-collapsed-delimiter",style:I},"]"),!L&&z)}render(){let{name:e,collapsed:t,data:n,keyPath:r,deep:o}=this.state,{dataType:a,getStyle:l}=this.props,s=t?this.renderCollapsed():this.renderNotCollapsed(),c=l(e,n,r,o,a);return m.createElement("div",{className:"rejt-array-node"},m.createElement("span",{onClick:this.handleCollapseMode},m.createElement("span",{className:"rejt-name",style:c.name},e," :"," ")),s)}};Zy.defaultProps={keyPath:[],deep:0,minusMenuElement:m.createElement("span",null," - "),plusMenuElement:m.createElement("span",null," + ")};var Qy=class extends i.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:n,value:r,keyPath:o,deep:a}=this.state,{readOnly:l,dataType:s}=this.props,c=l(n,r,o,a,s);e&&!c&&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:n,onSubmitValueParser:r,keyPath:o}=this.props,{inputRef:a,name:l,deep:s}=this.state;if(!a)return;let c=r(!0,o,s,l,a.value);e({value:c,key:l}).then(()=>{Xy(t,c)||this.handleCancelEdit()}).catch(n.error)}handleEditMode(){this.setState({editEnabled:!0})}refInput(e){this.state.inputRef=e}handleCancelEdit(){this.setState({editEnabled:!1})}render(){let{name:e,value:t,editEnabled:n,keyPath:r,deep:o}=this.state,{handleRemove:a,originalValue:l,readOnly:s,dataType:c,getStyle:u,editButtonElement:d,cancelButtonElement:p,textareaElementGenerator:h,minusMenuElement:f,keyPath:v}=this.props,g=u(e,l,r,o,c),S=null,b=null,w=s(e,l,r,o,c);if(n&&!w){let y=h(J1,v,o,e,l,c),E=i.cloneElement(d,{onClick:this.handleEdit}),x=i.cloneElement(p,{onClick:this.handleCancelEdit}),C=i.cloneElement(y,{ref:this.refInput,defaultValue:l});S=m.createElement("span",{className:"rejt-edit-form",style:g.editForm},C," ",x,E),b=null}else{S=m.createElement("span",{className:"rejt-value",style:g.value,onClick:w?null:this.handleEditMode},t);let y=i.cloneElement(f,{onClick:a,className:"rejt-minus-menu",style:g.minus});b=w?null:y}return m.createElement("li",{className:"rejt-function-value-node",style:g.li},m.createElement("span",{className:"rejt-name",style:g.name},e," :"," "),S,b)}};Qy.defaultProps={keyPath:[],deep:0,handleUpdateValue:()=>{},editButtonElement:m.createElement("button",null,"e"),cancelButtonElement:m.createElement("button",null,"c"),minusMenuElement:m.createElement("span",null," - ")};var oc=class extends i.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:n,deep:r}=this.state,{isCollapsed:o,handleRemove:a,handleUpdateValue:l,onUpdate:s,onDeltaUpdate:c,readOnly:u,getStyle:d,addButtonElement:p,cancelButtonElement:h,editButtonElement:f,inputElementGenerator:v,textareaElementGenerator:g,minusMenuElement:S,plusMenuElement:b,beforeRemoveAction:w,beforeAddAction:y,beforeUpdateAction:E,logger:x,onSubmitValueParser:C}=this.props,_=()=>!0,R=Or(e);switch(R){case wV:return m.createElement(j0,{data:e,name:t,isCollapsed:o,keyPath:n,deep:r,handleRemove:a,onUpdate:s,onDeltaUpdate:c,readOnly:_,dataType:R,getStyle:d,addButtonElement:p,cancelButtonElement:h,editButtonElement:f,inputElementGenerator:v,textareaElementGenerator:g,minusMenuElement:S,plusMenuElement:b,beforeRemoveAction:w,beforeAddAction:y,beforeUpdateAction:E,logger:x,onSubmitValueParser:C});case bV:return m.createElement(j0,{data:e,name:t,isCollapsed:o,keyPath:n,deep:r,handleRemove:a,onUpdate:s,onDeltaUpdate:c,readOnly:u,dataType:R,getStyle:d,addButtonElement:p,cancelButtonElement:h,editButtonElement:f,inputElementGenerator:v,textareaElementGenerator:g,minusMenuElement:S,plusMenuElement:b,beforeRemoveAction:w,beforeAddAction:y,beforeUpdateAction:E,logger:x,onSubmitValueParser:C});case EV:return m.createElement(Zy,{data:e,name:t,isCollapsed:o,keyPath:n,deep:r,handleRemove:a,onUpdate:s,onDeltaUpdate:c,readOnly:u,dataType:R,getStyle:d,addButtonElement:p,cancelButtonElement:h,editButtonElement:f,inputElementGenerator:v,textareaElementGenerator:g,minusMenuElement:S,plusMenuElement:b,beforeRemoveAction:w,beforeAddAction:y,beforeUpdateAction:E,logger:x,onSubmitValueParser:C});case xV:return m.createElement(Fn,{name:t,value:`"${e}"`,originalValue:e,keyPath:n,deep:r,handleRemove:a,handleUpdateValue:l,readOnly:u,dataType:R,getStyle:d,cancelButtonElement:h,editButtonElement:f,inputElementGenerator:v,minusMenuElement:S,logger:x,onSubmitValueParser:C});case SV:return m.createElement(Fn,{name:t,value:e,originalValue:e,keyPath:n,deep:r,handleRemove:a,handleUpdateValue:l,readOnly:u,dataType:R,getStyle:d,cancelButtonElement:h,editButtonElement:f,inputElementGenerator:v,minusMenuElement:S,logger:x,onSubmitValueParser:C});case CV:return m.createElement(Fn,{name:t,value:e?"true":"false",originalValue:e,keyPath:n,deep:r,handleRemove:a,handleUpdateValue:l,readOnly:u,dataType:R,getStyle:d,cancelButtonElement:h,editButtonElement:f,inputElementGenerator:v,minusMenuElement:S,logger:x,onSubmitValueParser:C});case _V:return m.createElement(Fn,{name:t,value:e.toISOString(),originalValue:e,keyPath:n,deep:r,handleRemove:a,handleUpdateValue:l,readOnly:_,dataType:R,getStyle:d,cancelButtonElement:h,editButtonElement:f,inputElementGenerator:v,minusMenuElement:S,logger:x,onSubmitValueParser:C});case RV:return m.createElement(Fn,{name:t,value:"null",originalValue:"null",keyPath:n,deep:r,handleRemove:a,handleUpdateValue:l,readOnly:u,dataType:R,getStyle:d,cancelButtonElement:h,editButtonElement:f,inputElementGenerator:v,minusMenuElement:S,logger:x,onSubmitValueParser:C});case kV:return m.createElement(Fn,{name:t,value:"undefined",originalValue:"undefined",keyPath:n,deep:r,handleRemove:a,handleUpdateValue:l,readOnly:u,dataType:R,getStyle:d,cancelButtonElement:h,editButtonElement:f,inputElementGenerator:v,minusMenuElement:S,logger:x,onSubmitValueParser:C});case IV:return m.createElement(Qy,{name:t,value:e.toString(),originalValue:e,keyPath:n,deep:r,handleRemove:a,handleUpdateValue:l,readOnly:u,dataType:R,getStyle:d,cancelButtonElement:h,editButtonElement:f,textareaElementGenerator:g,minusMenuElement:S,logger:x,onSubmitValueParser:C});case AV:return m.createElement(Fn,{name:t,value:e.toString(),originalValue:e,keyPath:n,deep:r,handleRemove:a,handleUpdateValue:l,readOnly:_,dataType:R,getStyle:d,cancelButtonElement:h,editButtonElement:f,inputElementGenerator:v,minusMenuElement:S,logger:x,onSubmitValueParser:C});default:return null}}};oc.defaultProps={keyPath:[],deep:0};var j0=class extends i.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:n,keyPath:r}=this.state;n[e]=t,this.setState({data:n});let{onUpdate:o}=this.props,a=r.length;o(r[a-1],n)}handleAddMode(){this.setState({addFormVisible:!0})}handleAddValueCancel(){this.setState({addFormVisible:!1})}handleAddValueAdd({key:e,newValue:t}){let{data:n,keyPath:r,nextDeep:o}=this.state,{beforeAddAction:a,logger:l}=this.props;a(e,r,o,t).then(()=>{n[e]=t,this.setState({data:n}),this.handleAddValueCancel();let{onUpdate:s,onDeltaUpdate:c}=this.props;s(r[r.length-1],n),c({type:qy,keyPath:r,deep:o,key:e,newValue:t})}).catch(l.error)}handleRemoveValue(e){return()=>{let{beforeRemoveAction:t,logger:n}=this.props,{data:r,keyPath:o,nextDeep:a}=this.state,l=r[e];t(e,o,a,l).then(()=>{let s={keyPath:o,deep:a,key:e,oldValue:l,type:Ky};delete r[e],this.setState({data:r});let{onUpdate:c,onDeltaUpdate:u}=this.props;c(o[o.length-1],r),u(s)}).catch(n.error)}}handleCollapseMode(){this.setState(e=>({collapsed:!e.collapsed}))}handleEditValue({key:e,value:t}){return new Promise((n,r)=>{let{beforeUpdateAction:o}=this.props,{data:a,keyPath:l,nextDeep:s}=this.state,c=a[e];o(e,l,s,c,t).then(()=>{a[e]=t,this.setState({data:a});let{onUpdate:u,onDeltaUpdate:d}=this.props;u(l[l.length-1],a),d({type:Yy,keyPath:l,deep:s,key:e,newValue:t,oldValue:c}),n()}).catch(r)})}renderCollapsed(){let{name:e,keyPath:t,deep:n,data:r}=this.state,{handleRemove:o,readOnly:a,dataType:l,getStyle:s,minusMenuElement:c}=this.props,{minus:u,collapsed:d}=s(e,r,t,n,l),p=Object.getOwnPropertyNames(r),h=a(e,r,t,n,l),f=i.cloneElement(c,{onClick:o,className:"rejt-minus-menu",style:u});return m.createElement("span",{className:"rejt-collapsed"},m.createElement("span",{className:"rejt-collapsed-text",style:d,onClick:this.handleCollapseMode},"{...}"," ",p.length," ",p.length===1?"key":"keys"),!h&&f)}renderNotCollapsed(){let{name:e,data:t,keyPath:n,deep:r,nextDeep:o,addFormVisible:a}=this.state,{isCollapsed:l,handleRemove:s,onDeltaUpdate:c,readOnly:u,getStyle:d,dataType:p,addButtonElement:h,cancelButtonElement:f,editButtonElement:v,inputElementGenerator:g,textareaElementGenerator:S,minusMenuElement:b,plusMenuElement:w,beforeRemoveAction:y,beforeAddAction:E,beforeUpdateAction:x,logger:C,onSubmitValueParser:_}=this.props,{minus:R,plus:A,addForm:I,ul:$,delimiter:M}=d(e,t,n,r,p),L=Object.getOwnPropertyNames(t),j=u(e,t,n,r,p),z=i.cloneElement(w,{onClick:this.handleAddMode,className:"rejt-plus-menu",style:A}),F=i.cloneElement(b,{onClick:s,className:"rejt-minus-menu",style:R}),U=L.map(O=>m.createElement(oc,{key:O,name:O,data:t[O],keyPath:n,deep:o,isCollapsed:l,handleRemove:this.handleRemoveValue(O),handleUpdateValue:this.handleEditValue,onUpdate:this.onChildUpdate,onDeltaUpdate:c,readOnly:u,getStyle:d,addButtonElement:h,cancelButtonElement:f,editButtonElement:v,inputElementGenerator:g,textareaElementGenerator:S,minusMenuElement:b,plusMenuElement:w,beforeRemoveAction:y,beforeAddAction:E,beforeUpdateAction:x,logger:C,onSubmitValueParser:_}));return m.createElement("span",{className:"rejt-not-collapsed"},m.createElement("span",{className:"rejt-not-collapsed-delimiter",style:M},"{"),!j&&z,m.createElement("ul",{className:"rejt-not-collapsed-list",style:$},U),!j&&a&&m.createElement("div",{className:"rejt-add-form",style:I},m.createElement(ef,{handleAdd:this.handleAddValueAdd,handleCancel:this.handleAddValueCancel,addButtonElement:h,cancelButtonElement:f,inputElementGenerator:g,keyPath:n,deep:r,onSubmitValueParser:_})),m.createElement("span",{className:"rejt-not-collapsed-delimiter",style:M},"}"),!j&&F)}render(){let{name:e,collapsed:t,data:n,keyPath:r,deep:o}=this.state,{getStyle:a,dataType:l}=this.props,s=t?this.renderCollapsed():this.renderNotCollapsed(),c=a(e,n,r,o,l);return m.createElement("div",{className:"rejt-object-node"},m.createElement("span",{onClick:this.handleCollapseMode},m.createElement("span",{className:"rejt-name",style:c.name},e," :"," ")),s)}};j0.defaultProps={keyPath:[],deep:0,minusMenuElement:m.createElement("span",null," - "),plusMenuElement:m.createElement("span",null," + ")};var Fn=class extends i.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:n,value:r,keyPath:o,deep:a}=this.state,{readOnly:l,dataType:s}=this.props,c=l(n,r,o,a,s);e&&!c&&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:n,onSubmitValueParser:r,keyPath:o}=this.props,{inputRef:a,name:l,deep:s}=this.state;if(!a)return;let c=r(!0,o,s,l,a.value);e({value:c,key:l}).then(()=>{Xy(t,c)||this.handleCancelEdit()}).catch(n.error)}handleEditMode(){this.setState({editEnabled:!0})}refInput(e){this.state.inputRef=e}handleCancelEdit(){this.setState({editEnabled:!1})}render(){let{name:e,value:t,editEnabled:n,keyPath:r,deep:o}=this.state,{handleRemove:a,originalValue:l,readOnly:s,dataType:c,getStyle:u,editButtonElement:d,cancelButtonElement:p,inputElementGenerator:h,minusMenuElement:f,keyPath:v}=this.props,g=u(e,l,r,o,c),S=s(e,l,r,o,c),b=n&&!S,w=h(J1,v,o,e,l,c),y=i.cloneElement(d,{onClick:this.handleEdit}),E=i.cloneElement(p,{onClick:this.handleCancelEdit}),x=i.cloneElement(w,{ref:this.refInput,defaultValue:JSON.stringify(l)}),C=i.cloneElement(f,{onClick:a,className:"rejt-minus-menu",style:g.minus});return m.createElement("li",{className:"rejt-value-node",style:g.li},m.createElement("span",{className:"rejt-name",style:g.name},e," : "),b?m.createElement("span",{className:"rejt-edit-form",style:g.editForm},x," ",E,y):m.createElement("span",{className:"rejt-value",style:g.value,onClick:S?null:this.handleEditMode},String(t)),!S&&!b&&C)}};Fn.defaultProps={keyPath:[],deep:0,handleUpdateValue:()=>Promise.resolve(),editButtonElement:m.createElement("button",null,"e"),cancelButtonElement:m.createElement("button",null,"c"),minusMenuElement:m.createElement("span",null," - ")};var $V={minus:{color:"red"},plus:{color:"green"},collapsed:{color:"grey"},delimiter:{},ul:{padding:"0px",margin:"0 0 0 25px",listStyle:"none"},name:{color:"#2287CD"},addForm:{}},OV={minus:{color:"red"},plus:{color:"green"},collapsed:{color:"grey"},delimiter:{},ul:{padding:"0px",margin:"0 0 0 25px",listStyle:"none"},name:{color:"#2287CD"},addForm:{}},TV={minus:{color:"red"},editForm:{},value:{color:"#7bba3d"},li:{minHeight:"22px",lineHeight:"22px",outline:"0px"},name:{color:"#2287CD"}};function MV(e){let t=e;if(t.indexOf("function")===0)return(0,eval)(`(${t})`);try{t=JSON.parse(e)}catch{}return t}var Jy=class extends i.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:n,onDeltaUpdate:r,readOnly:o,getStyle:a,addButtonElement:l,cancelButtonElement:s,editButtonElement:c,inputElement:u,textareaElement:d,minusMenuElement:p,plusMenuElement:h,beforeRemoveAction:f,beforeAddAction:v,beforeUpdateAction:g,logger:S,onSubmitValueParser:b,fallback:w=null}=this.props,y=Or(e),E=o;Or(o)==="Boolean"&&(E=()=>o);let x=u;u&&Or(u)!=="Function"&&(x=()=>u);let C=d;return d&&Or(d)!=="Function"&&(C=()=>d),y==="Object"||y==="Array"?m.createElement("div",{className:"rejt-tree"},m.createElement(oc,{data:e,name:t,deep:-1,isCollapsed:n,onUpdate:this.onUpdate,onDeltaUpdate:r,readOnly:E,getStyle:a,addButtonElement:l,cancelButtonElement:s,editButtonElement:c,inputElementGenerator:x,textareaElementGenerator:C,minusMenuElement:p,plusMenuElement:h,handleRemove:this.removeRoot,beforeRemoveAction:f,beforeAddAction:v,beforeUpdateAction:g,logger:S,onSubmitValueParser:b})):w}};Jy.defaultProps={rootName:"root",isCollapsed:(e,t)=>t!==-1,getStyle:(e,t,n,r,o)=>{switch(o){case"Object":case"Error":return $V;case"Array":return OV;default:return TV}},readOnly:()=>!1,onFullyUpdate:()=>{},onDeltaUpdate:()=>{},beforeRemoveAction:()=>Promise.resolve(),beforeAddAction:()=>Promise.resolve(),beforeUpdateAction:()=>Promise.resolve(),logger:{error:()=>{}},onSubmitValueParser:(e,t,n,r,o)=>MV(o),inputElement:()=>m.createElement("input",null),textareaElement:()=>m.createElement("textarea",null),fallback:null};var{window:LV}=Et,PV=k.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}})),hu=k.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})),zV=k(s2)(({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}})),NV=k(c2)(({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}})),wh=k.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}`}})),BV=k(nr)(({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}})),FV=k(na.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"}})),HV={bubbles:!0,cancelable:!0,key:"Enter",code:"Enter",keyCode:13},DV=e=>{e.currentTarget.dispatchEvent(new LV.KeyboardEvent("keydown",HV))},jV=e=>{e.currentTarget.select()},UV=e=>()=>({name:{color:e.color.secondary},collapsed:{color:e.color.dark},ul:{listStyle:"none",margin:"0 0 0 1rem",padding:0},li:{outline:0}}),bh=({name:e,value:t,onChange:n,argType:r})=>{let o=sm(),a=i.useMemo(()=>t&&$H(t),[t]),l=a!=null,[s,c]=i.useState(!l),[u,d]=i.useState(null),p=!!r?.table?.readonly,h=i.useCallback(y=>{try{y&&n(JSON.parse(y)),d(void 0)}catch(E){d(E)}},[n]),[f,v]=i.useState(!1),g=i.useCallback(()=>{n({}),v(!0)},[v]),S=i.useRef(null);if(i.useEffect(()=>{f&&S.current&&S.current.select()},[f]),!l)return m.createElement(pr,{disabled:p,id:ws(e),onClick:g},"Set object");let b=m.createElement(FV,{ref:S,id:Ft(e),name:e,defaultValue:t===null?"":JSON.stringify(t,null,2),onBlur:y=>h(y.target.value),placeholder:"Edit JSON string...",autoFocus:f,valid:u?"error":null,readOnly:p}),w=Array.isArray(t)||typeof t=="object"&&t?.constructor===Object;return m.createElement(PV,{"aria-readonly":p},w&&m.createElement(BV,{onClick:y=>{y.preventDefault(),c(E=>!E)}},s?m.createElement(o2,null):m.createElement(r2,null),m.createElement("span",null,"RAW")),s?b:m.createElement(Jy,{readOnly:p||!w,isCollapsed:w?void 0:()=>!0,data:a,rootName:e,onFullyUpdate:n,getStyle:UV(o),cancelButtonElement:m.createElement(hu,{type:"button"},"Cancel"),editButtonElement:m.createElement(hu,{type:"submit"},"Save"),addButtonElement:m.createElement(hu,{type:"submit",primary:!0},"Save"),plusMenuElement:m.createElement(zV,null),minusMenuElement:m.createElement(NV,null),inputElement:(y,E,x,C)=>C?m.createElement(wh,{onFocus:jV,onBlur:DV}):m.createElement(wh,null),fallback:b}))},VV=k.input(({theme:e,min:t,max:n,value:r,disabled:o})=>({"&":{width:"100%",backgroundColor:"transparent",appearance:"none"},"&::-webkit-slider-runnable-track":{background:e.base==="light"?`linear-gradient(to right,
|
|
515
|
+
${e.color.green} 0%, ${e.color.green} ${(r-t)/(n-t)*100}%,
|
|
516
|
+
${Qt(.02,e.input.background)} ${(r-t)/(n-t)*100}%,
|
|
517
|
+
${Qt(.02,e.input.background)} 100%)`:`linear-gradient(to right,
|
|
518
|
+
${e.color.green} 0%, ${e.color.green} ${(r-t)/(n-t)*100}%,
|
|
519
|
+
${_r(.02,e.input.background)} ${(r-t)/(n-t)*100}%,
|
|
520
|
+
${_r(.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 ${nn(e.appBorderColor,.2)}`,borderRadius:"50px",boxShadow:`0 1px 3px 0px ${nn(e.appBorderColor,.2)}`,cursor:o?"not-allowed":"grab",appearance:"none",background:`${e.input.background}`,transition:"all 150ms ease-out","&:hover":{background:`${Qt(.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:nn(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,
|
|
521
|
+
${e.color.green} 0%, ${e.color.green} ${(r-t)/(n-t)*100}%,
|
|
522
|
+
${Qt(.02,e.input.background)} ${(r-t)/(n-t)*100}%,
|
|
523
|
+
${Qt(.02,e.input.background)} 100%)`:`linear-gradient(to right,
|
|
524
|
+
${e.color.green} 0%, ${e.color.green} ${(r-t)/(n-t)*100}%,
|
|
525
|
+
${_r(.02,e.input.background)} ${(r-t)/(n-t)*100}%,
|
|
526
|
+
${_r(.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 ${nn(e.appBorderColor,.2)}`,borderRadius:"50px",boxShadow:`0 1px 3px 0px ${nn(e.appBorderColor,.2)}`,cursor:o?"not-allowed":"grap",background:`${e.input.background}`,transition:"all 150ms ease-out","&:hover":{background:`${Qt(.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,
|
|
527
|
+
${e.color.green} 0%, ${e.color.green} ${(r-t)/(n-t)*100}%,
|
|
528
|
+
${Qt(.02,e.input.background)} ${(r-t)/(n-t)*100}%,
|
|
529
|
+
${Qt(.02,e.input.background)} 100%)`:`linear-gradient(to right,
|
|
530
|
+
${e.color.green} 0%, ${e.color.green} ${(r-t)/(n-t)*100}%,
|
|
531
|
+
${_r(.02,e.input.background)} ${(r-t)/(n-t)*100}%,
|
|
532
|
+
${_r(.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 ${nn(e.appBorderColor,.2)}`,borderRadius:50,cursor:"grab",marginTop:0},"@supports (-ms-ime-align:auto)":{"input[type=range]":{margin:"0"}}})),e3=k.span({paddingLeft:5,paddingRight:5,fontSize:12,whiteSpace:"nowrap",fontFeatureSettings:"tnum",fontVariantNumeric:"tabular-nums","[aria-readonly=true] &":{opacity:.5}}),WV=k(e3)(({numberOFDecimalsPlaces:e,max:t})=>({width:`${e+t.toString().length*2+3}ch`,textAlign:"right",flexShrink:0})),GV=k.div({display:"flex",alignItems:"center",width:"100%"});function qV(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 KV=({name:e,value:t,onChange:n,min:r=0,max:o=100,step:a=1,onBlur:l,onFocus:s,argType:c})=>{let u=f=>{n(oV(f.target.value))},d=t!==void 0,p=i.useMemo(()=>qV(a),[a]),h=!!c?.table?.readonly;return m.createElement(GV,{"aria-readonly":h},m.createElement(e3,null,r),m.createElement(VV,{id:Ft(e),type:"range",disabled:h,onChange:u,name:e,value:t,min:r,max:o,step:a,onFocus:s,onBlur:l}),m.createElement(WV,{numberOFDecimalsPlaces:p,max:o},d?t.toFixed(p):"--"," / ",o))},YV=k.label({display:"flex"}),XV=k.div(({isMaxed:e})=>({marginLeft:"0.75rem",paddingTop:"0.35rem",color:e?"red":void 0})),ZV=({name:e,value:t,onChange:n,onFocus:r,onBlur:o,maxLength:a,argType:l})=>{let s=f=>{n(f.target.value)},c=!!l?.table?.readonly,[u,d]=i.useState(!1),p=i.useCallback(()=>{n(""),d(!0)},[d]);if(t===void 0)return m.createElement(pr,{variant:"outline",size:"medium",disabled:c,id:ws(e),onClick:p},"Set string");let h=typeof t=="string";return m.createElement(YV,null,m.createElement(na.Textarea,{id:Ft(e),maxLength:a,onChange:s,disabled:c,size:"flex",placeholder:"Edit string...",autoFocus:u,valid:h?null:"error",name:e,value:h?t:"",onFocus:r,onBlur:o}),a&&m.createElement(XV,{isMaxed:t?.length===a},t?.length??0," / ",a))},QV=k(na.Input)({padding:10});function JV(e){e.forEach(t=>{t.startsWith("blob:")&&URL.revokeObjectURL(t)})}var eW=({onChange:e,name:t,accept:n="image/*",value:r,argType:o})=>{let a=i.useRef(null),l=o?.control?.readOnly;function s(c){if(!c.target.files)return;let u=Array.from(c.target.files).map(d=>URL.createObjectURL(d));e(u),JV(r)}return i.useEffect(()=>{r==null&&a.current&&(a.current.value=null)},[r,t]),m.createElement(QV,{ref:a,id:Ft(t),type:"file",name:t,multiple:!0,disabled:l,onChange:s,accept:n,size:"flex"})},tW=i.lazy(()=>Br(()=>import("./Color-PRSJMWNM-e4s261EJ.js"),__vite__mapDeps([7,2,1,3,4]),import.meta.url)),nW=e=>m.createElement(i.Suspense,{fallback:m.createElement("div",null)},m.createElement(tW,{...e})),rW={array:bh,object:bh,boolean:XU,color:nW,date:nV,number:lV,check:io,"inline-check":io,radio:io,"inline-radio":io,select:io,"multi-select":io,range:KV,text:ZV,file:eW},Eh=()=>m.createElement(m.Fragment,null,"-"),oW=({row:e,arg:t,updateArgs:n,isHovered:r})=>{let{key:o,control:a}=e,[l,s]=i.useState(!1),[c,u]=i.useState({value:t});i.useEffect(()=>{l||u({value:t})},[l,t]);let d=i.useCallback(g=>(u({value:g}),n({[o]:g}),g),[n,o]),p=i.useCallback(()=>s(!1),[]),h=i.useCallback(()=>s(!0),[]);if(!a||a.disable){let g=a?.disable!==!0&&e?.type?.name!=="function";return r&&g?m.createElement(zr,{href:"https://storybook.js.org/docs/react/essentials/controls",target:"_blank",withArrow:!0},"Setup controls"):m.createElement(Eh,null)}let f={name:o,argType:e,value:c.value,onChange:d,onBlur:p,onFocus:h},v=rW[a.type]||Eh;return m.createElement(v,{...f,...a,controlType:a.type})},aW=k.span({fontWeight:"bold"}),lW=k.span(({theme:e})=>({color:e.color.negative,fontFamily:e.typography.fonts.mono,cursor:"help"})),iW=k.div(({theme:e})=>({"&&":{p:{margin:"0 0 10px 0"},a:{color:e.color.secondary}},code:{...Mn({theme:e}),fontSize:12,fontFamily:e.typography.fonts.mono},"& code":{margin:0,display:"inline-block"},"& pre > code":{whiteSpace:"pre-wrap"}})),sW=k.div(({theme:e,hasDescription:t})=>({color:e.base==="light"?de(.1,e.color.defaultText):de(.2,e.color.defaultText),marginTop:t?4:0})),cW=k.div(({theme:e,hasDescription:t})=>({color:e.base==="light"?de(.1,e.color.defaultText):de(.2,e.color.defaultText),marginTop:t?12:0,marginBottom:12})),uW=k.td(({theme:e,expandable:t})=>({paddingLeft:t?"40px !important":"20px !important"})),dW=e=>e&&{summary:typeof e=="string"?e:e.name},di=e=>{let[t,n]=i.useState(!1),{row:r,updateArgs:o,compact:a,expandable:l,initialExpandedArgs:s}=e,{name:c,description:u}=r,d=r.table||{},p=d.type||dW(r.type),h=d.defaultValue||r.defaultValue,f=r.type?.required,v=u!=null&&u!=="";return m.createElement("tr",{onMouseEnter:()=>n(!0),onMouseLeave:()=>n(!1)},m.createElement(uW,{expandable:l},m.createElement(aW,null,c),f?m.createElement(lW,{title:"Required"},"*"):null),a?null:m.createElement("td",null,v&&m.createElement(iW,null,m.createElement(Ey,null,u)),d.jsDocTags!=null?m.createElement(m.Fragment,null,m.createElement(cW,{hasDescription:v},m.createElement(pu,{value:p,initialExpandedArgs:s})),m.createElement(NU,{tags:d.jsDocTags})):m.createElement(sW,{hasDescription:v},m.createElement(pu,{value:p,initialExpandedArgs:s}))),a?null:m.createElement("td",null,m.createElement(pu,{value:h,initialExpandedArgs:s})),o?m.createElement("td",null,m.createElement(oW,{...e,isHovered:t})):null)},fW=k(d2)(({theme:e})=>({marginRight:8,marginLeft:-10,marginTop:-2,height:12,width:12,color:e.base==="light"?de(.25,e.color.defaultText):de(.3,e.color.defaultText),border:"none",display:"inline-block"})),pW=k(y1)(({theme:e})=>({marginRight:8,marginLeft:-10,marginTop:-2,height:12,width:12,color:e.base==="light"?de(.25,e.color.defaultText):de(.3,e.color.defaultText),border:"none",display:"inline-block"})),hW=k.span(({theme:e})=>({display:"flex",lineHeight:"20px",alignItems:"center"})),mW=k.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"?de(.4,e.color.defaultText):de(.6,e.color.defaultText),background:`${e.background.app} !important`,"& ~ td":{background:`${e.background.app} !important`}})),gW=k.td(({theme:e})=>({position:"relative",fontWeight:e.typography.weight.bold,fontSize:e.typography.size.s2-1,background:e.background.app})),vW=k.td(()=>({position:"relative"})),yW=k.tr(({theme:e})=>({"&:hover > td":{backgroundColor:`${_r(.005,e.background.app)} !important`,boxShadow:`${e.color.mediumlight} 0 - 1px 0 0 inset`,cursor:"row-resize"}})),xh=k.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"})),mu=({level:e="section",label:t,children:n,initialExpanded:r=!0,colSpan:o=3})=>{let[a,l]=i.useState(r),s=e==="subsection"?gW:mW,c=n?.length||0,u=e==="subsection"?`${c} item${c!==1?"s":""}`:"",d=`${a?"Hide":"Show"} ${e==="subsection"?c:t} item${c!==1?"s":""}`;return m.createElement(m.Fragment,null,m.createElement(yW,{title:d},m.createElement(s,{colSpan:1},m.createElement(xh,{onClick:p=>l(!a),tabIndex:0},d),m.createElement(hW,null,a?m.createElement(fW,null):m.createElement(pW,null),t)),m.createElement(vW,{colSpan:o-1},m.createElement(xh,{onClick:p=>l(!a),tabIndex:-1,style:{outline:"none"}},d),a?null:u)),a?n:null)},fi=k.div(({theme:e})=>({display:"flex",gap:16,borderBottom:`1px solid ${e.appBorderColor}`,"&:last-child":{borderBottom:0}})),Fe=k.div(({numColumn:e})=>({display:"flex",flexDirection:"column",flex:e||1,gap:5,padding:"12px 20px"})),Ce=k.div(({theme:e,width:t,height:n})=>({animation:`${e.animation.glow} 1.5s ease-in-out infinite`,background:e.appBorderColor,width:t||"100%",height:n||16,borderRadius:3})),He=[2,4,2,2],wW=()=>m.createElement(m.Fragment,null,m.createElement(fi,null,m.createElement(Fe,{numColumn:He[0]},m.createElement(Ce,{width:"60%"})),m.createElement(Fe,{numColumn:He[1]},m.createElement(Ce,{width:"30%"})),m.createElement(Fe,{numColumn:He[2]},m.createElement(Ce,{width:"60%"})),m.createElement(Fe,{numColumn:He[3]},m.createElement(Ce,{width:"60%"}))),m.createElement(fi,null,m.createElement(Fe,{numColumn:He[0]},m.createElement(Ce,{width:"60%"})),m.createElement(Fe,{numColumn:He[1]},m.createElement(Ce,{width:"80%"}),m.createElement(Ce,{width:"30%"})),m.createElement(Fe,{numColumn:He[2]},m.createElement(Ce,{width:"60%"})),m.createElement(Fe,{numColumn:He[3]},m.createElement(Ce,{width:"60%"}))),m.createElement(fi,null,m.createElement(Fe,{numColumn:He[0]},m.createElement(Ce,{width:"60%"})),m.createElement(Fe,{numColumn:He[1]},m.createElement(Ce,{width:"80%"}),m.createElement(Ce,{width:"30%"})),m.createElement(Fe,{numColumn:He[2]},m.createElement(Ce,{width:"60%"})),m.createElement(Fe,{numColumn:He[3]},m.createElement(Ce,{width:"60%"}))),m.createElement(fi,null,m.createElement(Fe,{numColumn:He[0]},m.createElement(Ce,{width:"60%"})),m.createElement(Fe,{numColumn:He[1]},m.createElement(Ce,{width:"80%"}),m.createElement(Ce,{width:"30%"})),m.createElement(Fe,{numColumn:He[2]},m.createElement(Ce,{width:"60%"})),m.createElement(Fe,{numColumn:He[3]},m.createElement(Ce,{width:"60%"})))),bW=k.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"})),EW=k.div(({theme:e})=>({display:"flex",fontSize:e.typography.size.s2-1,gap:25})),xW=k.div(({theme:e})=>({width:1,height:16,backgroundColor:e.appBorderColor})),SW=({inAddonPanel:e})=>{let[t,n]=i.useState(!0);return i.useEffect(()=>{let r=setTimeout(()=>{n(!1)},100);return()=>clearTimeout(r)},[]),t?null:m.createElement(bW,{inAddonPanel:e},m.createElement(T1,{title:e?"Interactive story playground":"Args table with interactive controls couldn't be auto-generated",description:m.createElement(m.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:m.createElement(EW,null,e&&m.createElement(m.Fragment,null,m.createElement(zr,{href:"https://youtu.be/0gOfS6K0x0E",target:"_blank",withArrow:!0},m.createElement(l2,null)," Watch 5m video"),m.createElement(xW,null),m.createElement(zr,{href:"https://storybook.js.org/docs/essentials/controls",target:"_blank",withArrow:!0},m.createElement(fs,null)," Read docs")),!e&&m.createElement(zr,{href:"https://storybook.js.org/docs/essentials/controls",target:"_blank",withArrow:!0},m.createElement(fs,null)," Learn how to set that up"))}))},CW=k.table(({theme:e,compact:t,inAddonPanel:n})=>({"&&":{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:n?0:25,marginBottom:n?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"?de(.25,e.color.defaultText):de(.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:n?0:1,marginRight:n?0:1,tbody:{...n?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}`},...n?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}}}}})),_W=k(nr)(({theme:e})=>({margin:"-4px -12px -4px 0"})),RW=k.span({display:"flex",justifyContent:"space-between"}),kW={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},IW=(e,t)=>{let n={ungrouped:[],ungroupedSubsections:{},sections:{}};if(!e)return n;Object.entries(e).forEach(([a,l])=>{let{category:s,subcategory:c}=l?.table||{};if(s){let u=n.sections[s]||{ungrouped:[],subsections:{}};if(!c)u.ungrouped.push({key:a,...l});else{let d=u.subsections[c]||[];d.push({key:a,...l}),u.subsections[c]=d}n.sections[s]=u}else if(c){let u=n.ungroupedSubsections[c]||[];u.push({key:a,...l}),n.ungroupedSubsections[c]=u}else n.ungrouped.push({key:a,...l})});let r=kW[t],o=a=>r?Object.keys(a).reduce((l,s)=>({...l,[s]:a[s].sort(r)}),{}):a;return{ungrouped:n.ungrouped.sort(r),ungroupedSubsections:o(n.ungroupedSubsections),sections:Object.keys(n.sections).reduce((a,l)=>({...a,[l]:{ungrouped:n.sections[l].ungrouped.sort(r),subsections:o(n.sections[l].subsections)}}),{})}},AW=(e,t,n)=>{try{return S3(e,t,n)}catch(r){return lU.warn(r.message),!1}},U0=e=>{let{updateArgs:t,resetArgs:n,compact:r,inAddonPanel:o,initialExpandedArgs:a,sort:l="none",isLoading:s}=e;if("error"in e){let{error:w}=e;return m.createElement(Ny,null,w," ",m.createElement(zr,{href:"http://storybook.js.org/docs/",target:"_blank",withArrow:!0},m.createElement(fs,null)," Read the docs"))}if(s)return m.createElement(wW,null);let{rows:c,args:u,globals:d}="rows"in e&&e,p=IW(lz(c,w=>!w?.table?.disable&&AW(w,u||{},d||{})),l),h=p.ungrouped.length===0,f=Object.entries(p.sections).length===0,v=Object.entries(p.ungroupedSubsections).length===0;if(h&&f&&v)return m.createElement(SW,{inAddonPanel:o});let g=1;t&&(g+=1),r||(g+=2);let S=Object.keys(p.sections).length>0,b={updateArgs:t,compact:r,inAddonPanel:o,initialExpandedArgs:a};return m.createElement(k1,null,m.createElement(CW,{compact:r,inAddonPanel:o,className:"docblock-argstable sb-unstyled"},m.createElement("thead",{className:"docblock-argstable-head"},m.createElement("tr",null,m.createElement("th",null,m.createElement("span",null,"Name")),r?null:m.createElement("th",null,m.createElement("span",null,"Description")),r?null:m.createElement("th",null,m.createElement("span",null,"Default")),t?m.createElement("th",null,m.createElement(RW,null,"Control"," ",!s&&n&&m.createElement(_W,{onClick:()=>n(),title:"Reset controls"},m.createElement(p2,{"aria-hidden":!0})))):null)),m.createElement("tbody",{className:"docblock-argstable-body"},p.ungrouped.map(w=>m.createElement(di,{key:w.key,row:w,arg:u&&u[w.key],...b})),Object.entries(p.ungroupedSubsections).map(([w,y])=>m.createElement(mu,{key:w,label:w,level:"subsection",colSpan:g},y.map(E=>m.createElement(di,{key:E.key,row:E,arg:u&&u[E.key],expandable:S,...b})))),Object.entries(p.sections).map(([w,y])=>m.createElement(mu,{key:w,label:w,level:"section",colSpan:g},y.ungrouped.map(E=>m.createElement(di,{key:E.key,row:E,arg:u&&u[E.key],...b})),Object.entries(y.subsections).map(([E,x])=>m.createElement(mu,{key:E,label:E,level:"subsection",colSpan:g},x.map(C=>m.createElement(di,{key:C.key,row:C,arg:u&&u[C.key],expandable:S,...b})))))))))},$W=({tabs:e,...t})=>{let n=Object.entries(e);return n.length===1?m.createElement(U0,{...n[0][1],...t}):m.createElement(P1,null,n.map((r,o)=>{let[a,l]=r,s=`prop_table_div_${a}`,c="div",u=o===0?t:{sort:t.sort};return m.createElement(c,{key:s,id:s,title:a},({active:d})=>d?m.createElement(U0,{key:`prop_table_${a}`,...l,...u}):null)}))};k.div(({theme:e})=>({marginRight:30,fontSize:`${e.typography.size.s1}px`,color:e.base==="light"?de(.4,e.color.defaultText):de(.6,e.color.defaultText)}));k.div({overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"});k.div({display:"flex",flexDirection:"row",alignItems:"baseline","&:not(:last-child)":{marginBottom:"1rem"}});k.div(ve,({theme:e})=>({...rc(e),margin:"25px 0 40px",padding:"30px 20px"}));k.div(({theme:e})=>({fontWeight:e.typography.weight.bold,color:e.color.defaultText}));k.div(({theme:e})=>({color:e.base==="light"?de(.2,e.color.defaultText):de(.6,e.color.defaultText)}));k.div({flex:"0 0 30%",lineHeight:"20px",marginTop:5});k.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"?de(.4,e.color.defaultText):de(.6,e.color.defaultText),"> div":{display:"inline-block",overflow:"hidden",maxWidth:"100%",textOverflow:"ellipsis"},span:{display:"block",marginTop:2}}));k.div({display:"flex",flexDirection:"row"});k.div(({background:e})=>({position:"relative",flex:1,"&::before":{position:"absolute",top:0,left:0,width:"100%",height:"100%",background:e,content:'""'}}));k.div(({theme:e})=>({...rc(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"}));k.div({display:"flex",flexDirection:"column",flex:1,position:"relative",marginBottom:30});k.div({flex:1,display:"flex",flexDirection:"row"});k.div({display:"flex",alignItems:"flex-start"});k.div({flex:"0 0 30%"});k.div({flex:1});k.div(({theme:e})=>({display:"flex",flexDirection:"row",alignItems:"center",paddingBottom:20,fontWeight:e.typography.weight.bold,color:e.base==="light"?de(.4,e.color.defaultText):de(.6,e.color.defaultText)}));k.div(({theme:e})=>({fontSize:e.typography.size.s2,lineHeight:"20px",display:"flex",flexDirection:"column"}));k.div(({theme:e})=>({fontFamily:e.typography.fonts.base,fontSize:e.typography.size.s2,color:e.color.defaultText,marginLeft:10,lineHeight:1.2}));k.div(({theme:e})=>({...rc(e),overflow:"hidden",height:40,width:40,display:"flex",alignItems:"center",justifyContent:"center",flex:"none","> img, > svg":{width:20,height:20}}));k.div({display:"inline-flex",flexDirection:"row",alignItems:"center",flex:"0 1 calc(20% - 10px)",minWidth:120,margin:"0px 10px 30px 0"});k.div({display:"flex",flexFlow:"row wrap"});var OW=e=>`anchor--${e}`,t3=({storyId:e,children:t})=>m.createElement("div",{id:OW(e),className:"sb-anchor"},t);Et&&Et.__DOCS_CONTEXT__===void 0&&(Et.__DOCS_CONTEXT__=i.createContext(null),Et.__DOCS_CONTEXT__.displayName="DocsContext");var Dt=Et?Et.__DOCS_CONTEXT__:i.createContext(null),Zr=(e,t)=>i.useContext(Dt).resolveOf(e,t),TW=e=>e.split("-").map(t=>t.charAt(0).toUpperCase()+t.slice(1)).join(""),MW=e=>{if(e)return typeof e=="string"?e.includes("-")?TW(e):e:e.__docgenInfo&&e.__docgenInfo.displayName?e.__docgenInfo.displayName:e.name};function LW(e,t="start"){e.scrollIntoView({behavior:"smooth",block:t,inline:"nearest"})}function n3(e){return Kj(e,{allowFunction:!1})}var r3=i.createContext({sources:{}}),o3="--unknown--",PW=({children:e,channel:t})=>{let[n,r]=i.useState({});return i.useEffect(()=>{let o=(a,l=null,s=!1)=>{let{id:c,args:u=void 0,source:d,format:p}=typeof a=="string"?{id:a,source:l,format:s}:a,h=u?n3(u):o3;r(f=>({...f,[c]:{...f[c],[h]:{code:d,format:p}}}))};return t.on(sf,o),()=>t.off(sf,o)},[]),m.createElement(r3.Provider,{value:{sources:n}},e)},zW=(e,t,n)=>{let{sources:r}=n,o=r?.[e];return o?.[n3(t)]||o?.[o3]||{code:""}},NW=({snippet:e,storyContext:t,typeFromProps:n,transformFromProps:r})=>{let{__isArgsStory:o}=t.parameters,a=t.parameters.docs?.source||{},l=n||a.type||ic.AUTO;if(a.code!==void 0)return a.code;let s=l===ic.DYNAMIC||l===ic.AUTO&&e&&o?e:a.originalSource||"";return(r??a.transform)?.(s,t)||s},BW=(e,t,n)=>{let r,{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)r=t.resolveOf(o,["story"]).story;else try{r=t.storyById()}catch{}let a=r?.parameters?.docs?.source||{},{code:l}=e,s=e.format??a.format,c=e.language??a.language??"jsx",u=e.dark??a.dark??!1;if(!l&&!r)return{error:"Oh no! The source is not available."};if(l)return{code:l,format:s,language:c,dark:u};let d=t.getStoryContext(r),p=e.__forceInitialArgs?d.initialArgs:d.unmappedArgs,h=zW(r.id,p,n);return s=h.format??r.parameters.docs?.source?.format??!1,{code:NW({snippet:h.code,storyContext:{...d,args:p},typeFromProps:e.type,transformFromProps:e.transform}),format:s,language:c,dark:u}};function FW(e,t){let n=HW([e],t);return n&&n[0]}function HW(e,t){let[n,r]=i.useState({});return i.useEffect(()=>{Promise.all(e.map(async o=>{let a=await t.loadStory(o);r(l=>l[o]===a?l:{...l,[o]:a})}))}),e.map(o=>{if(n[o])return n[o];try{return t.storyById(o)}catch{return null}})}var DW=(e,t)=>{let{of:n,meta:r}=e;if("of"in e&&n===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");return r&&t.referenceMeta(r,!1),t.resolveOf(n||"story",["story"]).story.id},jW=(e,t,n)=>{let{parameters:r={}}=t||{},{docs:o={}}=r,a=o.story||{};if(o.disable)return null;if(e.inline??a.inline??!1){let s=e.height??a.height,c=e.autoplay??a.autoplay??!1;return{story:t,inline:!0,height:s,autoplay:c,forceInitialArgs:!!e.__forceInitialArgs,primary:!!e.__primary,renderStoryToElement:n.renderStoryToElement}}let l=e.height??a.height??a.iframeHeight??"100px";return{story:t,inline:!1,height:l,primary:!!e.__primary}},UW=(e={__forceInitialArgs:!1,__primary:!1})=>{let t=i.useContext(Dt),n=DW(e,t),r=FW(n,t);if(!r)return m.createElement(Hy,null);let o=jW(e,r,t);return o?m.createElement(AU,{...o}):null},VW=e=>{let t=i.useContext(Dt),n=i.useContext(r3),{of:r,source:o}=e;if("of"in e&&r===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");let{story:a}=Zr(r||"story",["story"]),l=BW({...o,...r&&{of:r}},t,n),s=e.layout??a.parameters.layout??a.parameters.docs?.canvas?.layout??"padded",c=e.withToolbar??a.parameters.docs?.canvas?.withToolbar??!1,u=e.additionalActions??a.parameters.docs?.canvas?.additionalActions,d=e.sourceState??a.parameters.docs?.canvas?.sourceState??"hidden",p=e.className??a.parameters.docs?.canvas?.className;return m.createElement(Dy,{withSource:d==="none"?void 0:l,isExpanded:d==="shown",withToolbar:c,additionalActions:u,className:p,layout:s},m.createElement(UW,{of:r||a.moduleExport,meta:e.meta,...e.story}))},WW=(e,t)=>{let n=t.getStoryContext(e),[r,o]=i.useState(n.globals);return i.useEffect(()=>{let a=l=>{o(l.globals)};return t.channel.on(ch,a),()=>t.channel.off(ch,a)},[t.channel]),[r]},GW=(e,t)=>{let n=qW(e,t);if(!n)throw new Error("No result when story was defined");return n},qW=(e,t)=>{let n=e?t.getStoryContext(e):{args:{}},{id:r}=e||{id:"none"},[o,a]=i.useState(n.args);i.useEffect(()=>{let c=u=>{u.storyId===r&&a(u.args)};return t.channel.on(uh,c),()=>t.channel.off(uh,c)},[r,t.channel]);let l=i.useCallback(c=>t.channel.emit(iU,{storyId:r,updatedArgs:c}),[r,t.channel]),s=i.useCallback(c=>t.channel.emit(sU,{storyId:r,argNames:c}),[r,t.channel]);return e&&[o,l,s]};function KW(e,t){let{extractArgTypes:n}=t.docs||{};if(!n)throw new Error("Args unsupported. See Args documentation for your framework.");return n(e)}var YW=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 n=i.useContext(Dt),{story:r}=n.resolveOf(t||"story",["story"]),{parameters:o,argTypes:a,component:l,subcomponents:s}=r,c=o.docs?.controls||{},u=e.include??c.include,d=e.exclude??c.exclude,p=e.sort??c.sort,[h,f,v]=GW(r,n),[g]=WW(r,n),S=sh(a,u,d);if(!(s&&Object.keys(s).length>0))return Object.keys(S).length>0||Object.keys(h).length>0?m.createElement(U0,{rows:S,sort:p,args:h,globals:g,updateArgs:f,resetArgs:v}):null;let b=MW(l),w=Object.fromEntries(Object.entries(s).map(([E,x])=>[E,{rows:sh(KW(x,o),u,d),sort:p}])),y={[b]:{rows:S,sort:p},...w};return m.createElement($W,{tabs:y,sort:p,args:h,globals:g,updateArgs:f,resetArgs:v})},{document:a3}=Et,XW=({className:e,children:t,...n})=>{if(typeof e!="string"&&(typeof t!="string"||!t.match(/[\n\r]/g)))return m.createElement(C1,null,t);let r=e&&e.split("-");return m.createElement(By,{language:r&&r[1]||"text",format:!1,code:t,...n})};function tf(e,t){e.channel.emit(cU,t)}var V0=z4.a,ZW=({hash:e,children:t})=>{let n=i.useContext(Dt);return m.createElement(V0,{href:e,target:"_self",onClick:r=>{let o=e.substring(1);a3.getElementById(o)&&tf(n,e)}},t)},QW=e=>{let{href:t,target:n,children:r,...o}=e,a=i.useContext(Dt);return!t||n==="_blank"||/^https?:\/\//.test(t)?m.createElement(V0,{...e}):t.startsWith("#")?m.createElement(ZW,{hash:t},r):m.createElement(V0,{href:t,onClick:l=>{l.button===0&&!l.altKey&&!l.ctrlKey&&!l.metaKey&&!l.shiftKey&&(l.preventDefault(),tf(a,l.currentTarget.getAttribute("href")))},target:n,...o},r)},l3=["h1","h2","h3","h4","h5","h6"],JW=l3.reduce((e,t)=>({...e,[t]:k(t)({"& svg":{position:"relative",top:"-0.1em",visibility:"hidden"},"&:hover svg":{visibility:"visible"}})}),{}),eG=k.a(()=>({float:"left",lineHeight:"inherit",paddingRight:"10px",marginLeft:"-24px",color:"inherit"})),tG=({as:e,id:t,children:n,...r})=>{let o=i.useContext(Dt),a=JW[e],l=`#${t}`;return m.createElement(a,{id:t,...r},m.createElement(eG,{"aria-hidden":"true",href:l,tabIndex:-1,target:"_self",onClick:s=>{a3.getElementById(t)&&tf(o,l)}},m.createElement(u2,null)),n)},nf=e=>{let{as:t,id:n,children:r,...o}=e;if(n)return m.createElement(tG,{as:t,id:n,...o},r);let a=t,{as:l,...s}=e;return m.createElement(a,{...fe(s,t)})},nG=l3.reduce((e,t)=>({...e,[t]:n=>m.createElement(nf,{as:t,...n})}),{}),rG=e=>{if(!e.children)return null;if(typeof e.children!="string")throw new Error(C3`The Markdown block only accepts children as a single string, but children were of type: '${typeof e.children}'
|
|
533
|
+
This is often caused by not wrapping the child in a template string.
|
|
534
|
+
|
|
535
|
+
This is invalid:
|
|
536
|
+
<Markdown>
|
|
537
|
+
# Some heading
|
|
538
|
+
A paragraph
|
|
539
|
+
</Markdown>
|
|
540
|
+
|
|
541
|
+
Instead do:
|
|
542
|
+
<Markdown>
|
|
543
|
+
{\`
|
|
544
|
+
# Some heading
|
|
545
|
+
A paragraph
|
|
546
|
+
\`}
|
|
547
|
+
</Markdown>
|
|
548
|
+
`);return m.createElement(Ey,{...e,options:{forceBlock:!0,overrides:{code:XW,a:QW,...nG,...e?.options?.overrides},...e?.options}})},oG=(e=>(e.INFO="info",e.NOTES="notes",e.DOCGEN="docgen",e.AUTO="auto",e))(oG||{}),aG=e=>{switch(e.type){case"story":return e.story.parameters.docs?.description?.story||null;case"meta":{let{parameters:t,component:n}=e.preparedMeta;return t.docs?.description?.component||t.docs?.extractComponentDescription?.(n,{component:n,parameters:t})||null}case"component":{let{component:t,projectAnnotations:{parameters:n}}=e;return n.docs?.extractComponentDescription?.(t,{component:t,parameters:n})||null}default:throw new Error(`Unrecognized module type resolved from 'useOf', got: ${e.type}`)}},W0=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 n=Zr(t||"meta"),r=aG(n);return r?m.createElement(rG,null,r):null},lG=k.div(({theme:e})=>({width:"10rem","@media (max-width: 768px)":{display:"none"}})),iG=k.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"}})),sG=k.p(({theme:e})=>({fontWeight:600,fontSize:"0.875em",color:e.textColor,textTransform:"uppercase",marginBottom:10})),cG=({title:e})=>e===null?null:typeof e=="string"?m.createElement(sG,null,e):e,uG=({title:e,disable:t,headingSelector:n,contentsSelector:r,ignoreSelector:o,unsafeTocbotOptions:a})=>(i.useEffect(()=>{let l={tocSelector:".toc-wrapper",contentSelector:r??".sbdocs-content",headingSelector:n??"h3",ignoreSelector:o??".docs-story *, .skip-toc",headingsOffset:40,scrollSmoothOffset:-40,orderedList:!1,onClick:()=>!1,...a},s=setTimeout(()=>tU(l),100);return()=>{clearTimeout(s),Py()}},[t]),m.createElement(m.Fragment,null,m.createElement(lG,null,t?null:m.createElement(iG,null,m.createElement(cG,{title:e||null}),m.createElement("div",{className:"toc-wrapper"}))))),{document:dG,window:fG}=Et,pG=({context:e,theme:t,children:n})=>{let r;try{r=e.resolveOf("meta",["meta"]).preparedMeta.parameters?.docs?.toc}catch{r=e?.projectAnnotations?.parameters?.docs?.toc}return i.useEffect(()=>{let o;try{if(o=new URL(fG.parent.location.toString()),o.hash){let a=dG.getElementById(o.hash.substring(1));a&&setTimeout(()=>{LW(a)},200)}}catch{}}),m.createElement(Dt.Provider,{value:e},m.createElement(PW,{channel:e.channel},m.createElement(cm,{theme:d6(t)},m.createElement(yU,{toc:r?m.createElement(uG,{className:"sbdocs sbdocs-toc--custom",...r}):null},n))))},hG=/\s*\/\s*/,mG=e=>{let t=e.trim().split(hG);return t?.[t?.length-1]||e},gG=e=>{let{children:t,of:n}=e;if("of"in e&&n===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");let r;try{r=Zr(n||"meta",["meta"]).preparedMeta}catch(a){if(t&&!a.message.includes("did you forget to use <Meta of={} />?"))throw a}let o=t||mG(r?.title);return o?m.createElement(hU,{className:"sbdocs-title sb-unstyled"},o):null},vG="https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#subtitle-block-and-parameterscomponentsubtitle",yG=e=>{let{of:t,children:n}=e;if("of"in e&&t===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");let r;try{r=Zr(t||"meta",["meta"]).preparedMeta}catch(s){if(n&&!s.message.includes("did you forget to use <Meta of={} />?"))throw s}let{componentSubtitle:o,docs:a}=r?.parameters||{};o&&aU(`Using 'parameters.componentSubtitle' property to subtitle stories is deprecated. See ${vG}`);let l=n||a?.subtitle||o;return l?m.createElement(mU,{className:"sbdocs-subtitle sb-unstyled"},l):null},wG=({children:e,disableAnchor:t})=>{if(t||typeof e!="string")return m.createElement(R1,null,e);let n=globalThis.encodeURIComponent(e.toLowerCase());return m.createElement(nf,{as:"h3",id:n},e)},i3=({of:e,expanded:t=!0,withToolbar:n=!1,__forceInitialArgs:r=!1,__primary:o=!1})=>{let{story:a}=Zr(e||"story",["story"]),l=a.parameters.docs?.canvas?.withToolbar??n;return m.createElement(t3,{storyId:a.id},t&&m.createElement(m.Fragment,null,m.createElement(wG,null,a.name),m.createElement(W0,{of:e})),m.createElement(VW,{of:e,withToolbar:l,story:{__forceInitialArgs:r,__primary:o},source:{__forceInitialArgs:r}}))},bG=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:n}=Zr(t||"meta",["meta"]),r=i.useContext(Dt).componentStoriesFromCSFFile(n)[0];return r?m.createElement(i3,{of:r.moduleExport,expanded:!1,__primary:!0,withToolbar:!0}):null},EG=({children:e,disableAnchor:t,...n})=>{if(t||typeof e!="string")return m.createElement(_1,null,e);let r=e.toLowerCase().replace(/[^a-z0-9]/gi,"-");return m.createElement(nf,{as:"h2",id:r,...n},e)},xG=k(EG)(({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"}})),SG=({title:e="Stories",includePrimary:t=!0})=>{let{componentStories:n,projectAnnotations:r,getStoryContext:o}=i.useContext(Dt),a=n(),{stories:{filter:l}={filter:void 0}}=r.parameters?.docs||{};return l&&(a=a.filter(s=>l(s,o(s)))),a.some(s=>s.tags?.includes("autodocs"))&&(a=a.filter(s=>s.tags?.includes("autodocs"))),t||(a=a.slice(1)),!a||a.length===0?null:m.createElement(m.Fragment,null,m.createElement(xG,null,e),a.map(s=>s&&m.createElement(i3,{key:s.id,of:s.moduleExport,expanded:!0,__forceInitialArgs:!0})))},CG=()=>{let e=Zr("meta",["meta"]),{stories:t}=e.csfFile,n=Object.keys(t).length===1;return m.createElement(m.Fragment,null,m.createElement(gG,null),m.createElement(yG,null),m.createElement(W0,{of:"meta"}),n?m.createElement(W0,{of:"story"}):null,m.createElement(bG,null),m.createElement(YW,null),n?null:m.createElement(SG,null))};function PG({context:e,docsParameter:t}){let n=t.container||pG,r=t.page||CG;return m.createElement(n,{context:e,theme:t.theme},m.createElement(r,null))}var zG=({of:e})=>{let t=i.useContext(Dt);e&&t.referenceMeta(e,!0);try{let n=t.storyById();return m.createElement(t3,{storyId:n.id})}catch{return null}};export{QW as A,XW as C,PG as D,na as F,nG as H,tC as M,m as R,u1 as S,j$ as T,dS as W,Px as a,uS as b,Hv as c,i as d,M$ as e,zG as f,Ft as g,Gr as m,k as n,_l as r,$G as s};
|