@worldresources/wri-design-systems 2.142.1 → 2.143.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +118 -104
- package/dist/index.d.ts +36 -27
- package/dist/index.esm.js +340 -326
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Icon as o,
|
|
1
|
+
import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Icon as o,Menu as a,Portal as l,Group as s,Tooltip as c,Checkbox as d,CheckboxGroup as u,HStack as p,CheckboxCard as h,RadioCard as f,RadioGroup as g,Slider as v,For as m,Switch as x,Field as b,Input as y,Select as C,Tag as w,createListCollection as $,Textarea as k,Accordion as S,Popover as E,chakra as O,Flex as L,Text as _,Pagination as T,ButtonGroup as R,Table as P,Dialog as M,Breadcrumb as D,Tabs as N,Collapsible as j,createToaster as V,Toaster as I,Toast as z,Stack as A}from"@chakra-ui/react";import{jsxs as H,jsx as B,Fragment as F}from"@emotion/react/jsx-runtime";import*as Z from"react";import q,{forwardRef as G,useState as W,useEffect as U,useId as X,Children as Y,useRef as K,useLayoutEffect as J,useCallback as Q,createElement as ee,useMemo as te,useImperativeHandle as ne,useDebugValue as re,Fragment as ie}from"react";import{css as oe}from"@emotion/react";import{jsx as ae,jsxs as le,Fragment as se}from"react/jsx-runtime";import ce from"object-assign";import de,{createPortal as ue}from"react-dom";const pe={neutral:{100:{value:"#FFFFFF"},200:{value:"#F6F6F6"},300:{value:"#E7E6E6"},400:{value:"#C9C9C9"},500:{value:"#B0B0B0"},600:{value:"#A1A1A1"},700:{value:"#5C5959"},800:{value:"#3D3B3B"},900:{value:"#1A1919"}},primary:{100:{value:"#FFFBF2"},200:{value:"#FCEFD3"},300:{value:"#FADFA7"},400:{value:"#F5BF4F"},500:{value:"#F0AB00"},600:{value:"#DE9E00"},700:{value:"#855B00"},800:{value:"#5F4205"},900:{value:"#332300"}},secondary:{100:{value:"#F2F6FF"},200:{value:"#D7E0F7"},300:{value:"#B2C3F0"},400:{value:"#4F6CBA"},500:{value:"#3855A3"},600:{value:"#0A4298"},700:{value:"#123369"},800:{value:"#162241"},900:{value:"#0B1121"}},success:{100:{value:"#EBF5F2"},200:{value:"#D3EED1"},300:{value:"#C2E5DC"},500:{value:"#009E77"},900:{value:"#00664D"}},warning:{100:{value:"#FBF7EA"},200:{value:"#E3CC8F"},300:{value:"#EEDDA5"},500:{value:"#A88100"},900:{value:"#715804"}},error:{100:{value:"#FFEFED"},200:{value:"#EDA1A9"},300:{value:"#F6C5C1"},500:{value:"#C11101"},900:{value:"#8D0D01"}},accessible:{"text-on-primary-mids":{value:"#332300"},"text-on-secondary-mids":{value:"#F2F6FF"},"controls-on-neutral-lights":{value:"#855B00"},"controls-on-neutral-darks":{value:"#F5BF4F"}}},he=e(t,{theme:{tokens:{colors:pe}}}),fe=(e,t)=>he.tokens.getVar(`colors.${e}.${t}`)||pe?.[e]?.[t]?.value,ge=e=>oe`
|
|
2
2
|
width: auto;
|
|
3
3
|
height: ${"small"===e?"28px":"40px"};
|
|
4
4
|
font-size: ${"small"===e?"12px":"16px"};
|
|
@@ -32,7 +32,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
32
32
|
${e?`\n background-color: transparent;\n color: ${fe("neutral",500)};\n cursor: not-allowed !important;\n\n &:hover {\n background-color: transparent !important;\n }\n `:`\n background-color: transparent;\n border: none;\n color: ${fe("secondary",900)};\n box-shadow: none;\n\n &:hover {\n background-color: color-mix(in srgb, ${fe("primary",500)} 20%, transparent);\n }\n\n &:active {\n outline: none;\n background-color: color-mix(in srgb, ${fe("primary",500)} 40%, transparent);\n box-shadow: 0px 4px 6px -1px #0000001A;\n }\n\n &:focus-visible {\n outline-color: ${fe("primary",700)};\n }\n `}
|
|
33
33
|
`,be=e=>oe`
|
|
34
34
|
${e?`\n background-color: ${fe("neutral",200)};\n border: 1px solid ${fe("neutral",300)};\n color: ${fe("neutral",500)};\n cursor: not-allowed !important;\n\n &:hover {\n background-color: ${fe("neutral",200)} !important;\n }\n `:`\n background-color: transparent;\n border: 1px solid ${fe("primary",800)};\n color: ${fe("primary",800)};\n\n &:hover {\n background-color: ${fe("primary",100)};\n color: ${fe("primary",900)};\n }\n\n &:active {\n outline: none;\n background-color: ${fe("primary",200)} !important;\n border: 1px solid ${fe("primary",900)} !important;\n color: ${fe("primary",900)};\n }\n\n &:focus-visible {\n outline-color: ${fe("primary",700)};\n background-color: ${fe("primary",100)};\n }\n `}
|
|
35
|
-
`,ye=G((({label:e,loading:t,variant:o="primary",size:a="default",disabled:l,leftIcon:s,rightIcon:c,children:d,...u},p)=>{let h=ve;"secondary"===o?h=me:"borderless"===o?h=xe:"outline"===o&&(h=be);const f=e||d;return H(n,{"aria-label":(()=>{let n=u["aria-label"]||e;return t&&(n="Loading"),n})(),css:[ge(a),h(l)],disabled:l||t,"aria-disabled":l||t,ref:p,...u,children:[s&&!t?B(r,{marginRight:f?2:0,display:"flex",alignItems:"center",children:s}):null,!c&&t?B(i,{size:"sm",marginRight:f?2:0}):null,d||e,c&&!t?B(r,{marginLeft:f?2:0,display:"flex",alignItems:"center",children:c}):null,c&&t?B(i,{size:"sm",marginLeft:f?2:0}):null]})})),Ce=e=>ae(o,{...e,children:le("svg",{viewBox:"0 0 16 17",children:[le("g",{clipPath:"url(#clip0_1216_84)",children:[ae("path",{d:"M9.78791 8.03125H16V2.21875C16 1.27103 15.229 0.5 14.2812 0.5H7.1875V16.5H14.2812C15.229 16.5 16 15.729 16 14.7812V8.96875H9.78791L10.5502 9.73106C10.7333 9.91413 10.7333 10.2109 10.5502 10.394C10.3672 10.577 10.0704 10.577 9.88731 10.394L8.32481 8.83147C8.14175 8.64841 8.14175 8.35162 8.32481 8.16856L9.88731 6.60606C10.0704 6.423 10.3672 6.423 10.5502 6.60606C10.7333 6.78912 10.7333 7.08591 10.5502 7.26897L9.78791 8.03125Z",fill:"#4F4E4E"}),ae("path",{d:"M0 2.21875V14.7812C0 15.729 0.771031 16.5 1.71875 16.5H6.25V0.5H1.71875C0.771031 0.5 0 1.27103 0 2.21875ZM4.375 7.0625H1.875C1.61612 7.0625 1.40625 6.85262 1.40625 6.59375C1.40625 6.33488 1.61612 6.125 1.875 6.125H4.375C4.63387 6.125 4.84375 6.33488 4.84375 6.59375C4.84375 6.85262 4.63387 7.0625 4.375 7.0625ZM4.375 5.1875H1.875C1.61612 5.1875 1.40625 4.97762 1.40625 4.71875C1.40625 4.45988 1.61612 4.25 1.875 4.25H4.375C4.63387 4.25 4.84375 4.45988 4.84375 4.71875C4.84375 4.97762 4.63387 5.1875 4.375 5.1875ZM4.375 2.375C4.63387 2.375 4.84375 2.58488 4.84375 2.84375C4.84375 3.10262 4.63387 3.3125 4.375 3.3125H1.875C1.61612 3.3125 1.40625 3.10262 1.40625 2.84375C1.40625 2.58488 1.61612 2.375 1.875 2.375H4.375Z",fill:"#4F4E4E"})]}),ae("defs",{children:ae("clipPath",{id:"clip0_1216_84",children:ae("rect",{width:"16",height:"16",fill:"white",transform:"translate(0 0.5)"})})})]})}),we=e=>ae(o,{...e,children:le("svg",{viewBox:"0 0 16 17",children:[ae("path",{d:"M0 2.21875V14.7812C0 15.729 0.771031 16.5 1.71875 16.5H6.25V0.5H1.71875C0.771031 0.5 0 1.27103 0 2.21875ZM4.375 7.0625H1.875C1.61612 7.0625 1.40625 6.85262 1.40625 6.59375C1.40625 6.33488 1.61612 6.125 1.875 6.125H4.375C4.63387 6.125 4.84375 6.33488 4.84375 6.59375C4.84375 6.85262 4.63387 7.0625 4.375 7.0625ZM4.375 5.1875H1.875C1.61612 5.1875 1.40625 4.97762 1.40625 4.71875C1.40625 4.45988 1.61612 4.25 1.875 4.25H4.375C4.63387 4.25 4.84375 4.45988 4.84375 4.71875C4.84375 4.97762 4.63387 5.1875 4.375 5.1875ZM4.375 2.375C4.63387 2.375 4.84375 2.58488 4.84375 2.84375C4.84375 3.10262 4.63387 3.3125 4.375 3.3125H1.875C1.61612 3.3125 1.40625 3.10262 1.40625 2.84375C1.40625 2.58488 1.61612 2.375 1.875 2.375H4.375Z",fill:"#4F4E4E"}),ae("path",{d:"M14.2812 0.5H7.1875V8.03125H12.4621L11.6998 7.26897C11.5168 7.08591 11.5168 6.78912 11.6998 6.60606C11.8829 6.423 12.1797 6.423 12.3627 6.60606L13.9252 8.16856C14.1083 8.35162 14.1083 8.64841 13.9252 8.83147L12.3627 10.394C12.1797 10.577 11.8829 10.577 11.6998 10.394C11.5168 10.2109 11.5168 9.91413 11.6998 9.73106L12.4621 8.96875H7.1875V16.5H14.2812C15.229 16.5 16 15.729 16 14.7812V2.21875C16 1.27103 15.229 0.5 14.2812 0.5Z",fill:"#4F4E4E"})]})}),$e=e=>ae(o,{...e,children:ae("svg",{viewBox:"0 0 12 12",height:"12px",width:"12px",children:ae("path",{d:"M4.19632 10.4277L0 6.23139L1.04908 5.18231L4.19632 8.32955L10.9509 1.57495L12 2.62403L4.19632 10.4277Z",fill:"currentColor"})})}),ke=e=>ae(o,{...e,children:ae("svg",{viewBox:"0 0 12 12",height:"12px",width:"12px",children:ae("path",{d:"M0 6.75V5.25H12V6.75H0Z",fill:"auto"})})}),Se=e=>ae(o,{...e,children:ae("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M4.5 7.49997H5.5V4.49997H4.5V7.49997ZM5 3.49997C5.14167 3.49997 5.26042 3.45205 5.35625 3.35622C5.45208 3.26039 5.5 3.14164 5.5 2.99997C5.5 2.8583 5.45208 2.73955 5.35625 2.64372C5.26042 2.54789 5.14167 2.49997 5 2.49997C4.85833 2.49997 4.73958 2.54789 4.64375 2.64372C4.54792 2.73955 4.5 2.8583 4.5 2.99997C4.5 3.14164 4.54792 3.26039 4.64375 3.35622C4.73958 3.45205 4.85833 3.49997 5 3.49997ZM5 9.99997C4.30833 9.99997 3.65833 9.86872 3.05 9.60622C2.44167 9.34372 1.9125 8.98747 1.4625 8.53747C1.0125 8.08747 0.65625 7.5583 0.39375 6.94997C0.13125 6.34164 0 5.69164 0 4.99997C0 4.3083 0.13125 3.6583 0.39375 3.04997C0.65625 2.44164 1.0125 1.91247 1.4625 1.46247C1.9125 1.01247 2.44167 0.656219 3.05 0.393719C3.65833 0.131219 4.30833 -3.05176e-05 5 -3.05176e-05C5.69167 -3.05176e-05 6.34167 0.131219 6.95 0.393719C7.55833 0.656219 8.0875 1.01247 8.5375 1.46247C8.9875 1.91247 9.34375 2.44164 9.60625 3.04997C9.86875 3.6583 10 4.3083 10 4.99997C10 5.69164 9.86875 6.34164 9.60625 6.94997C9.34375 7.5583 8.9875 8.08747 8.5375 8.53747C8.0875 8.98747 7.55833 9.34372 6.95 9.60622C6.34167 9.86872 5.69167 9.99997 5 9.99997Z",fill:"currentColor"})})}),Ee=e=>ae(o,{...e,children:ae("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M8 13.3667L0 5.36667L1.86667 3.5L8 9.63333L14.1333 3.5L16 5.36667L8 13.3667Z",fill:"currentColor"})})}),Oe=e=>ae(o,{...e,children:ae("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M5.37 0L13.37 8L5.37 16L3.50333 14.1333L9.63667 8L3.50333 1.86667L5.37 0Z",fill:"currentColor"})})}),_e=e=>ae(o,{...e,children:ae("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M1 10L0 9L4 5L0 1L1 0L5 4L9 0L10 1L6 5L10 9L9 10L5 6L1 10Z",fill:"currentColor"})})}),Le=e=>ae(o,{...e,children:ae("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M5 6.95455C5.56818 6.95455 6.05114 6.75568 6.44886 6.35795C6.84659 5.96023 7.04545 5.47727 7.04545 4.90909C7.04545 4.34091 6.84659 3.85795 6.44886 3.46023C6.05114 3.0625 5.56818 2.86364 5 2.86364C4.43182 2.86364 3.94886 3.0625 3.55114 3.46023C3.15341 3.85795 2.95455 4.34091 2.95455 4.90909C2.95455 5.47727 3.15341 5.96023 3.55114 6.35795C3.94886 6.75568 4.43182 6.95455 5 6.95455ZM5 6.13636C4.65909 6.13636 4.36932 6.01705 4.13068 5.77841C3.89205 5.53977 3.77273 5.25 3.77273 4.90909C3.77273 4.56818 3.89205 4.27841 4.13068 4.03977C4.36932 3.80114 4.65909 3.68182 5 3.68182C5.34091 3.68182 5.63068 3.80114 5.86932 4.03977C6.10795 4.27841 6.22727 4.56818 6.22727 4.90909C6.22727 5.25 6.10795 5.53977 5.86932 5.77841C5.63068 6.01705 5.34091 6.13636 5 6.13636ZM5 8.31818C3.89394 8.31818 2.88636 8.00947 1.97727 7.39205C1.06818 6.77462 0.409091 5.94697 0 4.90909C0.409091 3.87121 1.06818 3.04356 1.97727 2.42614C2.88636 1.80871 3.89394 1.5 5 1.5C6.10606 1.5 7.11364 1.80871 8.02273 2.42614C8.93182 3.04356 9.59091 3.87121 10 4.90909C9.59091 5.94697 8.93182 6.77462 8.02273 7.39205C7.11364 8.00947 6.10606 8.31818 5 8.31818Z",fill:"currentColor"})})}),Te=e=>ae(o,{...e,children:le("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[ae("g",{clipPath:"url(#clip0_4626_1381)",children:ae("path",{d:"M8.54545 9.9375L6.63636 8.05114C6.37121 8.13447 6.10417 8.19697 5.83523 8.23864C5.56629 8.2803 5.28788 8.30114 5 8.30114C3.85606 8.30114 2.83712 7.98485 1.94318 7.35227C1.04924 6.7197 0.401515 5.89962 0 4.89205C0.159091 4.49053 0.359848 4.11742 0.602273 3.77273C0.844697 3.42803 1.12121 3.11932 1.43182 2.84659L0.181818 1.57386L0.818182 0.9375L9.18182 9.30114L8.54545 9.9375ZM5 6.9375C5.08333 6.9375 5.16098 6.93371 5.23295 6.92614C5.30492 6.91856 5.38258 6.90341 5.46591 6.88068L3.01136 4.42614C2.98864 4.50947 2.97348 4.58712 2.96591 4.65909C2.95833 4.73106 2.95455 4.80871 2.95455 4.89205C2.95455 5.46023 3.15341 5.94318 3.55114 6.34091C3.94886 6.73864 4.43182 6.9375 5 6.9375ZM8.31818 7.14205L6.875 5.71023C6.92803 5.58144 6.9697 5.45076 7 5.31818C7.0303 5.18561 7.04545 5.04356 7.04545 4.89205C7.04545 4.32386 6.84659 3.84091 6.44886 3.44318C6.05114 3.04545 5.56818 2.84659 5 2.84659C4.84848 2.84659 4.70644 2.86174 4.57386 2.89205C4.44129 2.92235 4.31061 2.9678 4.18182 3.02841L3.02273 1.86932C3.33333 1.74053 3.65152 1.64394 3.97727 1.57955C4.30303 1.51515 4.64394 1.48295 5 1.48295C6.14394 1.48295 7.16288 1.79924 8.05682 2.43182C8.95076 3.06439 9.59848 3.88447 10 4.89205C9.82576 5.33902 9.59659 5.75379 9.3125 6.13636C9.02841 6.51894 8.69697 6.85417 8.31818 7.14205ZM6.21591 5.05114L4.85227 3.6875C5.06439 3.64962 5.25947 3.66667 5.4375 3.73864C5.61553 3.81061 5.76894 3.91477 5.89773 4.05114C6.02652 4.1875 6.11932 4.3447 6.17614 4.52273C6.23295 4.70076 6.24621 4.87689 6.21591 5.05114Z",fill:"currentColor"})}),ae("defs",{children:ae("clipPath",{id:"clip0_4626_1381",children:ae("rect",{width:"10",height:"10",fill:"white"})})})]})}),Re=e=>ae(o,{...e,children:ae("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M6.25 20C5.5625 20 4.97396 19.7552 4.48437 19.2656C3.99479 18.776 3.75 18.1875 3.75 17.5C3.75 16.8125 3.99479 16.224 4.48437 15.7344C4.97396 15.2448 5.5625 15 6.25 15C6.9375 15 7.52604 15.2448 8.01562 15.7344C8.50521 16.224 8.75 16.8125 8.75 17.5C8.75 18.1875 8.50521 18.776 8.01562 19.2656C7.52604 19.7552 6.9375 20 6.25 20ZM13.75 20C13.0625 20 12.474 19.7552 11.9844 19.2656C11.4948 18.776 11.25 18.1875 11.25 17.5C11.25 16.8125 11.4948 16.224 11.9844 15.7344C12.474 15.2448 13.0625 15 13.75 15C14.4375 15 15.026 15.2448 15.5156 15.7344C16.0052 16.224 16.25 16.8125 16.25 17.5C16.25 18.1875 16.0052 18.776 15.5156 19.2656C15.026 19.7552 14.4375 20 13.75 20ZM6.25 12.5C5.5625 12.5 4.97396 12.2552 4.48437 11.7656C3.99479 11.276 3.75 10.6875 3.75 10C3.75 9.3125 3.99479 8.72396 4.48437 8.23438C4.97396 7.74479 5.5625 7.5 6.25 7.5C6.9375 7.5 7.52604 7.74479 8.01562 8.23438C8.50521 8.72396 8.75 9.3125 8.75 10C8.75 10.6875 8.50521 11.276 8.01562 11.7656C7.52604 12.2552 6.9375 12.5 6.25 12.5ZM13.75 12.5C13.0625 12.5 12.474 12.2552 11.9844 11.7656C11.4948 11.276 11.25 10.6875 11.25 10C11.25 9.3125 11.4948 8.72396 11.9844 8.23438C12.474 7.74479 13.0625 7.5 13.75 7.5C14.4375 7.5 15.026 7.74479 15.5156 8.23438C16.0052 8.72396 16.25 9.3125 16.25 10C16.25 10.6875 16.0052 11.276 15.5156 11.7656C15.026 12.2552 14.4375 12.5 13.75 12.5ZM6.25 5C5.5625 5 4.97396 4.75521 4.48437 4.26562C3.99479 3.77604 3.75 3.1875 3.75 2.5C3.75 1.8125 3.99479 1.22396 4.48437 0.734375C4.97396 0.244792 5.5625 0 6.25 0C6.9375 0 7.52604 0.244792 8.01562 0.734375C8.50521 1.22396 8.75 1.8125 8.75 2.5C8.75 3.1875 8.50521 3.77604 8.01562 4.26562C7.52604 4.75521 6.9375 5 6.25 5ZM13.75 5C13.0625 5 12.474 4.75521 11.9844 4.26562C11.4948 3.77604 11.25 3.1875 11.25 2.5C11.25 1.8125 11.4948 1.22396 11.9844 0.734375C12.474 0.244792 13.0625 0 13.75 0C14.4375 0 15.026 0.244792 15.5156 0.734375C16.0052 1.22396 16.25 1.8125 16.25 2.5C16.25 3.1875 16.0052 3.77604 15.5156 4.26562C15.026 4.75521 14.4375 5 13.75 5Z",fill:"currentColor"})})}),Pe=e=>ae(o,{...e,children:le("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[ae("g",{clipPath:"url(#clip0_4916_54426)",children:ae("path",{d:"M8.6 14.6L15.65 7.55L14.25 6.15L8.6 11.8L5.75 8.95L4.35 10.35L8.6 14.6ZM10 20C8.61667 20 7.31667 19.7375 6.1 19.2125C4.88333 18.6875 3.825 17.975 2.925 17.075C2.025 16.175 1.3125 15.1167 0.7875 13.9C0.2625 12.6833 0 11.3833 0 10C0 8.61667 0.2625 7.31667 0.7875 6.1C1.3125 4.88333 2.025 3.825 2.925 2.925C3.825 2.025 4.88333 1.3125 6.1 0.7875C7.31667 0.2625 8.61667 0 10 0C11.3833 0 12.6833 0.2625 13.9 0.7875C15.1167 1.3125 16.175 2.025 17.075 2.925C17.975 3.825 18.6875 4.88333 19.2125 6.1C19.7375 7.31667 20 8.61667 20 10C20 11.3833 19.7375 12.6833 19.2125 13.9C18.6875 15.1167 17.975 16.175 17.075 17.075C16.175 17.975 15.1167 18.6875 13.9 19.2125C12.6833 19.7375 11.3833 20 10 20Z",fill:"currentColor"})}),ae("defs",{children:ae("clipPath",{id:"clip0_4916_54426",children:ae("rect",{width:"20",height:"20",fill:"white"})})})]})}),De=e=>ae(o,{...e,children:ae("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M0 18.6477L10 1.375L20 18.6477H0ZM10 15.9205C10.2576 15.9205 10.4735 15.8333 10.6477 15.6591C10.822 15.4848 10.9091 15.2689 10.9091 15.0114C10.9091 14.7538 10.822 14.5379 10.6477 14.3636C10.4735 14.1894 10.2576 14.1023 10 14.1023C9.74242 14.1023 9.52652 14.1894 9.35227 14.3636C9.17803 14.5379 9.09091 14.7538 9.09091 15.0114C9.09091 15.2689 9.17803 15.4848 9.35227 15.6591C9.52652 15.8333 9.74242 15.9205 10 15.9205ZM9.09091 13.1932H10.9091V8.64773H9.09091V13.1932Z",fill:"currentColor"})})}),Me=e=>ae(o,{...e,children:ae("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M10 15C10.2833 15 10.5208 14.9042 10.7125 14.7125C10.9042 14.5208 11 14.2833 11 14C11 13.7167 10.9042 13.4792 10.7125 13.2875C10.5208 13.0958 10.2833 13 10 13C9.71667 13 9.47917 13.0958 9.2875 13.2875C9.09583 13.4792 9 13.7167 9 14C9 14.2833 9.09583 14.5208 9.2875 14.7125C9.47917 14.9042 9.71667 15 10 15ZM9 11H11V5H9V11ZM10 20C8.61667 20 7.31667 19.7375 6.1 19.2125C4.88333 18.6875 3.825 17.975 2.925 17.075C2.025 16.175 1.3125 15.1167 0.7875 13.9C0.2625 12.6833 0 11.3833 0 10C0 8.61667 0.2625 7.31667 0.7875 6.1C1.3125 4.88333 2.025 3.825 2.925 2.925C3.825 2.025 4.88333 1.3125 6.1 0.7875C7.31667 0.2625 8.61667 0 10 0C11.3833 0 12.6833 0.2625 13.9 0.7875C15.1167 1.3125 16.175 2.025 17.075 2.925C17.975 3.825 18.6875 4.88333 19.2125 6.1C19.7375 7.31667 20 8.61667 20 10C20 11.3833 19.7375 12.6833 19.2125 13.9C18.6875 15.1167 17.975 16.175 17.075 17.075C16.175 17.975 15.1167 18.6875 13.9 19.2125C12.6833 19.7375 11.3833 20 10 20Z",fill:"currentColor"})})}),Ne=e=>ae(o,{...e,children:le("svg",{width:"91",height:"32",viewBox:"0 0 91 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.79733 2.62109L7.05688 4.36154L8.6964 6.00105L10.4368 4.26061L8.79733 2.62109",fill:"#9B9B9B"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.4348 17.7395L26.7261 24.0306L28.4666 22.2904L22.1753 15.999L20.4348 17.7395",fill:"#9B9B9B"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.83032 8.73722L8.57056 10.4775L15.5197 3.52853L17.9952 6.00428L19.7357 4.26384L15.5197 0.0478516L6.83032 8.73722",fill:"#9B9B9B"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M25.0828 8.74062L26.823 10.4811L28.4667 8.83761L26.7262 7.09717L25.0828 8.74062",fill:"#9B9B9B"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.05664 26.7665L8.79688 28.5069L15.088 22.216L13.3476 20.4756L7.05664 26.7665",fill:"#9B9B9B"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.9583 17.865L17.6987 19.6052L24.2126 13.0913L22.4722 11.3511L15.9583 17.865",fill:"#9B9B9B"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.606 8.61475L27.5582 15.5672L25.086 18.0396L26.8264 19.7799L31.0391 15.5672L22.3462 6.87451L20.606 8.61475",fill:"#9B9B9B"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.58008 22.2898L4.32031 24.0302L5.95651 22.394L4.21607 20.6538L2.58008 22.2898",fill:"#9B9B9B"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.9583 8.91145L17.6987 10.6517L23.99 4.36056L22.2496 2.62012L15.9583 8.91145",fill:"#9B9B9B"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 15.5676L8.69268 24.2603L10.4331 22.5198L3.48068 15.5676L5.96016 13.0881L4.21971 11.3477L0 15.5676",fill:"#9B9B9B"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.3071 8.61154L17.8244 15.1288L19.5646 13.3885L13.0474 6.87109L11.3071 8.61154",fill:"#9B9B9B"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.6091 26.8674L22.2493 28.5073L23.9897 26.7671L22.3496 25.127L20.6091 26.8674",fill:"#9B9B9B"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.58008 8.83789L8.87079 15.1286L10.6112 13.3884L4.32052 7.09766L2.58008 8.83789",fill:"#9B9B9B"}),ae("mask",{id:"mask0_2684_24177",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"11",y:"15",width:"14",height:"17",children:ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.3035 15.999H24.2159V31.0746H11.3035V15.999Z",fill:"white"})}),le("g",{mask:"url(#mask0_2684_24177)",children:[ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.4817 17.7395L17.9989 24.2567L19.7392 22.5163L13.2219 15.999L11.4817 17.7395",fill:"#9B9B9B"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.5195 27.6061L13.0437 25.1303L11.3035 26.8706L15.5195 31.0868L24.2159 22.3903L22.4756 20.6499L15.5195 27.6061",fill:"#9B9B9B"})]}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.82666 18.0429L8.5669 19.7834L15.0881 13.2624L13.3476 11.522L6.82666 18.0429",fill:"#9B9B9B"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M39.8376 3.46878C39.7609 3.22403 39.6861 3.06362 39.5918 2.99958C39.5199 2.95005 39.386 2.93948 39.3278 2.93948C39.2598 2.93948 39.219 2.93264 39.219 2.87834C39.219 2.83171 39.2754 2.82031 39.3653 2.82031C39.7133 2.82031 40.0782 2.83648 40.1396 2.83648C40.1999 2.83648 40.4927 2.82031 40.8782 2.82031C40.9688 2.82031 41.0173 2.83648 41.0173 2.87834C41.0173 2.93264 40.9628 2.93948 40.8968 2.93948C40.8442 2.93948 40.7783 2.93948 40.7319 2.96373C40.6714 2.99191 40.6579 3.0373 40.6579 3.10921C40.6579 3.19853 40.724 3.42402 40.8055 3.721C40.9174 4.16202 41.5358 6.18037 41.656 6.55196H41.6755L42.9658 3.08496C43.0325 2.89616 43.0773 2.84497 43.1336 2.84497C43.2064 2.84497 43.2387 2.94632 43.3278 3.15999L44.7104 6.5043H44.7296C44.8482 6.05851 45.3823 4.30149 45.6173 3.52391C45.66 3.37138 45.6811 3.23169 45.6811 3.13615C45.6811 3.0315 45.6222 2.93948 45.3617 2.93948C45.2969 2.93948 45.2502 2.9171 45.2502 2.87834C45.2502 2.83171 45.3008 2.82031 45.4036 2.82031C45.7549 2.82031 46.034 2.83648 46.0939 2.83648C46.1395 2.83648 46.4268 2.82031 46.6462 2.82031C46.7184 2.82031 46.7658 2.83171 46.7658 2.87233C46.7658 2.9171 46.7351 2.93948 46.6744 2.93948C46.6067 2.93948 46.5142 2.94632 46.4407 2.97139C46.2796 3.0315 46.2092 3.29656 46.0657 3.67831C45.763 4.51578 45.0639 6.63155 44.7377 7.62964C44.6639 7.86258 44.6308 7.94279 44.5435 7.94279C44.4756 7.94279 44.4378 7.86258 44.3377 7.6141L42.9542 4.2818H42.9397C42.8143 4.62169 41.9279 6.97723 41.6423 7.58778C41.514 7.86258 41.4831 7.94279 41.4034 7.94279C41.3358 7.94279 41.3105 7.87025 41.2502 7.69575L39.8376 3.46878",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M52.4736 5.46052C52.4736 3.96919 51.6156 3.04363 50.5241 3.04363C49.7593 3.04363 48.8862 3.46848 48.8862 5.12686C48.8862 6.51167 49.6547 7.61007 50.9315 7.61007C51.3984 7.61007 52.4736 7.38417 52.4736 5.46052ZM47.9695 5.33425C47.9695 4.19523 48.7201 2.72607 50.7182 2.72607C52.3747 2.72607 53.4068 3.68811 53.4068 5.21384C53.4068 6.73834 52.3397 7.94243 50.6521 7.94243C48.7413 7.94243 47.9695 6.51161 47.9695 5.33425V5.33425Z",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M56.6253 5.27407C56.6253 5.34806 56.6388 5.37251 56.685 5.39469C56.8222 5.44111 57.0255 5.46059 57.1911 5.46059C57.4551 5.46059 57.5428 5.43261 57.6644 5.34806C57.8634 5.20029 58.0557 4.89253 58.0557 4.34561C58.0557 3.40327 57.4331 3.13178 57.0371 3.13178C56.8709 3.13178 56.7515 3.13593 56.685 3.15976C56.6388 3.17219 56.6253 3.19831 56.6253 3.25115V5.27407ZM55.8409 4.74893C55.8409 3.73799 55.8409 3.5494 55.8277 3.33842C55.8144 3.10921 55.7609 3.00435 55.5421 2.95689C55.4865 2.94632 55.3769 2.93948 55.2814 2.93948C55.208 2.93948 55.1667 2.92352 55.1667 2.87834C55.1667 2.83171 55.2146 2.82031 55.3122 2.82031C55.6681 2.82031 56.0873 2.83648 56.2272 2.83648C56.4521 2.83648 56.9576 2.82031 57.1633 2.82031C57.5836 2.82031 58.0313 2.86052 58.3884 3.10465C58.5765 3.23169 58.841 3.5724 58.841 4.01632C58.841 4.50957 58.6354 4.95825 57.9633 5.50455C58.5554 6.25187 59.014 6.84501 59.4066 7.25598C59.7788 7.64145 60.0519 7.68767 60.1537 7.70984C60.225 7.72373 60.2867 7.72891 60.3379 7.72891C60.3924 7.72891 60.4187 7.75233 60.4187 7.78404C60.4187 7.83357 60.3732 7.8489 60.2913 7.8489H59.6602C59.2866 7.8489 59.1197 7.81429 58.9498 7.72373C58.6626 7.56974 58.4076 7.25598 58.0369 6.74512C57.7708 6.37705 57.4665 5.92671 57.3766 5.82371C57.3461 5.78785 57.3051 5.78018 57.2585 5.78018L56.6788 5.76485C56.6469 5.76485 56.6253 5.78018 56.6253 5.8179V5.91344C56.6253 6.53145 56.6253 7.05661 56.6585 7.3368C56.6788 7.52871 56.7165 7.6773 56.9194 7.70155C57.0195 7.71751 57.1633 7.72891 57.2429 7.72891C57.297 7.72891 57.3264 7.75233 57.3264 7.78404C57.3264 7.82984 57.279 7.8489 57.1911 7.8489C56.8056 7.8489 56.3132 7.82984 56.2142 7.82984C56.0873 7.82984 55.6681 7.8489 55.4016 7.8489C55.3122 7.8489 55.2681 7.82984 55.2681 7.78404C55.2681 7.75233 55.2944 7.72891 55.3769 7.72891C55.4751 7.72891 55.5543 7.71751 55.6142 7.70155C55.7466 7.6773 55.7808 7.52871 55.8071 7.3368C55.8409 7.05661 55.8409 6.53145 55.8409 5.92028V4.74893V4.74893Z",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M62.7401 5.92028C62.7401 6.76978 62.7401 7.22986 62.8795 7.34944C62.9923 7.45099 63.167 7.49804 63.6837 7.49804C64.037 7.49804 64.2973 7.48913 64.4635 7.30945C64.5458 7.22385 64.6235 7.03567 64.6351 6.91236C64.6426 6.85164 64.6544 6.8104 64.7079 6.8104C64.7576 6.8104 64.7636 6.84501 64.7636 6.92273C64.7636 6.99858 64.7159 7.49804 64.6633 7.68767C64.6235 7.83357 64.5885 7.87025 64.2426 7.87025C63.7651 7.87025 63.4198 7.85491 63.1195 7.8489C62.8194 7.83357 62.5805 7.82984 62.3067 7.82984C62.2352 7.82984 62.0852 7.82984 61.9272 7.83357C61.7749 7.83357 61.6029 7.8489 61.4709 7.8489C61.3832 7.8489 61.3349 7.82984 61.3349 7.78404C61.3349 7.75233 61.365 7.72891 61.4413 7.72891C61.543 7.72891 61.6216 7.71751 61.6819 7.70155C61.8176 7.6773 61.8487 7.52871 61.874 7.3368C61.9082 7.05661 61.9082 6.53145 61.9082 5.92028V4.74893C61.9082 3.73799 61.9082 3.5494 61.8951 3.33842C61.8817 3.10921 61.8269 3.00435 61.6095 2.95689C61.5577 2.94632 61.474 2.93948 61.3886 2.93948C61.3155 2.93948 61.2759 2.92352 61.2759 2.87834C61.2759 2.83171 61.3233 2.82031 61.4214 2.82031C61.7353 2.82031 62.1536 2.83648 62.3341 2.83648C62.4939 2.83648 62.9803 2.82031 63.2387 2.82031C63.3324 2.82031 63.38 2.83171 63.38 2.87834C63.38 2.92352 63.339 2.93948 63.2588 2.93948C63.1867 2.93948 63.0816 2.94632 62.9991 2.95689C62.8194 2.99191 62.7647 3.10465 62.7533 3.33842C62.7401 3.5494 62.7401 3.73799 62.7401 4.74893V5.92028",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M67.8097 5.48049C67.8097 6.18388 67.8141 6.6966 67.8234 6.82509C67.8294 6.99068 67.8447 7.25575 67.8978 7.33056C67.9832 7.45595 68.2426 7.59501 68.7672 7.59501C69.4469 7.59501 69.9002 7.46237 70.2973 7.11627C70.7267 6.74903 70.8568 6.14512 70.8568 5.46059C70.8568 4.61607 70.5043 4.06832 70.22 3.79517C69.6061 3.21012 68.8478 3.13178 68.3284 3.13178C68.1954 3.13178 67.9498 3.1496 67.8978 3.17696C67.8375 3.20432 67.8141 3.23706 67.8141 3.30918C67.8097 3.53819 67.8097 4.11682 67.8097 4.64343V5.48049ZM66.9788 4.74893C66.9788 3.73799 66.9788 3.5494 66.9632 3.33842C66.95 3.10921 66.8969 3.00435 66.6779 2.95689C66.6254 2.94632 66.5114 2.93948 66.4196 2.93948C66.3438 2.93948 66.3042 2.92352 66.3042 2.87834C66.3042 2.83171 66.3531 2.82031 66.4509 2.82031C66.8041 2.82031 67.2215 2.83648 67.4096 2.83648C67.6156 2.83648 68.0355 2.82031 68.4355 2.82031C69.267 2.82031 70.3786 2.82031 71.1044 3.57676C71.4374 3.92389 71.7481 4.47661 71.7481 5.26622C71.7481 6.10556 71.3968 6.74512 71.0236 7.125C70.7169 7.43669 70.0257 7.90942 68.7953 7.90942C68.5559 7.90942 68.2817 7.88911 68.0297 7.87025C67.7761 7.8489 67.5417 7.82984 67.379 7.82984C67.3042 7.82984 67.1574 7.82984 66.9964 7.83357C66.8441 7.83357 66.6721 7.8489 66.5373 7.8489C66.4509 7.8489 66.407 7.82984 66.407 7.78404C66.407 7.75233 66.4335 7.72891 66.5114 7.72891C66.612 7.72891 66.6932 7.71751 66.7518 7.70155C66.8855 7.6773 66.9187 7.52871 66.9456 7.3368C66.9788 7.05661 66.9788 6.53145 66.9788 5.92028V4.74893V4.74893Z",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M41.2173 16.0733C41.2173 16.1481 41.231 16.1755 41.2755 16.1948C41.4152 16.241 41.6173 16.2607 41.7812 16.2607C42.0492 16.2607 42.1356 16.2333 42.2543 16.1481C42.456 16.0002 42.6456 15.6964 42.6456 15.1501C42.6456 14.2044 42.022 13.9325 41.6299 13.9325C41.4637 13.9325 41.3425 13.9385 41.2755 13.9582C41.231 13.9727 41.2173 13.9965 41.2173 14.0508V16.0733ZM40.4308 15.5499C40.4308 14.5375 40.4308 14.3499 40.419 14.1383C40.4055 13.9131 40.3531 13.8053 40.1297 13.7597C40.0783 13.746 39.966 13.7406 39.8735 13.7406C39.8016 13.7406 39.761 13.727 39.761 13.6772C39.761 13.6316 39.8055 13.6167 39.9083 13.6167C40.258 13.6167 40.6772 13.6397 40.8181 13.6397C41.0424 13.6397 41.5472 13.6167 41.757 13.6167C42.1733 13.6167 42.6222 13.6606 42.9812 13.9075C43.1658 14.0335 43.434 14.3723 43.434 14.8179C43.434 15.3084 43.2251 15.7621 42.5542 16.3086C43.1463 17.053 43.6056 17.6457 43.9979 18.0588C44.3697 18.4434 44.6426 18.4917 44.7425 18.5095C44.8176 18.5228 44.8756 18.5328 44.9299 18.5328C44.9804 18.5328 45.0097 18.5489 45.0097 18.5829C45.0097 18.6376 44.9628 18.6492 44.8837 18.6492H44.2503C43.8754 18.6492 43.7123 18.6171 43.5376 18.5228C43.2522 18.3697 42.9996 18.0588 42.627 17.5452C42.3611 17.1811 42.056 16.727 41.9688 16.6288C41.9358 16.5867 41.8937 16.5815 41.8463 16.5815L41.2714 16.5683C41.2376 16.5683 41.2173 16.5815 41.2173 16.6203V16.7152C41.2173 17.3328 41.2173 17.8571 41.2502 18.1375C41.2714 18.3294 41.3106 18.477 41.5097 18.5035C41.6096 18.5174 41.757 18.5328 41.8347 18.5328C41.8892 18.5328 41.9163 18.5489 41.9163 18.5829C41.9163 18.6287 41.8678 18.6492 41.7812 18.6492C41.3959 18.6492 40.9046 18.6287 40.8055 18.6287C40.6772 18.6287 40.258 18.6492 39.9937 18.6492C39.9083 18.6492 39.8582 18.6287 39.8582 18.5829C39.8582 18.5489 39.8862 18.5328 39.966 18.5328C40.0661 18.5328 40.1465 18.5174 40.2076 18.5035C40.3396 18.477 40.3734 18.3294 40.3999 18.1375C40.4308 17.8571 40.4308 17.3328 40.4308 16.7192V15.5499V15.5499Z",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M46.4986 15.5498C46.4986 14.5374 46.4986 14.3499 46.4862 14.1383C46.4737 13.913 46.419 13.8052 46.1998 13.7596C46.1463 13.7459 46.0306 13.7406 45.9419 13.7406C45.8675 13.7406 45.8257 13.7269 45.8257 13.6771C45.8257 13.6315 45.8736 13.6166 45.9734 13.6166C46.1531 13.6166 46.3475 13.6247 46.5142 13.6247C46.6849 13.6315 46.8387 13.6396 46.932 13.6396C47.1456 13.6396 48.4681 13.6396 48.5961 13.6315C48.7201 13.6166 48.827 13.6054 48.8813 13.5928C48.914 13.5868 48.9553 13.5654 48.9864 13.5654C49.0191 13.5654 49.0272 13.5928 49.0272 13.6247C49.0272 13.6722 48.9959 13.7528 48.9727 14.0589C48.9686 14.1248 48.9553 14.4201 48.9414 14.4964C48.9352 14.5306 48.9199 14.5695 48.8736 14.5695C48.827 14.5695 48.8144 14.5374 48.8144 14.4781C48.8144 14.4315 48.8096 14.3167 48.7762 14.239C48.7275 14.1186 48.662 14.0375 48.3282 13.9965C48.2154 13.9836 47.5162 13.9727 47.384 13.9727C47.35 13.9727 47.3377 13.9905 47.3377 14.0375V15.7226C47.3377 15.7684 47.3454 15.7946 47.384 15.7946C47.5299 15.7946 48.2969 15.7946 48.4484 15.7809C48.6098 15.7684 48.7085 15.7488 48.7667 15.6818C48.8144 15.6281 48.8405 15.5948 48.8736 15.5948C48.902 15.5948 48.9199 15.6085 48.9199 15.6491C48.9199 15.6887 48.8952 15.7946 48.8678 16.1344C48.8627 16.2665 48.8405 16.5336 48.8405 16.5815C48.8405 16.6333 48.8405 16.7056 48.7802 16.7056C48.7335 16.7056 48.7201 16.6799 48.7201 16.6474C48.7165 16.5815 48.7165 16.4955 48.695 16.4063C48.662 16.2745 48.5704 16.1755 48.3222 16.1481C48.1959 16.1344 47.5359 16.1268 47.3784 16.1268C47.3454 16.1268 47.3377 16.1541 47.3377 16.1947V16.7191C47.3377 16.9454 47.3301 17.5599 47.3377 17.753C47.35 18.2081 47.4559 18.3115 48.1344 18.3115C48.3085 18.3115 48.5881 18.3115 48.7617 18.233C48.9352 18.1499 49.0146 18.0135 49.0628 17.7385C49.0749 17.6627 49.0869 17.6376 49.1348 17.6376C49.188 17.6376 49.188 17.6923 49.188 17.7582C49.188 17.9118 49.1348 18.3648 49.1008 18.4968C49.0521 18.6697 48.9959 18.6697 48.7427 18.6697C48.2428 18.6697 47.8782 18.6545 47.5902 18.6491C47.3046 18.6375 47.0969 18.6286 46.898 18.6286C46.8246 18.6286 46.6785 18.6286 46.5181 18.6375C46.3656 18.6375 46.1938 18.6491 46.0597 18.6491C45.9734 18.6491 45.9239 18.6286 45.9239 18.5828C45.9239 18.5488 45.9542 18.5327 46.0306 18.5327C46.1314 18.5327 46.2132 18.5173 46.2735 18.5035C46.4064 18.4769 46.4379 18.3294 46.4657 18.1375C46.4986 17.8571 46.4986 17.3327 46.4986 16.7191V15.5498",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M51.3845 18.5715C51.2755 18.5227 51.2566 18.4917 51.2566 18.3445C51.2566 17.9771 51.2813 17.579 51.2875 17.4735C51.2951 17.3723 51.3163 17.3017 51.3685 17.3017C51.429 17.3017 51.435 17.3607 51.435 17.4134C51.435 17.4979 51.463 17.6376 51.4951 17.753C51.6408 18.2448 52.0348 18.4243 52.4487 18.4243C53.0447 18.4243 53.3388 18.016 53.3388 17.6627C53.3388 17.3373 53.2368 17.0335 52.6864 16.6006L52.3805 16.3597C51.6485 15.7888 51.3959 15.3208 51.3959 14.7843C51.3959 14.0508 52.0079 13.5244 52.9342 13.5244C53.3649 13.5244 53.6447 13.5928 53.8181 13.6396C53.8789 13.655 53.9126 13.6722 53.9126 13.719C53.9126 13.8052 53.883 13.9965 53.883 14.5173C53.883 14.6647 53.8625 14.7171 53.8113 14.7171C53.7628 14.7171 53.7439 14.6771 53.7439 14.5986C53.7439 14.5374 53.7129 14.3304 53.5723 14.158C53.4708 14.0334 53.2795 13.8326 52.8445 13.8326C52.3531 13.8326 52.0545 14.1186 52.0545 14.5173C52.0545 14.8247 52.2099 15.0547 52.7614 15.4773L52.9454 15.6161C53.7533 16.2211 54.0368 16.6799 54.0368 17.3135C54.0368 17.6975 53.8913 18.1594 53.4136 18.4703C53.0816 18.6819 52.7088 18.7449 52.3531 18.7449C51.9691 18.7449 51.6698 18.6966 51.3845 18.5715",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M60.4449 16.2609C60.4449 14.7716 59.5867 13.8452 58.4976 13.8452C57.731 13.8452 56.8585 14.2726 56.8585 15.9289C56.8585 17.3137 57.6253 18.4106 58.9013 18.4106C59.3691 18.4106 60.4449 18.1835 60.4449 16.2609ZM55.9399 16.1345C55.9399 14.9975 56.6912 13.5244 58.689 13.5244C60.3437 13.5244 61.3787 14.4918 61.3787 16.0161C61.3787 17.5404 60.3116 18.7449 58.6225 18.7449C56.713 18.7449 55.9399 17.3135 55.9399 16.1345V16.1345Z",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M63.5918 15.5499C63.5918 14.5375 63.5918 14.3499 63.579 14.1383C63.5653 13.9131 63.5118 13.8053 63.2915 13.7597C63.2387 13.746 63.1243 13.7406 63.0314 13.7406C62.9575 13.7406 62.9187 13.727 62.9187 13.6772C62.9187 13.6316 62.9649 13.6167 63.0661 13.6167C63.4175 13.6167 63.8366 13.6397 64.037 13.6397C64.1955 13.6397 64.6175 13.6167 64.8544 13.6167C64.9557 13.6167 65.0017 13.6316 65.0017 13.6772C65.0017 13.727 64.9615 13.7406 64.8956 13.7406C64.8216 13.7406 64.781 13.746 64.7012 13.7597C64.5207 13.791 64.4712 13.9075 64.4554 14.1383C64.4438 14.3499 64.4438 14.5375 64.4438 15.5499V16.481C64.4438 17.4441 64.6351 17.8515 64.9615 18.1189C65.2608 18.3649 65.5685 18.3908 65.7924 18.3908C66.086 18.3908 66.4466 18.2979 66.7125 18.0314C67.0781 17.6627 67.0972 17.0661 67.0972 16.3803V15.5499C67.0972 14.5375 67.0972 14.3499 67.0858 14.1383C67.0721 13.9131 67.018 13.8053 66.7992 13.7597C66.7459 13.746 66.6332 13.7406 66.5573 13.7406C66.4858 13.7406 66.4466 13.727 66.4466 13.6772C66.4466 13.6316 66.491 13.6167 66.5876 13.6167C66.9237 13.6167 67.3417 13.6397 67.3417 13.6397C67.4323 13.6397 67.8491 13.6167 68.1089 13.6167C68.2041 13.6167 68.2476 13.6316 68.2476 13.6772C68.2476 13.727 68.2097 13.7406 68.1282 13.7406C68.0561 13.7406 68.0138 13.746 67.9382 13.7597C67.7572 13.791 67.7013 13.9075 67.6893 14.1383C67.6762 14.3499 67.6762 14.5375 67.6762 15.5499V16.2607C67.6762 17.0006 67.6045 17.7832 67.0431 18.2627C66.5718 18.6697 66.0937 18.745 65.6583 18.745C65.3091 18.745 64.6681 18.723 64.1835 18.2826C63.8428 17.9771 63.5918 17.4851 63.5918 16.5212V15.5499",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M71.3762 16.0733C71.3762 16.1481 71.3888 16.1755 71.4361 16.1948C71.5762 16.241 71.7749 16.2607 71.942 16.2607C72.2083 16.2607 72.2937 16.2333 72.4141 16.1481C72.6143 16.0002 72.8066 15.6964 72.8066 15.1501C72.8066 14.2044 72.1809 13.9325 71.7886 13.9325C71.622 13.9325 71.5043 13.9385 71.4361 13.9582C71.3888 13.9727 71.3762 13.9965 71.3762 14.0508V16.0733ZM70.5907 15.5499C70.5907 14.5375 70.5907 14.3499 70.5772 14.1383C70.5634 13.9131 70.5117 13.8053 70.2917 13.7597C70.2361 13.746 70.1248 13.7406 70.0322 13.7406C69.9599 13.7406 69.9167 13.727 69.9167 13.6772C69.9167 13.6316 69.9634 13.6167 70.0664 13.6167C70.4158 13.6167 70.8371 13.6397 70.9762 13.6397C71.2044 13.6397 71.7084 13.6167 71.9152 13.6167C72.3343 13.6167 72.7813 13.6606 73.138 13.9075C73.3268 14.0335 73.5924 14.3723 73.5924 14.8179C73.5924 15.3084 73.3864 15.7621 72.7125 16.3086C73.305 17.053 73.7636 17.6457 74.1555 18.0588C74.5284 18.4434 74.8025 18.4917 74.9016 18.5095C74.9754 18.5228 75.0363 18.5328 75.0888 18.5328C75.1422 18.5328 75.1683 18.5489 75.1683 18.5829C75.1683 18.6376 75.1227 18.6492 75.0403 18.6492H74.4102C74.0393 18.6492 73.8699 18.6171 73.6994 18.5228C73.4121 18.3697 73.1579 18.0588 72.7867 17.5452C72.5195 17.1811 72.2143 16.727 72.1274 16.6288C72.0939 16.5867 72.053 16.5815 72.0081 16.5815L71.4315 16.5683C71.3969 16.5683 71.3762 16.5815 71.3762 16.6203V16.7152C71.3762 17.3328 71.3762 17.8571 71.4102 18.1375C71.4315 18.3294 71.4682 18.477 71.6702 18.5035C71.7683 18.5174 71.9152 18.5328 71.9946 18.5328C72.0476 18.5328 72.0738 18.5489 72.0738 18.5829C72.0738 18.6287 72.0273 18.6492 71.9419 18.6492C71.5558 18.6492 71.0626 18.6287 70.9635 18.6287C70.8371 18.6287 70.4158 18.6492 70.1522 18.6492C70.0664 18.6492 70.0197 18.6287 70.0197 18.5829C70.0197 18.5489 70.044 18.5328 70.1248 18.5328C70.2258 18.5328 70.3053 18.5174 70.3642 18.5035C70.4974 18.477 70.5304 18.3294 70.558 18.1375C70.5907 17.8571 70.5907 17.3328 70.5907 16.7192V15.5499V15.5499Z",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M76.7248 18.016C76.0707 17.444 75.9004 16.6996 75.9004 16.0549C75.9004 15.6041 76.0397 14.8178 76.68 14.2313C77.1561 13.7909 77.789 13.5244 78.7811 13.5244C79.1931 13.5244 79.4405 13.553 79.7454 13.5928C79.9991 13.6247 80.2123 13.6879 80.4121 13.7047C80.4836 13.7124 80.512 13.746 80.512 13.787C80.512 13.8403 80.4917 13.9167 80.4784 14.1503C80.4648 14.3723 80.4701 14.7376 80.4571 14.869C80.4511 14.9695 80.4374 15.0236 80.3773 15.0236C80.3251 15.0236 80.3122 14.9695 80.3122 14.8761C80.3046 14.6701 80.2179 14.4404 80.0525 14.2655C79.8333 14.0334 79.3152 13.8519 78.7017 13.8519C78.1229 13.8519 77.7424 13.9965 77.4508 14.2655C76.9646 14.7094 76.8376 15.3413 76.8376 15.9871C76.8376 17.5711 78.0433 18.3559 78.9345 18.3559C79.5251 18.3559 79.8849 18.2919 80.1499 17.9833C80.2648 17.8571 80.352 17.6627 80.3773 17.5452C80.3972 17.4374 80.4121 17.4134 80.4648 17.4134C80.512 17.4134 80.5249 17.4585 80.5249 17.5131C80.5249 17.591 80.4455 18.1715 80.3773 18.3969C80.3421 18.5095 80.3176 18.5447 80.2065 18.5907C79.9384 18.6966 79.4325 18.7449 79.0066 18.7449C78.0959 18.7449 77.3306 18.5447 76.7248 18.016",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M82.9906 15.5498C82.9906 14.5374 82.9906 14.3499 82.9794 14.1383C82.9659 13.913 82.9112 13.8052 82.6928 13.7596C82.6399 13.7459 82.5272 13.7406 82.4333 13.7406C82.3601 13.7406 82.3191 13.7269 82.3191 13.6771C82.3191 13.6315 82.3661 13.6166 82.4629 13.6166C82.6474 13.6166 82.8378 13.6247 83.0049 13.6247C83.1806 13.6315 83.3331 13.6396 83.4252 13.6396C83.6378 13.6396 84.9615 13.6396 85.0891 13.6315C85.2143 13.6166 85.3208 13.6054 85.3739 13.5928C85.4089 13.5868 85.451 13.5654 85.4783 13.5654C85.5152 13.5654 85.519 13.5928 85.519 13.6247C85.519 13.6722 85.4862 13.7528 85.4686 14.0589C85.4613 14.1248 85.451 14.4201 85.4354 14.4964C85.4282 14.5306 85.4145 14.5695 85.3697 14.5695C85.3208 14.5695 85.3078 14.5374 85.3078 14.4781C85.3078 14.4315 85.302 14.3167 85.2667 14.239C85.2211 14.1186 85.1542 14.0375 84.8224 13.9965C84.7097 13.9836 84.0092 13.9727 83.8784 13.9727C83.8436 13.9727 83.8299 13.9905 83.8299 14.0375V15.7226C83.8299 15.7684 83.8399 15.7946 83.8784 15.7946C84.0224 15.7946 84.7913 15.7946 84.9426 15.7809C85.102 15.7684 85.2006 15.7488 85.2611 15.6818C85.3078 15.6281 85.3351 15.5948 85.3697 15.5948C85.3932 15.5948 85.4145 15.6085 85.4145 15.6491C85.4145 15.6887 85.3874 15.7946 85.3621 16.1344C85.3532 16.2665 85.3351 16.5336 85.3351 16.5815C85.3351 16.6333 85.3351 16.7056 85.2742 16.7056C85.2288 16.7056 85.2143 16.6799 85.2143 16.6474C85.2095 16.5815 85.2095 16.4955 85.1892 16.4063C85.1542 16.2745 85.0609 16.1755 84.8143 16.1481C84.6885 16.1344 84.0297 16.1268 83.873 16.1268C83.8399 16.1268 83.8299 16.1541 83.8299 16.1947V16.7191C83.8299 16.9454 83.8251 17.5599 83.8299 17.753C83.8436 18.2081 83.9524 18.3115 84.629 18.3115C84.8027 18.3115 85.0815 18.3115 85.2553 18.233C85.4282 18.1499 85.508 18.0135 85.5563 17.7385C85.5656 17.6627 85.5813 17.6376 85.6284 17.6376C85.6814 17.6376 85.6814 17.6923 85.6814 17.7582C85.6814 17.9118 85.6284 18.3648 85.595 18.4968C85.5482 18.6697 85.4862 18.6697 85.2354 18.6697C84.7378 18.6697 84.3714 18.6545 84.0844 18.6491C83.7965 18.6375 83.5907 18.6286 83.3949 18.6286C83.3193 18.6286 83.1725 18.6286 83.014 18.6375C82.8588 18.6375 82.6863 18.6491 82.5535 18.6491C82.4629 18.6491 82.4202 18.6286 82.4202 18.5828C82.4202 18.5488 82.4476 18.5327 82.5272 18.5327C82.6279 18.5327 82.7073 18.5173 82.7661 18.5035C82.8998 18.4769 82.9332 18.3294 82.9599 18.1375C82.9906 17.8571 82.9906 17.3327 82.9906 16.7191V15.5498",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M87.8766 18.5715C87.7717 18.5227 87.7495 18.4917 87.7495 18.3445C87.7495 17.9771 87.7754 17.579 87.7837 17.4735C87.7912 17.3723 87.8084 17.3017 87.861 17.3017C87.9232 17.3017 87.9269 17.3607 87.9269 17.4134C87.9269 17.4979 87.953 17.6376 87.9893 17.753C88.1342 18.2448 88.529 18.4243 88.941 18.4243C89.5376 18.4243 89.8323 18.016 89.8323 17.6627C89.8323 17.3373 89.7326 17.0335 89.1795 16.6006L88.8734 16.3597C88.1418 15.7888 87.8904 15.3208 87.8904 14.7843C87.8904 14.0508 88.5016 13.5244 89.4263 13.5244C89.8591 13.5244 90.1405 13.5928 90.3117 13.6396C90.3718 13.655 90.4051 13.6722 90.4051 13.719C90.4051 13.8052 90.3799 13.9965 90.3799 14.5173C90.3799 14.6647 90.3581 14.7171 90.3038 14.7171C90.259 14.7171 90.2369 14.6771 90.2369 14.5986C90.2369 14.5374 90.2049 14.3304 90.0661 14.158C89.965 14.0334 89.7716 13.8326 89.338 13.8326C88.8475 13.8326 88.5486 14.1186 88.5486 14.5173C88.5486 14.8247 88.7024 15.0547 89.2551 15.4773L89.4394 15.6161C90.2454 16.2211 90.5312 16.6799 90.5312 17.3135C90.5312 17.6975 90.3834 18.1594 89.9057 18.4703C89.5714 18.6819 89.1992 18.7449 88.8475 18.7449C88.4612 18.7449 88.1619 18.6966 87.8766 18.5715",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M40.4308 26.351C40.4308 25.3411 40.4308 25.1548 40.419 24.9405C40.4055 24.7134 40.3396 24.6015 40.1919 24.5681C40.1202 24.547 40.03 24.5443 39.9511 24.5443C39.8862 24.5443 39.8462 24.5289 39.8462 24.4726C39.8462 24.4359 39.9005 24.4214 40.0037 24.4214C40.258 24.4214 40.6772 24.4402 40.8696 24.4402C41.0368 24.4402 41.43 24.4214 41.6832 24.4214C41.7688 24.4214 41.821 24.4359 41.821 24.4726C41.821 24.5289 41.7812 24.5443 41.7141 24.5443C41.6505 24.5443 41.596 24.547 41.5141 24.5615C41.3359 24.5949 41.2832 24.7074 41.2714 24.9405C41.2561 25.1548 41.2561 25.3411 41.2561 26.351V27.5214C41.2561 28.1675 41.2561 28.6935 41.2832 28.9814C41.3046 29.1605 41.3502 29.2786 41.5473 29.3043C41.6424 29.3186 41.7881 29.3331 41.8892 29.3331C41.962 29.3331 41.9941 29.3528 41.9941 29.3868C41.9941 29.4322 41.9425 29.4518 41.8679 29.4518C41.43 29.4518 41.0097 29.4322 40.8298 29.4322C40.6772 29.4322 40.258 29.4518 39.9937 29.4518C39.9084 29.4518 39.8582 29.4322 39.8582 29.3868C39.8582 29.3528 39.8862 29.3331 39.966 29.3331C40.0661 29.3331 40.1465 29.3186 40.2076 29.3043C40.3396 29.2786 40.3782 29.1683 40.3999 28.9737C40.4308 28.6935 40.4308 28.1675 40.4308 27.5214V26.351",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M44.8558 28.5483C44.8695 29.0666 44.9551 29.2398 45.089 29.2861C45.2017 29.3252 45.3281 29.3329 45.4347 29.3329C45.5095 29.3329 45.5472 29.3457 45.5472 29.3866C45.5472 29.438 45.489 29.4516 45.3957 29.4516C44.9628 29.4516 44.6938 29.432 44.5696 29.432C44.5104 29.432 44.198 29.4516 43.8503 29.4516C43.7659 29.4516 43.7046 29.4465 43.7046 29.3866C43.7046 29.3457 43.7433 29.3329 43.8092 29.3329C43.8969 29.3329 44.0171 29.3252 44.1104 29.3006C44.2851 29.2467 44.3095 29.0512 44.3164 28.4749L44.3786 24.5339C44.3786 24.4007 44.3958 24.3076 44.4637 24.3076C44.5354 24.3076 44.5957 24.3949 44.7103 24.5132C44.7881 24.6013 45.8019 25.6856 46.7726 26.6505C47.2261 27.1038 48.1224 28.0625 48.2345 28.1673H48.271L48.2037 25.1793C48.196 24.7721 48.1345 24.6475 47.9763 24.5799C47.8783 24.5441 47.7164 24.5441 47.6252 24.5441C47.5453 24.5441 47.5162 24.5219 47.5162 24.4809C47.5162 24.4264 47.5921 24.4212 47.6914 24.4212C48.0379 24.4212 48.3572 24.44 48.4967 24.44C48.5705 24.44 48.8221 24.4212 49.1473 24.4212C49.2341 24.4212 49.3019 24.4264 49.3019 24.4809C49.3019 24.5219 49.2617 24.5441 49.1802 24.5441C49.1143 24.5441 49.0629 24.5441 48.9806 24.5613C48.7939 24.616 48.7427 24.7544 48.7359 25.1273L48.6621 29.3252C48.6621 29.4713 48.6347 29.5345 48.5746 29.5345C48.5023 29.5345 48.4221 29.4577 48.3496 29.3866C47.9311 28.9856 47.0783 28.1145 46.3861 27.4291C45.6599 26.7092 44.9219 25.8785 44.8017 25.7523H44.7843L44.8558 28.5483",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M51.4631 29.3742C51.3557 29.3253 51.3379 29.2921 51.3379 29.1469C51.3379 28.7815 51.363 28.3817 51.3686 28.2744C51.3766 28.1761 51.3959 28.1019 51.4488 28.1019C51.5085 28.1019 51.5165 28.1616 51.5165 28.2163C51.5165 28.2999 51.5426 28.44 51.5768 28.5527C51.7223 29.0455 52.1149 29.2264 52.5283 29.2264C53.1243 29.2264 53.4197 28.8209 53.4197 28.4673C53.4197 28.143 53.3183 27.8365 52.7673 27.4019L52.4601 27.1637C51.7281 26.589 51.4757 26.1256 51.4757 25.5866C51.4757 24.8534 52.0865 24.3301 53.0116 24.3301C53.4449 24.3301 53.7243 24.3949 53.8978 24.4401C53.9583 24.4555 53.991 24.4725 53.991 24.522C53.991 24.6101 53.9651 24.8011 53.9651 25.3186C53.9651 25.4654 53.9457 25.5192 53.8914 25.5192C53.8447 25.5192 53.8234 25.4807 53.8234 25.3988C53.8234 25.341 53.791 25.1344 53.6528 24.9626C53.5515 24.8335 53.3575 24.6356 52.927 24.6356C52.4344 24.6356 52.136 24.9216 52.136 25.3186C52.136 25.626 52.2894 25.8573 52.8408 26.2782L53.0269 26.4174C53.8313 27.022 54.1162 27.4829 54.1162 28.1146C54.1162 28.4996 53.9691 28.9599 53.4912 29.2708C53.161 29.4841 52.7865 29.5466 52.4344 29.5466C52.0483 29.5466 51.7474 29.4977 51.4631 29.3742",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M57.6296 24.7953L56.6388 24.82C56.2502 24.8335 56.0945 24.8662 55.994 25.0138C55.9275 25.1145 55.891 25.193 55.8788 25.2453C55.8668 25.2998 55.8469 25.3261 55.8071 25.3261C55.7609 25.3261 55.7466 25.2938 55.7466 25.2204C55.7466 25.1145 55.872 24.5093 55.8896 24.4555C55.9086 24.3659 55.9275 24.3301 55.965 24.3301C56.0193 24.3301 56.0873 24.3949 56.2502 24.407C56.445 24.4264 56.697 24.4401 56.9167 24.4401H59.5543C59.7653 24.4401 59.9116 24.4213 60.0115 24.407C60.1118 24.3871 60.165 24.3761 60.1924 24.3761C60.2394 24.3761 60.245 24.4144 60.245 24.5133C60.245 24.6544 60.2249 25.1145 60.2249 25.2863C60.2189 25.3545 60.2061 25.393 60.165 25.393C60.1118 25.393 60.0973 25.358 60.09 25.2625L60.0875 25.1864C60.0722 25.0138 59.8931 24.8285 59.301 24.815L58.4623 24.7953V27.5212C58.4623 28.1343 58.4623 28.6592 58.4976 28.9454C58.5148 29.1332 58.5554 29.2785 58.7543 29.3042C58.8478 29.3185 58.9941 29.333 59.0934 29.333C59.167 29.333 59.2003 29.3527 59.2003 29.3866C59.2003 29.432 59.1464 29.4517 59.0741 29.4517C58.6354 29.4517 58.2178 29.432 58.0313 29.432C57.876 29.432 57.4551 29.4517 57.1911 29.4517C57.1049 29.4517 57.0562 29.432 57.0562 29.3866C57.0562 29.3527 57.0852 29.333 57.1633 29.333C57.2663 29.333 57.3461 29.3185 57.4037 29.3042C57.5386 29.2785 57.5766 29.1332 57.5962 28.9413C57.6296 28.6592 57.6296 28.1343 57.6296 27.5212V24.7953",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M62.5148 26.351C62.5148 25.3411 62.5148 25.1548 62.5011 24.9405C62.4876 24.7134 62.4195 24.6015 62.2752 24.5681C62.2023 24.547 62.1156 24.5443 62.0331 24.5443C61.9675 24.5443 61.9272 24.5289 61.9272 24.4726C61.9272 24.4359 61.9807 24.4214 62.0852 24.4214C62.3403 24.4214 62.7614 24.4402 62.9535 24.4402C63.1195 24.4402 63.5118 24.4214 63.7651 24.4214C63.8509 24.4214 63.9037 24.4359 63.9037 24.4726C63.9037 24.5289 63.8633 24.5443 63.798 24.5443C63.7321 24.5443 63.6801 24.547 63.5991 24.5615C63.4198 24.5949 63.3635 24.7074 63.3535 24.9405C63.339 25.1548 63.339 25.3411 63.339 26.351V27.5214C63.339 28.1675 63.339 28.6935 63.3635 28.9814C63.3863 29.1605 63.4312 29.2786 63.6331 29.3043C63.7234 29.3186 63.8712 29.3331 63.973 29.3331C64.0451 29.3331 64.0778 29.3528 64.0778 29.3868C64.0778 29.4322 64.0217 29.4518 63.9493 29.4518C63.5118 29.4518 63.092 29.4322 62.9121 29.4322C62.7614 29.4322 62.3403 29.4518 62.0736 29.4518C61.9867 29.4518 61.9401 29.4322 61.9401 29.3868C61.9401 29.3528 61.9675 29.3331 62.0474 29.3331C62.1475 29.3331 62.2273 29.3186 62.2856 29.3043C62.4195 29.2786 62.4588 29.1683 62.4789 28.9737C62.5148 28.6935 62.5148 28.1675 62.5148 27.5214V26.351",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M67.4491 24.7953L66.4598 24.82C66.0741 24.8335 65.9133 24.8662 65.8121 25.0138C65.7464 25.1145 65.7122 25.193 65.7014 25.2453C65.6857 25.2998 65.6662 25.3261 65.6277 25.3261C65.579 25.3261 65.5686 25.2938 65.5686 25.2204C65.5686 25.1145 65.6934 24.5093 65.707 24.4555C65.7276 24.3659 65.7464 24.3301 65.7875 24.3301C65.8401 24.3301 65.9072 24.3949 66.0741 24.407C66.2674 24.4264 66.519 24.4401 66.7379 24.4401H69.3734C69.5869 24.4401 69.7326 24.4213 69.8356 24.407C69.9321 24.3871 69.9869 24.3761 70.0117 24.3761C70.0586 24.3761 70.0664 24.4144 70.0664 24.5133C70.0664 24.6544 70.0449 25.1145 70.0449 25.2863C70.0393 25.3545 70.0258 25.393 69.9869 25.393C69.9321 25.393 69.9195 25.358 69.9118 25.2625L69.9075 25.1864C69.8938 25.0138 69.7121 24.8285 69.1229 24.815L68.2819 24.7953V27.5212C68.2819 28.1343 68.2819 28.6592 68.3148 28.9454C68.3351 29.1332 68.3747 29.2785 68.5749 29.3042C68.6688 29.3185 68.8139 29.333 68.9129 29.333C68.989 29.333 69.0223 29.3527 69.0223 29.3866C69.0223 29.432 68.9682 29.4517 68.8932 29.4517C68.4559 29.4517 68.0356 29.432 67.8479 29.432C67.6976 29.432 67.278 29.4517 67.0098 29.4517C66.9238 29.4517 66.8761 29.432 66.8761 29.3866C66.8761 29.3527 66.9053 29.333 66.9839 29.333C67.084 29.333 67.1636 29.3185 67.2216 29.3042C67.3573 29.2785 67.3965 29.1332 67.4181 28.9413C67.4491 28.6592 67.4491 28.1343 67.4491 27.5212V24.7953",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M72.0477 26.351C72.0477 25.3411 72.0477 25.1548 72.033 24.9405C72.0197 24.7134 71.9681 24.6102 71.7482 24.5615C71.6927 24.547 71.5826 24.5443 71.49 24.5443C71.4177 24.5443 71.3762 24.5289 71.3762 24.4811C71.3762 24.4359 71.4216 24.4214 71.5227 24.4214C71.874 24.4214 72.2937 24.4402 72.4937 24.4402C72.6528 24.4402 73.0702 24.4214 73.3123 24.4214C73.4122 24.4214 73.4588 24.4359 73.4588 24.4811C73.4588 24.5289 73.4182 24.5443 73.3515 24.5443C73.2804 24.5443 73.2373 24.547 73.1579 24.5615C72.9809 24.5949 72.9248 24.7074 72.9129 24.9405C72.8995 25.1548 72.8995 25.3411 72.8995 26.351V27.2824C72.8995 28.2482 73.0924 28.6554 73.4182 28.9198C73.7171 29.1683 74.0236 29.1932 74.2509 29.1932C74.5423 29.1932 74.8994 29.1001 75.1684 28.8336C75.5348 28.4674 75.5528 27.8699 75.5528 27.1833V26.351C75.5528 25.3411 75.5528 25.1548 75.5402 24.9405C75.5302 24.7134 75.4761 24.6102 75.255 24.5615C75.2026 24.547 75.0888 24.5443 75.0181 24.5443C74.9402 24.5443 74.8994 24.5289 74.8994 24.4811C74.8994 24.4359 74.9481 24.4214 75.0403 24.4214C75.3829 24.4214 75.8007 24.4402 75.8065 24.4402C75.8882 24.4402 76.3072 24.4214 76.5675 24.4214C76.6589 24.4214 76.7055 24.4359 76.7055 24.4811C76.7055 24.5289 76.6666 24.5443 76.587 24.5443C76.5122 24.5443 76.4742 24.547 76.3928 24.5615C76.2121 24.5949 76.1596 24.7074 76.146 24.9405C76.1323 25.1548 76.1323 25.3411 76.1323 26.351V27.0619C76.1323 27.8016 76.0589 28.587 75.5006 29.0668C75.0295 29.4715 74.5504 29.5468 74.1162 29.5468C73.7637 29.5468 73.1245 29.5269 72.64 29.0898C72.3009 28.7816 72.0477 28.288 72.0477 27.3224V26.351",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M79.9309 24.7953L78.9403 24.82C78.554 24.8335 78.3952 24.8662 78.2958 25.0138C78.2296 25.1145 78.1967 25.193 78.1809 25.2453C78.1693 25.2998 78.148 25.3261 78.1084 25.3261C78.0626 25.3261 78.0481 25.2938 78.0481 25.2204C78.0481 25.1145 78.1737 24.5093 78.1867 24.4555C78.2083 24.3659 78.2296 24.3301 78.2684 24.3301C78.3208 24.3301 78.3867 24.3949 78.554 24.407C78.7463 24.4264 79.0004 24.4401 79.2201 24.4401H81.855C82.0689 24.4401 82.2125 24.4213 82.3151 24.407C82.4143 24.3871 82.4668 24.3761 82.4966 24.3761C82.5401 24.3761 82.5482 24.4144 82.5482 24.5133C82.5482 24.6544 82.5271 25.1145 82.5271 25.2863C82.5192 25.3545 82.5072 25.393 82.4668 25.393C82.4143 25.393 82.3986 25.358 82.3951 25.2625L82.389 25.1864C82.3735 25.0138 82.1949 24.8285 81.6046 24.815L80.764 24.7953V27.5212C80.764 28.1343 80.764 28.6592 80.7968 28.9454C80.8181 29.1332 80.8592 29.2785 81.055 29.3042C81.1524 29.3185 81.2942 29.333 81.3949 29.333C81.4703 29.333 81.5033 29.3527 81.5033 29.3866C81.5033 29.432 81.4484 29.4517 81.3764 29.4517C80.9346 29.4517 80.5172 29.432 80.333 29.432C80.1792 29.432 79.7581 29.4517 79.4918 29.4517C79.4064 29.4517 79.36 29.432 79.36 29.3866C79.36 29.3527 79.3848 29.333 79.4667 29.333C79.5658 29.333 79.6455 29.3185 79.7046 29.3042C79.8393 29.2785 79.8774 29.1332 79.9 28.9413C79.9309 28.6592 79.9309 28.1343 79.9309 27.5212V24.7953",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M84.8142 26.3512C84.8142 25.3413 84.8142 25.155 84.8026 24.9407C84.7889 24.7136 84.7377 24.6103 84.517 24.5616C84.4629 24.5471 84.3502 24.5444 84.2555 24.5444C84.1832 24.5444 84.1423 24.5291 84.1423 24.4812C84.1423 24.4361 84.1892 24.4215 84.2905 24.4215C84.4706 24.4215 84.6611 24.4267 84.8316 24.4267C85.0028 24.4361 85.1541 24.4404 85.2472 24.4404C85.4612 24.4404 86.7872 24.4404 86.9113 24.4361C87.0375 24.4215 87.1453 24.4072 87.1988 24.3952C87.2328 24.3873 87.2705 24.3662 87.3047 24.3662C87.3374 24.3662 87.3447 24.3952 87.3447 24.4267C87.3447 24.4727 87.3097 24.554 87.2922 24.8595C87.2842 24.9262 87.2705 25.2207 87.2549 25.3001C87.2514 25.3349 87.2367 25.3718 87.1911 25.3718C87.1453 25.3718 87.131 25.3413 87.131 25.2806C87.131 25.2335 87.1269 25.1216 87.0898 25.0406C87.0433 24.9218 86.9797 24.84 86.6434 24.8014C86.5327 24.7871 85.8357 24.7724 85.7004 24.7724C85.6666 24.7724 85.6534 24.7956 85.6534 24.84V26.5236C85.6534 26.5723 85.6612 26.597 85.7004 26.597C85.8471 26.597 86.6135 26.597 86.7654 26.5844C86.9229 26.5723 87.022 26.5524 87.0838 26.4853C87.131 26.4322 87.1584 26.3989 87.1911 26.3989C87.2172 26.3989 87.2367 26.4109 87.2367 26.4501C87.2367 26.4905 87.2102 26.597 87.1834 26.9352C87.1756 27.0691 87.1584 27.3371 87.1584 27.3822C87.1584 27.4363 87.1584 27.5122 87.0972 27.5122C87.0512 27.5122 87.0375 27.4832 87.0375 27.4498C87.0301 27.3822 87.0301 27.2962 87.0104 27.21C86.9797 27.077 86.884 26.976 86.6403 26.953C86.5136 26.9352 85.8511 26.93 85.6919 26.93C85.6612 26.93 85.6534 26.9572 85.6534 26.9974V27.5215C85.6534 27.7487 85.6473 28.3609 85.6534 28.553C85.6666 29.0139 85.7756 29.1113 86.4506 29.1113C86.6251 29.1113 86.9045 29.1113 87.0784 29.0327C87.2514 28.9523 87.331 28.8141 87.3776 28.5391C87.3892 28.4676 87.4023 28.4402 87.4516 28.4402C87.5043 28.4402 87.5043 28.4933 87.5043 28.5606C87.5043 28.7142 87.4516 29.1685 87.417 29.3009C87.3696 29.4717 87.3097 29.4717 87.0568 29.4717C86.558 29.4717 86.1912 29.458 85.9074 29.452C85.621 29.4383 85.4144 29.4323 85.2142 29.4323C85.1408 29.4323 84.9947 29.4323 84.8339 29.4383C84.6818 29.4383 84.5077 29.452 84.3761 29.452C84.2905 29.452 84.2443 29.4323 84.2443 29.3869C84.2443 29.3529 84.2685 29.3333 84.3502 29.3333C84.4493 29.3333 84.5307 29.3187 84.5892 29.3044C84.7232 29.2787 84.757 29.1335 84.7815 28.9416C84.8142 28.6595 84.8142 28.1345 84.8142 27.5215V26.3512",fill:"#686767"})]})}),je=e=>ae(o,{...e,children:le("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[ae("path",{d:"M7.99573 16C9.25964 16 10.2883 14.9745 10.2938 13.7118H5.69775C5.70325 14.9744 6.73181 16 7.99573 16Z",fill:"currentColor"}),ae("path",{d:"M14.2106 12.7737V12.0912C14.2106 11.3503 13.7648 10.6915 13.108 10.4019V6.52185C13.108 5.4281 12.7614 4.40417 12.1055 3.56079C11.5471 2.8429 10.7917 2.28613 9.90662 1.93701V1.91077C9.90662 0.857178 9.04944 0 7.99585 0C6.94226 0 6.08521 0.857178 6.08521 1.91077V1.93701C5.20007 2.28613 4.4447 2.8429 3.88635 3.56079C3.23047 4.40417 2.88367 5.4281 2.88367 6.52185V10.4017C2.22705 10.6914 1.78125 11.3503 1.78125 12.0912V12.7736H14.2106V12.7737Z",fill:"currentColor"})]})}),Ve=e=>ae(o,{...e,children:ae("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M8.57143 11.4285H0V8.57137H8.57143V-6.10352e-05H11.4286V8.57137H20V11.4285H11.4286V19.9999H8.57143V11.4285Z",fill:"currentColor"})})}),Ie=e=>ae(o,{...e,children:ae("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M0 11.2499V8.74994H20V11.2499H0Z",fill:"currentColor"})})}),ze=e=>ae(o,{...e,children:le("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[ae("g",{clipPath:"url(#clip0_8714_101)",children:ae("path",{d:"M0 20V13.3333H2.22222V16.2222L5.66667 12.7778L7.22222 14.3333L3.77778 17.7778H6.66667V20H0ZM14.3333 7.22222L12.7778 5.66667L16.2222 2.22222H13.3333V0H20V6.66667H17.7778V3.77778L14.3333 7.22222Z",fill:"currentColor"})}),ae("defs",{children:ae("clipPath",{id:"clip0_8714_101",children:ae("rect",{width:"20",height:"20",fill:"white"})})})]})}),Ae=e=>ae(o,{...e,children:ae("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M16 20C15.1667 20 14.4583 19.7083 13.875 19.125C13.2917 18.5417 13 17.8333 13 17C13 16.9 13.025 16.6667 13.075 16.3L6.05 12.2C5.78333 12.45 5.475 12.6458 5.125 12.7875C4.775 12.9292 4.4 13 4 13C3.16667 13 2.45833 12.7083 1.875 12.125C1.29167 11.5417 1 10.8333 1 10C1 9.16667 1.29167 8.45833 1.875 7.875C2.45833 7.29167 3.16667 7 4 7C4.4 7 4.775 7.07083 5.125 7.2125C5.475 7.35417 5.78333 7.55 6.05 7.8L13.075 3.7C13.0417 3.58333 13.0208 3.47083 13.0125 3.3625C13.0042 3.25417 13 3.13333 13 3C13 2.16667 13.2917 1.45833 13.875 0.875C14.4583 0.291667 15.1667 0 16 0C16.8333 0 17.5417 0.291667 18.125 0.875C18.7083 1.45833 19 2.16667 19 3C19 3.83333 18.7083 4.54167 18.125 5.125C17.5417 5.70833 16.8333 6 16 6C15.6 6 15.225 5.92917 14.875 5.7875C14.525 5.64583 14.2167 5.45 13.95 5.2L6.925 9.3C6.95833 9.41667 6.97917 9.52917 6.9875 9.6375C6.99583 9.74583 7 9.86667 7 10C7 10.1333 6.99583 10.2542 6.9875 10.3625C6.97917 10.4708 6.95833 10.5833 6.925 10.7L13.95 14.8C14.2167 14.55 14.525 14.3542 14.875 14.2125C15.225 14.0708 15.6 14 16 14C16.8333 14 17.5417 14.2917 18.125 14.875C18.7083 15.4583 19 16.1667 19 17C19 17.8333 18.7083 18.5417 18.125 19.125C17.5417 19.7083 16.8333 20 16 20Z",fill:"currentColor"})})}),He=e=>ae(o,{...e,children:ae("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M16 5H4V1H16V5ZM16 10.5C16.2833 10.5 16.5208 10.4042 16.7125 10.2125C16.9042 10.0208 17 9.78333 17 9.5C17 9.21667 16.9042 8.97917 16.7125 8.7875C16.5208 8.59583 16.2833 8.5 16 8.5C15.7167 8.5 15.4792 8.59583 15.2875 8.7875C15.0958 8.97917 15 9.21667 15 9.5C15 9.78333 15.0958 10.0208 15.2875 10.2125C15.4792 10.4042 15.7167 10.5 16 10.5ZM14 17V13H6V17H14ZM16 19H4V15H0V9C0 8.15 0.291667 7.4375 0.875 6.8625C1.45833 6.2875 2.16667 6 3 6H17C17.85 6 18.5625 6.2875 19.1375 6.8625C19.7125 7.4375 20 8.15 20 9V15H16V19Z",fill:"currentColor"})})}),Be=e=>ae(o,{...e,children:ae("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M7.26368 20L6.86567 16.8C6.65008 16.7167 6.44693 16.6167 6.25622 16.5C6.06551 16.3833 5.87894 16.2583 5.69652 16.125L2.73632 17.375L0 12.625L2.56219 10.675C2.54561 10.5583 2.53731 10.4458 2.53731 10.3375V9.6625C2.53731 9.55417 2.54561 9.44167 2.56219 9.325L0 7.375L2.73632 2.625L5.69652 3.875C5.87894 3.74167 6.06965 3.61667 6.26866 3.5C6.46766 3.38333 6.66667 3.28333 6.86567 3.2L7.26368 0H12.7363L13.1343 3.2C13.3499 3.28333 13.5531 3.38333 13.7438 3.5C13.9345 3.61667 14.1211 3.74167 14.3035 3.875L17.2637 2.625L20 7.375L17.4378 9.325C17.4544 9.44167 17.4627 9.55417 17.4627 9.6625V10.3375C17.4627 10.4458 17.4461 10.5583 17.4129 10.675L19.9751 12.625L17.2388 17.375L14.3035 16.125C14.1211 16.2583 13.9303 16.3833 13.7313 16.5C13.5323 16.6167 13.3333 16.7167 13.1343 16.8L12.7363 20H7.26368ZM10.0498 13.5C11.0116 13.5 11.8325 13.1583 12.5124 12.475C13.1924 11.7917 13.5323 10.9667 13.5323 10C13.5323 9.03333 13.1924 8.20833 12.5124 7.525C11.8325 6.84167 11.0116 6.5 10.0498 6.5C9.07131 6.5 8.24627 6.84167 7.57463 7.525C6.90299 8.20833 6.56716 9.03333 6.56716 10C6.56716 10.9667 6.90299 11.7917 7.57463 12.475C8.24627 13.1583 9.07131 13.5 10.0498 13.5Z",fill:"currentColor"})})}),Fe=e=>ae(o,{...e,children:ae("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M9.95 15.9999C10.3 15.9999 10.5958 15.8791 10.8375 15.6374C11.0792 15.3958 11.2 15.0999 11.2 14.7499C11.2 14.3999 11.0792 14.1041 10.8375 13.8624C10.5958 13.6208 10.3 13.4999 9.95 13.4999C9.6 13.4999 9.30417 13.6208 9.0625 13.8624C8.82083 14.1041 8.7 14.3999 8.7 14.7499C8.7 15.0999 8.82083 15.3958 9.0625 15.6374C9.30417 15.8791 9.6 15.9999 9.95 15.9999ZM9.05 12.1499H10.9C10.9 11.5999 10.9625 11.1666 11.0875 10.8499C11.2125 10.5333 11.5667 10.0999 12.15 9.54994C12.5833 9.11661 12.925 8.70411 13.175 8.31244C13.425 7.92077 13.55 7.44994 13.55 6.89994C13.55 5.96661 13.2083 5.24994 12.525 4.74994C11.8417 4.24994 11.0333 3.99994 10.1 3.99994C9.15 3.99994 8.37917 4.24994 7.7875 4.74994C7.19583 5.24994 6.78333 5.84994 6.55 6.54994L8.2 7.19994C8.28333 6.89994 8.47083 6.57494 8.7625 6.22494C9.05417 5.87494 9.5 5.69994 10.1 5.69994C10.6333 5.69994 11.0333 5.84577 11.3 6.13744C11.5667 6.42911 11.7 6.74994 11.7 7.09994C11.7 7.43327 11.6 7.74577 11.4 8.03744C11.2 8.32911 10.95 8.59994 10.65 8.84994C9.91667 9.49994 9.46667 9.99161 9.3 10.3249C9.13333 10.6583 9.05 11.2666 9.05 12.1499ZM10 19.9999C8.61667 19.9999 7.31667 19.7374 6.1 19.2124C4.88333 18.6874 3.825 17.9749 2.925 17.0749C2.025 16.1749 1.3125 15.1166 0.7875 13.8999C0.2625 12.6833 0 11.3833 0 9.99994C0 8.61661 0.2625 7.31661 0.7875 6.09994C1.3125 4.88327 2.025 3.82494 2.925 2.92494C3.825 2.02494 4.88333 1.31244 6.1 0.787439C7.31667 0.262439 8.61667 -6.10352e-05 10 -6.10352e-05C11.3833 -6.10352e-05 12.6833 0.262439 13.9 0.787439C15.1167 1.31244 16.175 2.02494 17.075 2.92494C17.975 3.82494 18.6875 4.88327 19.2125 6.09994C19.7375 7.31661 20 8.61661 20 9.99994C20 11.3833 19.7375 12.6833 19.2125 13.8999C18.6875 15.1166 17.975 16.1749 17.075 17.0749C16.175 17.9749 15.1167 18.6874 13.9 19.2124C12.6833 19.7374 11.3833 19.9999 10 19.9999Z",fill:"currentColor"})})}),Ze=e=>ae(o,{...e,children:ae("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M1.55556 14C1.12778 14 0.761574 13.8477 0.456944 13.5431C0.152315 13.2384 0 12.8722 0 12.4444V1.55556C0 1.12778 0.152315 0.761574 0.456944 0.456944C0.761574 0.152315 1.12778 0 1.55556 0H12.4444C12.8722 0 13.2384 0.152315 13.5431 0.456944C13.8477 0.761574 14 1.12778 14 1.55556V12.4444C14 12.8722 13.8477 13.2384 13.5431 13.5431C13.2384 13.8477 12.8722 14 12.4444 14H1.55556ZM2.33333 10.8889H11.6667L8.75 7L6.41667 10.1111L4.66667 7.77778L2.33333 10.8889Z",fill:"currentColor"})})}),qe=e=>ae(o,{...e,children:ae("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M1.33333 12C0.966667 12 0.652778 11.8694 0.391667 11.6083C0.130556 11.3472 0 11.0333 0 10.6667V1.33333C0 0.966667 0.130556 0.652778 0.391667 0.391667C0.652778 0.130556 0.966667 0 1.33333 0H10.6667C11.0333 0 11.3472 0.130556 11.6083 0.391667C11.8694 0.652778 12 0.966667 12 1.33333V10.6667C12 11.0333 11.8694 11.3472 11.6083 11.6083C11.3472 11.8694 11.0333 12 10.6667 12H1.33333ZM2.66667 9.33333H7.33333V8H2.66667V9.33333ZM2.66667 6.66667H9.33333V5.33333H2.66667V6.66667ZM2.66667 4H9.33333V2.66667H2.66667V4Z",fill:"currentColor"})})}),Ge=e=>ae(o,{...e,children:ae("svg",{width:"11",height:"12",viewBox:"0 0 11 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M5.27472 12C3.81319 12 2.56868 11.4945 1.54121 10.4835C0.513736 9.47253 0 8.24176 0 6.79121C0 6.0989 0.134615 5.43681 0.403846 4.80495C0.673077 4.17308 1.05494 3.61538 1.54945 3.13187L4.35165 0.379121C4.48352 0.258242 4.62912 0.164835 4.78846 0.0989011C4.9478 0.032967 5.10989 0 5.27472 0C5.43956 0 5.60165 0.032967 5.76099 0.0989011C5.92033 0.164835 6.06593 0.258242 6.1978 0.379121L9 3.13187C9.4945 3.61538 9.87637 4.17308 10.1456 4.80495C10.4148 5.43681 10.5494 6.0989 10.5494 6.79121C10.5494 8.24176 10.0357 9.47253 9.00824 10.4835C7.98077 11.4945 6.73626 12 5.27472 12Z",fill:"currentColor"})})}),We=e=>ae(o,{...e,children:ae("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M5.33333 12V6.68333C4.62222 6.68333 3.93889 6.54722 3.28333 6.275C2.62778 6.00278 2.05 5.61667 1.55 5.11667C1.05 4.61667 0.666667 4.03889 0.4 3.38333C0.133333 2.72778 0 2.04444 0 1.33333V0H1.33333C2.03333 0 2.71111 0.136111 3.36667 0.408333C4.02222 0.680556 4.6 1.06667 5.1 1.56667C5.44444 1.91111 5.73056 2.28889 5.95833 2.7C6.18611 3.11111 6.36111 3.55 6.48333 4.01667C6.53889 3.93889 6.6 3.86389 6.66667 3.79167C6.73333 3.71944 6.80556 3.64444 6.88333 3.56667C7.38333 3.06667 7.96111 2.68056 8.61667 2.40833C9.27222 2.13611 9.95556 2 10.6667 2H12V3.33333C12 4.04444 11.8639 4.72778 11.5917 5.38333C11.3194 6.03889 10.9333 6.61667 10.4333 7.11667C9.93333 7.61667 9.35833 8 8.70833 8.26667C8.05833 8.53333 7.37778 8.66667 6.66667 8.66667V12H5.33333Z",fill:"currentColor"})})}),Ue=e=>ae(o,{...e,children:le("svg",{width:"17",height:"16",viewBox:"0 0 17 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.013 8.18324C16.013 7.61597 15.9621 7.07051 15.8676 6.54688H8.33301V9.64142H12.6385C12.453 10.6414 11.8894 11.4887 11.0421 12.056V14.0632H13.6276C15.1403 12.6705 16.013 10.6196 16.013 8.18324Z",fill:"#4285F4"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.33268 15.9995C10.4927 15.9995 12.3036 15.2832 13.6272 14.0613L11.0418 12.0541C10.3254 12.5341 9.40905 12.8177 8.33268 12.8177C6.24905 12.8177 4.48541 11.4104 3.85632 9.51953H1.18359V11.5923C2.49996 14.2068 5.20541 15.9995 8.33268 15.9995Z",fill:"#34A853"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.85664 9.51898C3.69664 9.03898 3.60574 8.52625 3.60574 7.99898C3.60574 7.4717 3.69664 6.95898 3.85664 6.47898V4.40625H1.18392C0.642099 5.48625 0.333008 6.70807 0.333008 7.99898C0.333008 9.28989 0.642099 10.5117 1.18392 11.5917L3.85664 9.51898Z",fill:"#FBBC05"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.33268 3.18182C9.50723 3.18182 10.5618 3.58545 11.3909 4.37818L13.6854 2.08364C12.3 0.792727 10.489 0 8.33268 0C5.20541 0 2.49996 1.79273 1.18359 4.40727L3.85632 6.48C4.48541 4.58909 6.24905 3.18182 8.33268 3.18182Z",fill:"#EA4335"})]})}),Xe=e=>ae(o,{...e,children:le("svg",{width:"17",height:"16",viewBox:"0 0 17 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[ae("path",{d:"M16.167 8.04974C16.167 3.60622 12.5831 0 8.16699 0C3.75093 0 0.166992 3.60622 0.166992 8.04974C0.166992 12.0705 3.09181 15.4031 6.92291 16V10.371H4.87966V8.04974H6.92291V6.27565C6.92291 4.26114 8.10932 3.14197 9.93836 3.14197C10.8117 3.14197 11.718 3.30777 11.718 3.30777V5.27254H10.7128C9.71591 5.27254 9.40283 5.90259 9.40283 6.53264V8.04145H11.6273L11.2731 10.3627H9.40283V15.9917C13.2422 15.4031 16.167 12.0705 16.167 8.04974Z",fill:"#1877F2"}),ae("path",{d:"M11.2811 10.3096L11.6354 8.00384H9.41086V6.50513C9.41086 5.87106 9.73218 5.25346 10.7209 5.25346H11.726V3.2936C11.726 3.2936 10.8197 3.12891 9.94639 3.12891C8.11735 3.12891 6.93095 4.24059 6.93095 6.24162V8.00384H4.8877V10.3096H6.93095V15.9009C7.33466 15.9668 7.75484 15.9997 8.17502 15.9997C8.59521 15.9997 9.0154 15.9668 9.4191 15.9009V10.3096H11.2811Z",fill:"white"})]})}),Ye=e=>ae(o,{...e,children:le("svg",{width:"17",height:"16",viewBox:"0 0 17 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[ae("g",{clipPath:"url(#clip0_703_2142)",children:ae("path",{d:"M10.3552 6.77143L16.3115 0H14.9001L9.72817 5.87954L5.59738 0H0.833008L7.07957 8.8909L0.833008 15.9918H2.24455L7.70622 9.78279L12.0686 15.9918H16.833L10.3548 6.77143H10.3552ZM8.42187 8.96923L7.78897 8.0839L2.75315 1.03921H4.92121L8.98517 6.7245L9.61807 7.60983L14.9007 14.9998H12.7327L8.42187 8.96957V8.96923Z",fill:"#5C5959"})}),ae("defs",{children:ae("clipPath",{id:"clip0_703_2142",children:ae("rect",{width:"16",height:"16",fill:"white",transform:"translate(0.833008)"})})})]})}),Ke=e=>ae(o,{...e,children:le("svg",{width:"17",height:"16",viewBox:"0 0 17 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[ae("path",{d:"M7.66699 0H0.166992V7.5H7.66699V0Z",fill:"#F35325"}),ae("path",{d:"M16.167 0H8.66699V7.5H16.167V0Z",fill:"#81BC06"}),ae("path",{d:"M7.66699 8.5H0.166992V16H7.66699V8.5Z",fill:"#05A6F0"}),ae("path",{d:"M16.167 8.5H8.66699V16H16.167V8.5Z",fill:"#FFBA08"})]})}),Je=e=>ae(o,{...e,children:ae("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M0 13.3267V11.5489H16V13.3267H0ZM0 8.88223V7.10445H16V8.88223H0ZM0 4.43778V2.66H16V4.43778H0Z",fill:"currentColor"})})}),Qe={Google:({ariaLabel:e,size:t="default",onClick:n})=>ae(ye,{label:"Google",leftIcon:ae(Ue,{}),"aria-label":e||"Google Login",variant:"secondary",size:t,onClick:n}),Facebook:({ariaLabel:e,size:t="default",onClick:n})=>ae(ye,{label:"Facebook",leftIcon:ae(Xe,{}),"aria-label":e||"Facebook Login",variant:"secondary",size:t,onClick:n}),X:({ariaLabel:e,size:t="default",onClick:n})=>ae(ye,{label:"X",leftIcon:ae(Ye,{}),"aria-label":e||"X Login",variant:"secondary",size:t,onClick:n}),Microsoft:({ariaLabel:e,size:t="default",onClick:n})=>ae(ye,{label:"Microsoft",leftIcon:ae(Ke,{}),"aria-label":e||"Microsoft Login",variant:"secondary",size:t,onClick:n})},et=oe`
|
|
35
|
+
`,ye=G((({label:e,loading:t,variant:o="primary",size:a="default",disabled:l,leftIcon:s,rightIcon:c,children:d,...u},p)=>{let h=ve;"secondary"===o?h=me:"borderless"===o?h=xe:"outline"===o&&(h=be);const f=e||d;return H(n,{"aria-label":(()=>{let n=u["aria-label"]||e;return t&&(n="Loading"),n})(),css:[ge(a),h(l)],disabled:l||t,"aria-disabled":l||t,ref:p,...u,children:[s&&!t?B(r,{marginRight:f?2:0,display:"flex",alignItems:"center",children:s}):null,!c&&t?B(i,{size:"sm",marginRight:f?2:0}):null,d||e,c&&!t?B(r,{marginLeft:f?2:0,display:"flex",alignItems:"center",children:c}):null,c&&t?B(i,{size:"sm",marginLeft:f?2:0}):null]})})),Ce=e=>ae(o,{...e,children:le("svg",{viewBox:"0 0 16 17",children:[le("g",{clipPath:"url(#clip0_1216_84)",children:[ae("path",{d:"M9.78791 8.03125H16V2.21875C16 1.27103 15.229 0.5 14.2812 0.5H7.1875V16.5H14.2812C15.229 16.5 16 15.729 16 14.7812V8.96875H9.78791L10.5502 9.73106C10.7333 9.91413 10.7333 10.2109 10.5502 10.394C10.3672 10.577 10.0704 10.577 9.88731 10.394L8.32481 8.83147C8.14175 8.64841 8.14175 8.35162 8.32481 8.16856L9.88731 6.60606C10.0704 6.423 10.3672 6.423 10.5502 6.60606C10.7333 6.78912 10.7333 7.08591 10.5502 7.26897L9.78791 8.03125Z",fill:"#4F4E4E"}),ae("path",{d:"M0 2.21875V14.7812C0 15.729 0.771031 16.5 1.71875 16.5H6.25V0.5H1.71875C0.771031 0.5 0 1.27103 0 2.21875ZM4.375 7.0625H1.875C1.61612 7.0625 1.40625 6.85262 1.40625 6.59375C1.40625 6.33488 1.61612 6.125 1.875 6.125H4.375C4.63387 6.125 4.84375 6.33488 4.84375 6.59375C4.84375 6.85262 4.63387 7.0625 4.375 7.0625ZM4.375 5.1875H1.875C1.61612 5.1875 1.40625 4.97762 1.40625 4.71875C1.40625 4.45988 1.61612 4.25 1.875 4.25H4.375C4.63387 4.25 4.84375 4.45988 4.84375 4.71875C4.84375 4.97762 4.63387 5.1875 4.375 5.1875ZM4.375 2.375C4.63387 2.375 4.84375 2.58488 4.84375 2.84375C4.84375 3.10262 4.63387 3.3125 4.375 3.3125H1.875C1.61612 3.3125 1.40625 3.10262 1.40625 2.84375C1.40625 2.58488 1.61612 2.375 1.875 2.375H4.375Z",fill:"#4F4E4E"})]}),ae("defs",{children:ae("clipPath",{id:"clip0_1216_84",children:ae("rect",{width:"16",height:"16",fill:"white",transform:"translate(0 0.5)"})})})]})}),we=e=>ae(o,{...e,children:le("svg",{viewBox:"0 0 16 17",children:[ae("path",{d:"M0 2.21875V14.7812C0 15.729 0.771031 16.5 1.71875 16.5H6.25V0.5H1.71875C0.771031 0.5 0 1.27103 0 2.21875ZM4.375 7.0625H1.875C1.61612 7.0625 1.40625 6.85262 1.40625 6.59375C1.40625 6.33488 1.61612 6.125 1.875 6.125H4.375C4.63387 6.125 4.84375 6.33488 4.84375 6.59375C4.84375 6.85262 4.63387 7.0625 4.375 7.0625ZM4.375 5.1875H1.875C1.61612 5.1875 1.40625 4.97762 1.40625 4.71875C1.40625 4.45988 1.61612 4.25 1.875 4.25H4.375C4.63387 4.25 4.84375 4.45988 4.84375 4.71875C4.84375 4.97762 4.63387 5.1875 4.375 5.1875ZM4.375 2.375C4.63387 2.375 4.84375 2.58488 4.84375 2.84375C4.84375 3.10262 4.63387 3.3125 4.375 3.3125H1.875C1.61612 3.3125 1.40625 3.10262 1.40625 2.84375C1.40625 2.58488 1.61612 2.375 1.875 2.375H4.375Z",fill:"#4F4E4E"}),ae("path",{d:"M14.2812 0.5H7.1875V8.03125H12.4621L11.6998 7.26897C11.5168 7.08591 11.5168 6.78912 11.6998 6.60606C11.8829 6.423 12.1797 6.423 12.3627 6.60606L13.9252 8.16856C14.1083 8.35162 14.1083 8.64841 13.9252 8.83147L12.3627 10.394C12.1797 10.577 11.8829 10.577 11.6998 10.394C11.5168 10.2109 11.5168 9.91413 11.6998 9.73106L12.4621 8.96875H7.1875V16.5H14.2812C15.229 16.5 16 15.729 16 14.7812V2.21875C16 1.27103 15.229 0.5 14.2812 0.5Z",fill:"#4F4E4E"})]})}),$e=e=>ae(o,{...e,children:ae("svg",{viewBox:"0 0 12 12",height:"12px",width:"12px",children:ae("path",{d:"M4.19632 10.4277L0 6.23139L1.04908 5.18231L4.19632 8.32955L10.9509 1.57495L12 2.62403L4.19632 10.4277Z",fill:"currentColor"})})}),ke=e=>ae(o,{...e,children:ae("svg",{viewBox:"0 0 12 12",height:"12px",width:"12px",children:ae("path",{d:"M0 6.75V5.25H12V6.75H0Z",fill:"auto"})})}),Se=e=>ae(o,{...e,children:ae("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M4.5 7.49997H5.5V4.49997H4.5V7.49997ZM5 3.49997C5.14167 3.49997 5.26042 3.45205 5.35625 3.35622C5.45208 3.26039 5.5 3.14164 5.5 2.99997C5.5 2.8583 5.45208 2.73955 5.35625 2.64372C5.26042 2.54789 5.14167 2.49997 5 2.49997C4.85833 2.49997 4.73958 2.54789 4.64375 2.64372C4.54792 2.73955 4.5 2.8583 4.5 2.99997C4.5 3.14164 4.54792 3.26039 4.64375 3.35622C4.73958 3.45205 4.85833 3.49997 5 3.49997ZM5 9.99997C4.30833 9.99997 3.65833 9.86872 3.05 9.60622C2.44167 9.34372 1.9125 8.98747 1.4625 8.53747C1.0125 8.08747 0.65625 7.5583 0.39375 6.94997C0.13125 6.34164 0 5.69164 0 4.99997C0 4.3083 0.13125 3.6583 0.39375 3.04997C0.65625 2.44164 1.0125 1.91247 1.4625 1.46247C1.9125 1.01247 2.44167 0.656219 3.05 0.393719C3.65833 0.131219 4.30833 -3.05176e-05 5 -3.05176e-05C5.69167 -3.05176e-05 6.34167 0.131219 6.95 0.393719C7.55833 0.656219 8.0875 1.01247 8.5375 1.46247C8.9875 1.91247 9.34375 2.44164 9.60625 3.04997C9.86875 3.6583 10 4.3083 10 4.99997C10 5.69164 9.86875 6.34164 9.60625 6.94997C9.34375 7.5583 8.9875 8.08747 8.5375 8.53747C8.0875 8.98747 7.55833 9.34372 6.95 9.60622C6.34167 9.86872 5.69167 9.99997 5 9.99997Z",fill:"currentColor"})})}),Ee=e=>ae(o,{...e,children:ae("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M8 13.3667L0 5.36667L1.86667 3.5L8 9.63333L14.1333 3.5L16 5.36667L8 13.3667Z",fill:"currentColor"})})}),Oe=e=>ae(o,{...e,children:ae("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M5.37 0L13.37 8L5.37 16L3.50333 14.1333L9.63667 8L3.50333 1.86667L5.37 0Z",fill:"currentColor"})})}),Le=e=>ae(o,{...e,children:ae("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M10.63 16L2.63 8L10.63 0L12.4967 1.86667L6.36333 8L12.4967 14.1333L10.63 16Z",fill:"currentColor"})})}),_e=e=>ae(o,{...e,children:ae("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M1 10L0 9L4 5L0 1L1 0L5 4L9 0L10 1L6 5L10 9L9 10L5 6L1 10Z",fill:"currentColor"})})}),Te=e=>ae(o,{...e,children:ae("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M8 16C7.45 16 6.97917 15.8042 6.5875 15.4125C6.19583 15.0208 6 14.55 6 14C6 13.45 6.19583 12.9792 6.5875 12.5875C6.97917 12.1958 7.45 12 8 12C8.55 12 9.02083 12.1958 9.4125 12.5875C9.80417 12.9792 10 13.45 10 14C10 14.55 9.80417 15.0208 9.4125 15.4125C9.02083 15.8042 8.55 16 8 16ZM8 10C7.45 10 6.97917 9.80417 6.5875 9.4125C6.19583 9.02083 6 8.55 6 8C6 7.45 6.19583 6.97917 6.5875 6.5875C6.97917 6.19583 7.45 6 8 6C8.55 6 9.02083 6.19583 9.4125 6.5875C9.80417 6.97917 10 7.45 10 8C10 8.55 9.80417 9.02083 9.4125 9.4125C9.02083 9.80417 8.55 10 8 10ZM8 4C7.45 4 6.97917 3.80417 6.5875 3.4125C6.19583 3.02083 6 2.55 6 2C6 1.45 6.19583 0.979167 6.5875 0.5875C6.97917 0.195833 7.45 0 8 0C8.55 0 9.02083 0.195833 9.4125 0.5875C9.80417 0.979167 10 1.45 10 2C10 2.55 9.80417 3.02083 9.4125 3.4125C9.02083 3.80417 8.55 4 8 4Z",fill:"currentColor"})})}),Re=e=>ae(o,{...e,children:ae("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M5 6.95455C5.56818 6.95455 6.05114 6.75568 6.44886 6.35795C6.84659 5.96023 7.04545 5.47727 7.04545 4.90909C7.04545 4.34091 6.84659 3.85795 6.44886 3.46023C6.05114 3.0625 5.56818 2.86364 5 2.86364C4.43182 2.86364 3.94886 3.0625 3.55114 3.46023C3.15341 3.85795 2.95455 4.34091 2.95455 4.90909C2.95455 5.47727 3.15341 5.96023 3.55114 6.35795C3.94886 6.75568 4.43182 6.95455 5 6.95455ZM5 6.13636C4.65909 6.13636 4.36932 6.01705 4.13068 5.77841C3.89205 5.53977 3.77273 5.25 3.77273 4.90909C3.77273 4.56818 3.89205 4.27841 4.13068 4.03977C4.36932 3.80114 4.65909 3.68182 5 3.68182C5.34091 3.68182 5.63068 3.80114 5.86932 4.03977C6.10795 4.27841 6.22727 4.56818 6.22727 4.90909C6.22727 5.25 6.10795 5.53977 5.86932 5.77841C5.63068 6.01705 5.34091 6.13636 5 6.13636ZM5 8.31818C3.89394 8.31818 2.88636 8.00947 1.97727 7.39205C1.06818 6.77462 0.409091 5.94697 0 4.90909C0.409091 3.87121 1.06818 3.04356 1.97727 2.42614C2.88636 1.80871 3.89394 1.5 5 1.5C6.10606 1.5 7.11364 1.80871 8.02273 2.42614C8.93182 3.04356 9.59091 3.87121 10 4.90909C9.59091 5.94697 8.93182 6.77462 8.02273 7.39205C7.11364 8.00947 6.10606 8.31818 5 8.31818Z",fill:"currentColor"})})}),Pe=e=>ae(o,{...e,children:le("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[ae("g",{clipPath:"url(#clip0_4626_1381)",children:ae("path",{d:"M8.54545 9.9375L6.63636 8.05114C6.37121 8.13447 6.10417 8.19697 5.83523 8.23864C5.56629 8.2803 5.28788 8.30114 5 8.30114C3.85606 8.30114 2.83712 7.98485 1.94318 7.35227C1.04924 6.7197 0.401515 5.89962 0 4.89205C0.159091 4.49053 0.359848 4.11742 0.602273 3.77273C0.844697 3.42803 1.12121 3.11932 1.43182 2.84659L0.181818 1.57386L0.818182 0.9375L9.18182 9.30114L8.54545 9.9375ZM5 6.9375C5.08333 6.9375 5.16098 6.93371 5.23295 6.92614C5.30492 6.91856 5.38258 6.90341 5.46591 6.88068L3.01136 4.42614C2.98864 4.50947 2.97348 4.58712 2.96591 4.65909C2.95833 4.73106 2.95455 4.80871 2.95455 4.89205C2.95455 5.46023 3.15341 5.94318 3.55114 6.34091C3.94886 6.73864 4.43182 6.9375 5 6.9375ZM8.31818 7.14205L6.875 5.71023C6.92803 5.58144 6.9697 5.45076 7 5.31818C7.0303 5.18561 7.04545 5.04356 7.04545 4.89205C7.04545 4.32386 6.84659 3.84091 6.44886 3.44318C6.05114 3.04545 5.56818 2.84659 5 2.84659C4.84848 2.84659 4.70644 2.86174 4.57386 2.89205C4.44129 2.92235 4.31061 2.9678 4.18182 3.02841L3.02273 1.86932C3.33333 1.74053 3.65152 1.64394 3.97727 1.57955C4.30303 1.51515 4.64394 1.48295 5 1.48295C6.14394 1.48295 7.16288 1.79924 8.05682 2.43182C8.95076 3.06439 9.59848 3.88447 10 4.89205C9.82576 5.33902 9.59659 5.75379 9.3125 6.13636C9.02841 6.51894 8.69697 6.85417 8.31818 7.14205ZM6.21591 5.05114L4.85227 3.6875C5.06439 3.64962 5.25947 3.66667 5.4375 3.73864C5.61553 3.81061 5.76894 3.91477 5.89773 4.05114C6.02652 4.1875 6.11932 4.3447 6.17614 4.52273C6.23295 4.70076 6.24621 4.87689 6.21591 5.05114Z",fill:"currentColor"})}),ae("defs",{children:ae("clipPath",{id:"clip0_4626_1381",children:ae("rect",{width:"10",height:"10",fill:"white"})})})]})}),Me=e=>ae(o,{...e,children:ae("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M6.25 20C5.5625 20 4.97396 19.7552 4.48437 19.2656C3.99479 18.776 3.75 18.1875 3.75 17.5C3.75 16.8125 3.99479 16.224 4.48437 15.7344C4.97396 15.2448 5.5625 15 6.25 15C6.9375 15 7.52604 15.2448 8.01562 15.7344C8.50521 16.224 8.75 16.8125 8.75 17.5C8.75 18.1875 8.50521 18.776 8.01562 19.2656C7.52604 19.7552 6.9375 20 6.25 20ZM13.75 20C13.0625 20 12.474 19.7552 11.9844 19.2656C11.4948 18.776 11.25 18.1875 11.25 17.5C11.25 16.8125 11.4948 16.224 11.9844 15.7344C12.474 15.2448 13.0625 15 13.75 15C14.4375 15 15.026 15.2448 15.5156 15.7344C16.0052 16.224 16.25 16.8125 16.25 17.5C16.25 18.1875 16.0052 18.776 15.5156 19.2656C15.026 19.7552 14.4375 20 13.75 20ZM6.25 12.5C5.5625 12.5 4.97396 12.2552 4.48437 11.7656C3.99479 11.276 3.75 10.6875 3.75 10C3.75 9.3125 3.99479 8.72396 4.48437 8.23438C4.97396 7.74479 5.5625 7.5 6.25 7.5C6.9375 7.5 7.52604 7.74479 8.01562 8.23438C8.50521 8.72396 8.75 9.3125 8.75 10C8.75 10.6875 8.50521 11.276 8.01562 11.7656C7.52604 12.2552 6.9375 12.5 6.25 12.5ZM13.75 12.5C13.0625 12.5 12.474 12.2552 11.9844 11.7656C11.4948 11.276 11.25 10.6875 11.25 10C11.25 9.3125 11.4948 8.72396 11.9844 8.23438C12.474 7.74479 13.0625 7.5 13.75 7.5C14.4375 7.5 15.026 7.74479 15.5156 8.23438C16.0052 8.72396 16.25 9.3125 16.25 10C16.25 10.6875 16.0052 11.276 15.5156 11.7656C15.026 12.2552 14.4375 12.5 13.75 12.5ZM6.25 5C5.5625 5 4.97396 4.75521 4.48437 4.26562C3.99479 3.77604 3.75 3.1875 3.75 2.5C3.75 1.8125 3.99479 1.22396 4.48437 0.734375C4.97396 0.244792 5.5625 0 6.25 0C6.9375 0 7.52604 0.244792 8.01562 0.734375C8.50521 1.22396 8.75 1.8125 8.75 2.5C8.75 3.1875 8.50521 3.77604 8.01562 4.26562C7.52604 4.75521 6.9375 5 6.25 5ZM13.75 5C13.0625 5 12.474 4.75521 11.9844 4.26562C11.4948 3.77604 11.25 3.1875 11.25 2.5C11.25 1.8125 11.4948 1.22396 11.9844 0.734375C12.474 0.244792 13.0625 0 13.75 0C14.4375 0 15.026 0.244792 15.5156 0.734375C16.0052 1.22396 16.25 1.8125 16.25 2.5C16.25 3.1875 16.0052 3.77604 15.5156 4.26562C15.026 4.75521 14.4375 5 13.75 5Z",fill:"currentColor"})})}),De=e=>ae(o,{...e,children:le("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[ae("g",{clipPath:"url(#clip0_4916_54426)",children:ae("path",{d:"M8.6 14.6L15.65 7.55L14.25 6.15L8.6 11.8L5.75 8.95L4.35 10.35L8.6 14.6ZM10 20C8.61667 20 7.31667 19.7375 6.1 19.2125C4.88333 18.6875 3.825 17.975 2.925 17.075C2.025 16.175 1.3125 15.1167 0.7875 13.9C0.2625 12.6833 0 11.3833 0 10C0 8.61667 0.2625 7.31667 0.7875 6.1C1.3125 4.88333 2.025 3.825 2.925 2.925C3.825 2.025 4.88333 1.3125 6.1 0.7875C7.31667 0.2625 8.61667 0 10 0C11.3833 0 12.6833 0.2625 13.9 0.7875C15.1167 1.3125 16.175 2.025 17.075 2.925C17.975 3.825 18.6875 4.88333 19.2125 6.1C19.7375 7.31667 20 8.61667 20 10C20 11.3833 19.7375 12.6833 19.2125 13.9C18.6875 15.1167 17.975 16.175 17.075 17.075C16.175 17.975 15.1167 18.6875 13.9 19.2125C12.6833 19.7375 11.3833 20 10 20Z",fill:"currentColor"})}),ae("defs",{children:ae("clipPath",{id:"clip0_4916_54426",children:ae("rect",{width:"20",height:"20",fill:"white"})})})]})}),Ne=e=>ae(o,{...e,children:ae("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M0 18.6477L10 1.375L20 18.6477H0ZM10 15.9205C10.2576 15.9205 10.4735 15.8333 10.6477 15.6591C10.822 15.4848 10.9091 15.2689 10.9091 15.0114C10.9091 14.7538 10.822 14.5379 10.6477 14.3636C10.4735 14.1894 10.2576 14.1023 10 14.1023C9.74242 14.1023 9.52652 14.1894 9.35227 14.3636C9.17803 14.5379 9.09091 14.7538 9.09091 15.0114C9.09091 15.2689 9.17803 15.4848 9.35227 15.6591C9.52652 15.8333 9.74242 15.9205 10 15.9205ZM9.09091 13.1932H10.9091V8.64773H9.09091V13.1932Z",fill:"currentColor"})})}),je=e=>ae(o,{...e,children:ae("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M10 15C10.2833 15 10.5208 14.9042 10.7125 14.7125C10.9042 14.5208 11 14.2833 11 14C11 13.7167 10.9042 13.4792 10.7125 13.2875C10.5208 13.0958 10.2833 13 10 13C9.71667 13 9.47917 13.0958 9.2875 13.2875C9.09583 13.4792 9 13.7167 9 14C9 14.2833 9.09583 14.5208 9.2875 14.7125C9.47917 14.9042 9.71667 15 10 15ZM9 11H11V5H9V11ZM10 20C8.61667 20 7.31667 19.7375 6.1 19.2125C4.88333 18.6875 3.825 17.975 2.925 17.075C2.025 16.175 1.3125 15.1167 0.7875 13.9C0.2625 12.6833 0 11.3833 0 10C0 8.61667 0.2625 7.31667 0.7875 6.1C1.3125 4.88333 2.025 3.825 2.925 2.925C3.825 2.025 4.88333 1.3125 6.1 0.7875C7.31667 0.2625 8.61667 0 10 0C11.3833 0 12.6833 0.2625 13.9 0.7875C15.1167 1.3125 16.175 2.025 17.075 2.925C17.975 3.825 18.6875 4.88333 19.2125 6.1C19.7375 7.31667 20 8.61667 20 10C20 11.3833 19.7375 12.6833 19.2125 13.9C18.6875 15.1167 17.975 16.175 17.075 17.075C16.175 17.975 15.1167 18.6875 13.9 19.2125C12.6833 19.7375 11.3833 20 10 20Z",fill:"currentColor"})})}),Ve=e=>ae(o,{...e,children:le("svg",{width:"91",height:"32",viewBox:"0 0 91 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.79733 2.62109L7.05688 4.36154L8.6964 6.00105L10.4368 4.26061L8.79733 2.62109",fill:"#9B9B9B"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.4348 17.7395L26.7261 24.0306L28.4666 22.2904L22.1753 15.999L20.4348 17.7395",fill:"#9B9B9B"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.83032 8.73722L8.57056 10.4775L15.5197 3.52853L17.9952 6.00428L19.7357 4.26384L15.5197 0.0478516L6.83032 8.73722",fill:"#9B9B9B"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M25.0828 8.74062L26.823 10.4811L28.4667 8.83761L26.7262 7.09717L25.0828 8.74062",fill:"#9B9B9B"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.05664 26.7665L8.79688 28.5069L15.088 22.216L13.3476 20.4756L7.05664 26.7665",fill:"#9B9B9B"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.9583 17.865L17.6987 19.6052L24.2126 13.0913L22.4722 11.3511L15.9583 17.865",fill:"#9B9B9B"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.606 8.61475L27.5582 15.5672L25.086 18.0396L26.8264 19.7799L31.0391 15.5672L22.3462 6.87451L20.606 8.61475",fill:"#9B9B9B"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.58008 22.2898L4.32031 24.0302L5.95651 22.394L4.21607 20.6538L2.58008 22.2898",fill:"#9B9B9B"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.9583 8.91145L17.6987 10.6517L23.99 4.36056L22.2496 2.62012L15.9583 8.91145",fill:"#9B9B9B"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 15.5676L8.69268 24.2603L10.4331 22.5198L3.48068 15.5676L5.96016 13.0881L4.21971 11.3477L0 15.5676",fill:"#9B9B9B"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.3071 8.61154L17.8244 15.1288L19.5646 13.3885L13.0474 6.87109L11.3071 8.61154",fill:"#9B9B9B"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.6091 26.8674L22.2493 28.5073L23.9897 26.7671L22.3496 25.127L20.6091 26.8674",fill:"#9B9B9B"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.58008 8.83789L8.87079 15.1286L10.6112 13.3884L4.32052 7.09766L2.58008 8.83789",fill:"#9B9B9B"}),ae("mask",{id:"mask0_2684_24177",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"11",y:"15",width:"14",height:"17",children:ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.3035 15.999H24.2159V31.0746H11.3035V15.999Z",fill:"white"})}),le("g",{mask:"url(#mask0_2684_24177)",children:[ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.4817 17.7395L17.9989 24.2567L19.7392 22.5163L13.2219 15.999L11.4817 17.7395",fill:"#9B9B9B"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.5195 27.6061L13.0437 25.1303L11.3035 26.8706L15.5195 31.0868L24.2159 22.3903L22.4756 20.6499L15.5195 27.6061",fill:"#9B9B9B"})]}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.82666 18.0429L8.5669 19.7834L15.0881 13.2624L13.3476 11.522L6.82666 18.0429",fill:"#9B9B9B"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M39.8376 3.46878C39.7609 3.22403 39.6861 3.06362 39.5918 2.99958C39.5199 2.95005 39.386 2.93948 39.3278 2.93948C39.2598 2.93948 39.219 2.93264 39.219 2.87834C39.219 2.83171 39.2754 2.82031 39.3653 2.82031C39.7133 2.82031 40.0782 2.83648 40.1396 2.83648C40.1999 2.83648 40.4927 2.82031 40.8782 2.82031C40.9688 2.82031 41.0173 2.83648 41.0173 2.87834C41.0173 2.93264 40.9628 2.93948 40.8968 2.93948C40.8442 2.93948 40.7783 2.93948 40.7319 2.96373C40.6714 2.99191 40.6579 3.0373 40.6579 3.10921C40.6579 3.19853 40.724 3.42402 40.8055 3.721C40.9174 4.16202 41.5358 6.18037 41.656 6.55196H41.6755L42.9658 3.08496C43.0325 2.89616 43.0773 2.84497 43.1336 2.84497C43.2064 2.84497 43.2387 2.94632 43.3278 3.15999L44.7104 6.5043H44.7296C44.8482 6.05851 45.3823 4.30149 45.6173 3.52391C45.66 3.37138 45.6811 3.23169 45.6811 3.13615C45.6811 3.0315 45.6222 2.93948 45.3617 2.93948C45.2969 2.93948 45.2502 2.9171 45.2502 2.87834C45.2502 2.83171 45.3008 2.82031 45.4036 2.82031C45.7549 2.82031 46.034 2.83648 46.0939 2.83648C46.1395 2.83648 46.4268 2.82031 46.6462 2.82031C46.7184 2.82031 46.7658 2.83171 46.7658 2.87233C46.7658 2.9171 46.7351 2.93948 46.6744 2.93948C46.6067 2.93948 46.5142 2.94632 46.4407 2.97139C46.2796 3.0315 46.2092 3.29656 46.0657 3.67831C45.763 4.51578 45.0639 6.63155 44.7377 7.62964C44.6639 7.86258 44.6308 7.94279 44.5435 7.94279C44.4756 7.94279 44.4378 7.86258 44.3377 7.6141L42.9542 4.2818H42.9397C42.8143 4.62169 41.9279 6.97723 41.6423 7.58778C41.514 7.86258 41.4831 7.94279 41.4034 7.94279C41.3358 7.94279 41.3105 7.87025 41.2502 7.69575L39.8376 3.46878",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M52.4736 5.46052C52.4736 3.96919 51.6156 3.04363 50.5241 3.04363C49.7593 3.04363 48.8862 3.46848 48.8862 5.12686C48.8862 6.51167 49.6547 7.61007 50.9315 7.61007C51.3984 7.61007 52.4736 7.38417 52.4736 5.46052ZM47.9695 5.33425C47.9695 4.19523 48.7201 2.72607 50.7182 2.72607C52.3747 2.72607 53.4068 3.68811 53.4068 5.21384C53.4068 6.73834 52.3397 7.94243 50.6521 7.94243C48.7413 7.94243 47.9695 6.51161 47.9695 5.33425V5.33425Z",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M56.6253 5.27407C56.6253 5.34806 56.6388 5.37251 56.685 5.39469C56.8222 5.44111 57.0255 5.46059 57.1911 5.46059C57.4551 5.46059 57.5428 5.43261 57.6644 5.34806C57.8634 5.20029 58.0557 4.89253 58.0557 4.34561C58.0557 3.40327 57.4331 3.13178 57.0371 3.13178C56.8709 3.13178 56.7515 3.13593 56.685 3.15976C56.6388 3.17219 56.6253 3.19831 56.6253 3.25115V5.27407ZM55.8409 4.74893C55.8409 3.73799 55.8409 3.5494 55.8277 3.33842C55.8144 3.10921 55.7609 3.00435 55.5421 2.95689C55.4865 2.94632 55.3769 2.93948 55.2814 2.93948C55.208 2.93948 55.1667 2.92352 55.1667 2.87834C55.1667 2.83171 55.2146 2.82031 55.3122 2.82031C55.6681 2.82031 56.0873 2.83648 56.2272 2.83648C56.4521 2.83648 56.9576 2.82031 57.1633 2.82031C57.5836 2.82031 58.0313 2.86052 58.3884 3.10465C58.5765 3.23169 58.841 3.5724 58.841 4.01632C58.841 4.50957 58.6354 4.95825 57.9633 5.50455C58.5554 6.25187 59.014 6.84501 59.4066 7.25598C59.7788 7.64145 60.0519 7.68767 60.1537 7.70984C60.225 7.72373 60.2867 7.72891 60.3379 7.72891C60.3924 7.72891 60.4187 7.75233 60.4187 7.78404C60.4187 7.83357 60.3732 7.8489 60.2913 7.8489H59.6602C59.2866 7.8489 59.1197 7.81429 58.9498 7.72373C58.6626 7.56974 58.4076 7.25598 58.0369 6.74512C57.7708 6.37705 57.4665 5.92671 57.3766 5.82371C57.3461 5.78785 57.3051 5.78018 57.2585 5.78018L56.6788 5.76485C56.6469 5.76485 56.6253 5.78018 56.6253 5.8179V5.91344C56.6253 6.53145 56.6253 7.05661 56.6585 7.3368C56.6788 7.52871 56.7165 7.6773 56.9194 7.70155C57.0195 7.71751 57.1633 7.72891 57.2429 7.72891C57.297 7.72891 57.3264 7.75233 57.3264 7.78404C57.3264 7.82984 57.279 7.8489 57.1911 7.8489C56.8056 7.8489 56.3132 7.82984 56.2142 7.82984C56.0873 7.82984 55.6681 7.8489 55.4016 7.8489C55.3122 7.8489 55.2681 7.82984 55.2681 7.78404C55.2681 7.75233 55.2944 7.72891 55.3769 7.72891C55.4751 7.72891 55.5543 7.71751 55.6142 7.70155C55.7466 7.6773 55.7808 7.52871 55.8071 7.3368C55.8409 7.05661 55.8409 6.53145 55.8409 5.92028V4.74893V4.74893Z",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M62.7401 5.92028C62.7401 6.76978 62.7401 7.22986 62.8795 7.34944C62.9923 7.45099 63.167 7.49804 63.6837 7.49804C64.037 7.49804 64.2973 7.48913 64.4635 7.30945C64.5458 7.22385 64.6235 7.03567 64.6351 6.91236C64.6426 6.85164 64.6544 6.8104 64.7079 6.8104C64.7576 6.8104 64.7636 6.84501 64.7636 6.92273C64.7636 6.99858 64.7159 7.49804 64.6633 7.68767C64.6235 7.83357 64.5885 7.87025 64.2426 7.87025C63.7651 7.87025 63.4198 7.85491 63.1195 7.8489C62.8194 7.83357 62.5805 7.82984 62.3067 7.82984C62.2352 7.82984 62.0852 7.82984 61.9272 7.83357C61.7749 7.83357 61.6029 7.8489 61.4709 7.8489C61.3832 7.8489 61.3349 7.82984 61.3349 7.78404C61.3349 7.75233 61.365 7.72891 61.4413 7.72891C61.543 7.72891 61.6216 7.71751 61.6819 7.70155C61.8176 7.6773 61.8487 7.52871 61.874 7.3368C61.9082 7.05661 61.9082 6.53145 61.9082 5.92028V4.74893C61.9082 3.73799 61.9082 3.5494 61.8951 3.33842C61.8817 3.10921 61.8269 3.00435 61.6095 2.95689C61.5577 2.94632 61.474 2.93948 61.3886 2.93948C61.3155 2.93948 61.2759 2.92352 61.2759 2.87834C61.2759 2.83171 61.3233 2.82031 61.4214 2.82031C61.7353 2.82031 62.1536 2.83648 62.3341 2.83648C62.4939 2.83648 62.9803 2.82031 63.2387 2.82031C63.3324 2.82031 63.38 2.83171 63.38 2.87834C63.38 2.92352 63.339 2.93948 63.2588 2.93948C63.1867 2.93948 63.0816 2.94632 62.9991 2.95689C62.8194 2.99191 62.7647 3.10465 62.7533 3.33842C62.7401 3.5494 62.7401 3.73799 62.7401 4.74893V5.92028",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M67.8097 5.48049C67.8097 6.18388 67.8141 6.6966 67.8234 6.82509C67.8294 6.99068 67.8447 7.25575 67.8978 7.33056C67.9832 7.45595 68.2426 7.59501 68.7672 7.59501C69.4469 7.59501 69.9002 7.46237 70.2973 7.11627C70.7267 6.74903 70.8568 6.14512 70.8568 5.46059C70.8568 4.61607 70.5043 4.06832 70.22 3.79517C69.6061 3.21012 68.8478 3.13178 68.3284 3.13178C68.1954 3.13178 67.9498 3.1496 67.8978 3.17696C67.8375 3.20432 67.8141 3.23706 67.8141 3.30918C67.8097 3.53819 67.8097 4.11682 67.8097 4.64343V5.48049ZM66.9788 4.74893C66.9788 3.73799 66.9788 3.5494 66.9632 3.33842C66.95 3.10921 66.8969 3.00435 66.6779 2.95689C66.6254 2.94632 66.5114 2.93948 66.4196 2.93948C66.3438 2.93948 66.3042 2.92352 66.3042 2.87834C66.3042 2.83171 66.3531 2.82031 66.4509 2.82031C66.8041 2.82031 67.2215 2.83648 67.4096 2.83648C67.6156 2.83648 68.0355 2.82031 68.4355 2.82031C69.267 2.82031 70.3786 2.82031 71.1044 3.57676C71.4374 3.92389 71.7481 4.47661 71.7481 5.26622C71.7481 6.10556 71.3968 6.74512 71.0236 7.125C70.7169 7.43669 70.0257 7.90942 68.7953 7.90942C68.5559 7.90942 68.2817 7.88911 68.0297 7.87025C67.7761 7.8489 67.5417 7.82984 67.379 7.82984C67.3042 7.82984 67.1574 7.82984 66.9964 7.83357C66.8441 7.83357 66.6721 7.8489 66.5373 7.8489C66.4509 7.8489 66.407 7.82984 66.407 7.78404C66.407 7.75233 66.4335 7.72891 66.5114 7.72891C66.612 7.72891 66.6932 7.71751 66.7518 7.70155C66.8855 7.6773 66.9187 7.52871 66.9456 7.3368C66.9788 7.05661 66.9788 6.53145 66.9788 5.92028V4.74893V4.74893Z",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M41.2173 16.0733C41.2173 16.1481 41.231 16.1755 41.2755 16.1948C41.4152 16.241 41.6173 16.2607 41.7812 16.2607C42.0492 16.2607 42.1356 16.2333 42.2543 16.1481C42.456 16.0002 42.6456 15.6964 42.6456 15.1501C42.6456 14.2044 42.022 13.9325 41.6299 13.9325C41.4637 13.9325 41.3425 13.9385 41.2755 13.9582C41.231 13.9727 41.2173 13.9965 41.2173 14.0508V16.0733ZM40.4308 15.5499C40.4308 14.5375 40.4308 14.3499 40.419 14.1383C40.4055 13.9131 40.3531 13.8053 40.1297 13.7597C40.0783 13.746 39.966 13.7406 39.8735 13.7406C39.8016 13.7406 39.761 13.727 39.761 13.6772C39.761 13.6316 39.8055 13.6167 39.9083 13.6167C40.258 13.6167 40.6772 13.6397 40.8181 13.6397C41.0424 13.6397 41.5472 13.6167 41.757 13.6167C42.1733 13.6167 42.6222 13.6606 42.9812 13.9075C43.1658 14.0335 43.434 14.3723 43.434 14.8179C43.434 15.3084 43.2251 15.7621 42.5542 16.3086C43.1463 17.053 43.6056 17.6457 43.9979 18.0588C44.3697 18.4434 44.6426 18.4917 44.7425 18.5095C44.8176 18.5228 44.8756 18.5328 44.9299 18.5328C44.9804 18.5328 45.0097 18.5489 45.0097 18.5829C45.0097 18.6376 44.9628 18.6492 44.8837 18.6492H44.2503C43.8754 18.6492 43.7123 18.6171 43.5376 18.5228C43.2522 18.3697 42.9996 18.0588 42.627 17.5452C42.3611 17.1811 42.056 16.727 41.9688 16.6288C41.9358 16.5867 41.8937 16.5815 41.8463 16.5815L41.2714 16.5683C41.2376 16.5683 41.2173 16.5815 41.2173 16.6203V16.7152C41.2173 17.3328 41.2173 17.8571 41.2502 18.1375C41.2714 18.3294 41.3106 18.477 41.5097 18.5035C41.6096 18.5174 41.757 18.5328 41.8347 18.5328C41.8892 18.5328 41.9163 18.5489 41.9163 18.5829C41.9163 18.6287 41.8678 18.6492 41.7812 18.6492C41.3959 18.6492 40.9046 18.6287 40.8055 18.6287C40.6772 18.6287 40.258 18.6492 39.9937 18.6492C39.9083 18.6492 39.8582 18.6287 39.8582 18.5829C39.8582 18.5489 39.8862 18.5328 39.966 18.5328C40.0661 18.5328 40.1465 18.5174 40.2076 18.5035C40.3396 18.477 40.3734 18.3294 40.3999 18.1375C40.4308 17.8571 40.4308 17.3328 40.4308 16.7192V15.5499V15.5499Z",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M46.4986 15.5498C46.4986 14.5374 46.4986 14.3499 46.4862 14.1383C46.4737 13.913 46.419 13.8052 46.1998 13.7596C46.1463 13.7459 46.0306 13.7406 45.9419 13.7406C45.8675 13.7406 45.8257 13.7269 45.8257 13.6771C45.8257 13.6315 45.8736 13.6166 45.9734 13.6166C46.1531 13.6166 46.3475 13.6247 46.5142 13.6247C46.6849 13.6315 46.8387 13.6396 46.932 13.6396C47.1456 13.6396 48.4681 13.6396 48.5961 13.6315C48.7201 13.6166 48.827 13.6054 48.8813 13.5928C48.914 13.5868 48.9553 13.5654 48.9864 13.5654C49.0191 13.5654 49.0272 13.5928 49.0272 13.6247C49.0272 13.6722 48.9959 13.7528 48.9727 14.0589C48.9686 14.1248 48.9553 14.4201 48.9414 14.4964C48.9352 14.5306 48.9199 14.5695 48.8736 14.5695C48.827 14.5695 48.8144 14.5374 48.8144 14.4781C48.8144 14.4315 48.8096 14.3167 48.7762 14.239C48.7275 14.1186 48.662 14.0375 48.3282 13.9965C48.2154 13.9836 47.5162 13.9727 47.384 13.9727C47.35 13.9727 47.3377 13.9905 47.3377 14.0375V15.7226C47.3377 15.7684 47.3454 15.7946 47.384 15.7946C47.5299 15.7946 48.2969 15.7946 48.4484 15.7809C48.6098 15.7684 48.7085 15.7488 48.7667 15.6818C48.8144 15.6281 48.8405 15.5948 48.8736 15.5948C48.902 15.5948 48.9199 15.6085 48.9199 15.6491C48.9199 15.6887 48.8952 15.7946 48.8678 16.1344C48.8627 16.2665 48.8405 16.5336 48.8405 16.5815C48.8405 16.6333 48.8405 16.7056 48.7802 16.7056C48.7335 16.7056 48.7201 16.6799 48.7201 16.6474C48.7165 16.5815 48.7165 16.4955 48.695 16.4063C48.662 16.2745 48.5704 16.1755 48.3222 16.1481C48.1959 16.1344 47.5359 16.1268 47.3784 16.1268C47.3454 16.1268 47.3377 16.1541 47.3377 16.1947V16.7191C47.3377 16.9454 47.3301 17.5599 47.3377 17.753C47.35 18.2081 47.4559 18.3115 48.1344 18.3115C48.3085 18.3115 48.5881 18.3115 48.7617 18.233C48.9352 18.1499 49.0146 18.0135 49.0628 17.7385C49.0749 17.6627 49.0869 17.6376 49.1348 17.6376C49.188 17.6376 49.188 17.6923 49.188 17.7582C49.188 17.9118 49.1348 18.3648 49.1008 18.4968C49.0521 18.6697 48.9959 18.6697 48.7427 18.6697C48.2428 18.6697 47.8782 18.6545 47.5902 18.6491C47.3046 18.6375 47.0969 18.6286 46.898 18.6286C46.8246 18.6286 46.6785 18.6286 46.5181 18.6375C46.3656 18.6375 46.1938 18.6491 46.0597 18.6491C45.9734 18.6491 45.9239 18.6286 45.9239 18.5828C45.9239 18.5488 45.9542 18.5327 46.0306 18.5327C46.1314 18.5327 46.2132 18.5173 46.2735 18.5035C46.4064 18.4769 46.4379 18.3294 46.4657 18.1375C46.4986 17.8571 46.4986 17.3327 46.4986 16.7191V15.5498",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M51.3845 18.5715C51.2755 18.5227 51.2566 18.4917 51.2566 18.3445C51.2566 17.9771 51.2813 17.579 51.2875 17.4735C51.2951 17.3723 51.3163 17.3017 51.3685 17.3017C51.429 17.3017 51.435 17.3607 51.435 17.4134C51.435 17.4979 51.463 17.6376 51.4951 17.753C51.6408 18.2448 52.0348 18.4243 52.4487 18.4243C53.0447 18.4243 53.3388 18.016 53.3388 17.6627C53.3388 17.3373 53.2368 17.0335 52.6864 16.6006L52.3805 16.3597C51.6485 15.7888 51.3959 15.3208 51.3959 14.7843C51.3959 14.0508 52.0079 13.5244 52.9342 13.5244C53.3649 13.5244 53.6447 13.5928 53.8181 13.6396C53.8789 13.655 53.9126 13.6722 53.9126 13.719C53.9126 13.8052 53.883 13.9965 53.883 14.5173C53.883 14.6647 53.8625 14.7171 53.8113 14.7171C53.7628 14.7171 53.7439 14.6771 53.7439 14.5986C53.7439 14.5374 53.7129 14.3304 53.5723 14.158C53.4708 14.0334 53.2795 13.8326 52.8445 13.8326C52.3531 13.8326 52.0545 14.1186 52.0545 14.5173C52.0545 14.8247 52.2099 15.0547 52.7614 15.4773L52.9454 15.6161C53.7533 16.2211 54.0368 16.6799 54.0368 17.3135C54.0368 17.6975 53.8913 18.1594 53.4136 18.4703C53.0816 18.6819 52.7088 18.7449 52.3531 18.7449C51.9691 18.7449 51.6698 18.6966 51.3845 18.5715",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M60.4449 16.2609C60.4449 14.7716 59.5867 13.8452 58.4976 13.8452C57.731 13.8452 56.8585 14.2726 56.8585 15.9289C56.8585 17.3137 57.6253 18.4106 58.9013 18.4106C59.3691 18.4106 60.4449 18.1835 60.4449 16.2609ZM55.9399 16.1345C55.9399 14.9975 56.6912 13.5244 58.689 13.5244C60.3437 13.5244 61.3787 14.4918 61.3787 16.0161C61.3787 17.5404 60.3116 18.7449 58.6225 18.7449C56.713 18.7449 55.9399 17.3135 55.9399 16.1345V16.1345Z",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M63.5918 15.5499C63.5918 14.5375 63.5918 14.3499 63.579 14.1383C63.5653 13.9131 63.5118 13.8053 63.2915 13.7597C63.2387 13.746 63.1243 13.7406 63.0314 13.7406C62.9575 13.7406 62.9187 13.727 62.9187 13.6772C62.9187 13.6316 62.9649 13.6167 63.0661 13.6167C63.4175 13.6167 63.8366 13.6397 64.037 13.6397C64.1955 13.6397 64.6175 13.6167 64.8544 13.6167C64.9557 13.6167 65.0017 13.6316 65.0017 13.6772C65.0017 13.727 64.9615 13.7406 64.8956 13.7406C64.8216 13.7406 64.781 13.746 64.7012 13.7597C64.5207 13.791 64.4712 13.9075 64.4554 14.1383C64.4438 14.3499 64.4438 14.5375 64.4438 15.5499V16.481C64.4438 17.4441 64.6351 17.8515 64.9615 18.1189C65.2608 18.3649 65.5685 18.3908 65.7924 18.3908C66.086 18.3908 66.4466 18.2979 66.7125 18.0314C67.0781 17.6627 67.0972 17.0661 67.0972 16.3803V15.5499C67.0972 14.5375 67.0972 14.3499 67.0858 14.1383C67.0721 13.9131 67.018 13.8053 66.7992 13.7597C66.7459 13.746 66.6332 13.7406 66.5573 13.7406C66.4858 13.7406 66.4466 13.727 66.4466 13.6772C66.4466 13.6316 66.491 13.6167 66.5876 13.6167C66.9237 13.6167 67.3417 13.6397 67.3417 13.6397C67.4323 13.6397 67.8491 13.6167 68.1089 13.6167C68.2041 13.6167 68.2476 13.6316 68.2476 13.6772C68.2476 13.727 68.2097 13.7406 68.1282 13.7406C68.0561 13.7406 68.0138 13.746 67.9382 13.7597C67.7572 13.791 67.7013 13.9075 67.6893 14.1383C67.6762 14.3499 67.6762 14.5375 67.6762 15.5499V16.2607C67.6762 17.0006 67.6045 17.7832 67.0431 18.2627C66.5718 18.6697 66.0937 18.745 65.6583 18.745C65.3091 18.745 64.6681 18.723 64.1835 18.2826C63.8428 17.9771 63.5918 17.4851 63.5918 16.5212V15.5499",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M71.3762 16.0733C71.3762 16.1481 71.3888 16.1755 71.4361 16.1948C71.5762 16.241 71.7749 16.2607 71.942 16.2607C72.2083 16.2607 72.2937 16.2333 72.4141 16.1481C72.6143 16.0002 72.8066 15.6964 72.8066 15.1501C72.8066 14.2044 72.1809 13.9325 71.7886 13.9325C71.622 13.9325 71.5043 13.9385 71.4361 13.9582C71.3888 13.9727 71.3762 13.9965 71.3762 14.0508V16.0733ZM70.5907 15.5499C70.5907 14.5375 70.5907 14.3499 70.5772 14.1383C70.5634 13.9131 70.5117 13.8053 70.2917 13.7597C70.2361 13.746 70.1248 13.7406 70.0322 13.7406C69.9599 13.7406 69.9167 13.727 69.9167 13.6772C69.9167 13.6316 69.9634 13.6167 70.0664 13.6167C70.4158 13.6167 70.8371 13.6397 70.9762 13.6397C71.2044 13.6397 71.7084 13.6167 71.9152 13.6167C72.3343 13.6167 72.7813 13.6606 73.138 13.9075C73.3268 14.0335 73.5924 14.3723 73.5924 14.8179C73.5924 15.3084 73.3864 15.7621 72.7125 16.3086C73.305 17.053 73.7636 17.6457 74.1555 18.0588C74.5284 18.4434 74.8025 18.4917 74.9016 18.5095C74.9754 18.5228 75.0363 18.5328 75.0888 18.5328C75.1422 18.5328 75.1683 18.5489 75.1683 18.5829C75.1683 18.6376 75.1227 18.6492 75.0403 18.6492H74.4102C74.0393 18.6492 73.8699 18.6171 73.6994 18.5228C73.4121 18.3697 73.1579 18.0588 72.7867 17.5452C72.5195 17.1811 72.2143 16.727 72.1274 16.6288C72.0939 16.5867 72.053 16.5815 72.0081 16.5815L71.4315 16.5683C71.3969 16.5683 71.3762 16.5815 71.3762 16.6203V16.7152C71.3762 17.3328 71.3762 17.8571 71.4102 18.1375C71.4315 18.3294 71.4682 18.477 71.6702 18.5035C71.7683 18.5174 71.9152 18.5328 71.9946 18.5328C72.0476 18.5328 72.0738 18.5489 72.0738 18.5829C72.0738 18.6287 72.0273 18.6492 71.9419 18.6492C71.5558 18.6492 71.0626 18.6287 70.9635 18.6287C70.8371 18.6287 70.4158 18.6492 70.1522 18.6492C70.0664 18.6492 70.0197 18.6287 70.0197 18.5829C70.0197 18.5489 70.044 18.5328 70.1248 18.5328C70.2258 18.5328 70.3053 18.5174 70.3642 18.5035C70.4974 18.477 70.5304 18.3294 70.558 18.1375C70.5907 17.8571 70.5907 17.3328 70.5907 16.7192V15.5499V15.5499Z",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M76.7248 18.016C76.0707 17.444 75.9004 16.6996 75.9004 16.0549C75.9004 15.6041 76.0397 14.8178 76.68 14.2313C77.1561 13.7909 77.789 13.5244 78.7811 13.5244C79.1931 13.5244 79.4405 13.553 79.7454 13.5928C79.9991 13.6247 80.2123 13.6879 80.4121 13.7047C80.4836 13.7124 80.512 13.746 80.512 13.787C80.512 13.8403 80.4917 13.9167 80.4784 14.1503C80.4648 14.3723 80.4701 14.7376 80.4571 14.869C80.4511 14.9695 80.4374 15.0236 80.3773 15.0236C80.3251 15.0236 80.3122 14.9695 80.3122 14.8761C80.3046 14.6701 80.2179 14.4404 80.0525 14.2655C79.8333 14.0334 79.3152 13.8519 78.7017 13.8519C78.1229 13.8519 77.7424 13.9965 77.4508 14.2655C76.9646 14.7094 76.8376 15.3413 76.8376 15.9871C76.8376 17.5711 78.0433 18.3559 78.9345 18.3559C79.5251 18.3559 79.8849 18.2919 80.1499 17.9833C80.2648 17.8571 80.352 17.6627 80.3773 17.5452C80.3972 17.4374 80.4121 17.4134 80.4648 17.4134C80.512 17.4134 80.5249 17.4585 80.5249 17.5131C80.5249 17.591 80.4455 18.1715 80.3773 18.3969C80.3421 18.5095 80.3176 18.5447 80.2065 18.5907C79.9384 18.6966 79.4325 18.7449 79.0066 18.7449C78.0959 18.7449 77.3306 18.5447 76.7248 18.016",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M82.9906 15.5498C82.9906 14.5374 82.9906 14.3499 82.9794 14.1383C82.9659 13.913 82.9112 13.8052 82.6928 13.7596C82.6399 13.7459 82.5272 13.7406 82.4333 13.7406C82.3601 13.7406 82.3191 13.7269 82.3191 13.6771C82.3191 13.6315 82.3661 13.6166 82.4629 13.6166C82.6474 13.6166 82.8378 13.6247 83.0049 13.6247C83.1806 13.6315 83.3331 13.6396 83.4252 13.6396C83.6378 13.6396 84.9615 13.6396 85.0891 13.6315C85.2143 13.6166 85.3208 13.6054 85.3739 13.5928C85.4089 13.5868 85.451 13.5654 85.4783 13.5654C85.5152 13.5654 85.519 13.5928 85.519 13.6247C85.519 13.6722 85.4862 13.7528 85.4686 14.0589C85.4613 14.1248 85.451 14.4201 85.4354 14.4964C85.4282 14.5306 85.4145 14.5695 85.3697 14.5695C85.3208 14.5695 85.3078 14.5374 85.3078 14.4781C85.3078 14.4315 85.302 14.3167 85.2667 14.239C85.2211 14.1186 85.1542 14.0375 84.8224 13.9965C84.7097 13.9836 84.0092 13.9727 83.8784 13.9727C83.8436 13.9727 83.8299 13.9905 83.8299 14.0375V15.7226C83.8299 15.7684 83.8399 15.7946 83.8784 15.7946C84.0224 15.7946 84.7913 15.7946 84.9426 15.7809C85.102 15.7684 85.2006 15.7488 85.2611 15.6818C85.3078 15.6281 85.3351 15.5948 85.3697 15.5948C85.3932 15.5948 85.4145 15.6085 85.4145 15.6491C85.4145 15.6887 85.3874 15.7946 85.3621 16.1344C85.3532 16.2665 85.3351 16.5336 85.3351 16.5815C85.3351 16.6333 85.3351 16.7056 85.2742 16.7056C85.2288 16.7056 85.2143 16.6799 85.2143 16.6474C85.2095 16.5815 85.2095 16.4955 85.1892 16.4063C85.1542 16.2745 85.0609 16.1755 84.8143 16.1481C84.6885 16.1344 84.0297 16.1268 83.873 16.1268C83.8399 16.1268 83.8299 16.1541 83.8299 16.1947V16.7191C83.8299 16.9454 83.8251 17.5599 83.8299 17.753C83.8436 18.2081 83.9524 18.3115 84.629 18.3115C84.8027 18.3115 85.0815 18.3115 85.2553 18.233C85.4282 18.1499 85.508 18.0135 85.5563 17.7385C85.5656 17.6627 85.5813 17.6376 85.6284 17.6376C85.6814 17.6376 85.6814 17.6923 85.6814 17.7582C85.6814 17.9118 85.6284 18.3648 85.595 18.4968C85.5482 18.6697 85.4862 18.6697 85.2354 18.6697C84.7378 18.6697 84.3714 18.6545 84.0844 18.6491C83.7965 18.6375 83.5907 18.6286 83.3949 18.6286C83.3193 18.6286 83.1725 18.6286 83.014 18.6375C82.8588 18.6375 82.6863 18.6491 82.5535 18.6491C82.4629 18.6491 82.4202 18.6286 82.4202 18.5828C82.4202 18.5488 82.4476 18.5327 82.5272 18.5327C82.6279 18.5327 82.7073 18.5173 82.7661 18.5035C82.8998 18.4769 82.9332 18.3294 82.9599 18.1375C82.9906 17.8571 82.9906 17.3327 82.9906 16.7191V15.5498",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M87.8766 18.5715C87.7717 18.5227 87.7495 18.4917 87.7495 18.3445C87.7495 17.9771 87.7754 17.579 87.7837 17.4735C87.7912 17.3723 87.8084 17.3017 87.861 17.3017C87.9232 17.3017 87.9269 17.3607 87.9269 17.4134C87.9269 17.4979 87.953 17.6376 87.9893 17.753C88.1342 18.2448 88.529 18.4243 88.941 18.4243C89.5376 18.4243 89.8323 18.016 89.8323 17.6627C89.8323 17.3373 89.7326 17.0335 89.1795 16.6006L88.8734 16.3597C88.1418 15.7888 87.8904 15.3208 87.8904 14.7843C87.8904 14.0508 88.5016 13.5244 89.4263 13.5244C89.8591 13.5244 90.1405 13.5928 90.3117 13.6396C90.3718 13.655 90.4051 13.6722 90.4051 13.719C90.4051 13.8052 90.3799 13.9965 90.3799 14.5173C90.3799 14.6647 90.3581 14.7171 90.3038 14.7171C90.259 14.7171 90.2369 14.6771 90.2369 14.5986C90.2369 14.5374 90.2049 14.3304 90.0661 14.158C89.965 14.0334 89.7716 13.8326 89.338 13.8326C88.8475 13.8326 88.5486 14.1186 88.5486 14.5173C88.5486 14.8247 88.7024 15.0547 89.2551 15.4773L89.4394 15.6161C90.2454 16.2211 90.5312 16.6799 90.5312 17.3135C90.5312 17.6975 90.3834 18.1594 89.9057 18.4703C89.5714 18.6819 89.1992 18.7449 88.8475 18.7449C88.4612 18.7449 88.1619 18.6966 87.8766 18.5715",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M40.4308 26.351C40.4308 25.3411 40.4308 25.1548 40.419 24.9405C40.4055 24.7134 40.3396 24.6015 40.1919 24.5681C40.1202 24.547 40.03 24.5443 39.9511 24.5443C39.8862 24.5443 39.8462 24.5289 39.8462 24.4726C39.8462 24.4359 39.9005 24.4214 40.0037 24.4214C40.258 24.4214 40.6772 24.4402 40.8696 24.4402C41.0368 24.4402 41.43 24.4214 41.6832 24.4214C41.7688 24.4214 41.821 24.4359 41.821 24.4726C41.821 24.5289 41.7812 24.5443 41.7141 24.5443C41.6505 24.5443 41.596 24.547 41.5141 24.5615C41.3359 24.5949 41.2832 24.7074 41.2714 24.9405C41.2561 25.1548 41.2561 25.3411 41.2561 26.351V27.5214C41.2561 28.1675 41.2561 28.6935 41.2832 28.9814C41.3046 29.1605 41.3502 29.2786 41.5473 29.3043C41.6424 29.3186 41.7881 29.3331 41.8892 29.3331C41.962 29.3331 41.9941 29.3528 41.9941 29.3868C41.9941 29.4322 41.9425 29.4518 41.8679 29.4518C41.43 29.4518 41.0097 29.4322 40.8298 29.4322C40.6772 29.4322 40.258 29.4518 39.9937 29.4518C39.9084 29.4518 39.8582 29.4322 39.8582 29.3868C39.8582 29.3528 39.8862 29.3331 39.966 29.3331C40.0661 29.3331 40.1465 29.3186 40.2076 29.3043C40.3396 29.2786 40.3782 29.1683 40.3999 28.9737C40.4308 28.6935 40.4308 28.1675 40.4308 27.5214V26.351",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M44.8558 28.5483C44.8695 29.0666 44.9551 29.2398 45.089 29.2861C45.2017 29.3252 45.3281 29.3329 45.4347 29.3329C45.5095 29.3329 45.5472 29.3457 45.5472 29.3866C45.5472 29.438 45.489 29.4516 45.3957 29.4516C44.9628 29.4516 44.6938 29.432 44.5696 29.432C44.5104 29.432 44.198 29.4516 43.8503 29.4516C43.7659 29.4516 43.7046 29.4465 43.7046 29.3866C43.7046 29.3457 43.7433 29.3329 43.8092 29.3329C43.8969 29.3329 44.0171 29.3252 44.1104 29.3006C44.2851 29.2467 44.3095 29.0512 44.3164 28.4749L44.3786 24.5339C44.3786 24.4007 44.3958 24.3076 44.4637 24.3076C44.5354 24.3076 44.5957 24.3949 44.7103 24.5132C44.7881 24.6013 45.8019 25.6856 46.7726 26.6505C47.2261 27.1038 48.1224 28.0625 48.2345 28.1673H48.271L48.2037 25.1793C48.196 24.7721 48.1345 24.6475 47.9763 24.5799C47.8783 24.5441 47.7164 24.5441 47.6252 24.5441C47.5453 24.5441 47.5162 24.5219 47.5162 24.4809C47.5162 24.4264 47.5921 24.4212 47.6914 24.4212C48.0379 24.4212 48.3572 24.44 48.4967 24.44C48.5705 24.44 48.8221 24.4212 49.1473 24.4212C49.2341 24.4212 49.3019 24.4264 49.3019 24.4809C49.3019 24.5219 49.2617 24.5441 49.1802 24.5441C49.1143 24.5441 49.0629 24.5441 48.9806 24.5613C48.7939 24.616 48.7427 24.7544 48.7359 25.1273L48.6621 29.3252C48.6621 29.4713 48.6347 29.5345 48.5746 29.5345C48.5023 29.5345 48.4221 29.4577 48.3496 29.3866C47.9311 28.9856 47.0783 28.1145 46.3861 27.4291C45.6599 26.7092 44.9219 25.8785 44.8017 25.7523H44.7843L44.8558 28.5483",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M51.4631 29.3742C51.3557 29.3253 51.3379 29.2921 51.3379 29.1469C51.3379 28.7815 51.363 28.3817 51.3686 28.2744C51.3766 28.1761 51.3959 28.1019 51.4488 28.1019C51.5085 28.1019 51.5165 28.1616 51.5165 28.2163C51.5165 28.2999 51.5426 28.44 51.5768 28.5527C51.7223 29.0455 52.1149 29.2264 52.5283 29.2264C53.1243 29.2264 53.4197 28.8209 53.4197 28.4673C53.4197 28.143 53.3183 27.8365 52.7673 27.4019L52.4601 27.1637C51.7281 26.589 51.4757 26.1256 51.4757 25.5866C51.4757 24.8534 52.0865 24.3301 53.0116 24.3301C53.4449 24.3301 53.7243 24.3949 53.8978 24.4401C53.9583 24.4555 53.991 24.4725 53.991 24.522C53.991 24.6101 53.9651 24.8011 53.9651 25.3186C53.9651 25.4654 53.9457 25.5192 53.8914 25.5192C53.8447 25.5192 53.8234 25.4807 53.8234 25.3988C53.8234 25.341 53.791 25.1344 53.6528 24.9626C53.5515 24.8335 53.3575 24.6356 52.927 24.6356C52.4344 24.6356 52.136 24.9216 52.136 25.3186C52.136 25.626 52.2894 25.8573 52.8408 26.2782L53.0269 26.4174C53.8313 27.022 54.1162 27.4829 54.1162 28.1146C54.1162 28.4996 53.9691 28.9599 53.4912 29.2708C53.161 29.4841 52.7865 29.5466 52.4344 29.5466C52.0483 29.5466 51.7474 29.4977 51.4631 29.3742",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M57.6296 24.7953L56.6388 24.82C56.2502 24.8335 56.0945 24.8662 55.994 25.0138C55.9275 25.1145 55.891 25.193 55.8788 25.2453C55.8668 25.2998 55.8469 25.3261 55.8071 25.3261C55.7609 25.3261 55.7466 25.2938 55.7466 25.2204C55.7466 25.1145 55.872 24.5093 55.8896 24.4555C55.9086 24.3659 55.9275 24.3301 55.965 24.3301C56.0193 24.3301 56.0873 24.3949 56.2502 24.407C56.445 24.4264 56.697 24.4401 56.9167 24.4401H59.5543C59.7653 24.4401 59.9116 24.4213 60.0115 24.407C60.1118 24.3871 60.165 24.3761 60.1924 24.3761C60.2394 24.3761 60.245 24.4144 60.245 24.5133C60.245 24.6544 60.2249 25.1145 60.2249 25.2863C60.2189 25.3545 60.2061 25.393 60.165 25.393C60.1118 25.393 60.0973 25.358 60.09 25.2625L60.0875 25.1864C60.0722 25.0138 59.8931 24.8285 59.301 24.815L58.4623 24.7953V27.5212C58.4623 28.1343 58.4623 28.6592 58.4976 28.9454C58.5148 29.1332 58.5554 29.2785 58.7543 29.3042C58.8478 29.3185 58.9941 29.333 59.0934 29.333C59.167 29.333 59.2003 29.3527 59.2003 29.3866C59.2003 29.432 59.1464 29.4517 59.0741 29.4517C58.6354 29.4517 58.2178 29.432 58.0313 29.432C57.876 29.432 57.4551 29.4517 57.1911 29.4517C57.1049 29.4517 57.0562 29.432 57.0562 29.3866C57.0562 29.3527 57.0852 29.333 57.1633 29.333C57.2663 29.333 57.3461 29.3185 57.4037 29.3042C57.5386 29.2785 57.5766 29.1332 57.5962 28.9413C57.6296 28.6592 57.6296 28.1343 57.6296 27.5212V24.7953",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M62.5148 26.351C62.5148 25.3411 62.5148 25.1548 62.5011 24.9405C62.4876 24.7134 62.4195 24.6015 62.2752 24.5681C62.2023 24.547 62.1156 24.5443 62.0331 24.5443C61.9675 24.5443 61.9272 24.5289 61.9272 24.4726C61.9272 24.4359 61.9807 24.4214 62.0852 24.4214C62.3403 24.4214 62.7614 24.4402 62.9535 24.4402C63.1195 24.4402 63.5118 24.4214 63.7651 24.4214C63.8509 24.4214 63.9037 24.4359 63.9037 24.4726C63.9037 24.5289 63.8633 24.5443 63.798 24.5443C63.7321 24.5443 63.6801 24.547 63.5991 24.5615C63.4198 24.5949 63.3635 24.7074 63.3535 24.9405C63.339 25.1548 63.339 25.3411 63.339 26.351V27.5214C63.339 28.1675 63.339 28.6935 63.3635 28.9814C63.3863 29.1605 63.4312 29.2786 63.6331 29.3043C63.7234 29.3186 63.8712 29.3331 63.973 29.3331C64.0451 29.3331 64.0778 29.3528 64.0778 29.3868C64.0778 29.4322 64.0217 29.4518 63.9493 29.4518C63.5118 29.4518 63.092 29.4322 62.9121 29.4322C62.7614 29.4322 62.3403 29.4518 62.0736 29.4518C61.9867 29.4518 61.9401 29.4322 61.9401 29.3868C61.9401 29.3528 61.9675 29.3331 62.0474 29.3331C62.1475 29.3331 62.2273 29.3186 62.2856 29.3043C62.4195 29.2786 62.4588 29.1683 62.4789 28.9737C62.5148 28.6935 62.5148 28.1675 62.5148 27.5214V26.351",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M67.4491 24.7953L66.4598 24.82C66.0741 24.8335 65.9133 24.8662 65.8121 25.0138C65.7464 25.1145 65.7122 25.193 65.7014 25.2453C65.6857 25.2998 65.6662 25.3261 65.6277 25.3261C65.579 25.3261 65.5686 25.2938 65.5686 25.2204C65.5686 25.1145 65.6934 24.5093 65.707 24.4555C65.7276 24.3659 65.7464 24.3301 65.7875 24.3301C65.8401 24.3301 65.9072 24.3949 66.0741 24.407C66.2674 24.4264 66.519 24.4401 66.7379 24.4401H69.3734C69.5869 24.4401 69.7326 24.4213 69.8356 24.407C69.9321 24.3871 69.9869 24.3761 70.0117 24.3761C70.0586 24.3761 70.0664 24.4144 70.0664 24.5133C70.0664 24.6544 70.0449 25.1145 70.0449 25.2863C70.0393 25.3545 70.0258 25.393 69.9869 25.393C69.9321 25.393 69.9195 25.358 69.9118 25.2625L69.9075 25.1864C69.8938 25.0138 69.7121 24.8285 69.1229 24.815L68.2819 24.7953V27.5212C68.2819 28.1343 68.2819 28.6592 68.3148 28.9454C68.3351 29.1332 68.3747 29.2785 68.5749 29.3042C68.6688 29.3185 68.8139 29.333 68.9129 29.333C68.989 29.333 69.0223 29.3527 69.0223 29.3866C69.0223 29.432 68.9682 29.4517 68.8932 29.4517C68.4559 29.4517 68.0356 29.432 67.8479 29.432C67.6976 29.432 67.278 29.4517 67.0098 29.4517C66.9238 29.4517 66.8761 29.432 66.8761 29.3866C66.8761 29.3527 66.9053 29.333 66.9839 29.333C67.084 29.333 67.1636 29.3185 67.2216 29.3042C67.3573 29.2785 67.3965 29.1332 67.4181 28.9413C67.4491 28.6592 67.4491 28.1343 67.4491 27.5212V24.7953",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M72.0477 26.351C72.0477 25.3411 72.0477 25.1548 72.033 24.9405C72.0197 24.7134 71.9681 24.6102 71.7482 24.5615C71.6927 24.547 71.5826 24.5443 71.49 24.5443C71.4177 24.5443 71.3762 24.5289 71.3762 24.4811C71.3762 24.4359 71.4216 24.4214 71.5227 24.4214C71.874 24.4214 72.2937 24.4402 72.4937 24.4402C72.6528 24.4402 73.0702 24.4214 73.3123 24.4214C73.4122 24.4214 73.4588 24.4359 73.4588 24.4811C73.4588 24.5289 73.4182 24.5443 73.3515 24.5443C73.2804 24.5443 73.2373 24.547 73.1579 24.5615C72.9809 24.5949 72.9248 24.7074 72.9129 24.9405C72.8995 25.1548 72.8995 25.3411 72.8995 26.351V27.2824C72.8995 28.2482 73.0924 28.6554 73.4182 28.9198C73.7171 29.1683 74.0236 29.1932 74.2509 29.1932C74.5423 29.1932 74.8994 29.1001 75.1684 28.8336C75.5348 28.4674 75.5528 27.8699 75.5528 27.1833V26.351C75.5528 25.3411 75.5528 25.1548 75.5402 24.9405C75.5302 24.7134 75.4761 24.6102 75.255 24.5615C75.2026 24.547 75.0888 24.5443 75.0181 24.5443C74.9402 24.5443 74.8994 24.5289 74.8994 24.4811C74.8994 24.4359 74.9481 24.4214 75.0403 24.4214C75.3829 24.4214 75.8007 24.4402 75.8065 24.4402C75.8882 24.4402 76.3072 24.4214 76.5675 24.4214C76.6589 24.4214 76.7055 24.4359 76.7055 24.4811C76.7055 24.5289 76.6666 24.5443 76.587 24.5443C76.5122 24.5443 76.4742 24.547 76.3928 24.5615C76.2121 24.5949 76.1596 24.7074 76.146 24.9405C76.1323 25.1548 76.1323 25.3411 76.1323 26.351V27.0619C76.1323 27.8016 76.0589 28.587 75.5006 29.0668C75.0295 29.4715 74.5504 29.5468 74.1162 29.5468C73.7637 29.5468 73.1245 29.5269 72.64 29.0898C72.3009 28.7816 72.0477 28.288 72.0477 27.3224V26.351",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M79.9309 24.7953L78.9403 24.82C78.554 24.8335 78.3952 24.8662 78.2958 25.0138C78.2296 25.1145 78.1967 25.193 78.1809 25.2453C78.1693 25.2998 78.148 25.3261 78.1084 25.3261C78.0626 25.3261 78.0481 25.2938 78.0481 25.2204C78.0481 25.1145 78.1737 24.5093 78.1867 24.4555C78.2083 24.3659 78.2296 24.3301 78.2684 24.3301C78.3208 24.3301 78.3867 24.3949 78.554 24.407C78.7463 24.4264 79.0004 24.4401 79.2201 24.4401H81.855C82.0689 24.4401 82.2125 24.4213 82.3151 24.407C82.4143 24.3871 82.4668 24.3761 82.4966 24.3761C82.5401 24.3761 82.5482 24.4144 82.5482 24.5133C82.5482 24.6544 82.5271 25.1145 82.5271 25.2863C82.5192 25.3545 82.5072 25.393 82.4668 25.393C82.4143 25.393 82.3986 25.358 82.3951 25.2625L82.389 25.1864C82.3735 25.0138 82.1949 24.8285 81.6046 24.815L80.764 24.7953V27.5212C80.764 28.1343 80.764 28.6592 80.7968 28.9454C80.8181 29.1332 80.8592 29.2785 81.055 29.3042C81.1524 29.3185 81.2942 29.333 81.3949 29.333C81.4703 29.333 81.5033 29.3527 81.5033 29.3866C81.5033 29.432 81.4484 29.4517 81.3764 29.4517C80.9346 29.4517 80.5172 29.432 80.333 29.432C80.1792 29.432 79.7581 29.4517 79.4918 29.4517C79.4064 29.4517 79.36 29.432 79.36 29.3866C79.36 29.3527 79.3848 29.333 79.4667 29.333C79.5658 29.333 79.6455 29.3185 79.7046 29.3042C79.8393 29.2785 79.8774 29.1332 79.9 28.9413C79.9309 28.6592 79.9309 28.1343 79.9309 27.5212V24.7953",fill:"#686767"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M84.8142 26.3512C84.8142 25.3413 84.8142 25.155 84.8026 24.9407C84.7889 24.7136 84.7377 24.6103 84.517 24.5616C84.4629 24.5471 84.3502 24.5444 84.2555 24.5444C84.1832 24.5444 84.1423 24.5291 84.1423 24.4812C84.1423 24.4361 84.1892 24.4215 84.2905 24.4215C84.4706 24.4215 84.6611 24.4267 84.8316 24.4267C85.0028 24.4361 85.1541 24.4404 85.2472 24.4404C85.4612 24.4404 86.7872 24.4404 86.9113 24.4361C87.0375 24.4215 87.1453 24.4072 87.1988 24.3952C87.2328 24.3873 87.2705 24.3662 87.3047 24.3662C87.3374 24.3662 87.3447 24.3952 87.3447 24.4267C87.3447 24.4727 87.3097 24.554 87.2922 24.8595C87.2842 24.9262 87.2705 25.2207 87.2549 25.3001C87.2514 25.3349 87.2367 25.3718 87.1911 25.3718C87.1453 25.3718 87.131 25.3413 87.131 25.2806C87.131 25.2335 87.1269 25.1216 87.0898 25.0406C87.0433 24.9218 86.9797 24.84 86.6434 24.8014C86.5327 24.7871 85.8357 24.7724 85.7004 24.7724C85.6666 24.7724 85.6534 24.7956 85.6534 24.84V26.5236C85.6534 26.5723 85.6612 26.597 85.7004 26.597C85.8471 26.597 86.6135 26.597 86.7654 26.5844C86.9229 26.5723 87.022 26.5524 87.0838 26.4853C87.131 26.4322 87.1584 26.3989 87.1911 26.3989C87.2172 26.3989 87.2367 26.4109 87.2367 26.4501C87.2367 26.4905 87.2102 26.597 87.1834 26.9352C87.1756 27.0691 87.1584 27.3371 87.1584 27.3822C87.1584 27.4363 87.1584 27.5122 87.0972 27.5122C87.0512 27.5122 87.0375 27.4832 87.0375 27.4498C87.0301 27.3822 87.0301 27.2962 87.0104 27.21C86.9797 27.077 86.884 26.976 86.6403 26.953C86.5136 26.9352 85.8511 26.93 85.6919 26.93C85.6612 26.93 85.6534 26.9572 85.6534 26.9974V27.5215C85.6534 27.7487 85.6473 28.3609 85.6534 28.553C85.6666 29.0139 85.7756 29.1113 86.4506 29.1113C86.6251 29.1113 86.9045 29.1113 87.0784 29.0327C87.2514 28.9523 87.331 28.8141 87.3776 28.5391C87.3892 28.4676 87.4023 28.4402 87.4516 28.4402C87.5043 28.4402 87.5043 28.4933 87.5043 28.5606C87.5043 28.7142 87.4516 29.1685 87.417 29.3009C87.3696 29.4717 87.3097 29.4717 87.0568 29.4717C86.558 29.4717 86.1912 29.458 85.9074 29.452C85.621 29.4383 85.4144 29.4323 85.2142 29.4323C85.1408 29.4323 84.9947 29.4323 84.8339 29.4383C84.6818 29.4383 84.5077 29.452 84.3761 29.452C84.2905 29.452 84.2443 29.4323 84.2443 29.3869C84.2443 29.3529 84.2685 29.3333 84.3502 29.3333C84.4493 29.3333 84.5307 29.3187 84.5892 29.3044C84.7232 29.2787 84.757 29.1335 84.7815 28.9416C84.8142 28.6595 84.8142 28.1345 84.8142 27.5215V26.3512",fill:"#686767"})]})}),Ie=e=>ae(o,{...e,children:le("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[ae("path",{d:"M7.99573 16C9.25964 16 10.2883 14.9745 10.2938 13.7118H5.69775C5.70325 14.9744 6.73181 16 7.99573 16Z",fill:"currentColor"}),ae("path",{d:"M14.2106 12.7737V12.0912C14.2106 11.3503 13.7648 10.6915 13.108 10.4019V6.52185C13.108 5.4281 12.7614 4.40417 12.1055 3.56079C11.5471 2.8429 10.7917 2.28613 9.90662 1.93701V1.91077C9.90662 0.857178 9.04944 0 7.99585 0C6.94226 0 6.08521 0.857178 6.08521 1.91077V1.93701C5.20007 2.28613 4.4447 2.8429 3.88635 3.56079C3.23047 4.40417 2.88367 5.4281 2.88367 6.52185V10.4017C2.22705 10.6914 1.78125 11.3503 1.78125 12.0912V12.7736H14.2106V12.7737Z",fill:"currentColor"})]})}),ze=e=>ae(o,{...e,children:ae("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M8.57143 11.4285H0V8.57137H8.57143V-6.10352e-05H11.4286V8.57137H20V11.4285H11.4286V19.9999H8.57143V11.4285Z",fill:"currentColor"})})}),Ae=e=>ae(o,{...e,children:ae("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M0 11.2499V8.74994H20V11.2499H0Z",fill:"currentColor"})})}),He=e=>ae(o,{...e,children:le("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[ae("g",{clipPath:"url(#clip0_8714_101)",children:ae("path",{d:"M0 20V13.3333H2.22222V16.2222L5.66667 12.7778L7.22222 14.3333L3.77778 17.7778H6.66667V20H0ZM14.3333 7.22222L12.7778 5.66667L16.2222 2.22222H13.3333V0H20V6.66667H17.7778V3.77778L14.3333 7.22222Z",fill:"currentColor"})}),ae("defs",{children:ae("clipPath",{id:"clip0_8714_101",children:ae("rect",{width:"20",height:"20",fill:"white"})})})]})}),Be=e=>ae(o,{...e,children:ae("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M16 20C15.1667 20 14.4583 19.7083 13.875 19.125C13.2917 18.5417 13 17.8333 13 17C13 16.9 13.025 16.6667 13.075 16.3L6.05 12.2C5.78333 12.45 5.475 12.6458 5.125 12.7875C4.775 12.9292 4.4 13 4 13C3.16667 13 2.45833 12.7083 1.875 12.125C1.29167 11.5417 1 10.8333 1 10C1 9.16667 1.29167 8.45833 1.875 7.875C2.45833 7.29167 3.16667 7 4 7C4.4 7 4.775 7.07083 5.125 7.2125C5.475 7.35417 5.78333 7.55 6.05 7.8L13.075 3.7C13.0417 3.58333 13.0208 3.47083 13.0125 3.3625C13.0042 3.25417 13 3.13333 13 3C13 2.16667 13.2917 1.45833 13.875 0.875C14.4583 0.291667 15.1667 0 16 0C16.8333 0 17.5417 0.291667 18.125 0.875C18.7083 1.45833 19 2.16667 19 3C19 3.83333 18.7083 4.54167 18.125 5.125C17.5417 5.70833 16.8333 6 16 6C15.6 6 15.225 5.92917 14.875 5.7875C14.525 5.64583 14.2167 5.45 13.95 5.2L6.925 9.3C6.95833 9.41667 6.97917 9.52917 6.9875 9.6375C6.99583 9.74583 7 9.86667 7 10C7 10.1333 6.99583 10.2542 6.9875 10.3625C6.97917 10.4708 6.95833 10.5833 6.925 10.7L13.95 14.8C14.2167 14.55 14.525 14.3542 14.875 14.2125C15.225 14.0708 15.6 14 16 14C16.8333 14 17.5417 14.2917 18.125 14.875C18.7083 15.4583 19 16.1667 19 17C19 17.8333 18.7083 18.5417 18.125 19.125C17.5417 19.7083 16.8333 20 16 20Z",fill:"currentColor"})})}),Fe=e=>ae(o,{...e,children:ae("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M16 5H4V1H16V5ZM16 10.5C16.2833 10.5 16.5208 10.4042 16.7125 10.2125C16.9042 10.0208 17 9.78333 17 9.5C17 9.21667 16.9042 8.97917 16.7125 8.7875C16.5208 8.59583 16.2833 8.5 16 8.5C15.7167 8.5 15.4792 8.59583 15.2875 8.7875C15.0958 8.97917 15 9.21667 15 9.5C15 9.78333 15.0958 10.0208 15.2875 10.2125C15.4792 10.4042 15.7167 10.5 16 10.5ZM14 17V13H6V17H14ZM16 19H4V15H0V9C0 8.15 0.291667 7.4375 0.875 6.8625C1.45833 6.2875 2.16667 6 3 6H17C17.85 6 18.5625 6.2875 19.1375 6.8625C19.7125 7.4375 20 8.15 20 9V15H16V19Z",fill:"currentColor"})})}),Ze=e=>ae(o,{...e,children:ae("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M7.26368 20L6.86567 16.8C6.65008 16.7167 6.44693 16.6167 6.25622 16.5C6.06551 16.3833 5.87894 16.2583 5.69652 16.125L2.73632 17.375L0 12.625L2.56219 10.675C2.54561 10.5583 2.53731 10.4458 2.53731 10.3375V9.6625C2.53731 9.55417 2.54561 9.44167 2.56219 9.325L0 7.375L2.73632 2.625L5.69652 3.875C5.87894 3.74167 6.06965 3.61667 6.26866 3.5C6.46766 3.38333 6.66667 3.28333 6.86567 3.2L7.26368 0H12.7363L13.1343 3.2C13.3499 3.28333 13.5531 3.38333 13.7438 3.5C13.9345 3.61667 14.1211 3.74167 14.3035 3.875L17.2637 2.625L20 7.375L17.4378 9.325C17.4544 9.44167 17.4627 9.55417 17.4627 9.6625V10.3375C17.4627 10.4458 17.4461 10.5583 17.4129 10.675L19.9751 12.625L17.2388 17.375L14.3035 16.125C14.1211 16.2583 13.9303 16.3833 13.7313 16.5C13.5323 16.6167 13.3333 16.7167 13.1343 16.8L12.7363 20H7.26368ZM10.0498 13.5C11.0116 13.5 11.8325 13.1583 12.5124 12.475C13.1924 11.7917 13.5323 10.9667 13.5323 10C13.5323 9.03333 13.1924 8.20833 12.5124 7.525C11.8325 6.84167 11.0116 6.5 10.0498 6.5C9.07131 6.5 8.24627 6.84167 7.57463 7.525C6.90299 8.20833 6.56716 9.03333 6.56716 10C6.56716 10.9667 6.90299 11.7917 7.57463 12.475C8.24627 13.1583 9.07131 13.5 10.0498 13.5Z",fill:"currentColor"})})}),qe=e=>ae(o,{...e,children:ae("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M9.95 15.9999C10.3 15.9999 10.5958 15.8791 10.8375 15.6374C11.0792 15.3958 11.2 15.0999 11.2 14.7499C11.2 14.3999 11.0792 14.1041 10.8375 13.8624C10.5958 13.6208 10.3 13.4999 9.95 13.4999C9.6 13.4999 9.30417 13.6208 9.0625 13.8624C8.82083 14.1041 8.7 14.3999 8.7 14.7499C8.7 15.0999 8.82083 15.3958 9.0625 15.6374C9.30417 15.8791 9.6 15.9999 9.95 15.9999ZM9.05 12.1499H10.9C10.9 11.5999 10.9625 11.1666 11.0875 10.8499C11.2125 10.5333 11.5667 10.0999 12.15 9.54994C12.5833 9.11661 12.925 8.70411 13.175 8.31244C13.425 7.92077 13.55 7.44994 13.55 6.89994C13.55 5.96661 13.2083 5.24994 12.525 4.74994C11.8417 4.24994 11.0333 3.99994 10.1 3.99994C9.15 3.99994 8.37917 4.24994 7.7875 4.74994C7.19583 5.24994 6.78333 5.84994 6.55 6.54994L8.2 7.19994C8.28333 6.89994 8.47083 6.57494 8.7625 6.22494C9.05417 5.87494 9.5 5.69994 10.1 5.69994C10.6333 5.69994 11.0333 5.84577 11.3 6.13744C11.5667 6.42911 11.7 6.74994 11.7 7.09994C11.7 7.43327 11.6 7.74577 11.4 8.03744C11.2 8.32911 10.95 8.59994 10.65 8.84994C9.91667 9.49994 9.46667 9.99161 9.3 10.3249C9.13333 10.6583 9.05 11.2666 9.05 12.1499ZM10 19.9999C8.61667 19.9999 7.31667 19.7374 6.1 19.2124C4.88333 18.6874 3.825 17.9749 2.925 17.0749C2.025 16.1749 1.3125 15.1166 0.7875 13.8999C0.2625 12.6833 0 11.3833 0 9.99994C0 8.61661 0.2625 7.31661 0.7875 6.09994C1.3125 4.88327 2.025 3.82494 2.925 2.92494C3.825 2.02494 4.88333 1.31244 6.1 0.787439C7.31667 0.262439 8.61667 -6.10352e-05 10 -6.10352e-05C11.3833 -6.10352e-05 12.6833 0.262439 13.9 0.787439C15.1167 1.31244 16.175 2.02494 17.075 2.92494C17.975 3.82494 18.6875 4.88327 19.2125 6.09994C19.7375 7.31661 20 8.61661 20 9.99994C20 11.3833 19.7375 12.6833 19.2125 13.8999C18.6875 15.1166 17.975 16.1749 17.075 17.0749C16.175 17.9749 15.1167 18.6874 13.9 19.2124C12.6833 19.7374 11.3833 19.9999 10 19.9999Z",fill:"currentColor"})})}),Ge=e=>ae(o,{...e,children:ae("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M1.55556 14C1.12778 14 0.761574 13.8477 0.456944 13.5431C0.152315 13.2384 0 12.8722 0 12.4444V1.55556C0 1.12778 0.152315 0.761574 0.456944 0.456944C0.761574 0.152315 1.12778 0 1.55556 0H12.4444C12.8722 0 13.2384 0.152315 13.5431 0.456944C13.8477 0.761574 14 1.12778 14 1.55556V12.4444C14 12.8722 13.8477 13.2384 13.5431 13.5431C13.2384 13.8477 12.8722 14 12.4444 14H1.55556ZM2.33333 10.8889H11.6667L8.75 7L6.41667 10.1111L4.66667 7.77778L2.33333 10.8889Z",fill:"currentColor"})})}),We=e=>ae(o,{...e,children:ae("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M1.33333 12C0.966667 12 0.652778 11.8694 0.391667 11.6083C0.130556 11.3472 0 11.0333 0 10.6667V1.33333C0 0.966667 0.130556 0.652778 0.391667 0.391667C0.652778 0.130556 0.966667 0 1.33333 0H10.6667C11.0333 0 11.3472 0.130556 11.6083 0.391667C11.8694 0.652778 12 0.966667 12 1.33333V10.6667C12 11.0333 11.8694 11.3472 11.6083 11.6083C11.3472 11.8694 11.0333 12 10.6667 12H1.33333ZM2.66667 9.33333H7.33333V8H2.66667V9.33333ZM2.66667 6.66667H9.33333V5.33333H2.66667V6.66667ZM2.66667 4H9.33333V2.66667H2.66667V4Z",fill:"currentColor"})})}),Ue=e=>ae(o,{...e,children:ae("svg",{width:"11",height:"12",viewBox:"0 0 11 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M5.27472 12C3.81319 12 2.56868 11.4945 1.54121 10.4835C0.513736 9.47253 0 8.24176 0 6.79121C0 6.0989 0.134615 5.43681 0.403846 4.80495C0.673077 4.17308 1.05494 3.61538 1.54945 3.13187L4.35165 0.379121C4.48352 0.258242 4.62912 0.164835 4.78846 0.0989011C4.9478 0.032967 5.10989 0 5.27472 0C5.43956 0 5.60165 0.032967 5.76099 0.0989011C5.92033 0.164835 6.06593 0.258242 6.1978 0.379121L9 3.13187C9.4945 3.61538 9.87637 4.17308 10.1456 4.80495C10.4148 5.43681 10.5494 6.0989 10.5494 6.79121C10.5494 8.24176 10.0357 9.47253 9.00824 10.4835C7.98077 11.4945 6.73626 12 5.27472 12Z",fill:"currentColor"})})}),Xe=e=>ae(o,{...e,children:ae("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M5.33333 12V6.68333C4.62222 6.68333 3.93889 6.54722 3.28333 6.275C2.62778 6.00278 2.05 5.61667 1.55 5.11667C1.05 4.61667 0.666667 4.03889 0.4 3.38333C0.133333 2.72778 0 2.04444 0 1.33333V0H1.33333C2.03333 0 2.71111 0.136111 3.36667 0.408333C4.02222 0.680556 4.6 1.06667 5.1 1.56667C5.44444 1.91111 5.73056 2.28889 5.95833 2.7C6.18611 3.11111 6.36111 3.55 6.48333 4.01667C6.53889 3.93889 6.6 3.86389 6.66667 3.79167C6.73333 3.71944 6.80556 3.64444 6.88333 3.56667C7.38333 3.06667 7.96111 2.68056 8.61667 2.40833C9.27222 2.13611 9.95556 2 10.6667 2H12V3.33333C12 4.04444 11.8639 4.72778 11.5917 5.38333C11.3194 6.03889 10.9333 6.61667 10.4333 7.11667C9.93333 7.61667 9.35833 8 8.70833 8.26667C8.05833 8.53333 7.37778 8.66667 6.66667 8.66667V12H5.33333Z",fill:"currentColor"})})}),Ye=e=>ae(o,{...e,children:le("svg",{width:"17",height:"16",viewBox:"0 0 17 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.013 8.18324C16.013 7.61597 15.9621 7.07051 15.8676 6.54688H8.33301V9.64142H12.6385C12.453 10.6414 11.8894 11.4887 11.0421 12.056V14.0632H13.6276C15.1403 12.6705 16.013 10.6196 16.013 8.18324Z",fill:"#4285F4"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.33268 15.9995C10.4927 15.9995 12.3036 15.2832 13.6272 14.0613L11.0418 12.0541C10.3254 12.5341 9.40905 12.8177 8.33268 12.8177C6.24905 12.8177 4.48541 11.4104 3.85632 9.51953H1.18359V11.5923C2.49996 14.2068 5.20541 15.9995 8.33268 15.9995Z",fill:"#34A853"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.85664 9.51898C3.69664 9.03898 3.60574 8.52625 3.60574 7.99898C3.60574 7.4717 3.69664 6.95898 3.85664 6.47898V4.40625H1.18392C0.642099 5.48625 0.333008 6.70807 0.333008 7.99898C0.333008 9.28989 0.642099 10.5117 1.18392 11.5917L3.85664 9.51898Z",fill:"#FBBC05"}),ae("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.33268 3.18182C9.50723 3.18182 10.5618 3.58545 11.3909 4.37818L13.6854 2.08364C12.3 0.792727 10.489 0 8.33268 0C5.20541 0 2.49996 1.79273 1.18359 4.40727L3.85632 6.48C4.48541 4.58909 6.24905 3.18182 8.33268 3.18182Z",fill:"#EA4335"})]})}),Ke=e=>ae(o,{...e,children:le("svg",{width:"17",height:"16",viewBox:"0 0 17 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[ae("path",{d:"M16.167 8.04974C16.167 3.60622 12.5831 0 8.16699 0C3.75093 0 0.166992 3.60622 0.166992 8.04974C0.166992 12.0705 3.09181 15.4031 6.92291 16V10.371H4.87966V8.04974H6.92291V6.27565C6.92291 4.26114 8.10932 3.14197 9.93836 3.14197C10.8117 3.14197 11.718 3.30777 11.718 3.30777V5.27254H10.7128C9.71591 5.27254 9.40283 5.90259 9.40283 6.53264V8.04145H11.6273L11.2731 10.3627H9.40283V15.9917C13.2422 15.4031 16.167 12.0705 16.167 8.04974Z",fill:"#1877F2"}),ae("path",{d:"M11.2811 10.3096L11.6354 8.00384H9.41086V6.50513C9.41086 5.87106 9.73218 5.25346 10.7209 5.25346H11.726V3.2936C11.726 3.2936 10.8197 3.12891 9.94639 3.12891C8.11735 3.12891 6.93095 4.24059 6.93095 6.24162V8.00384H4.8877V10.3096H6.93095V15.9009C7.33466 15.9668 7.75484 15.9997 8.17502 15.9997C8.59521 15.9997 9.0154 15.9668 9.4191 15.9009V10.3096H11.2811Z",fill:"white"})]})}),Je=e=>ae(o,{...e,children:le("svg",{width:"17",height:"16",viewBox:"0 0 17 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[ae("g",{clipPath:"url(#clip0_703_2142)",children:ae("path",{d:"M10.3552 6.77143L16.3115 0H14.9001L9.72817 5.87954L5.59738 0H0.833008L7.07957 8.8909L0.833008 15.9918H2.24455L7.70622 9.78279L12.0686 15.9918H16.833L10.3548 6.77143H10.3552ZM8.42187 8.96923L7.78897 8.0839L2.75315 1.03921H4.92121L8.98517 6.7245L9.61807 7.60983L14.9007 14.9998H12.7327L8.42187 8.96957V8.96923Z",fill:"#5C5959"})}),ae("defs",{children:ae("clipPath",{id:"clip0_703_2142",children:ae("rect",{width:"16",height:"16",fill:"white",transform:"translate(0.833008)"})})})]})}),Qe=e=>ae(o,{...e,children:le("svg",{width:"17",height:"16",viewBox:"0 0 17 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[ae("path",{d:"M7.66699 0H0.166992V7.5H7.66699V0Z",fill:"#F35325"}),ae("path",{d:"M16.167 0H8.66699V7.5H16.167V0Z",fill:"#81BC06"}),ae("path",{d:"M7.66699 8.5H0.166992V16H7.66699V8.5Z",fill:"#05A6F0"}),ae("path",{d:"M16.167 8.5H8.66699V16H16.167V8.5Z",fill:"#FFBA08"})]})}),et=e=>ae(o,{...e,children:ae("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ae("path",{d:"M0 13.3267V11.5489H16V13.3267H0ZM0 8.88223V7.10445H16V8.88223H0ZM0 4.43778V2.66H16V4.43778H0Z",fill:"currentColor"})})}),tt={Google:({ariaLabel:e,size:t="default",onClick:n})=>ae(ye,{label:"Google",leftIcon:ae(Ye,{}),"aria-label":e||"Google Login",variant:"secondary",size:t,onClick:n}),Facebook:({ariaLabel:e,size:t="default",onClick:n})=>ae(ye,{label:"Facebook",leftIcon:ae(Ke,{}),"aria-label":e||"Facebook Login",variant:"secondary",size:t,onClick:n}),X:({ariaLabel:e,size:t="default",onClick:n})=>ae(ye,{label:"X",leftIcon:ae(Je,{}),"aria-label":e||"X Login",variant:"secondary",size:t,onClick:n}),Microsoft:({ariaLabel:e,size:t="default",onClick:n})=>ae(ye,{label:"Microsoft",leftIcon:ae(Qe,{}),"aria-label":e||"Microsoft Login",variant:"secondary",size:t,onClick:n})},nt=oe`
|
|
36
36
|
width: 20px !important;
|
|
37
37
|
padding: 0 !important;
|
|
38
38
|
min-width: 20px !important;
|
|
@@ -78,7 +78,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
|
-
`,
|
|
81
|
+
`,rt=oe`
|
|
82
82
|
width: 20px !important;
|
|
83
83
|
padding: 0 !important;
|
|
84
84
|
min-width: 20px !important;
|
|
@@ -131,69 +131,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
133
|
}
|
|
134
|
-
`,
|
|
135
|
-
position: relative;
|
|
136
|
-
`,ot=oe`
|
|
137
|
-
height: 32px;
|
|
138
|
-
width: 32px;
|
|
139
|
-
padding: 0;
|
|
140
|
-
min-width: 32px;
|
|
141
|
-
border-radius: 2px;
|
|
142
|
-
background-color: ${fe("neutral",100)};
|
|
143
|
-
border: 1px solid ${fe("neutral",300)};
|
|
144
|
-
box-shadow: 0px 4px 6px -4px #0000001a;
|
|
145
|
-
box-shadow: 0px 10px 15px -3px #0000001a;
|
|
146
|
-
|
|
147
|
-
svg {
|
|
148
|
-
width: 20px;
|
|
149
|
-
height: 20px;
|
|
150
|
-
|
|
151
|
-
path {
|
|
152
|
-
fill: ${fe("neutral",800)};
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
&:hover {
|
|
157
|
-
background-color: ${fe("neutral",200)};
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
&:active {
|
|
161
|
-
background-color: ${fe("neutral",300)} !important;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
&:focus-visible {
|
|
165
|
-
outline-color: ${fe("primary",700)};
|
|
166
|
-
background-color: ${fe("neutral",200)};
|
|
167
|
-
box-shadow:
|
|
168
|
-
0 0 0 2px ${fe("neutral",100)},
|
|
169
|
-
rgba(0, 0, 0, 0.05) 0px 2px 2px 4px;
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
&:disabled {
|
|
173
|
-
background-color: ${fe("neutral",300)} !important;
|
|
174
|
-
|
|
175
|
-
svg {
|
|
176
|
-
path {
|
|
177
|
-
fill: ${fe("neutral",500)};
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
}
|
|
181
|
-
`,at=e=>oe`
|
|
182
|
-
position: absolute;
|
|
183
|
-
height: ${e?"1px":"6px"};
|
|
184
|
-
width: ${e?"6px":"1px"};
|
|
185
|
-
top: ${e?"31px":"1px"};
|
|
186
|
-
left: ${e?"1px":"31px"};
|
|
187
|
-
background-color: ${fe("neutral",100)};
|
|
188
|
-
z-index: 1;
|
|
189
|
-
`,lt=e=>oe`
|
|
190
|
-
position: absolute;
|
|
191
|
-
height: ${e?"1px":"6px"};
|
|
192
|
-
width: ${e?"6px":"1px"};
|
|
193
|
-
bottom: ${e?"31px":"1px"};
|
|
194
|
-
left: ${e?"25px":"31px"};
|
|
195
|
-
background-color: ${fe("neutral",100)};
|
|
196
|
-
`,st=({items:e,vertical:t})=>{if(1===e.length){const t=e[0];return B(n,{css:ot,"aria-label":t.ariaLabel,disabled:t.disabled,onClick:t.onClick,children:t.icon})}return H("div",{css:it,children:[B("div",{css:at(t)}),B(a,{orientation:t?"vertical":"horizontal",attached:!0,children:e.map((e=>B(n,{css:ot,"aria-label":e.ariaLabel,disabled:e.disabled,onClick:e.onClick,children:e.icon},e.ariaLabel)))}),B("div",{css:lt(t)})]})},ct={Zoom:({onZoomInClick:e,onZoomOutClick:t,vertical:n})=>ae(st,{items:[{icon:ae(Ve,{}),ariaLabel:"zoom in",onClick:e},{icon:ae(Ie,{}),ariaLabel:"zoom out",onClick:t}],vertical:n}),Expand:({onClick:e})=>ae(st,{items:[{icon:ae(ze,{}),ariaLabel:"expand",onClick:e}]}),Share:({onClick:e})=>ae(st,{items:[{icon:ae(Ae,{}),ariaLabel:"share",onClick:e}]}),Print:({onClick:e})=>ae(st,{items:[{icon:ae(He,{}),ariaLabel:"print",onClick:e}]}),Settings:({onClick:e})=>ae(st,{items:[{icon:ae(Be,{}),ariaLabel:"settings",onClick:e}]}),Question:({onClick:e})=>ae(st,{items:[{icon:ae(Fe,{}),ariaLabel:"question",onClick:e}]})},dt=oe`
|
|
134
|
+
`,it=({icon:e,disabled:t,...r})=>B(n,{css:rt,"aria-label":r["aria-label"],disabled:t,...r,children:e}),ot=({disabled:e,...t})=>B(it,{css:nt,icon:B(_e,{}),"aria-label":t["aria-label"]||"Close",disabled:e,...t}),at=oe`
|
|
197
135
|
display: flex;
|
|
198
136
|
align-items: center;
|
|
199
137
|
justify-content: center;
|
|
@@ -215,7 +153,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
215
153
|
outline-style: solid;
|
|
216
154
|
outline-width: 2px;
|
|
217
155
|
}
|
|
218
|
-
`,
|
|
156
|
+
`,lt=oe`
|
|
219
157
|
width: 224px;
|
|
220
158
|
border: 1px solid ${fe("neutral",600)};
|
|
221
159
|
box-shadow: 0px 4px 6px -4px #0000001a;
|
|
@@ -224,7 +162,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
224
162
|
display: flex;
|
|
225
163
|
flex-direction: column;
|
|
226
164
|
gap: 8px;
|
|
227
|
-
`,
|
|
165
|
+
`,st=oe`
|
|
228
166
|
display: flex;
|
|
229
167
|
justify-content: space-between;
|
|
230
168
|
align-items: center;
|
|
@@ -274,7 +212,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
274
212
|
box-shadow: none;
|
|
275
213
|
}
|
|
276
214
|
}
|
|
277
|
-
`,
|
|
215
|
+
`,ct=oe`
|
|
278
216
|
display: flex;
|
|
279
217
|
align-items: flex-start;
|
|
280
218
|
gap: 0;
|
|
@@ -330,7 +268,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
330
268
|
color: ${fe("neutral",600)};
|
|
331
269
|
}
|
|
332
270
|
}
|
|
333
|
-
`,
|
|
271
|
+
`,dt=oe`
|
|
334
272
|
display: flex;
|
|
335
273
|
align-items: center;
|
|
336
274
|
justify-content: space-between;
|
|
@@ -350,16 +288,87 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
350
288
|
font-weight: 400;
|
|
351
289
|
color: ${fe("neutral",700)};
|
|
352
290
|
}
|
|
353
|
-
`,
|
|
291
|
+
`,ut=oe`
|
|
354
292
|
font-size: 14px;
|
|
355
293
|
line-height: 20px;
|
|
356
294
|
font-weight: 700;
|
|
357
295
|
color: ${fe("neutral",900)};
|
|
358
|
-
`,
|
|
296
|
+
`,pt=({item:e,isLast:t})=>{return H(F,{children:[B(a.Item,{css:ct,value:e.value||e.label||"",disabled:e.disabled,role:"menuitem","aria-label":e.label,children:e.children?e.children:H(F,{children:[e.startIcon,H("div",{css:(n=!!e.startIcon,r=!!e.endIcon,oe`
|
|
359
297
|
width: 100%;
|
|
360
298
|
margin-left: ${n?"8px":"0"};
|
|
361
299
|
margin-right: ${r?"8px":"0"};
|
|
362
|
-
`),children:[H("div",{css:
|
|
300
|
+
`),children:[H("div",{css:dt,children:[B("p",{className:"ds-menu-item-label",children:e.label}),e.command?B(a.ItemCommand,{"aria-label":`Shortcut ${e.command}`,children:e.command}):null]}),e.caption?B("p",{className:"ds-menu-item-caption",children:e.caption}):null]}),e.endIcon]})}),t?null:B(a.Separator,{borderColor:"var(--chakra-colors-neutral-300)"})]});var n,r},ht=({label:e,items:t,groups:n,onSelect:r,customTrigger:i})=>{const[o,s]=W(!1);return H(a.Root,{onSelect:({value:e})=>r&&r(e),onOpenChange:({open:e})=>s(e),open:o,children:[B(a.Trigger,{css:at,asChild:!0,children:i||H("button",{type:"button",children:[e,B(Ee,{marginLeft:"6px",rotate:o?"180":"0",height:"14px",width:"14px"})]})}),B(l,{children:B(a.Positioner,{children:H(a.Content,{css:lt,role:"menu","aria-label":e||"Menu",children:[t?.map(((e,n)=>{if(e.submenu){const[t,i]=W(!1);return H(a.Root,{positioning:{placement:"right-start",gutter:2},onSelect:({value:e})=>r&&r(e),onOpenChange:({open:e})=>i(e),open:t,children:[H(a.TriggerItem,{css:st,role:"menuitem","aria-haspopup":"true","aria-expanded":t?"true":"false",children:[e.label," ",B(Ee,{rotate:"270",color:"var(--chakra-colors-neutral-700)"})]}),B(l,{children:B(a.Positioner,{children:B(a.Content,{css:lt,role:"menu","aria-label":`${e.label} submenu`,children:e.submenu.map(((t,n)=>B(pt,{item:t,isLast:n===(e.submenu?.length||0)-1},t.value)))})})})]},`${e.value}-${n}`)}return B(pt,{item:e,isLast:n===t.length-1},`${e.value}-${n}`)})),n?.map(((e,t)=>H(q.Fragment,{children:[H(a.ItemGroup,{role:"group","aria-labelledby":`group-${t}`,children:[B(a.ItemGroupLabel,{id:`group-${t}`,css:ut,children:e.title}),e.items?.map((e=>B(pt,{item:e,isLast:n.length-1===t},e.value)))]}),t!==n.length-1?B(a.Separator,{borderColor:"var(--chakra-colors-neutral-300)"}):null]},e.title)))]})})})]})},ft=e=>oe`
|
|
301
|
+
position: relative;
|
|
302
|
+
|
|
303
|
+
.toolbar-overflow-menu {
|
|
304
|
+
display: none;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
@media (max-width: ${e}px) {
|
|
308
|
+
.toolbar-item-button:nth-of-type(n + 4) {
|
|
309
|
+
display: none;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.toolbar-overflow-menu {
|
|
313
|
+
display: inline-flex;
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
`,gt=e=>oe`
|
|
317
|
+
display: flex;
|
|
318
|
+
align-items: center;
|
|
319
|
+
justify-content: ${e?"space-between":"center"};
|
|
320
|
+
gap: ${e?"8px":"0"};
|
|
321
|
+
height: 32px;
|
|
322
|
+
padding: ${e?"0 12px":"0"};
|
|
323
|
+
text-align: ${e?"left":"center"};
|
|
324
|
+
color: black;
|
|
325
|
+
min-width: 32px;
|
|
326
|
+
border-radius: 2px;
|
|
327
|
+
background-color: ${fe("neutral",100)};
|
|
328
|
+
border: 1px solid ${fe("neutral",300)};
|
|
329
|
+
box-shadow: 0px 4px 6px -4px #0000001a;
|
|
330
|
+
box-shadow: 0px 10px 15px -3px #0000001a;
|
|
331
|
+
|
|
332
|
+
svg {
|
|
333
|
+
width: 20px;
|
|
334
|
+
height: 20px;
|
|
335
|
+
|
|
336
|
+
path {
|
|
337
|
+
fill: ${fe("neutral",800)};
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
> span {
|
|
342
|
+
flex: ${e?"1 1 auto":"0 0 auto"};
|
|
343
|
+
text-align: right;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
&:hover {
|
|
347
|
+
background-color: ${fe("primary",200)};
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
&:active {
|
|
351
|
+
background-color: ${fe("neutral",300)} !important;
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
&:focus-visible {
|
|
355
|
+
outline-color: ${fe("primary",700)};
|
|
356
|
+
background-color: ${fe("neutral",200)};
|
|
357
|
+
box-shadow:
|
|
358
|
+
0 0 0 2px ${fe("neutral",100)},
|
|
359
|
+
rgba(0, 0, 0, 0.05) 0px 2px 2px 4px;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
&:disabled {
|
|
363
|
+
background-color: ${fe("neutral",300)} !important;
|
|
364
|
+
|
|
365
|
+
svg {
|
|
366
|
+
path {
|
|
367
|
+
fill: ${fe("neutral",500)};
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
}
|
|
371
|
+
`,vt=({items:e,vertical:t=!1,expanded:i=!1,showExpandedToggle:o,ariaLabel:a,defaultGaps:l,breakpoint:c=370})=>{const[d,u]=W(i);if(1===e.length){const t=e[0];return H(n,{css:gt(d),"aria-label":t.ariaLabel,disabled:t.disabled,onClick:t.onClick,children:[t.icon,B(r,{as:"span",display:"inline-block",overflow:"hidden",whiteSpace:"nowrap",transition:"max-width 0.3s ease, opacity 0.2s ease, margin-left 0.3s ease",maxWidth:d?"150px":"0",opacity:d?1:0,marginLeft:d?"8px":"0",children:t.label})]})}const p=o?B(n,{css:gt(d),onClick:()=>u(!d),"aria-label":d?"Collapse":"Expand",children:H(r,{as:"span",overflow:"hidden",whiteSpace:"nowrap",transition:"max-width 0.3s ease, opacity 0.2s ease, margin-left 0.3s ease",maxWidth:d?"150px":"20px",marginLeft:d?"8px":"0",children:[B(r,{as:"span",children:H(F,d?{children:[B(Oe,{style:{width:"20px",height:"12px"}}),B(Oe,{style:{width:"20px",height:"12px"},ml:"-12px"})]}:{children:[B(Le,{style:{width:"20px",height:"12px"},ml:"-4px"}),B(Le,{style:{width:"20px",height:"12px"},ml:"-14px"})]})}),d&&B(F,{children:"Collapse"})]})}):null,h=e.slice(3),f=h.map((e=>({label:e.label,value:e.label,startIcon:e.icon,disabled:e.disabled}))),g=B(n,{css:gt(!1),style:{width:"32px",height:"32px"},mr:l&&!t?"16px":"0",mb:l&&t?"16px":"0",children:B(r,{as:"span",maxWidth:"20px",children:B(r,{as:"span",maxWidth:"20px",children:B(Te,{style:{width:"20px",height:"12px"}})})})});return B("div",{role:"toolbar","aria-label":a,css:ft(c),children:H(s,{orientation:t?"vertical":"horizontal",attached:!0,display:"grid",borderCollapse:"collapse",gridAutoFlow:t?"row":"column",children:[e.map((e=>{const i=l&&!1!==e.gap||!l&&!0===e.gap;return B(n,{className:"toolbar-item-button",css:gt(d),"aria-label":e.ariaLabel,disabled:e.disabled,onClick:e.onClick,mr:i&&!t?"16px":"0",mb:i&&t?"16px":"0",children:H(r,{as:"span",overflow:"hidden",whiteSpace:"nowrap",transition:"max-width 0.3s ease, opacity 0.2s ease, margin-left 0.3s ease",maxWidth:d?"150px":"20px",marginLeft:d?"8px":"0",children:[B(r,{as:"span",mr:e.icon?"8px":"0",children:e.icon}),B("span",{"aria-hidden":!d,children:e.label})]})},e.ariaLabel)})),B("div",{className:"toolbar-overflow-menu",children:B(ht,{label:"test",items:f,onSelect:e=>{const t=h.find((t=>t.label===e));t&&t.onClick&&t.onClick()},customTrigger:g})}),p]})})},mt=({onZoomInClick:e,onZoomOutClick:t,onExpandClick:n,onShareClick:r,onPrintClick:i,onSettingsClick:o,onQuestionClick:a,vertical:l,expanded:s,showExpandedToggle:c,ariaLabel:d})=>{const u=[{icon:ae(ze,{}),label:"Zoom in",ariaLabel:"zoom in",onClick:e},{icon:ae(Ae,{}),label:"Zoom out",ariaLabel:"zoom out",onClick:t,gap:!0},{icon:ae(He,{}),label:"Expand",ariaLabel:"expand",onClick:n,gap:!0},{icon:ae(Be,{}),label:"Share",ariaLabel:"share",onClick:r,gap:!0},{icon:ae(Fe,{}),label:"Print",ariaLabel:"print",onClick:i,gap:!0},{icon:ae(Ze,{}),label:"Settings",ariaLabel:"settings",onClick:o,gap:!0},{icon:ae(qe,{}),label:"Help",ariaLabel:"question",onClick:a}];return ae(vt,{items:u,vertical:l,expanded:s,showExpandedToggle:c,ariaLabel:d||"Map controls toolbar"})},xt=oe`
|
|
363
372
|
width: 200px;
|
|
364
373
|
border: 1px solid ${fe("neutral",600)};
|
|
365
374
|
border-radius: 4px;
|
|
@@ -383,7 +392,11 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
383
392
|
&:focus-visible {
|
|
384
393
|
outline-color: ${fe("primary",700)};
|
|
385
394
|
}
|
|
386
|
-
`,wt=q.forwardRef(((e,t)=>{const{portalled:n=!0,portalRef:r,...i}=e;return B(
|
|
395
|
+
`,wt=q.forwardRef(((e,t)=>{const{portalled:n=!0,portalRef:r,...i}=e;return B(l,{disabled:!n,container:r,children:B(a.Positioner,{children:B(a.Content,{css:xt,ref:t,...i})})})})),$t=({variant:e="primary",size:t="default",mainActionLabel:n,mainActionOnClick:r=()=>{},otherActions:i=[],disabled:o,...l})=>{const[c,d]=W(!1);return H(s,{css:Ct,attached:!0,tabIndex:o?0:void 0,"aria-disabled":o,"aria-label":o?`${n} action button with menu, disabled`:void 0,role:"group",children:[B(ye,{css:{},label:n,variant:e,size:t,onClick:r,disabled:o,...l}),H(a.Root,{onOpenChange:({open:e})=>d(e),positioning:{placement:"bottom-end"},children:[B(a.Trigger,{css:bt(e),"data-group-item":!0,"data-last":!0,asChild:!0,children:B(ye,{variant:e,size:t,leftIcon:B(Ee,{rotate:c?"180":"0",color:fe("accessible","text-on-primary-mids")||fe("primary",900)}),disabled:o})}),B(wt,{children:i.map((({label:e,value:n,onClick:r})=>B(a.Item,{css:yt(t),onClick:r,value:n,children:e},n)))})]})]})},kt=oe`
|
|
396
|
+
&:focus-visible {
|
|
397
|
+
outline: none;
|
|
398
|
+
}
|
|
399
|
+
`,St=e=>oe`
|
|
387
400
|
background-color: ${fe("neutral",800)};
|
|
388
401
|
border-radius: 4px;
|
|
389
402
|
border: 1px solid ${fe("neutral",800)};
|
|
@@ -399,7 +412,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
399
412
|
}
|
|
400
413
|
|
|
401
414
|
${"text"===e&&`\n background-color: transparent;\n border: none;\n box-shadow: none;\n color: ${fe("neutral",800)};\n font-size: 16px;\n line-height: 24px;\n text-shadow: 0 0 1px ${fe("neutral",100)};\n `}
|
|
402
|
-
`,
|
|
415
|
+
`,Et=({children:e,content:t,showArrow:n=!0,disabled:r,position:i="bottom",variant:o="pill",portalRef:a,openDelay:s=0,closeDelay:d=0})=>{const[u,p]=W(!1);return r?e:H(c.Root,{positioning:{placement:i,offset:"pill"===o?void 0:{mainAxis:0,crossAxis:0}},openDelay:s,closeDelay:d,open:u,onOpenChange:({open:e})=>p(e),children:[B(c.Trigger,{tabIndex:0,onClick:()=>p(!0),css:kt,children:e}),B(l,{disabled:r,container:a,children:B(c.Positioner,{children:H(c.Content,{css:St(o),children:[n&&"pill"===o?B(c.Arrow,{children:B(c.ArrowTip,{})}):null,t]})})})]})},Ot=oe`
|
|
403
416
|
.chakra-checkbox__control {
|
|
404
417
|
width: 20px;
|
|
405
418
|
height: 20px;
|
|
@@ -477,7 +490,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
477
490
|
cursor: not-allowed;
|
|
478
491
|
}
|
|
479
492
|
}
|
|
480
|
-
`,
|
|
493
|
+
`,Lt=({name:e,value:t,checked:n,defaultChecked:r,disabled:i,indeterminate:o,onCheckedChange:a,children:l,...s})=>H(d.Root,{css:Ot,name:e,value:t,checked:o?"indeterminate":n,defaultChecked:r,disabled:i,onCheckedChange:a,"aria-label":void 0,gap:l?"10px":"0",...s,children:[B(d.HiddenInput,{}),B(d.Control,{children:B(o?ke:$e,{})}),B(d.Label,{children:l})]}),_t=oe`
|
|
481
494
|
width: 241px;
|
|
482
495
|
min-height: 70px;
|
|
483
496
|
padding: 12px;
|
|
@@ -517,7 +530,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
517
530
|
color: ${fe("neutral",600)};
|
|
518
531
|
cursor: not-allowed;
|
|
519
532
|
}
|
|
520
|
-
`,
|
|
533
|
+
`,Tt=oe`
|
|
521
534
|
width: 100%;
|
|
522
535
|
padding: 0;
|
|
523
536
|
display: flex;
|
|
@@ -527,19 +540,19 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
527
540
|
&[data-disabled] {
|
|
528
541
|
background-color: ${fe("neutral",100)};
|
|
529
542
|
}
|
|
530
|
-
`,
|
|
543
|
+
`,Rt=oe`
|
|
531
544
|
svg {
|
|
532
545
|
height: 32px;
|
|
533
546
|
width: 32px;
|
|
534
547
|
}
|
|
535
|
-
`,
|
|
548
|
+
`,Pt=(e,t)=>oe`
|
|
536
549
|
font-size: 16px;
|
|
537
550
|
line-height: 24px;
|
|
538
551
|
font-weight: 400;
|
|
539
552
|
color: ${fe("neutral",t?600:900)};
|
|
540
553
|
text-align: ${"centered"===e?"center":"left"};
|
|
541
554
|
display: block;
|
|
542
|
-
`,
|
|
555
|
+
`,Mt=(e,t)=>oe`
|
|
543
556
|
font-size: 14px;
|
|
544
557
|
line-height: 20px;
|
|
545
558
|
font-weight: 400;
|
|
@@ -570,20 +583,20 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
570
583
|
border: 1px solid ${fe("neutral",400)};
|
|
571
584
|
cursor: not-allowed;
|
|
572
585
|
}
|
|
573
|
-
`,
|
|
586
|
+
`,Nt=({defaultValue:e,items:t,onValueChange:n})=>B(u,{defaultValue:e,onValueChange:n,children:B(p,{alignItems:"flex-start",flexWrap:"wrap",gap:"12px",children:t.map((t=>{return H(h.Root,{css:_t,defaultChecked:-1!==e?.indexOf(t.value),disabled:t.disabled,value:t.value,children:[B(h.HiddenInput,{}),H(h.Control,{css:Tt,children:[H(h.Content,{css:(r=t.variant,oe`
|
|
574
587
|
width: 100%;
|
|
575
588
|
display: flex;
|
|
576
589
|
flex-direction: ${"centered"===r?"column":"row"};
|
|
577
590
|
align-items: center;
|
|
578
591
|
gap: 12px;
|
|
579
|
-
`),children:[B("div",{css:
|
|
592
|
+
`),children:[B("div",{css:Rt,children:t.icon}),H("div",{style:{width:"100%"},children:[B(h.Label,{css:Pt(t.variant,t.disabled),children:t.label}),t.caption?B(h.Description,{css:Mt(t.variant,t.disabled),children:t.caption}):null]})]}),B(h.Indicator,{css:Dt(t.variant)})]}),t.children&&"expanded"===t.variant?B(h.Addon,{css:(n=t.disabled,oe`
|
|
580
593
|
width: 100%;
|
|
581
594
|
border-color: ${fe("neutral",300)};
|
|
582
595
|
margin-top: 12px;
|
|
583
596
|
padding: 0px;
|
|
584
597
|
padding-top: 8px;
|
|
585
598
|
color: ${n?fe("neutral",500):"inherit"};
|
|
586
|
-
`),children:t.children}):null]},`${t.label}-${t.value}`);var n,r}))})}),
|
|
599
|
+
`),children:t.children}):null]},`${t.label}-${t.value}`);var n,r}))})}),jt=oe`
|
|
587
600
|
width: 241px;
|
|
588
601
|
min-height: 70px;
|
|
589
602
|
padding: 12px;
|
|
@@ -623,7 +636,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
623
636
|
color: ${fe("neutral",600)};
|
|
624
637
|
cursor: not-allowed;
|
|
625
638
|
}
|
|
626
|
-
`,
|
|
639
|
+
`,Vt=oe`
|
|
627
640
|
width: 100%;
|
|
628
641
|
padding: 0;
|
|
629
642
|
display: flex;
|
|
@@ -633,24 +646,24 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
633
646
|
&[data-disabled] {
|
|
634
647
|
background-color: ${fe("neutral",100)};
|
|
635
648
|
}
|
|
636
|
-
`,
|
|
649
|
+
`,It=oe`
|
|
637
650
|
svg {
|
|
638
651
|
height: 32px;
|
|
639
652
|
width: 32px;
|
|
640
653
|
}
|
|
641
|
-
`,
|
|
654
|
+
`,zt=(e,t)=>oe`
|
|
642
655
|
font-size: 16px;
|
|
643
656
|
line-height: 24px;
|
|
644
657
|
font-weight: 400;
|
|
645
658
|
color: ${fe("neutral",t?600:900)};
|
|
646
659
|
text-align: ${"centered"===e?"center":"left"};
|
|
647
|
-
`,
|
|
660
|
+
`,At=(e,t)=>oe`
|
|
648
661
|
font-size: 14px;
|
|
649
662
|
line-height: 20px;
|
|
650
663
|
font-weight: 400;
|
|
651
664
|
color: ${fe("neutral",t?600:700)};
|
|
652
665
|
text-align: ${"centered"===e?"center":"left"};
|
|
653
|
-
`,
|
|
666
|
+
`,Ht=e=>oe`
|
|
654
667
|
position: ${"centered"===e?"absolute":"relative"};
|
|
655
668
|
top: 0;
|
|
656
669
|
right: 0;
|
|
@@ -680,20 +693,20 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
680
693
|
border: 1px solid ${fe("neutral",400)};
|
|
681
694
|
cursor: not-allowed;
|
|
682
695
|
}
|
|
683
|
-
`,
|
|
696
|
+
`,Bt=({defaultValue:e,items:t,onValueChange:n})=>B(f.Root,{defaultValue:e,onValueChange:n,children:B(p,{alignItems:"flex-start",flexWrap:"wrap",gap:"12px",children:t.map((e=>{return H(f.Item,{css:jt,value:e.value,disabled:e.disabled,children:[B(f.ItemHiddenInput,{}),H(f.ItemControl,{css:Vt,children:[H("div",{css:(n=e.variant,oe`
|
|
684
697
|
width: 100%;
|
|
685
698
|
display: flex;
|
|
686
699
|
flex-direction: ${"centered"===n?"column":"row"};
|
|
687
700
|
align-items: center;
|
|
688
701
|
gap: 12px;
|
|
689
|
-
`),children:[B("div",{css:
|
|
702
|
+
`),children:[B("div",{css:It,children:e.icon}),H("div",{style:{width:"100%"},children:[B("p",{css:zt(e.variant,e.disabled),"aria-label":e.label,"aria-disabled":e.disabled,children:e.label}),B("p",{css:At(e.variant,e.disabled),"aria-label":e.caption,"aria-disabled":e.disabled,children:e.caption})]})]}),B(f.ItemIndicator,{css:Ht(e.variant)})]}),e.children&&"expanded"===e.variant?B(f.ItemAddon,{css:(t=e.disabled,oe`
|
|
690
703
|
width: 100%;
|
|
691
704
|
border-top: 1px solid ${fe("neutral",300)};
|
|
692
705
|
margin-top: 12px;
|
|
693
706
|
padding: 0px;
|
|
694
707
|
padding-top: 8px;
|
|
695
708
|
color: ${t?fe("neutral",500):"inherit"};
|
|
696
|
-
`),children:e.children}):null]},`${e.label}-${e.value}`);var t,n}))})}),
|
|
709
|
+
`),children:e.children}):null]},`${e.label}-${e.value}`);var t,n}))})}),Ft=oe`
|
|
697
710
|
.ds-radio-item-indicator {
|
|
698
711
|
width: 20px;
|
|
699
712
|
height: 20px;
|
|
@@ -759,21 +772,21 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
759
772
|
}
|
|
760
773
|
}
|
|
761
774
|
}
|
|
762
|
-
`,
|
|
775
|
+
`,Zt=oe`
|
|
763
776
|
cursor: pointer;
|
|
764
777
|
|
|
765
778
|
&[data-disabled] {
|
|
766
779
|
color: ${fe("neutral",500)};
|
|
767
780
|
cursor: not-allowed;
|
|
768
781
|
}
|
|
769
|
-
`,
|
|
782
|
+
`,qt=oe`
|
|
770
783
|
margin: 0 !important;
|
|
771
784
|
width: 20px !important;
|
|
772
785
|
height: 20px !important;
|
|
773
|
-
`,
|
|
786
|
+
`,Gt=({children:e,value:t,disabled:n,...r})=>H(g.Item,{css:Ft,value:t,disabled:n,...r,children:[B(g.ItemHiddenInput,{css:qt}),B(g.ItemIndicator,{className:"ds-radio-item-indicator"}),e?B(g.ItemText,{css:Zt,children:e}):null]}),Wt=({children:e,horizontal:t=!1,name:n,defaultValue:r,onChange:i,customGap:o,...a})=>{const[l,s]=W(r);let c=t?"20px":"8px";return c=o||c,ae(g.Root,{onValueChange:e=>{s(e.value||""),i&&i(n,e.value||"")},value:l,...a,children:ae(p,{gap:c,flexDirection:t?"row":"column",alignItems:"flex-start",flexWrap:"wrap",children:e})})},Ut=oe`
|
|
774
787
|
height: 60px;
|
|
775
788
|
padding: 40px 12px;
|
|
776
|
-
`,
|
|
789
|
+
`,Xt=oe`
|
|
777
790
|
height: 20px;
|
|
778
791
|
width: 20px;
|
|
779
792
|
background-color: ${fe("primary",500)};
|
|
@@ -820,7 +833,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
820
833
|
outline: none;
|
|
821
834
|
cursor: not-allowed;
|
|
822
835
|
}
|
|
823
|
-
`,
|
|
836
|
+
`,Yt=oe`
|
|
824
837
|
font-size: 14px;
|
|
825
838
|
line-height: 20px;
|
|
826
839
|
color: ${fe("neutral",800)};
|
|
@@ -834,11 +847,11 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
834
847
|
align-items: center;
|
|
835
848
|
position: relative;
|
|
836
849
|
top: -30px;
|
|
837
|
-
`,
|
|
850
|
+
`,Kt=oe`
|
|
838
851
|
background-color: ${fe("neutral",300)};
|
|
839
852
|
border: none;
|
|
840
853
|
box-shadow: none;
|
|
841
|
-
`,
|
|
854
|
+
`,Jt=oe`
|
|
842
855
|
background-color: ${fe("primary",500)};
|
|
843
856
|
border: 1px solid ${fe("primary",700)};
|
|
844
857
|
border-radius: 8px;
|
|
@@ -851,7 +864,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
851
864
|
background-color: ${fe("neutral",400)};
|
|
852
865
|
border: none;
|
|
853
866
|
}
|
|
854
|
-
`,
|
|
867
|
+
`,Qt=(e,t)=>oe`
|
|
855
868
|
font-size: 12px;
|
|
856
869
|
line-height: 16px;
|
|
857
870
|
color: ${fe("neutral",800)};
|
|
@@ -886,7 +899,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
886
899
|
}
|
|
887
900
|
|
|
888
901
|
${t?`\n --ty: -6px !important;\n\n .chakra-slider__markerIndicator {\n height: 16px;\n width: 4px;\n background-color: ${fe("primary",700)} !important;\n }\n\n &[data-disabled] {\n .chakra-slider__markerIndicator {\n background-color: ${fe("neutral",400)} !important;\n }\n }\n `:""};
|
|
889
|
-
`,
|
|
902
|
+
`,en=e=>{const{value:t}=e;return B(m,{each:t,children:(e,t)=>H(v.Thumb,{css:Xt,index:t,children:[B("div",{css:Yt,className:"ds-slider-value-preview",children:e}),B(v.HiddenInput,{})]},t)})},tn=q.forwardRef(((e,t)=>{const{marks:n,isCentred:r}=e;return n?.length?B(v.MarkerGroup,{ref:t,children:n.map(((e,t)=>{const n="number"==typeof e?e:e.value,i="number"==typeof e?void 0:e.label,o=r&&1===t;return H(v.Marker,{css:Qt(r,o),value:n,children:[B(v.MarkerIndicator,{}),B("p",{children:i})]},n)}))}):null})),nn=q.forwardRef(((e,t)=>{const{marks:n,onValueChange:r,isCentred:i,value:o,...a}=e,[l,s]=W(o||[0]);U((()=>{s(o||[0])}),[o]);let c=n?.map((e=>"number"==typeof e?{value:e,label:void 0}:e));if(i){const e=a.min||0,t=a.max||100;c=[e,(e+t)/2,t].map((e=>({value:e,label:void 0})))}const d=!!c?.some((e=>e.label));return B(v.Root,{css:Ut,ref:t,thumbAlignment:"center",onValueChange:e=>{s(e.value),r&&r(e)},origin:i?"center":"start",value:l,...a,children:H(v.Control,{"data-has-mark-label":d||void 0,children:[B(v.Track,{css:Kt,children:B(v.Range,{css:Jt})}),B(en,{value:l}),B(tn,{marks:c,isCentred:i})]})})})),rn=oe`
|
|
890
903
|
--switch-height: 24px;
|
|
891
904
|
--switch-width: 40px;
|
|
892
905
|
|
|
@@ -985,13 +998,13 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
985
998
|
cursor: not-allowed;
|
|
986
999
|
}
|
|
987
1000
|
}
|
|
988
|
-
`,
|
|
1001
|
+
`,on=({name:e,defaultChecked:t=!1,onChange:n,disabled:r=!1,isLabelOnLeft:i=!1,children:o,...a})=>B("div",{style:{display:"flex",alignItems:"center"},children:H(x.Root,{css:rn,id:e,name:e,"aria-label":a["aria-label"]||e,defaultChecked:t,onCheckedChange:({checked:t})=>{n&&n(e,t)},disabled:r,...a,children:[i&&null!=o?B(x.Label,{children:o}):null,B(x.HiddenInput,{style:{width:"42px",height:"26px"}}),B("div",{className:"chakra-switch__control-container",children:B(x.Control,{children:B(x.Thumb,{children:B(x.ThumbIndicator,{display:"flex",children:B($e,{})})})})}),i||null==o?null:B(x.Label,{children:o})]})}),an=oe`
|
|
989
1002
|
position: relative;
|
|
990
1003
|
height: 100%;
|
|
991
1004
|
&:focus-visible {
|
|
992
1005
|
outline-color: ${fe("primary",700)};
|
|
993
1006
|
}
|
|
994
|
-
`,
|
|
1007
|
+
`,ln=oe`
|
|
995
1008
|
font-size: 16px;
|
|
996
1009
|
line-height: 24px;
|
|
997
1010
|
color: ${fe("neutral",900)};
|
|
@@ -1001,37 +1014,37 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1001
1014
|
color: ${fe("error",500)};
|
|
1002
1015
|
margin-right: 3px;
|
|
1003
1016
|
}
|
|
1004
|
-
`,
|
|
1017
|
+
`,sn=oe`
|
|
1005
1018
|
font-size: 14px;
|
|
1006
1019
|
line-height: 20px;
|
|
1007
1020
|
color: ${fe("neutral",700)};
|
|
1008
1021
|
text-align: left;
|
|
1009
|
-
`,
|
|
1022
|
+
`,cn=e=>oe`
|
|
1010
1023
|
margin-top: 12px;
|
|
1011
1024
|
display: flex;
|
|
1012
1025
|
flex-direction: ${e?"row":"column"};
|
|
1013
1026
|
flex-wrap: wrap;
|
|
1014
1027
|
gap: ${e?"20px":"12px"};
|
|
1015
|
-
`,
|
|
1028
|
+
`,dn=oe`
|
|
1016
1029
|
width: 3px;
|
|
1017
1030
|
height: 100%;
|
|
1018
1031
|
background-color: ${fe("error",900)};
|
|
1019
1032
|
position: absolute;
|
|
1020
1033
|
top: 0;
|
|
1021
1034
|
left: 0;
|
|
1022
|
-
`,
|
|
1035
|
+
`,un=oe`
|
|
1023
1036
|
font-size: 14px;
|
|
1024
1037
|
line-height: 20px;
|
|
1025
1038
|
font-weight: 700;
|
|
1026
1039
|
color: ${fe("error",900)};
|
|
1027
1040
|
text-align: left;
|
|
1028
|
-
`,
|
|
1041
|
+
`,pn=({label:e,caption:t,checkboxes:n,defaultValue:r,onCheckedChange:i,errorMessage:o,horizontal:a,required:l})=>{const[c,d]=W(r?{[r]:!0}:{});return H(s,{css:an,tabIndex:0,"aria-label":`${e}. ${t?`${t}.`:""} ${l?"Required.":"Optional"} ${o?`Error: ${o}.`:""} `,children:[o?B("div",{css:dn}):null,H("div",{css:(u=!!o,oe`
|
|
1029
1042
|
margin-left: ${u?"19px":"0px"};
|
|
1030
|
-
`),children:[H("p",{css:
|
|
1043
|
+
`),children:[H("p",{css:ln,"aria-label":e,children:[l&&B("span",{"aria-label":"required",children:"*"}),e]}),B("p",{css:sn,"aria-label":t,children:t}),o?B("p",{css:un,"aria-label":o,children:o}):null,B("div",{css:cn(a),children:n.map((e=>B(Lt,{css:{},defaultChecked:r===e.value,onCheckedChange:({checked:t})=>((e,t)=>{const n={...c};t&&(n[t]=e,d(n)),i&&i(n)})(t,e.name),...e},e.name)))})]})]});var u},hn=oe`
|
|
1031
1044
|
width: 100%;
|
|
1032
1045
|
max-width: 370px;
|
|
1033
1046
|
position: relative;
|
|
1034
|
-
`,
|
|
1047
|
+
`,fn=e=>oe`
|
|
1035
1048
|
font-size: 16px;
|
|
1036
1049
|
line-height: 24px;
|
|
1037
1050
|
font-weight: 400;
|
|
@@ -1042,26 +1055,26 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1042
1055
|
color: ${e?fe("neutral",600):fe("error",500)};
|
|
1043
1056
|
margin-right: 3px;
|
|
1044
1057
|
}
|
|
1045
|
-
`,
|
|
1058
|
+
`,gn=e=>oe`
|
|
1046
1059
|
font-size: 14px;
|
|
1047
1060
|
line-height: 20px;
|
|
1048
1061
|
font-weight: 400;
|
|
1049
1062
|
color: ${fe("neutral",e?600:700)};
|
|
1050
1063
|
text-align: left;
|
|
1051
|
-
`,
|
|
1064
|
+
`,vn=oe`
|
|
1052
1065
|
width: 3px;
|
|
1053
1066
|
height: 100%;
|
|
1054
1067
|
background-color: ${fe("error",900)};
|
|
1055
1068
|
position: absolute;
|
|
1056
1069
|
top: 0;
|
|
1057
1070
|
left: 0;
|
|
1058
|
-
`,
|
|
1071
|
+
`,mn=oe`
|
|
1059
1072
|
font-size: 14px;
|
|
1060
1073
|
line-height: 20px;
|
|
1061
1074
|
font-weight: 700;
|
|
1062
1075
|
color: ${fe("error",900)};
|
|
1063
1076
|
text-align: left;
|
|
1064
|
-
`,
|
|
1077
|
+
`,xn=(e,t)=>oe`
|
|
1065
1078
|
width: 100%;
|
|
1066
1079
|
margin-top: 8px;
|
|
1067
1080
|
|
|
@@ -1097,7 +1110,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1097
1110
|
padding: 0 4px;
|
|
1098
1111
|
}
|
|
1099
1112
|
}
|
|
1100
|
-
`,
|
|
1113
|
+
`,bn=e=>oe`
|
|
1101
1114
|
position: relative;
|
|
1102
1115
|
height: 100%;
|
|
1103
1116
|
width: 100%;
|
|
@@ -1106,14 +1119,14 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1106
1119
|
align-items: flex-start;
|
|
1107
1120
|
gap: ${"small"===e?"12px":"16px"};
|
|
1108
1121
|
margin-bottom: 20px;
|
|
1109
|
-
`,
|
|
1122
|
+
`,yn=oe`
|
|
1110
1123
|
width: 3px;
|
|
1111
1124
|
height: 100%;
|
|
1112
1125
|
background-color: ${fe("error",900)};
|
|
1113
1126
|
position: absolute;
|
|
1114
1127
|
top: 0;
|
|
1115
1128
|
left: 0;
|
|
1116
|
-
`,
|
|
1129
|
+
`,Cn=(e,t)=>oe`
|
|
1117
1130
|
color: ${fe("neutral",t?600:900)};
|
|
1118
1131
|
font-size: ${"small"===e?"14px":"16px"};
|
|
1119
1132
|
font-weight: 400;
|
|
@@ -1135,7 +1148,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1135
1148
|
margin-top: 4px;
|
|
1136
1149
|
color: ${t?fe("neutral",600):fe("error",500)};
|
|
1137
1150
|
}
|
|
1138
|
-
`,
|
|
1151
|
+
`,wn=(e,t)=>oe`
|
|
1139
1152
|
color: ${fe("neutral",t?600:700)};
|
|
1140
1153
|
font-size: ${"small"===e?"12px":"14px"};
|
|
1141
1154
|
font-weight: 400;
|
|
@@ -1144,13 +1157,13 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1144
1157
|
&:first-letter {
|
|
1145
1158
|
text-transform: uppercase;
|
|
1146
1159
|
}
|
|
1147
|
-
|
|
1160
|
+
`,$n=e=>oe`
|
|
1148
1161
|
color: ${fe("error",900)};
|
|
1149
1162
|
font-size: ${"small"===e?"12px":"14px"};
|
|
1150
1163
|
font-weight: 700;
|
|
1151
1164
|
line-height: ${"small"===e?"16px":"20px"};
|
|
1152
1165
|
margin-top: 2px;
|
|
1153
|
-
|
|
1166
|
+
`,kn=(e,t,n)=>oe`
|
|
1154
1167
|
height: ${"small"===e?"28px":"40px"};
|
|
1155
1168
|
width: 100%;
|
|
1156
1169
|
border-radius: 4px;
|
|
@@ -1188,7 +1201,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1188
1201
|
}
|
|
1189
1202
|
|
|
1190
1203
|
${t||n?`\n border: 1px solid ${fe("neutral",700)};\n `:""}
|
|
1191
|
-
`,
|
|
1204
|
+
`,Sn=({label:e,caption:t,placeholder:n,errorMessage:r,required:i,disabled:o,size:a="default",defaultValue:l="",onChange:s,...c})=>{const[d,u]=W(l);return H("div",{css:bn(a),className:"ds-text-input-container",children:[r?B("div",{css:yn}):null,H(b.Root,{required:i,invalid:!!r,gap:"0",style:{marginLeft:r?"19px":"0px"},children:[e?H(b.Label,{css:Cn(a,o),"aria-label":e,children:[B(b.RequiredIndicator,{"aria-label":"required"}),e,i?"":B("span",{children:" (Optional)"})]}):null,t?B(b.HelperText,{css:wn(a,o),"aria-label":t,children:t}):null,r?B(b.ErrorText,{css:$n(a),"aria-label":r,children:r}):null,B(y,{placeholder:n,disabled:o,css:kn(a,d,l),onChange:e=>{u(e.target.value),s&&s(e)},value:d,_placeholder:{color:"var(--chakra-colors-neutral-500)"},...c})]})]})},En=Z.forwardRef(((e,t)=>{const{children:n,...r}=e;return le(C.Control,{...r,children:[ae(C.Trigger,{ref:t,children:n}),ae(C.IndicatorGroup,{children:ae(C.Indicator,{children:ae(Ee,{})})})]})})),On=Z.forwardRef(((e,t)=>{const{...n}=e;return ae(l,{children:ae(C.Positioner,{children:ae(C.Content,{...n,ref:t})})})})),Ln=Z.forwardRef(((e,t)=>{const{item:n,children:r,...i}=e;return ae(C.Item,{item:n,...i,ref:t,children:r},n.value)})),_n=Z.forwardRef(((e,t)=>{const{children:n,...r}=e;return ae(C.ValueText,{...r,ref:t,children:ae(C.Context,{children:t=>{const r=t.selectedItems;return 0===r.length?e.placeholder:n?n(r):1===r.length?t.collection.stringifyItem(r[0]):`${r.length} selected`}})})})),Tn=Z.forwardRef(((e,t)=>ae(C.Root,{...e,ref:t,positioning:{sameWidth:!0,...e.positioning},children:e.asChild?e.children:le(se,{children:[ae(C.HiddenSelect,{}),e.children]})})));Z.forwardRef(((e,t)=>{const{children:n,label:r,...i}=e;return le(C.ItemGroup,{...i,ref:t,children:[ae(C.ItemGroupLabel,{children:r}),n]})}));const Rn=C.Label;C.ItemText;const Pn=e=>oe`
|
|
1192
1205
|
position: relative;
|
|
1193
1206
|
height: 100%;
|
|
1194
1207
|
width: 100%;
|
|
@@ -1200,7 +1213,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1200
1213
|
&:focus-visible {
|
|
1201
1214
|
outline-color: ${fe("primary",700)};
|
|
1202
1215
|
}
|
|
1203
|
-
`,
|
|
1216
|
+
`,Mn=oe`
|
|
1204
1217
|
width: 3px;
|
|
1205
1218
|
height: 100%;
|
|
1206
1219
|
background-color: ${fe("error",900)};
|
|
@@ -1226,7 +1239,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1226
1239
|
color: ${fe("neutral",600)};
|
|
1227
1240
|
}
|
|
1228
1241
|
}
|
|
1229
|
-
`,
|
|
1242
|
+
`,Nn=(e,t)=>oe`
|
|
1230
1243
|
font-size: ${"small"===e?"12px":"14px"};
|
|
1231
1244
|
line-height: ${"small"===e?"16px":"20px"};
|
|
1232
1245
|
font-weight: 400;
|
|
@@ -1234,7 +1247,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1234
1247
|
text-align: left;
|
|
1235
1248
|
|
|
1236
1249
|
${t?`color: ${fe("neutral",600)} !important;`:""}
|
|
1237
|
-
`,
|
|
1250
|
+
`,jn=(e,t,n,r)=>oe`
|
|
1238
1251
|
.chakra-select__trigger {
|
|
1239
1252
|
min-height: ${"small"===e?"32px":"40px"};
|
|
1240
1253
|
border-radius: 4px;
|
|
@@ -1289,40 +1302,40 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1289
1302
|
}
|
|
1290
1303
|
}
|
|
1291
1304
|
}
|
|
1292
|
-
`,
|
|
1305
|
+
`,Vn=oe`
|
|
1293
1306
|
margin-top: -8px;
|
|
1294
1307
|
border-radius: 4px;
|
|
1295
1308
|
border: 1px solid ${fe("neutral",400)};
|
|
1296
1309
|
border-top-left-radius: 0px;
|
|
1297
1310
|
border-top-right-radius: 0px;
|
|
1298
1311
|
border-top: none;
|
|
1299
|
-
`,
|
|
1312
|
+
`,In=oe`
|
|
1300
1313
|
align-items: flex-start;
|
|
1301
1314
|
&[data-highlighted] {
|
|
1302
1315
|
background-color: ${fe("neutral",200)};
|
|
1303
1316
|
cursor: pointer;
|
|
1304
1317
|
}
|
|
1305
|
-
`,
|
|
1318
|
+
`,zn=(e,t)=>oe`
|
|
1306
1319
|
font-size: ${"small"===e?"14px":"16px"};
|
|
1307
1320
|
line-height: ${"small"===e?"20px":"24px"};
|
|
1308
1321
|
color: ${fe("neutral",800)};
|
|
1309
1322
|
text-align: left;
|
|
1310
1323
|
|
|
1311
1324
|
${t?`color: ${fe("neutral",600)} !important;`:""}
|
|
1312
|
-
`,
|
|
1325
|
+
`,An=(e,t)=>oe`
|
|
1313
1326
|
font-size: ${"small"===e?"14px":"16px"};
|
|
1314
1327
|
line-height: ${"small"===e?"20px":"24px"};
|
|
1315
1328
|
color: ${fe("neutral",700)};
|
|
1316
1329
|
text-align: left;
|
|
1317
1330
|
|
|
1318
1331
|
${t?`color: ${fe("neutral",600)} !important;`:""}
|
|
1319
|
-
`,
|
|
1332
|
+
`,Hn=e=>oe`
|
|
1320
1333
|
font-size: ${"small"===e?"12px":"14px"};
|
|
1321
1334
|
line-height: ${"small"===e?"16px":"20px"};
|
|
1322
1335
|
font-weight: 700;
|
|
1323
1336
|
color: ${fe("error",900)};
|
|
1324
1337
|
text-align: left;
|
|
1325
|
-
`,
|
|
1338
|
+
`,Bn=e=>oe`
|
|
1326
1339
|
max-width: 100%;
|
|
1327
1340
|
display: flex;
|
|
1328
1341
|
justify-content: center;
|
|
@@ -1394,28 +1407,28 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1394
1407
|
background-color: ${fe("neutral",300)};
|
|
1395
1408
|
color: ${fe("neutral",600)};
|
|
1396
1409
|
}
|
|
1397
|
-
`,
|
|
1410
|
+
`,Fn=oe`
|
|
1398
1411
|
background-color: ${fe("neutral",100)};
|
|
1399
1412
|
border: 1px solid ${fe("neutral",300)};
|
|
1400
|
-
`,
|
|
1413
|
+
`,Zn=oe`
|
|
1401
1414
|
background-color: ${fe("neutral",200)};
|
|
1402
1415
|
border: 1px solid ${fe("neutral",400)};
|
|
1403
|
-
`,
|
|
1416
|
+
`,qn=oe`
|
|
1404
1417
|
background-color: ${fe("success",100)};
|
|
1405
1418
|
border: 1px solid ${fe("success",300)};
|
|
1406
1419
|
color: ${fe("success",900)};
|
|
1407
|
-
`,
|
|
1420
|
+
`,Gn=oe`
|
|
1408
1421
|
background-color: ${fe("warning",100)};
|
|
1409
1422
|
border: 1px solid ${fe("warning",300)};
|
|
1410
1423
|
color: ${fe("warning",900)};
|
|
1411
|
-
`,
|
|
1424
|
+
`,Wn=oe`
|
|
1412
1425
|
background-color: ${fe("error",100)};
|
|
1413
1426
|
border: 1px solid ${fe("error",300)};
|
|
1414
1427
|
color: ${fe("error",900)};
|
|
1415
|
-
`,
|
|
1428
|
+
`,Un=({label:e,size:t="default",variant:n,disabled:r,icon:i,onClose:o,closable:a,...l})=>{let s=Fn;return"info-grey"===n?s=Zn:"success"===n?s=qn:"warning"===n?s=Gn:"error"===n&&(s=Wn),H(w.Root,{css:[Bn(t),s],"data-disabled":r,...l,children:[i?B(w.StartElement,{"aria-label":`${e} tag icon`,children:i}):null,B(w.Label,{"aria-label":e,children:e}),a&&!r&&"small"!==t?B(w.EndElement,{children:B("div",{className:"chakra-tag__closeTrigger",role:"button",tabIndex:0,onClick:o,onKeyDown:e=>{!o||"Enter"!==e.key&&" "!==e.key||o()},"aria-label":`${e} tag close button`,children:B(_e,{})})}):null]})},Xn=({placeholder:e,size:t,disabled:n})=>B(_n,{placeholder:e,children:e=>{const{label:r,caption:i}=e[0];return H(p,{flexDirection:"column",alignItems:"flex-start",children:[B("p",{css:zn(t,n),children:r}),i?B("p",{css:An(t,n),children:i}):null]})}}),Yn=({placeholder:e,removeItem:t,disabled:n})=>B(_n,{placeholder:e,children:e=>e.map((e=>B(p,{flexDirection:"row",alignItems:"flex-start",children:B(Un,{label:e.label,variant:"info-grey",disabled:n,onClose:()=>t(e.value),closable:!0},e.value)},e.value)))}),Kn=({label:e,caption:t,placeholder:n="",items:i,size:o="default",required:a,disabled:l,onChange:c,errorMessage:d,multiple:u,...p})=>{const[h,f]=W(p.defaultValue||[]),g=(e=>$({items:e}))(i),v=e=>{f(e),c&&c(e)},m=`${e||"Select input"}${a?" required.":""}${t?` ${t}.`:""}${l?" Disabled.":""}`.trim();return H(s,{css:Pn(o),style:p.style,className:"ds-select-input-container",tabIndex:l?0:void 0,"aria-disabled":l,"aria-label":l?m:void 0,children:[d?B("div",{css:Mn}):null,H(Tn,{css:{},collection:g,disabled:l,required:a,multiple:u,"aria-label":p["aria-label"]||e,value:h,onValueChange:e=>v(e.value),style:{marginLeft:d?"19px":"0px"},...p,children:[e?H(Rn,{css:Dn(o),children:[a?B("span",{children:"*"}):null,e]}):null,t?B("p",{css:Nn(o,l),children:t}):null,d&&B("p",{css:Hn(o),children:d}),B(En,{css:jn(o,h.length>0,!!d,u),children:u?B(Yn,{placeholder:n,disabled:l,removeItem:e=>{const t=h.filter((t=>t!==e));v(t)}}):B(Xn,{placeholder:n,size:o,disabled:l})}),B(On,{css:Vn,children:g.items.map((e=>H(Ln,{css:In,item:e,children:[H(r,{children:[B("p",{css:zn(o),children:e.label}),B("p",{css:An(o),children:e.caption})]}),u?B(Lt,{checked:h.some((t=>t===e.value))}):null]},e.value)))})]})]})},Jn=({label:e,caption:t,errorMessage:n,units:r,unitsPosition:i="end",defaultUnit:o="",defaultValue:a="",onChange:l,required:c,disabled:d})=>{const[u,p]=W(a),[h,f]=W(o?[o]:[r[0].value]),g=(e,t)=>{l&&l("end"===i?""+(t?`${u} ${e}`:`${e} ${h}`):""+(t?`${e} ${u}`:`${h} ${e}`))};return H("div",{css:hn,children:[n?B("div",{css:vn}):null,H("div",{style:{marginLeft:n?"19px":"0px"},children:[H("p",{css:fn(d),"aria-label":e,children:[c?B("span",{children:"*"}):null,e]}),B("p",{css:gn(d),"aria-label":t,children:t}),n?B("p",{css:mn,"aria-label":n,children:n}):null,H(s,{css:xn(!!n,i),attached:!0,children:["start"===i?B(Kn,{placeholder:"",value:h,items:r,disabled:d,onChange:e=>{f(e),g(e?.[0],!0)}}):null,B(Sn,{type:"number",value:u,disabled:d,onChange:e=>{p(e.target.value),g(e.target.value)}}),"end"===i?B(Kn,{placeholder:"",value:h,items:r,disabled:d,onChange:e=>{f(e),g(e?.[0],!0)}}):null]})]})]})},Qn=oe`
|
|
1416
1429
|
width: 100%;
|
|
1417
1430
|
max-width: 486px;
|
|
1418
|
-
`,
|
|
1431
|
+
`,er=oe`
|
|
1419
1432
|
font-size: 16px;
|
|
1420
1433
|
line-height: 24px;
|
|
1421
1434
|
font-weight: 400;
|
|
@@ -1426,13 +1439,13 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1426
1439
|
color: ${fe("error",500)};
|
|
1427
1440
|
margin-right: 3px;
|
|
1428
1441
|
}
|
|
1429
|
-
`,
|
|
1442
|
+
`,tr=oe`
|
|
1430
1443
|
font-size: 14px;
|
|
1431
1444
|
line-height: 20px;
|
|
1432
1445
|
font-weight: 400;
|
|
1433
1446
|
color: ${fe("neutral",700)};
|
|
1434
1447
|
text-align: left;
|
|
1435
|
-
`,
|
|
1448
|
+
`,nr=oe`
|
|
1436
1449
|
display: flex;
|
|
1437
1450
|
align-items: center;
|
|
1438
1451
|
justify-content: space-between;
|
|
@@ -1450,9 +1463,9 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1450
1463
|
button {
|
|
1451
1464
|
width: 98px;
|
|
1452
1465
|
}
|
|
1453
|
-
`,
|
|
1466
|
+
`,rr=oe`
|
|
1454
1467
|
margin-top: 12px;
|
|
1455
|
-
`,
|
|
1468
|
+
`,ir=e=>oe`
|
|
1456
1469
|
height: 8px;
|
|
1457
1470
|
width: 100%;
|
|
1458
1471
|
background-color: ${fe("neutral",300)};
|
|
@@ -1466,7 +1479,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1466
1479
|
background-color: ${fe("Medium"===e?"warning":"Strong"===e||"Very Strong"===e?"success":"error",900)};
|
|
1467
1480
|
border-radius: 8px;
|
|
1468
1481
|
}
|
|
1469
|
-
`,
|
|
1482
|
+
`,or=e=>oe`
|
|
1470
1483
|
display: flex;
|
|
1471
1484
|
align-items: center;
|
|
1472
1485
|
gap: 4px;
|
|
@@ -1483,7 +1496,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1483
1496
|
justify-content: center;
|
|
1484
1497
|
align-items: center;
|
|
1485
1498
|
}
|
|
1486
|
-
`,
|
|
1499
|
+
`,ar=({label:e,caption:t,required:n,disabledRules:r,onChange:i,minLength:o=8,hideValidations:a})=>{const[l,s]=W(!1),[c,d]=W(""),[u,p]=W({strength:"Very weak",length:!1,uppercase:!1,lowercase:!1,numbers:!1,specialCharacters:!1});return H("div",{css:Qn,children:[H("p",{css:er,"aria-label":e,children:[n?B("span",{children:"*"}):null,e]}),B("p",{css:tr,"aria-label":t,children:t}),H("div",{css:nr,children:[B(Sn,{type:l?"text":"password",value:c,"aria-describedby":"password-guidelines",onChange:e=>(e=>{const t={...u};let n=0,r=!1;t.length=e.length>=o,n+=e.length>=o?1:0,r=/[A-Z]/.test(e),n+=r?1:0,t.uppercase=r,r=/[a-z]/.test(e),n+=r?1:0,t.lowercase=r,r=/[0-9]/.test(e),n+=r?1:0,t.numbers=r,r=/[-'/`~!¡#*$@_%+=.,^&(){}[\]|;:“‘"<>?\\]/.test(e),n+=r?1:0,t.specialCharacters=r,t.strength="Very Weak",e.length>=4&&n>=2&&(t.strength="Weak"),e.length>=6&&n>=3&&(t.strength="Medium"),e.length>=o&&n>=4&&(t.strength="Strong"),e.length>=o+2&&n>=5&&(t.strength="Very Strong"),d(e),p(t),i&&i(t)})(e.target.value)}),B(ye,{label:l?"Hide":"Show",variant:"secondary",leftIcon:B(l?Pe:Re,{}),"aria-label":l?"Hide password":"Show password",onClick:()=>s(!l),type:"button"})]}),c&&!a?H("div",{id:"password-guidelines",css:rr,"aria-live":"polite",children:[H("p",{css:(h=u.strength,oe`
|
|
1487
1500
|
font-size: 16px;
|
|
1488
1501
|
line-height: 24px;
|
|
1489
1502
|
font-weight: 400;
|
|
@@ -1494,13 +1507,13 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1494
1507
|
font-weight: 700;
|
|
1495
1508
|
color: ${fe("Medium"===h?"warning":"Strong"===h||"Very Strong"===h?"success":"error",900)};
|
|
1496
1509
|
}
|
|
1497
|
-
`),"aria-live":"polite",role:"status",children:["Password Strength: ",B("span",{children:u.strength})]}),B("div",{css:
|
|
1510
|
+
`),"aria-live":"polite",role:"status",children:["Password Strength: ",B("span",{children:u.strength})]}),B("div",{css:ir(u.strength),children:B("div",{})}),H("div",{css:or(u.length),"aria-label":`Use a minimum of ${o} characters. ${u.length?"Requirement met.":"Requirement not met."}`,children:[B("div",{children:u.length?B($e,{color:"var(--chakra-colors-success-500)",height:"8px",width:"8px"}):B(_e,{color:"var(--chakra-colors-error-900)",height:"8px",width:"8px"})}),H("p",{children:["Use a minimum of ",o," characters"]})]}),r?.uppercase?null:H("div",{css:or(u.uppercase),"aria-label":"Use an uppercase letter. "+(u.uppercase?"Requirement met.":"Requirement not met."),children:[B("div",{children:u.uppercase?B($e,{color:"var(--chakra-colors-success-500)",height:"8px",width:"8px"}):B(_e,{color:"var(--chakra-colors-error-900)",height:"8px",width:"8px"})}),B("p",{children:"Use an uppercase letter"})]}),r?.lowercase?null:H("div",{css:or(u.lowercase),"aria-label":"Use a lowercase letter. "+(u.lowercase?"Requirement met.":"Requirement not met."),children:[B("div",{children:u.lowercase?B($e,{color:"var(--chakra-colors-success-500)",height:"8px",width:"8px"}):B(_e,{color:"var(--chakra-colors-error-900)",height:"8px",width:"8px"})}),B("p",{children:"Use a lowercase letter"})]}),r?.numbers?null:H("div",{css:or(u.numbers),"aria-label":"Use a number. "+(u.numbers?"Requirement met.":"Requirement not met."),children:[B("div",{children:u.numbers?B($e,{color:"var(--chakra-colors-success-500)",height:"8px",width:"8px"}):B(_e,{color:"var(--chakra-colors-error-900)",height:"8px",width:"8px"})}),B("p",{children:"Use a number"})]}),r?.specialCharacters?null:H("div",{css:or(u.specialCharacters),"aria-label":"Use a special character. "+(u.specialCharacters?"Requirement met.":"Requirement not met."),children:[B("div",{children:u.specialCharacters?B($e,{color:"var(--chakra-colors-success-500)",height:"8px",width:"8px"}):B(_e,{color:"var(--chakra-colors-error-900)",height:"8px",width:"8px"})}),B("p",{children:"Use a special character"})]})]}):null]});var h},lr=oe`
|
|
1498
1511
|
position: relative;
|
|
1499
1512
|
height: 100%;
|
|
1500
1513
|
&:focus-visible {
|
|
1501
1514
|
outline-color: ${fe("primary",700)};
|
|
1502
1515
|
}
|
|
1503
|
-
`,
|
|
1516
|
+
`,sr=oe`
|
|
1504
1517
|
font-size: 16px;
|
|
1505
1518
|
line-height: 24px;
|
|
1506
1519
|
color: ${fe("neutral",900)};
|
|
@@ -1510,27 +1523,27 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1510
1523
|
color: ${fe("error",500)};
|
|
1511
1524
|
margin-right: 3px;
|
|
1512
1525
|
}
|
|
1513
|
-
`,
|
|
1526
|
+
`,cr=oe`
|
|
1514
1527
|
font-size: 14px;
|
|
1515
1528
|
line-height: 20px;
|
|
1516
1529
|
color: ${fe("neutral",700)};
|
|
1517
1530
|
text-align: left;
|
|
1518
|
-
`,cr=oe`
|
|
1519
|
-
margin-top: 12px;
|
|
1520
1531
|
`,dr=oe`
|
|
1532
|
+
margin-top: 12px;
|
|
1533
|
+
`,ur=oe`
|
|
1521
1534
|
width: 3px;
|
|
1522
1535
|
height: 100%;
|
|
1523
1536
|
background-color: ${fe("error",900)};
|
|
1524
1537
|
position: absolute;
|
|
1525
1538
|
top: 0;
|
|
1526
1539
|
left: 0;
|
|
1527
|
-
`,
|
|
1540
|
+
`,pr=oe`
|
|
1528
1541
|
font-size: 14px;
|
|
1529
1542
|
line-height: 20px;
|
|
1530
1543
|
font-weight: 700;
|
|
1531
1544
|
color: ${fe("error",900)};
|
|
1532
1545
|
text-align: left;
|
|
1533
|
-
`,
|
|
1546
|
+
`,hr=oe`
|
|
1534
1547
|
height: 100%;
|
|
1535
1548
|
min-height: 48px;
|
|
1536
1549
|
width: 100%;
|
|
@@ -1539,9 +1552,9 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1539
1552
|
border-radius: 4px;
|
|
1540
1553
|
background-color: ${fe("neutral",100)};
|
|
1541
1554
|
padding: 12px;
|
|
1542
|
-
`,
|
|
1555
|
+
`,fr=({label:e,caption:t,name:n,radios:r,defaultValue:i,onCheckedChange:o,errorMessage:a,horizontal:l,variant:c="default",required:d})=>{return H(s,{tabIndex:0,css:lr,"aria-roledescription":"group","aria-label":`${e}. ${t?`${t}.`:""} ${d?"Required.":"Optional."} ${a?`Error: ${a}.`:""} `,children:[a?B("div",{css:ur}):null,H("div",{css:(u=!!a,oe`
|
|
1543
1556
|
margin-left: ${u?"19px":"0px"};
|
|
1544
|
-
`),children:[H("p",{css:
|
|
1557
|
+
`),children:[H("p",{css:sr,"aria-label":e,children:[d&&B("span",{"aria-label":"required",children:"*"}),e]}),B("p",{css:cr,"aria-label":t,children:t}),a?B("p",{css:pr,"aria-label":a,children:a}):null,B("div",{css:dr,children:B(Wt,{name:n,defaultValue:i,onChange:o,horizontal:l&&"card"!==c,children:r.map((e=>B(Gt,{css:"card"===c?hr:{},...e},e.value)))})})]})]});var u},gr=e=>oe`
|
|
1545
1558
|
font-size: ${"small"===e?"14px":"16px"};
|
|
1546
1559
|
line-height: ${"small"===e?"20px":"24px"};
|
|
1547
1560
|
font-weight: 400;
|
|
@@ -1552,13 +1565,13 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1552
1565
|
color: ${fe("error",500)};
|
|
1553
1566
|
margin-right: 3px;
|
|
1554
1567
|
}
|
|
1555
|
-
`,
|
|
1568
|
+
`,vr=e=>oe`
|
|
1556
1569
|
font-size: ${"small"===e?"12px":"14px"};
|
|
1557
1570
|
line-height: ${"small"===e?"16px":"20px"};
|
|
1558
1571
|
font-weight: 400;
|
|
1559
1572
|
color: ${fe("neutral",700)};
|
|
1560
1573
|
text-align: left;
|
|
1561
|
-
`,
|
|
1574
|
+
`,mr=oe`
|
|
1562
1575
|
display: flex;
|
|
1563
1576
|
align-items: center;
|
|
1564
1577
|
gap: 12px;
|
|
@@ -1579,7 +1592,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1579
1592
|
margin-top: 18px;
|
|
1580
1593
|
width: 100%;
|
|
1581
1594
|
}
|
|
1582
|
-
`,
|
|
1595
|
+
`,xr=({label:e,caption:t,size:n="default",sliderItem:r,required:i,onChange:o})=>{const[a,l]=W(r.value||[]),s=(e,t)=>{const n=e.target.value,i=[...a];let o=n?parseInt(n,10):n;const s=r.min||0,c=r.max||100;o=Number.isNaN(o)?s:o,o=o<s?s:o,o=o>c?c:o,i[t]=o,l(i)},c=(e,t)=>{const n=e.target.value||"0",i=[...a];let s=parseInt(n,10);const c=r.min||0,d=r.max||100;if(s=Number.isNaN(s)?c:s,s=s<c?c:s,s=s>d?d:s,2===a?.length){s=Number.isNaN(s)?c:s;const e=a[0],n=a[1];0===t?(s=s<c?c:s,s=s>n?n:s):1===t&&(s=s<e?e:s,s=s>d?d:s)}i[t]=s,l(i),o&&o(i)};return H("div",{children:[H("p",{css:gr(n),"aria-label":e,children:[i?B("span",{children:"*"}):null,e]}),t?B("p",{css:vr(n),"aria-label":t,children:t}):null,H("div",{css:mr,children:[r.step&&r.marks?B(Kn,{items:r.marks.map((e=>({label:`${e.label}`,value:`${e.value}`}))),placeholder:"",style:{width:"90px"},value:[`${a?.[0]}`],onChange:e=>{const t=e.map((e=>parseInt(e,10)));l(t),o&&o(t)}}):B(Sn,{"aria-label":e,min:r.min,max:r.max,value:a?.[0],type:"number",onChange:e=>s(e,0),onBlur:e=>c(e,0),className:"ds-opacity-control-text-input",onClick:e=>e.target.select()}),B(nn,{css:{},...r,value:a,onValueChangeEnd:e=>{l(e.value),o&&o(e.value)}}),2===a?.length?B(Sn,{"aria-label":e,min:r.min,max:r.max,value:a?.[1],type:"number",onChange:e=>s(e,1),onBlur:e=>c(e,1),className:"ds-opacity-control-text-input",onClick:e=>e.target.select()}):null]})]})},br=e=>oe`
|
|
1583
1596
|
position: relative;
|
|
1584
1597
|
height: 100%;
|
|
1585
1598
|
width: 100%;
|
|
@@ -1588,14 +1601,14 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1588
1601
|
align-items: flex-start;
|
|
1589
1602
|
gap: ${"small"===e?"12px":"16px"};
|
|
1590
1603
|
margin-bottom: 16px;
|
|
1591
|
-
`,
|
|
1604
|
+
`,yr=oe`
|
|
1592
1605
|
width: 3px;
|
|
1593
1606
|
height: 100%;
|
|
1594
1607
|
background-color: ${fe("error",900)};
|
|
1595
1608
|
position: absolute;
|
|
1596
1609
|
top: 0;
|
|
1597
1610
|
left: 0;
|
|
1598
|
-
`,
|
|
1611
|
+
`,Cr=(e,t)=>oe`
|
|
1599
1612
|
color: ${fe("neutral",t?600:900)};
|
|
1600
1613
|
font-size: ${"small"===e?"14px":"16px"};
|
|
1601
1614
|
font-weight: 400;
|
|
@@ -1609,24 +1622,24 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1609
1622
|
.chakra-field__requiredIndicator {
|
|
1610
1623
|
color: ${t?fe("neutral",600):fe("error",500)};
|
|
1611
1624
|
}
|
|
1612
|
-
`,
|
|
1625
|
+
`,wr=(e,t)=>oe`
|
|
1613
1626
|
color: ${fe("neutral",t?600:700)};
|
|
1614
1627
|
font-size: ${"small"===e?"12px":"14px"};
|
|
1615
1628
|
font-weight: 400;
|
|
1616
1629
|
line-height: ${"small"===e?"16px":"20px"};
|
|
1617
|
-
|
|
1630
|
+
`,$r=oe`
|
|
1618
1631
|
color: ${fe("neutral",600)};
|
|
1619
1632
|
font-size: 12px;
|
|
1620
1633
|
font-weight: 400;
|
|
1621
1634
|
line-height: 16px;
|
|
1622
1635
|
margin-top: 8px;
|
|
1623
|
-
|
|
1636
|
+
`,kr=oe`
|
|
1624
1637
|
color: ${fe("error",900)};
|
|
1625
1638
|
font-size: 14px;
|
|
1626
1639
|
font-weight: 700;
|
|
1627
1640
|
line-height: 20px;
|
|
1628
1641
|
margin-top: 2px;
|
|
1629
|
-
`,
|
|
1642
|
+
`,Sr=(e,t,n)=>oe`
|
|
1630
1643
|
height: 104px;
|
|
1631
1644
|
width: 100%;
|
|
1632
1645
|
border-radius: 4px;
|
|
@@ -1663,7 +1676,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1663
1676
|
}
|
|
1664
1677
|
|
|
1665
1678
|
${t||n?`\n border: 1px solid ${fe("neutral",700)};\n `:""}
|
|
1666
|
-
`,
|
|
1679
|
+
`,Er=({label:e,caption:t,placeholder:n,errorMessage:r,required:i,disabled:o,size:a="default",defaultValue:l="",onChange:s,minLength:c,maxLength:d,...u})=>{const[p,h]=W(l),[f,g]=W(!1),[v,m]=W(!1),[x,y]=W(""),C=X(),w=X(),$=X();U((()=>{const{length:e}=l;c&&e<c&&e>0?(g(e<c),m(!1),y(`Enter at least ${c-e} characters`)):c&&0===e&&y(`Min ${c} characters`),d&&e>0?(g(!1),m(e>d),y(`You have ${d-e} characters remaining`)):d&&0===e&&y(`Max ${d} characters`)}),[]);const S=!!r||f||v,E=[t?C:null,S?w:null,x?$:null].filter(Boolean).join(" ")||void 0;return H("div",{css:br(a),children:[S?B("div",{css:yr}):null,H(b.Root,{required:i,invalid:S,gap:"0",style:{marginLeft:S?"19px":"0px"},children:[e?H(b.Label,{css:Cr(a,o),"aria-label":e,children:[B(b.RequiredIndicator,{"aria-label":"required"}),e,i?"":B("span",{children:" (Optional)"})]}):null,t?B(b.HelperText,{id:C,css:wr(a,o),children:t}):null,r?B(b.ErrorText,{id:w,css:kr,"aria-label":`Error: ${r}`,"aria-live":"polite",children:r}):null,B(k,{placeholder:n,disabled:o,css:Sr(a,p,l),onChange:e=>{h(e.target.value);const{length:t}=e.target.value;c&&d?(g(t<c),m(t>d),y(`You have ${d-t} characters remaining`)):c?(g(t<c),m(!1),y(t<c?`Enter at least ${c-t} characters`:"")):d&&(m(t>d),g(!1),y(`You have ${d-t} characters remaining`)),s&&s(e)},value:p,"aria-describedby":E,_placeholder:{color:"var(--chakra-colors-neutral-500)"},...u}),f&&c?H(b.ErrorText,{id:w,css:kr,style:{marginTop:"8px",fontSize:"12px",lineHeight:"16px"},"aria-live":"polite",children:["You need ",c-p.length," more characters"]}):null,v&&d?H(b.ErrorText,{id:w,css:kr,style:{marginTop:"8px",fontSize:"12px",lineHeight:"16px"},"aria-live":"polite",children:["You have ",p.length-d," characters too many"]}):null,!x||v||f?null:B(b.HelperText,{id:$,css:$r,"aria-live":"polite",children:x})]})]})},Or=(e,t)=>oe`
|
|
1667
1680
|
height: ${e};
|
|
1668
1681
|
width: ${t};
|
|
1669
1682
|
border: 1px solid ${fe("neutral",300)};
|
|
@@ -1677,7 +1690,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1677
1690
|
height: 100%;
|
|
1678
1691
|
overflow-y: scroll;
|
|
1679
1692
|
}
|
|
1680
|
-
`,
|
|
1693
|
+
`,Lr=oe`
|
|
1681
1694
|
padding: 16px 12px;
|
|
1682
1695
|
border-bottom: 1px solid ${fe("neutral",300)};
|
|
1683
1696
|
|
|
@@ -1696,16 +1709,16 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1696
1709
|
color: ${fe("neutral",700)};
|
|
1697
1710
|
text-align: left;
|
|
1698
1711
|
}
|
|
1699
|
-
`,_r=oe``,
|
|
1712
|
+
`,_r=oe``,Tr=oe`
|
|
1700
1713
|
display: flex;
|
|
1701
1714
|
flex-direction: column;
|
|
1702
1715
|
gap: 12px;
|
|
1703
1716
|
padding: 12px;
|
|
1704
1717
|
border-bottom: 1px solid ${fe("neutral",300)};
|
|
1705
|
-
`,
|
|
1718
|
+
`,Rr=oe`
|
|
1706
1719
|
padding-top: 12px;
|
|
1707
1720
|
padding-left: 8px;
|
|
1708
|
-
`,
|
|
1721
|
+
`,Pr=oe``,Mr=e=>oe`
|
|
1709
1722
|
display: flex;
|
|
1710
1723
|
gap: 12px;
|
|
1711
1724
|
padding: 12px 8px;
|
|
@@ -1760,7 +1773,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1760
1773
|
.ds-base-map-children {
|
|
1761
1774
|
margin-top: 10px;
|
|
1762
1775
|
}
|
|
1763
|
-
`,
|
|
1776
|
+
`,Nr=({title:e,caption:t,additionalSettings:n,options:r,onOptionSelected:i,maxHeight:o="400px",maxWidth:a="260px"})=>B("div",{css:Or(o,a),children:H("div",{className:"ds-base-map-scroll-content",children:[H("div",{css:Lr,children:[B("h2",{className:"ds-base-map-header-title",children:e}),B("p",{className:"ds-base-map-header-caption",children:t})]}),H("div",{css:_r,children:[n?B("div",{css:Tr,children:n.map((e=>H("div",{children:[B(Lt,{css:{},checked:e.checked,onCheckedChange:({checked:t})=>e.onCheckedChange({checked:Boolean(t)}),children:e.label}),e.checked&&e.children?B("div",{css:Rr,children:e.children}):null]},e.label)))}):null,r?B("div",{css:Pr,children:r.map((e=>{return H("div",{css:Mr(e.active),role:"button",onClick:()=>i?.(e),tabIndex:0,onKeyDown:t=>{"Enter"===t.key&&i?.(e)},children:[B("div",{css:(t=e.imageUrl,oe`
|
|
1764
1777
|
height: 32px;
|
|
1765
1778
|
width: 32px;
|
|
1766
1779
|
border: 1px solid ${fe("neutral",300)};
|
|
@@ -1768,7 +1781,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1768
1781
|
background-image: url(${t});
|
|
1769
1782
|
background-size: cover;
|
|
1770
1783
|
background-position: center;
|
|
1771
|
-
`)}),H("div",{css:Dr,children:[H("div",{className:"ds-base-map-title-container",children:[B("p",{className:"ds-base-map-title",children:e.label}),e.active?B(
|
|
1784
|
+
`)}),H("div",{css:Dr,children:[H("div",{className:"ds-base-map-title-container",children:[B("p",{className:"ds-base-map-title",children:e.label}),e.active?B(Un,{label:"Active",variant:"warning",size:"small",icon:B($e,{})}):null]}),B("p",{className:"ds-base-map-caption",children:e.caption}),e.active&&e.children?B("div",{className:"ds-base-map-children",children:e.children}):null]})]},e.label);var t}))}):null]})]})}),jr=(e,t)=>oe`
|
|
1772
1785
|
height: 28px;
|
|
1773
1786
|
width: 28px;
|
|
1774
1787
|
background-color: ${e||fe("success",300)};
|
|
@@ -1793,14 +1806,14 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1793
1806
|
height: 14px;
|
|
1794
1807
|
width: 14px;
|
|
1795
1808
|
}
|
|
1796
|
-
`,
|
|
1809
|
+
`,Vr=({ariaLabel:e,icon:t,backgroundColor:n,onClick:r})=>B("div",{css:jr(n,!!r),"aria-label":e,role:"button",tabIndex:0,onClick:r,onKeyDown:r,children:t}),Ir={Paper:({ariaLabel:e,onClick:t})=>ae(Vr,{ariaLabel:e||"paper icon",icon:ae(We,{color:"#79022C"}),backgroundColor:"#FFBCD4",onClick:t}),Drop:({ariaLabel:e,onClick:t})=>ae(Vr,{ariaLabel:e||"drop icon",icon:ae(Ue,{color:"#7D2A03"}),backgroundColor:"#F3A078",onClick:t}),Plant:({ariaLabel:e,onClick:t})=>ae(Vr,{ariaLabel:e||"plant icon",icon:ae(Xe,{color:"#3B6402"}),backgroundColor:"#B7E578",onClick:t})},zr=oe`
|
|
1797
1810
|
background-color: ${fe("neutral",100)};
|
|
1798
|
-
`,
|
|
1811
|
+
`,Ar=oe`
|
|
1799
1812
|
padding: 16px 16px 0px 16px;
|
|
1800
1813
|
&:focus-visible {
|
|
1801
1814
|
outline-color: ${fe("primary",700)};
|
|
1802
1815
|
}
|
|
1803
|
-
`,
|
|
1816
|
+
`,Hr=oe`
|
|
1804
1817
|
font-size: 16px;
|
|
1805
1818
|
font-weight: 700;
|
|
1806
1819
|
line-height: 24px;
|
|
@@ -1810,14 +1823,14 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1810
1823
|
align-items: center;
|
|
1811
1824
|
text-align: left;
|
|
1812
1825
|
gap: 10px;
|
|
1813
|
-
`,
|
|
1826
|
+
`,Br=oe`
|
|
1814
1827
|
font-size: 12px;
|
|
1815
1828
|
font-weight: 400;
|
|
1816
1829
|
line-height: 16px;
|
|
1817
1830
|
text-align: left;
|
|
1818
1831
|
color: ${fe("neutral",700)};
|
|
1819
1832
|
margin-bottom: 8px;
|
|
1820
|
-
`,
|
|
1833
|
+
`,Fr=oe`
|
|
1821
1834
|
width: 100%;
|
|
1822
1835
|
padding: 16px 0;
|
|
1823
1836
|
border-bottom: 1px solid ${fe("neutral",300)};
|
|
@@ -1825,31 +1838,31 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1825
1838
|
&:last-of-type {
|
|
1826
1839
|
border-bottom: none;
|
|
1827
1840
|
}
|
|
1828
|
-
`,
|
|
1841
|
+
`,Zr=oe`
|
|
1829
1842
|
display: flex;
|
|
1830
1843
|
align-items: flex-start;
|
|
1831
1844
|
justify-content: space-between;
|
|
1832
|
-
`,
|
|
1845
|
+
`,qr=oe`
|
|
1833
1846
|
display: flex;
|
|
1834
1847
|
flex-direction: column;
|
|
1835
|
-
`,
|
|
1848
|
+
`,Gr=e=>oe`
|
|
1836
1849
|
font-size: 16px;
|
|
1837
1850
|
font-weight: 400;
|
|
1838
1851
|
line-height: 24px;
|
|
1839
1852
|
text-align: left;
|
|
1840
1853
|
color: ${fe("neutral",e?500:800)};
|
|
1841
|
-
`,
|
|
1854
|
+
`,Wr=e=>oe`
|
|
1842
1855
|
font-size: 14px;
|
|
1843
1856
|
font-weight: 400;
|
|
1844
1857
|
line-height: 20px;
|
|
1845
1858
|
text-align: left;
|
|
1846
1859
|
color: ${fe("neutral",e?500:700)};
|
|
1847
|
-
`,
|
|
1860
|
+
`,Ur=({name:e,label:t,caption:n,showInfoButton:i=!0,infoButtonLabel:o="About data",variant:a="switch",disabled:l,onInfoClick:s,isDefaultSelected:c=!1,onChange:d})=>{const u="switch"===a;return H("div",{css:Fr,children:[H("div",u?{css:Zr,children:[H("div",{css:qr,children:[B("p",{css:Gr(l),"aria-label":t,"aria-disabled":l,children:t}),B("p",{"aria-label":n,css:Wr(l),children:n})]}),B(on,{"aria-label":`${t}, ${n}`,name:e,disabled:l,defaultChecked:c,onChange:d,role:"switch"})]}:{style:{display:"flex",flexDirection:"column"},children:[B(Gt,{value:e,disabled:l,fontSize:"16px",color:"var(--chakra-colors-neutral-800)",children:t}),B("p",{style:{marginLeft:"28px"},css:Wr(l),children:n})]}),i?B(r,{display:"flex",justifyContent:"flex-start",marginTop:"8px",marginLeft:u?0:"28px",children:B(ye,{variant:"secondary",label:o,rightIcon:B(Se,{}),size:"small",onClick:s,disabled:l})}):null]})},Xr=({label:e,caption:t,value:n,layerItems:i,onChangeForRadioVariant:o})=>{const[a,l]=W({}),[s]=W((e=>{const t=e.find((e=>"radio"===e.variant&&e.isDefaultSelected));return t?.name})(i));U((()=>{let t={...a};i.forEach((n=>{n.isDefaultSelected&&(t={...t,["radio"===n.variant?e:n.name]:n.isDefaultSelected})})),l(t)}),[]);const c=(e,t,n,r)=>{const i={...a,[e]:t};l(i),n&&n(e,t,r)},d=Object.values(a).filter((e=>!0===e)).length,u=`${e}, ${d} Active layers on the map${t?`, ${t}`:""}`;return H(S.Item,{value:n,width:"100%",children:[H(S.ItemTrigger,{css:Ar,alignItems:"flex-start","aria-label":u,children:[H(r,{width:"full",display:"flex",flexDirection:"column",alignItems:"flex-start",children:[H("span",{css:Hr,children:[e,B(Un,{label:`${d} Active`,size:"small",variant:d>0?"success":"info-grey"})]}),B("div",{css:Br,children:t})]}),B(S.ItemIndicator,{display:"flex",children:B(Ee,{color:"var(--chakra-colors-neutral-700)",height:"16px",width:"16px"})})]}),B(S.ItemContent,{paddingLeft:"16px",paddingRight:"16px",children:B(Wt,{name:e,defaultValue:s,customGap:"0px",onChange:(e,t)=>c(e,!!t,o,t),children:i.map((e=>B(Ur,{...e,onChange:(t,n)=>c(t,n,e.onChange)},e.label)))})})]})},Yr=({children:e,defaultValue:t,...n})=>B("div",{css:zr,style:{width:"100%"},children:B(S.Root,{css:{},defaultValue:t,multiple:!0,...n,children:e})}),Kr=oe`
|
|
1848
1861
|
margin-bottom: 16px;
|
|
1849
1862
|
border: 1px solid ${fe("neutral",300)};
|
|
1850
1863
|
border-radius: 4px;
|
|
1851
1864
|
box-shadow: 0px 1px 2px 0px #0000000d;
|
|
1852
|
-
`,
|
|
1865
|
+
`,Jr=oe`
|
|
1853
1866
|
padding: 6px 8px;
|
|
1854
1867
|
align-items: center;
|
|
1855
1868
|
background-color: ${fe("neutral",100)};
|
|
@@ -1865,12 +1878,12 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1865
1878
|
height: 10px;
|
|
1866
1879
|
width: 10px;
|
|
1867
1880
|
}
|
|
1868
|
-
`,
|
|
1881
|
+
`,Qr=oe`
|
|
1869
1882
|
font-size: 12px;
|
|
1870
1883
|
font-weight: 700;
|
|
1871
1884
|
line-height: 16px;
|
|
1872
1885
|
color: ${fe("neutral",800)};
|
|
1873
|
-
`,
|
|
1886
|
+
`,ei=oe`
|
|
1874
1887
|
padding: 12px 8px;
|
|
1875
1888
|
display: flex;
|
|
1876
1889
|
flex-direction: column;
|
|
@@ -1886,13 +1899,13 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1886
1899
|
margin-bottom: 0px;
|
|
1887
1900
|
}
|
|
1888
1901
|
}
|
|
1889
|
-
`,
|
|
1902
|
+
`,ti=({label:e,children:t,openedByDefault:n})=>B("div",{children:B(S.Root,{defaultValue:n?[e]:[],multiple:!0,children:H(S.Item,{css:Kr,value:e,children:[H(S.ItemTrigger,{css:Jr,children:[B(r,{width:"full",display:"flex",flexDirection:"column",alignItems:"flex-start",children:B("p",{css:Qr,children:e})}),B(S.ItemIndicator,{display:"flex",children:B(Ee,{color:"var(--chakra-colors-neutral-700)",height:"16px",width:"16px"})})]}),B(S.ItemContent,{css:ei,children:Y.map(t,(e=>B("div",{className:"ds-layer-parameters-item-child",children:e})))})]})})}),ni=oe`
|
|
1890
1903
|
padding: 12px;
|
|
1891
1904
|
padding-bottom: 20px;
|
|
1892
1905
|
display: flex;
|
|
1893
1906
|
gap: 12px;
|
|
1894
1907
|
border-bottom: 1px solid ${fe("neutral",300)};
|
|
1895
|
-
`,
|
|
1908
|
+
`,ri=oe`
|
|
1896
1909
|
display: flex;
|
|
1897
1910
|
flex-direction: column;
|
|
1898
1911
|
|
|
@@ -1901,44 +1914,44 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1901
1914
|
fill: ${fe("neutral",700)} !important;
|
|
1902
1915
|
}
|
|
1903
1916
|
}
|
|
1904
|
-
`,
|
|
1917
|
+
`,ii=oe`
|
|
1905
1918
|
display: flex;
|
|
1906
1919
|
align-items: flex-start;
|
|
1907
1920
|
justify-content: space-between;
|
|
1908
1921
|
gap: 12px;
|
|
1909
1922
|
margin-bottom: 16px;
|
|
1910
|
-
`,
|
|
1923
|
+
`,oi=oe`
|
|
1911
1924
|
font-size: 16px;
|
|
1912
1925
|
line-height: 24px;
|
|
1913
1926
|
font-weight: 400;
|
|
1914
1927
|
text-align: left;
|
|
1915
1928
|
color: ${fe("neutral",900)};
|
|
1916
|
-
`,
|
|
1929
|
+
`,ai=oe`
|
|
1917
1930
|
font-size: 14px;
|
|
1918
1931
|
line-height: 20px;
|
|
1919
1932
|
font-weight: 400;
|
|
1920
1933
|
text-align: left;
|
|
1921
1934
|
color: ${fe("neutral",700)};
|
|
1922
|
-
`,
|
|
1935
|
+
`,li=oe`
|
|
1923
1936
|
display: flex;
|
|
1924
1937
|
justify-content: space-between;
|
|
1925
1938
|
|
|
1926
1939
|
button {
|
|
1927
1940
|
width: 46%;
|
|
1928
1941
|
}
|
|
1929
|
-
`,
|
|
1942
|
+
`,si=oe`
|
|
1930
1943
|
width: 234px;
|
|
1931
1944
|
border: 1px solid ${fe("neutral",600)};
|
|
1932
1945
|
border-radius: 4px;
|
|
1933
|
-
`,si=oe`
|
|
1934
|
-
padding: 12px;
|
|
1935
1946
|
`,ci=oe`
|
|
1947
|
+
padding: 12px;
|
|
1948
|
+
`,di=oe`
|
|
1936
1949
|
font-size: 14px;
|
|
1937
1950
|
line-height: 20px;
|
|
1938
1951
|
font-weight: 400;
|
|
1939
1952
|
text-align: left;
|
|
1940
1953
|
color: ${fe("neutral",900)};
|
|
1941
|
-
`,
|
|
1954
|
+
`,ui=oe`
|
|
1942
1955
|
display: flex;
|
|
1943
1956
|
align-items: center;
|
|
1944
1957
|
gap: 12px;
|
|
@@ -1959,20 +1972,20 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1959
1972
|
margin-top: 18px;
|
|
1960
1973
|
width: 100%;
|
|
1961
1974
|
}
|
|
1962
|
-
`,
|
|
1975
|
+
`,pi=({defaultValue:e,onOpacityChanged:t})=>{const[n,r]=W(e);return H(E.Root,{positioning:{placement:"bottom-end"},children:[B(E.Trigger,{asChild:!0,children:B(ye,{label:"Opacity",size:"small",variant:"secondary",leftIcon:B(Se,{})})}),B(E.Positioner,{children:B(E.Content,{css:si,children:H(E.Body,{css:ci,children:[B("p",{css:di,children:"Opacity"}),H("div",{css:ui,children:[H("div",{style:{position:"relative"},children:[B(Sn,{"aria-label":"Opacity",min:"0",max:"100",value:n,onChange:e=>{const n=e.target.value||"0";let i=parseInt(n,10);i=Number.isNaN(i)?0:i,i=i<0?0:i,i=i>100?100:i,r(i),t&&t(i)},className:"ds-opacity-control-text-input",onClick:e=>e.target.select()}),B("p",{style:{position:"absolute",top:"18.5px",right:"5px"},children:"%"})]}),B(nn,{min:0,max:100,value:[n],onValueChangeEnd:({value:e})=>{r(e[0]),t&&t(e[0])}})]})]})})})]})},hi=({layerName:e,dataUnit:t,onDrag:n,onUpClick:r,onDownClick:i,onRemoveClick:o,children:a,onInfoClick:l,onOpacityChanged:s})=>H("div",{css:ni,children:[H("div",{css:ri,children:[B(it,{icon:B(Me,{}),"aria-label":"Drag and drop","aria-hidden":!0,onClick:n,style:{display:"none",marginBottom:"12px"}}),H("div",{style:{display:"flex",flexDirection:"column",gap:"12px"},children:[B(it,{icon:B(Ee,{rotate:"180"}),"aria-label":"Up",onClick:r}),B(it,{icon:B(Ee,{}),"aria-label":"Down",onClick:i})]})]}),H("div",{style:{width:"100%"},children:[H("div",{css:ii,children:[H("div",{children:[B("h3",{css:oi,children:e}),B("p",{css:ai,children:t})]}),B(ye,{label:"Remove",size:"small",variant:"secondary",rightIcon:B(_e,{}),onClick:o})]}),a,H("div",{css:li,children:[B(ye,{label:"About data",size:"small",variant:"secondary",leftIcon:B(Se,{}),onClick:l}),B(pi,{defaultValue:80,onOpacityChanged:s})]})]})]}),fi=e=>oe`
|
|
1963
1976
|
width: 20px;
|
|
1964
1977
|
height: 20px;
|
|
1965
1978
|
border-radius: 50%;
|
|
1966
1979
|
background-color: ${e};
|
|
1967
1980
|
border: 1px solid ${fe("neutral",400)};
|
|
1968
|
-
`,
|
|
1981
|
+
`,gi=e=>oe`
|
|
1969
1982
|
width: 20px;
|
|
1970
1983
|
height: 8px;
|
|
1971
1984
|
border-radius: 2px;
|
|
1972
1985
|
background-color: ${e};
|
|
1973
1986
|
border: 1px solid ${fe("neutral",400)};
|
|
1974
1987
|
margin-top: 6px;
|
|
1975
|
-
`,
|
|
1988
|
+
`,vi=e=>oe`
|
|
1976
1989
|
width: 20px;
|
|
1977
1990
|
height: 20px;
|
|
1978
1991
|
border-radius: 50%;
|
|
@@ -1985,26 +1998,26 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
1985
1998
|
width: 10px;
|
|
1986
1999
|
height: 10px;
|
|
1987
2000
|
}
|
|
1988
|
-
`,
|
|
2001
|
+
`,mi=oe`
|
|
1989
2002
|
width: 100%;
|
|
1990
2003
|
display: flex;
|
|
1991
2004
|
justify-content: space-between;
|
|
1992
2005
|
gap: 8px;
|
|
1993
2006
|
margin-bottom: 16px;
|
|
1994
|
-
`,
|
|
2007
|
+
`,xi=oe`
|
|
1995
2008
|
display: flex;
|
|
1996
2009
|
gap: 8px;
|
|
1997
|
-
`,
|
|
2010
|
+
`,bi=oe`
|
|
1998
2011
|
font-size: 14px;
|
|
1999
2012
|
line-height: 20px;
|
|
2000
2013
|
font-weight: 400;
|
|
2001
2014
|
color: ${fe("neutral",800)};
|
|
2002
|
-
`,
|
|
2015
|
+
`,yi=oe`
|
|
2003
2016
|
font-size: 12px;
|
|
2004
2017
|
line-height: 16px;
|
|
2005
2018
|
font-weight: 400;
|
|
2006
2019
|
color: ${fe("neutral",700)};
|
|
2007
|
-
`,
|
|
2020
|
+
`,Ci=oe`
|
|
2008
2021
|
button {
|
|
2009
2022
|
height: 25px;
|
|
2010
2023
|
font-size: 12px;
|
|
@@ -2013,12 +2026,12 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
2013
2026
|
color: ${fe("neutral",600)};
|
|
2014
2027
|
padding: 0 10px;
|
|
2015
2028
|
}
|
|
2016
|
-
`,
|
|
2029
|
+
`,wi=({type:e,label:t,caption:n,color:r,onActionClick:i,showActionButton:o,pointIcon:a=B(Ge,{color:"#006D2C"})})=>{const[l,s]=W(!0),c=X(),d=X(),u="line"===e,p="point"===e,h=l?"Hide":"Show",f=n?`${c} ${d}`:c;return H("div",{css:mi,children:[H("div",{css:xi,children:[H("div",{children:["raster"===e&&B("div",{css:fi(r)}),u&&B("div",{css:gi(r)}),p&&B("div",{css:vi(r),children:a})]}),H("div",{children:[B("p",{id:c,css:bi,children:t}),n?B("p",{id:d,css:yi,children:n}):null]})]}),i&&o?B("div",{css:Ci,children:B(ye,{type:"button",variant:"borderless",label:h,rightIcon:B(l?Pe:Re,{}),"aria-pressed":l,"aria-describedby":f,"aria-label":`${h} ${t}`,onClick:()=>{s((e=>!e)),i?.()}})}):null]})},$i=oe`
|
|
2017
2030
|
width: 100%;
|
|
2018
2031
|
display: flex;
|
|
2019
2032
|
flex-direction: column;
|
|
2020
2033
|
margin-bottom: 16px;
|
|
2021
|
-
|
|
2034
|
+
`,ki=oe`
|
|
2022
2035
|
height: 20px;
|
|
2023
2036
|
width: 100%;
|
|
2024
2037
|
margin-bottom: 8px;
|
|
@@ -2036,34 +2049,34 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
2036
2049
|
border-top-right-radius: 3px;
|
|
2037
2050
|
border-bottom-right-radius: 3px;
|
|
2038
2051
|
}
|
|
2039
|
-
`,
|
|
2052
|
+
`,Si=oe`
|
|
2040
2053
|
display: flex;
|
|
2041
2054
|
justify-content: space-between;
|
|
2042
2055
|
align-items: flex-start;
|
|
2043
|
-
`,
|
|
2056
|
+
`,Ei=oe`
|
|
2044
2057
|
width: 100%;
|
|
2045
2058
|
font-size: 12px;
|
|
2046
2059
|
line-height: 16px;
|
|
2047
2060
|
font-weight: 400;
|
|
2048
2061
|
color: ${fe("neutral",800)};
|
|
2049
2062
|
text-align: center;
|
|
2050
|
-
`,
|
|
2063
|
+
`,Oi=oe`
|
|
2051
2064
|
font-size: 12px;
|
|
2052
2065
|
line-height: 16px;
|
|
2053
2066
|
font-weight: 400;
|
|
2054
2067
|
color: ${fe("neutral",700)};
|
|
2055
2068
|
text-align: center;
|
|
2056
|
-
`,
|
|
2069
|
+
`,Li=e=>{const t=e.map(((t,n)=>`${n/(e.length-1)*100}%`));return`linear-gradient(to right, ${e.map(((e,n)=>`${e} ${t[n]}`)).join(", ")})`},_i=({colors:e,values:t,subLabels:n,isGradient:r})=>{return H("div",{css:$i,children:[B("div",r?{css:(i=Li(e),oe`
|
|
2057
2070
|
height: 20px;
|
|
2058
2071
|
width: 100%;
|
|
2059
2072
|
margin-bottom: 8px;
|
|
2060
2073
|
border: 1px solid ${fe("neutral",300)};
|
|
2061
2074
|
border-radius: 4px;
|
|
2062
2075
|
${i?`background: ${i};`:""}
|
|
2063
|
-
`)}:{css
|
|
2076
|
+
`)}:{css:ki,children:e?.map(((e,n)=>B("div",{"data-test":`${e}-${t?.[n]}`,style:{backgroundColor:e,width:"100%",height:"100%"}},`${e}-${t?.[n]}`)))}),B("div",{css:Si,children:t?.map((e=>B("div",{style:{width:r?"auto":`calc(100% / ${t.length})`,display:"flex",justifyContent:"center"},children:B("p",{css:Ei,children:e})},e)))}),n&&n.length?B("div",{css:Si,children:n.map((e=>B("div",{style:{width:r?"auto":`calc(100% / ${t.length})`,display:"flex",justifyContent:"center"},children:B("p",{css:Oi,style:{width:"100%"},children:e})},e)))}):null]});var i},Ti=oe`
|
|
2064
2077
|
display: flex;
|
|
2065
2078
|
flex-direction: column;
|
|
2066
|
-
`,
|
|
2079
|
+
`,Ri=oe`
|
|
2067
2080
|
display: flex;
|
|
2068
2081
|
gap: 16px;
|
|
2069
2082
|
align-items: center;
|
|
@@ -2072,39 +2085,40 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
2072
2085
|
.ds-select-input-container {
|
|
2073
2086
|
margin-bottom: 0px;
|
|
2074
2087
|
}
|
|
2075
|
-
`,
|
|
2088
|
+
`,Pi=oe`
|
|
2076
2089
|
font-size: 18px;
|
|
2077
2090
|
line-height: 28px;
|
|
2078
2091
|
font-weight: 400;
|
|
2079
2092
|
color: ${fe("neutral",700)};
|
|
2080
|
-
`,
|
|
2093
|
+
`,Mi=({pageSize:e,currentPage:t,totalItems:n,onPageSizeChange:r,showItemCountText:i})=>H("div",{css:Ti,children:[H("div",{css:Ri,children:[B("div",{style:{width:"80px"},children:B(Kn,{defaultValue:[`${e}`],items:[{label:"10",value:"10"},{label:"20",value:"20"},{label:"50",value:"50"},{label:"100",value:"100"}],onChange:e=>{r&&r(parseInt(e[0],10))},required:!0})}),B("p",{css:Pi,children:"Per Page"})]}),i?B("p",{css:Pi,children:(()=>{const r=e,i=(t-1)*r+1;return`Showing ${i}-${Math.min(i+r-1,n)} of ${n}`})()}):null]}),Di=oe`
|
|
2081
2094
|
border: 1px solid ${fe("neutral",300)};
|
|
2082
|
-
`,
|
|
2083
|
-
color: ${fe("neutral",700)};
|
|
2095
|
+
`,Ni=e=>oe`
|
|
2096
|
+
color: ${fe("neutral",e?400:700)};
|
|
2084
2097
|
line-height: 20px;
|
|
2085
2098
|
white-space: nowrap;
|
|
2086
2099
|
overflow: hidden;
|
|
2087
2100
|
text-overflow: ellipsis;
|
|
2088
|
-
`,
|
|
2101
|
+
`,ji=oe`
|
|
2089
2102
|
font-weight: 400;
|
|
2090
2103
|
color: ${fe("neutral",700)};
|
|
2091
2104
|
white-space: nowrap;
|
|
2092
2105
|
overflow: hidden;
|
|
2093
2106
|
text-overflow: ellipsis;
|
|
2094
|
-
`,
|
|
2107
|
+
`,Vi=oe`
|
|
2095
2108
|
color: ${fe("neutral",700)};
|
|
2096
2109
|
text-align: right;
|
|
2097
2110
|
font-weight: 700;
|
|
2098
2111
|
white-space: nowrap;
|
|
2099
2112
|
overflow: hidden;
|
|
2100
2113
|
text-overflow: ellipsis;
|
|
2101
|
-
`,
|
|
2114
|
+
`,Ii=e=>oe`
|
|
2102
2115
|
width: 16px;
|
|
2103
2116
|
height: 16px;
|
|
2117
|
+
|
|
2104
2118
|
path {
|
|
2105
|
-
fill: ${fe("neutral",700)};
|
|
2119
|
+
fill: ${fe("neutral",e?400:700)};
|
|
2106
2120
|
}
|
|
2107
|
-
`,
|
|
2121
|
+
`,zi=oe`
|
|
2108
2122
|
display: flex;
|
|
2109
2123
|
align-items: center;
|
|
2110
2124
|
justify-content: space-between;
|
|
@@ -2113,7 +2127,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
2113
2127
|
border-bottom: 1px solid ${fe("neutral",200)};
|
|
2114
2128
|
width: 100%;
|
|
2115
2129
|
text-align: left;
|
|
2116
|
-
`,
|
|
2130
|
+
`,Ai=oe`
|
|
2117
2131
|
display: flex;
|
|
2118
2132
|
align-items: center;
|
|
2119
2133
|
justify-content: space-between;
|
|
@@ -2122,15 +2136,11 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
2122
2136
|
border-bottom: 1px solid ${fe("neutral",200)};
|
|
2123
2137
|
width: 100%;
|
|
2124
2138
|
text-align: left;
|
|
2125
|
-
|
|
2126
|
-
&:hover {
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
in srgb,
|
|
2131
|
-
${fe("primary",500)} 20%,
|
|
2132
|
-
transparent
|
|
2133
|
-
);
|
|
2139
|
+
|
|
2140
|
+
&:hover:not(:disabled) {
|
|
2141
|
+
cursor: pointer;
|
|
2142
|
+
background-color: ${fe("neutral",200)};
|
|
2143
|
+
border-bottom: 1px solid ${fe("neutral",300)};
|
|
2134
2144
|
}
|
|
2135
2145
|
|
|
2136
2146
|
&:focus-visible {
|
|
@@ -2143,22 +2153,26 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
2143
2153
|
rgba(0, 0, 0, 0.05) 0px 2px 2px 4px;
|
|
2144
2154
|
}
|
|
2145
2155
|
|
|
2146
|
-
&:active {
|
|
2147
|
-
background-color: ${fe("
|
|
2148
|
-
border:
|
|
2156
|
+
&:active:not(:disabled) {
|
|
2157
|
+
background-color: ${fe("neutral",300)};
|
|
2158
|
+
border-color: ${fe("neutral",300)};
|
|
2159
|
+
}
|
|
2160
|
+
|
|
2161
|
+
&:disabled {
|
|
2162
|
+
background-color: ${fe("neutral",200)};
|
|
2149
2163
|
}
|
|
2150
|
-
`,
|
|
2164
|
+
`,Hi=({id:e,label:t,caption:n,icon:i,value:a,variant:l="data",onItemClick:s,isExpanded:c=!1,ariaLabel:d,disabled:u=!1})=>{const p="navigation"===l&&!!s,h=p?O.button:O.div;return H(h,{id:e,css:"data"===l?zi:Ai,onClick:p?s:void 0,tabIndex:p?0:void 0,onKeyDown:e=>{p&&("Enter"!==e.key&&" "!==e.key||s?.())},role:p?"button":void 0,"aria-expanded":p?c:void 0,"aria-label":d||("data"===l&&a?`${t}, ${a}`:t),disabled:u,children:[H(L,{gap:3,flex:"1",overflow:"hidden",children:[i&&B(o,{css:Ii(u),as:i.type,boxSize:4,"aria-hidden":"true"}),H(r,{flex:"1",minWidth:0,children:[B(_,{fontWeight:"navigation"===l?"700":"400",css:Ni(u),children:t}),n&&B(_,{css:ji,children:n})]})]}),"data"===l&&a&&B(_,{css:Vi,children:a}),"navigation"===l&&B(o,{as:Oe,boxSize:4,"aria-hidden":"true",css:Ii(u)})]})},Bi=({items:e})=>B(r,{css:Di,children:e.map((e=>B(Hi,{id:e.id,icon:e.icon,label:e.label,caption:e.caption,value:e.value,variant:e.variant??"data",onItemClick:e.onItemClick},e.id??e.label)))}),Fi=oe`
|
|
2151
2165
|
svg {
|
|
2152
2166
|
path {
|
|
2153
2167
|
fill: ${fe("primary",500)};
|
|
2154
2168
|
}
|
|
2155
2169
|
}
|
|
2156
|
-
`,
|
|
2170
|
+
`,Zi=oe`
|
|
2157
2171
|
font-size: 16px;
|
|
2158
2172
|
line-height: 24px;
|
|
2159
2173
|
font-weight: 700;
|
|
2160
2174
|
color: ${fe("neutral",900)};
|
|
2161
|
-
`,
|
|
2175
|
+
`,qi=oe`
|
|
2162
2176
|
span {
|
|
2163
2177
|
height: 20px;
|
|
2164
2178
|
width: 20px;
|
|
@@ -2168,7 +2182,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
2168
2182
|
background-color: transparent;
|
|
2169
2183
|
}
|
|
2170
2184
|
}
|
|
2171
|
-
`,
|
|
2185
|
+
`,Gi=oe`
|
|
2172
2186
|
font-size: 16px;
|
|
2173
2187
|
line-height: 24px;
|
|
2174
2188
|
font-weight: 400;
|
|
@@ -2178,22 +2192,22 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
2178
2192
|
color: ${fe("neutral",900)};
|
|
2179
2193
|
font-weight: 700;
|
|
2180
2194
|
}
|
|
2181
|
-
`,
|
|
2195
|
+
`,Wi=({totalItems:e,pageSize:t,currentPage:n,variant:r="default",onPageChange:i})=>{const o="compact"===r||"compact-with-buttons"===r,a="compact-with-buttons"===r;return B("div",{"aria-label":"Pagination",children:B(T.Root,{count:e,pageSize:t,defaultPage:n,onPageChange:e=>i&&i(e.page),siblingCount:1,children:H(R,{gap:"2",size:"sm",variant:"ghost",css:qi,children:[B(T.PrevTrigger,{asChild:!0,children:a?B(ye,{variant:"secondary",label:"Previous",size:"small",leftIcon:B(Ee,{style:{rotate:"90deg"},color:"var(--chakra-colors-primary-500)"})}):B(it,{css:Fi,style:{rotate:"90deg"},icon:B(Ee,{}),"aria-label":"Previous page"})}),o?B(T.PageText,{css:Zi}):B(T.Items,{render:e=>B(it,{css:Gi,"aria-label":`Page ${e.value}`,icon:B("p",{children:e.value})})}),B(T.NextTrigger,{asChild:!0,children:a?B(ye,{variant:"secondary",label:"Next",size:"small",rightIcon:B(Ee,{style:{rotate:"270deg"},color:"var(--chakra-colors-primary-500)"})}):B(it,{css:Fi,style:{rotate:"270deg"},icon:B(Ee,{}),"aria-label":"Next page"})})]})})})},Ui=oe`
|
|
2182
2196
|
border: 1px solid ${fe("neutral",300)};
|
|
2183
2197
|
border-radius: 2px;
|
|
2184
2198
|
box-shadow: 0 0 0 1px ${fe("neutral",300)};
|
|
2185
|
-
`,
|
|
2199
|
+
`,Xi=oe`
|
|
2186
2200
|
tr {
|
|
2187
2201
|
background-color: ${fe("neutral",200)};
|
|
2188
2202
|
}
|
|
2189
|
-
`,
|
|
2203
|
+
`,Yi=oe`
|
|
2190
2204
|
font-size: 16px;
|
|
2191
2205
|
line-height: 24px;
|
|
2192
2206
|
font-weight: 700;
|
|
2193
2207
|
color: ${fe("neutral",800)};
|
|
2194
2208
|
display: flex;
|
|
2195
2209
|
align-items: center;
|
|
2196
|
-
`,
|
|
2210
|
+
`,Ki=oe`
|
|
2197
2211
|
height: 24px;
|
|
2198
2212
|
width: 10px;
|
|
2199
2213
|
display: flex;
|
|
@@ -2216,21 +2230,21 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
2216
2230
|
}
|
|
2217
2231
|
}
|
|
2218
2232
|
}
|
|
2219
|
-
`,
|
|
2233
|
+
`,Ji=e=>oe`
|
|
2220
2234
|
svg {
|
|
2221
2235
|
path {
|
|
2222
2236
|
fill: ${e?fe("primary",600):fe("neutral",400)} !important;
|
|
2223
2237
|
}
|
|
2224
2238
|
}
|
|
2225
|
-
`,
|
|
2239
|
+
`,Qi=oe`
|
|
2226
2240
|
margin-top: 12px;
|
|
2227
2241
|
display: flex;
|
|
2228
2242
|
justify-content: space-between;
|
|
2229
|
-
`,
|
|
2243
|
+
`,eo=oe`
|
|
2230
2244
|
margin-top: 9px;
|
|
2231
|
-
`,
|
|
2245
|
+
`,to=({columns:e,data:t,renderRow:n,striped:r,stickyHeader:i,pagination:o,selectable:a,selectedRows:l,onSortColumn:s,onPageSizeChange:c,onPageChange:d,onAllItemsSelected:u})=>{const[p,h]=W({key:"",order:""}),{totalItems:f=t.length,currentPage:g=1,pageSize:v=10,showItemCount:m,showItemCountText:x}=o||{},b=(e,t)=>{h({key:e,order:t}),s&&s({key:e,order:t})},y=l?.length===t?.length,C=l&&l.length>0&&!y;return H("div",{children:[H(P.Root,{css:Ui,striped:r,stickyHeader:i,interactive:!0,children:[B(P.Header,{css:Xi,children:H(P.Row,{children:[a?B(P.ColumnHeader,{children:B(Lt,{name:"header-checkbox",checked:y,indeterminate:C,onCheckedChange:({checked:e})=>{u&&u(e)}})}):null,e.map((e=>B(P.ColumnHeader,{role:e.sortable?"columnheader":void 0,"aria-sort":e.sortable&&"asc"===p.order?"ascending":e.sortable&&"desc"===p.order?"descending":void 0,children:H("div",{css:Yi,children:[e.label,e.sortable?H("div",{css:Ki,children:[B(it,{css:Ji(p.key===e.key&&"asc"===p.order),icon:B(Ee,{style:{transform:"rotate(180deg)"}}),onClick:()=>b(e.key,"asc"),"aria-label":"Ascending"}),B(it,{css:Ji(p.key===e.key&&"desc"===p.order),icon:B(Ee,{}),onClick:()=>b(e.key,"desc"),"aria-label":"Descending"})]}):null]})},e.key)))]})}),B(P.Body,{children:t.map((e=>B(q.Fragment,{children:n(e)},e.id)))})]}),H("div",{css:Qi,children:[B("div",{children:m?B(Mi,{pageSize:v,currentPage:g,totalItems:f,onPageSizeChange:c,showItemCountText:x}):null}),o?B("div",{css:eo,children:B(Wi,{totalItems:f,pageSize:v,currentPage:g,onPageChange:d})}):null]})]})},no=P.Row,ro=P.Cell,io=oe`
|
|
2232
2246
|
border: 1px solid ${fe("neutral",300)};
|
|
2233
|
-
`,
|
|
2247
|
+
`,oo=oe`
|
|
2234
2248
|
padding: 16px;
|
|
2235
2249
|
cursor: pointer;
|
|
2236
2250
|
&:focus-visible {
|
|
@@ -2245,7 +2259,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
2245
2259
|
transparent
|
|
2246
2260
|
);
|
|
2247
2261
|
}
|
|
2248
|
-
`,
|
|
2262
|
+
`,ao=({children:e,header:t,footer:n})=>B(r,{css:io,children:B(S.Root,{multiple:!0,children:H(S.Item,{value:"extendable-card-item",children:[H(S.ItemTrigger,{css:oo,alignItems:"center",children:[B(L,{gap:3,flex:"1",overflow:"hidden",alignItems:"center",children:t}),B(S.ItemIndicator,{children:B(Ee,{color:"var(--chakra-colors-neutral-700)",height:"16px",width:"16px"})})]}),H(S.ItemContent,{children:[e,n]})]})})});function lo(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function so(e){if(e.__esModule)return e;var t=e.default;if("function"==typeof t){var n=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};n.prototype=t.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(e).forEach((function(t){var r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,r.get?r:{enumerable:!0,get:function(){return e[t]}})})),n}var co,uo={exports:{}},po={},ho={exports:{}},fo={exports:{}},go={};var vo,mo,xo,bo,yo,Co,wo,$o,ko,So,Eo,Oo,Lo,_o={};
|
|
2249
2263
|
/** @license React v16.13.1
|
|
2250
2264
|
* react-is.development.js
|
|
2251
2265
|
*
|
|
@@ -2253,7 +2267,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
2253
2267
|
*
|
|
2254
2268
|
* This source code is licensed under the MIT license found in the
|
|
2255
2269
|
* LICENSE file in the root directory of this source tree.
|
|
2256
|
-
*/function Lo(){return vo||(vo=1,"production"===process.env.NODE_ENV?ho.exports=function(){if(so)return fo;so=1;var e="function"==typeof Symbol&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,i=e?Symbol.for("react.strict_mode"):60108,o=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,l=e?Symbol.for("react.context"):60110,s=e?Symbol.for("react.async_mode"):60111,c=e?Symbol.for("react.concurrent_mode"):60111,d=e?Symbol.for("react.forward_ref"):60112,u=e?Symbol.for("react.suspense"):60113,p=e?Symbol.for("react.suspense_list"):60120,h=e?Symbol.for("react.memo"):60115,f=e?Symbol.for("react.lazy"):60116,g=e?Symbol.for("react.block"):60121,v=e?Symbol.for("react.fundamental"):60117,m=e?Symbol.for("react.responder"):60118,x=e?Symbol.for("react.scope"):60119;function b(e){if("object"==typeof e&&null!==e){var p=e.$$typeof;switch(p){case t:switch(e=e.type){case s:case c:case r:case o:case i:case u:return e;default:switch(e=e&&e.$$typeof){case l:case d:case f:case h:case a:return e;default:return p}}case n:return p}}}function y(e){return b(e)===c}return fo.AsyncMode=s,fo.ConcurrentMode=c,fo.ContextConsumer=l,fo.ContextProvider=a,fo.Element=t,fo.ForwardRef=d,fo.Fragment=r,fo.Lazy=f,fo.Memo=h,fo.Portal=n,fo.Profiler=o,fo.StrictMode=i,fo.Suspense=u,fo.isAsyncMode=function(e){return y(e)||b(e)===s},fo.isConcurrentMode=y,fo.isContextConsumer=function(e){return b(e)===l},fo.isContextProvider=function(e){return b(e)===a},fo.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===t},fo.isForwardRef=function(e){return b(e)===d},fo.isFragment=function(e){return b(e)===r},fo.isLazy=function(e){return b(e)===f},fo.isMemo=function(e){return b(e)===h},fo.isPortal=function(e){return b(e)===n},fo.isProfiler=function(e){return b(e)===o},fo.isStrictMode=function(e){return b(e)===i},fo.isSuspense=function(e){return b(e)===u},fo.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===r||e===c||e===o||e===i||e===u||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===f||e.$$typeof===h||e.$$typeof===a||e.$$typeof===l||e.$$typeof===d||e.$$typeof===v||e.$$typeof===m||e.$$typeof===x||e.$$typeof===g)},fo.typeOf=b,fo}():ho.exports=(go||(go=1,"production"!==process.env.NODE_ENV&&function(){var e="function"==typeof Symbol&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,i=e?Symbol.for("react.strict_mode"):60108,o=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,l=e?Symbol.for("react.context"):60110,s=e?Symbol.for("react.async_mode"):60111,c=e?Symbol.for("react.concurrent_mode"):60111,d=e?Symbol.for("react.forward_ref"):60112,u=e?Symbol.for("react.suspense"):60113,p=e?Symbol.for("react.suspense_list"):60120,h=e?Symbol.for("react.memo"):60115,f=e?Symbol.for("react.lazy"):60116,g=e?Symbol.for("react.block"):60121,v=e?Symbol.for("react.fundamental"):60117,m=e?Symbol.for("react.responder"):60118,x=e?Symbol.for("react.scope"):60119;function b(e){if("object"==typeof e&&null!==e){var p=e.$$typeof;switch(p){case t:var g=e.type;switch(g){case s:case c:case r:case o:case i:case u:return g;default:var v=g&&g.$$typeof;switch(v){case l:case d:case f:case h:case a:return v;default:return p}}case n:return p}}}var y=s,C=c,w=l,$=a,k=t,S=d,E=r,O=f,_=h,L=n,T=o,R=i,P=u,D=!1;function M(e){return b(e)===c}_o.AsyncMode=y,_o.ConcurrentMode=C,_o.ContextConsumer=w,_o.ContextProvider=$,_o.Element=k,_o.ForwardRef=S,_o.Fragment=E,_o.Lazy=O,_o.Memo=_,_o.Portal=L,_o.Profiler=T,_o.StrictMode=R,_o.Suspense=P,_o.isAsyncMode=function(e){return D||(D=!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.")),M(e)||b(e)===s},_o.isConcurrentMode=M,_o.isContextConsumer=function(e){return b(e)===l},_o.isContextProvider=function(e){return b(e)===a},_o.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===t},_o.isForwardRef=function(e){return b(e)===d},_o.isFragment=function(e){return b(e)===r},_o.isLazy=function(e){return b(e)===f},_o.isMemo=function(e){return b(e)===h},_o.isPortal=function(e){return b(e)===n},_o.isProfiler=function(e){return b(e)===o},_o.isStrictMode=function(e){return b(e)===i},_o.isSuspense=function(e){return b(e)===u},_o.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===r||e===c||e===o||e===i||e===u||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===f||e.$$typeof===h||e.$$typeof===a||e.$$typeof===l||e.$$typeof===d||e.$$typeof===v||e.$$typeof===m||e.$$typeof===x||e.$$typeof===g)},_o.typeOf=b}()),_o)),ho.exports}function To(){if(xo)return mo;xo=1;return mo="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"}function Ro(){return yo?bo:(yo=1,bo=Function.call.bind(Object.prototype.hasOwnProperty))}function Po(){if(ko)return $o;ko=1;var e=Lo(),t=ce,n=To(),r=Ro(),i=function(){if(wo)return Co;wo=1;var e=function(){};if("production"!==process.env.NODE_ENV){var t=To(),n={},r=Ro();e=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}}function i(i,o,a,l,s){if("production"!==process.env.NODE_ENV)for(var c in i)if(r(i,c)){var d;try{if("function"!=typeof i[c]){var u=Error((l||"React class")+": "+a+" type `"+c+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof i[c]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw u.name="Invariant Violation",u}d=i[c](o,c,l,a,null,t)}catch(e){d=e}if(!d||d instanceof Error||e((l||"React class")+": type specification of "+a+" `"+c+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof d+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),d instanceof Error&&!(d.message in n)){n[d.message]=!0;var p=s?s():"";e("Failed "+a+" type: "+d.message+(null!=p?p:""))}}}return i.resetWarningCache=function(){"production"!==process.env.NODE_ENV&&(n={})},Co=i}(),o=function(){};function a(){return null}return"production"!==process.env.NODE_ENV&&(o=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}),$o=function(l,s){var c="function"==typeof Symbol&&Symbol.iterator;var d="<<anonymous>>",u={array:g("array"),bigint:g("bigint"),bool:g("boolean"),func:g("function"),number:g("number"),object:g("object"),string:g("string"),symbol:g("symbol"),any:f(a),arrayOf:function(e){return f((function(t,r,i,o,a){if("function"!=typeof e)return new h("Property `"+a+"` of component `"+i+"` has invalid PropType notation inside arrayOf.");var l=t[r];if(!Array.isArray(l))return new h("Invalid "+o+" `"+a+"` of type `"+x(l)+"` supplied to `"+i+"`, expected an array.");for(var s=0;s<l.length;s++){var c=e(l,s,i,o,a+"["+s+"]",n);if(c instanceof Error)return c}return null}))},element:f((function(e,t,n,r,i){var o=e[t];return l(o)?null:new h("Invalid "+r+" `"+i+"` of type `"+x(o)+"` supplied to `"+n+"`, expected a single ReactElement.")})),elementType:f((function(t,n,r,i,o){var a=t[n];return e.isValidElementType(a)?null:new h("Invalid "+i+" `"+o+"` of type `"+x(a)+"` supplied to `"+r+"`, expected a single ReactElement type.")})),instanceOf:function(e){return f((function(t,n,r,i,o){if(!(t[n]instanceof e)){var a=e.name||d;return new h("Invalid "+i+" `"+o+"` of type `"+(((l=t[n]).constructor&&l.constructor.name?l.constructor.name:d)+"` supplied to `")+r+"`, expected instance of `"+a+"`.")}var l;return null}))},node:f((function(e,t,n,r,i){return m(e[t])?null:new h("Invalid "+r+" `"+i+"` supplied to `"+n+"`, expected a ReactNode.")})),objectOf:function(e){return f((function(t,i,o,a,l){if("function"!=typeof e)return new h("Property `"+l+"` of component `"+o+"` has invalid PropType notation inside objectOf.");var s=t[i],c=x(s);if("object"!==c)return new h("Invalid "+a+" `"+l+"` of type `"+c+"` supplied to `"+o+"`, expected an object.");for(var d in s)if(r(s,d)){var u=e(s,d,o,a,l+"."+d,n);if(u instanceof Error)return u}return null}))},oneOf:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&o(arguments.length>1?"Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).":"Invalid argument supplied to oneOf, expected an array."),a;return f((function(t,n,r,i,o){for(var a=t[n],l=0;l<e.length;l++)if(p(a,e[l]))return null;var s=JSON.stringify(e,(function(e,t){return"symbol"===b(t)?String(t):t}));return new h("Invalid "+i+" `"+o+"` of value `"+String(a)+"` supplied to `"+r+"`, expected one of "+s+".")}))},oneOfType:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&o("Invalid argument supplied to oneOfType, expected an instance of array."),a;for(var t=0;t<e.length;t++){var i=e[t];if("function"!=typeof i)return o("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+y(i)+" at index "+t+"."),a}return f((function(t,i,o,a,l){for(var s=[],c=0;c<e.length;c++){var d=(0,e[c])(t,i,o,a,l,n);if(null==d)return null;d.data&&r(d.data,"expectedType")&&s.push(d.data.expectedType)}return new h("Invalid "+a+" `"+l+"` supplied to `"+o+"`"+(s.length>0?", expected one of type ["+s.join(", ")+"]":"")+".")}))},shape:function(e){return f((function(t,r,i,o,a){var l=t[r],s=x(l);if("object"!==s)return new h("Invalid "+o+" `"+a+"` of type `"+s+"` supplied to `"+i+"`, expected `object`.");for(var c in e){var d=e[c];if("function"!=typeof d)return v(i,o,a,c,b(d));var u=d(l,c,i,o,a+"."+c,n);if(u)return u}return null}))},exact:function(e){return f((function(i,o,a,l,s){var c=i[o],d=x(c);if("object"!==d)return new h("Invalid "+l+" `"+s+"` of type `"+d+"` supplied to `"+a+"`, expected `object`.");var u=t({},i[o],e);for(var p in u){var f=e[p];if(r(e,p)&&"function"!=typeof f)return v(a,l,s,p,b(f));if(!f)return new h("Invalid "+l+" `"+s+"` key `"+p+"` supplied to `"+a+"`.\nBad object: "+JSON.stringify(i[o],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(e),null," "));var g=f(c,p,a,l,s+"."+p,n);if(g)return g}return null}))}};function p(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}function h(e,t){this.message=e,this.data=t&&"object"==typeof t?t:{},this.stack=""}function f(e){if("production"!==process.env.NODE_ENV)var t={},r=0;function i(i,a,l,c,u,p,f){if(c=c||d,p=p||l,f!==n){if(s){var g=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw g.name="Invariant Violation",g}if("production"!==process.env.NODE_ENV&&"undefined"!=typeof console){var v=c+":"+l;!t[v]&&r<3&&(o("You are manually calling a React.PropTypes validation function for the `"+p+"` prop on `"+c+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),t[v]=!0,r++)}}return null==a[l]?i?null===a[l]?new h("The "+u+" `"+p+"` is marked as required in `"+c+"`, but its value is `null`."):new h("The "+u+" `"+p+"` is marked as required in `"+c+"`, but its value is `undefined`."):null:e(a,l,c,u,p)}var a=i.bind(null,!1);return a.isRequired=i.bind(null,!0),a}function g(e){return f((function(t,n,r,i,o,a){var l=t[n];return x(l)!==e?new h("Invalid "+i+" `"+o+"` of type `"+b(l)+"` supplied to `"+r+"`, expected `"+e+"`.",{expectedType:e}):null}))}function v(e,t,n,r,i){return new h((e||"React class")+": "+t+" type `"+n+"."+r+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+i+"`.")}function m(e){switch(typeof e){case"number":case"string":case"undefined":return!0;case"boolean":return!e;case"object":if(Array.isArray(e))return e.every(m);if(null===e||l(e))return!0;var t=function(e){var t=e&&(c&&e[c]||e["@@iterator"]);if("function"==typeof t)return t}(e);if(!t)return!1;var n,r=t.call(e);if(t!==e.entries){for(;!(n=r.next()).done;)if(!m(n.value))return!1}else for(;!(n=r.next()).done;){var i=n.value;if(i&&!m(i[1]))return!1}return!0;default:return!1}}function x(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":function(e,t){return"symbol"===e||!!t&&("Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol)}(t,e)?"symbol":t}function b(e){if(null==e)return""+e;var t=x(e);if("object"===t){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return t}function y(e){var t=b(e);switch(t){case"array":case"object":return"an "+t;case"boolean":case"date":case"regexp":return"a "+t;default:return t}}return h.prototype=Error.prototype,u.checkPropTypes=i,u.resetWarningCache=i.resetWarningCache,u.PropTypes=u,u},$o}function Do(){if(Oo)return po.exports;if(Oo=1,"production"!==process.env.NODE_ENV){var e=Lo();po.exports=Po()(e.isElement,!0)}else po.exports=function(){if(Eo)return So;Eo=1;var e=To();function t(){}function n(){}return n.resetWarningCache=t,So=function(){function r(t,n,r,i,o,a){if(a!==e){var l=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw l.name="Invariant Violation",l}}function i(){return r}r.isRequired=r;var o={array:r,bigint:r,bool:r,func:r,number:r,object:r,string:r,symbol:r,any:r,arrayOf:i,element:r,elementType:r,instanceOf:i,node:r,objectOf:i,oneOf:i,oneOfType:i,shape:i,exact:i,checkPropTypes:n,resetWarningCache:t};return o.PropTypes=o,o}}()();return po.exports}function Mo(e){var t,n,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(n=Mo(e[t]))&&(r&&(r+=" "),r+=n);else for(t in e)e[t]&&(r&&(r+=" "),r+=t);return r}function No(){for(var e,t,n=0,r="";n<arguments.length;)(e=arguments[n++])&&(t=Mo(e))&&(r&&(r+=" "),r+=t);return r}var jo,Vo=lo(Object.freeze({__proto__:null,clsx:No,default:No})),Io={},zo={};function Ao(){if(jo)return zo;return jo=1,Object.defineProperty(zo,"__esModule",{value:!0}),zo.dontSetMe=function(e,t,n){if(e[t])return new Error("Invalid prop ".concat(t," passed to ").concat(n," - do not set this, set it on the child."))},zo.findInArray=function(e,t){for(let n=0,r=e.length;n<r;n++)if(t.apply(t,[e[n],n,e]))return e[n]},zo.int=function(e){return parseInt(e,10)},zo.isFunction=function(e){return"function"==typeof e||"[object Function]"===Object.prototype.toString.call(e)},zo.isNum=function(e){return"number"==typeof e&&!isNaN(e)},zo}var Ho,Bo,Fo={};function Zo(){if(Bo)return Io;Bo=1,Object.defineProperty(Io,"__esModule",{value:!0}),Io.addClassName=a,Io.addEvent=function(e,t,n,r){if(!e)return;const i={capture:!0,...r};e.addEventListener?e.addEventListener(t,n,i):e.attachEvent?e.attachEvent("on"+t,n):e["on"+t]=n},Io.addUserSelectStyles=function(e){if(!e)return;let t=e.getElementById("react-draggable-style-el");t||(t=e.createElement("style"),t.type="text/css",t.id="react-draggable-style-el",t.innerHTML=".react-draggable-transparent-selection *::-moz-selection {all: inherit;}\n",t.innerHTML+=".react-draggable-transparent-selection *::selection {all: inherit;}\n",e.getElementsByTagName("head")[0].appendChild(t));e.body&&a(e.body,"react-draggable-transparent-selection")},Io.createCSSTransform=function(e,n){const r=o(e,n,"px");return{[(0,t.browserPrefixToKey)("transform",t.default)]:r}},Io.createSVGTransform=function(e,t){return o(e,t,"")},Io.getTouch=function(t,n){return t.targetTouches&&(0,e.findInArray)(t.targetTouches,(e=>n===e.identifier))||t.changedTouches&&(0,e.findInArray)(t.changedTouches,(e=>n===e.identifier))},Io.getTouchIdentifier=function(e){if(e.targetTouches&&e.targetTouches[0])return e.targetTouches[0].identifier;if(e.changedTouches&&e.changedTouches[0])return e.changedTouches[0].identifier},Io.getTranslation=o,Io.innerHeight=function(t){let n=t.clientHeight;const r=t.ownerDocument.defaultView.getComputedStyle(t);return n-=(0,e.int)(r.paddingTop),n-=(0,e.int)(r.paddingBottom),n},Io.innerWidth=function(t){let n=t.clientWidth;const r=t.ownerDocument.defaultView.getComputedStyle(t);return n-=(0,e.int)(r.paddingLeft),n-=(0,e.int)(r.paddingRight),n},Io.matchesSelector=i,Io.matchesSelectorAndParentsTo=function(e,t,n){let r=e;do{if(i(r,t))return!0;if(r===n)return!1;r=r.parentNode}while(r);return!1},Io.offsetXYFromParent=function(e,t,n){const r=t===t.ownerDocument.body?{left:0,top:0}:t.getBoundingClientRect(),i=(e.clientX+t.scrollLeft-r.left)/n,o=(e.clientY+t.scrollTop-r.top)/n;return{x:i,y:o}},Io.outerHeight=function(t){let n=t.clientHeight;const r=t.ownerDocument.defaultView.getComputedStyle(t);return n+=(0,e.int)(r.borderTopWidth),n+=(0,e.int)(r.borderBottomWidth),n},Io.outerWidth=function(t){let n=t.clientWidth;const r=t.ownerDocument.defaultView.getComputedStyle(t);return n+=(0,e.int)(r.borderLeftWidth),n+=(0,e.int)(r.borderRightWidth),n},Io.removeClassName=l,Io.removeEvent=function(e,t,n,r){if(!e)return;const i={capture:!0,...r};e.removeEventListener?e.removeEventListener(t,n,i):e.detachEvent?e.detachEvent("on"+t,n):e["on"+t]=null},Io.removeUserSelectStyles=function(e){if(!e)return;try{if(e.body&&l(e.body,"react-draggable-transparent-selection"),e.selection)e.selection.empty();else{const t=(e.defaultView||window).getSelection();t&&"Caret"!==t.type&&t.removeAllRanges()}}catch(e){}};var e=Ao(),t=function(e,t){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var r=n(t);if(r&&r.has(e))return r.get(e);var i={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if("default"!==a&&Object.prototype.hasOwnProperty.call(e,a)){var l=o?Object.getOwnPropertyDescriptor(e,a):null;l&&(l.get||l.set)?Object.defineProperty(i,a,l):i[a]=e[a]}i.default=e,r&&r.set(e,i);return i}(function(){if(Ho)return Fo;Ho=1,Object.defineProperty(Fo,"__esModule",{value:!0}),Fo.browserPrefixToKey=n,Fo.browserPrefixToStyle=function(e,t){return t?"-".concat(t.toLowerCase(),"-").concat(e):e},Fo.default=void 0,Fo.getPrefix=t;const e=["Moz","Webkit","O","ms"];function t(){var t;let r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"transform";if("undefined"==typeof window)return"";const i=null===(t=window.document)||void 0===t||null===(t=t.documentElement)||void 0===t?void 0:t.style;if(!i)return"";if(r in i)return"";for(let t=0;t<e.length;t++)if(n(r,e[t])in i)return e[t];return""}function n(e,t){return t?"".concat(t).concat(function(e){let t="",n=!0;for(let r=0;r<e.length;r++)n?(t+=e[r].toUpperCase(),n=!1):"-"===e[r]?n=!0:t+=e[r];return t}(e)):e}return Fo.default=t(),Fo}());function n(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,r=new WeakMap;return(n=function(e){return e?r:t})(e)}let r="";function i(t,n){return r||(r=(0,e.findInArray)(["matches","webkitMatchesSelector","mozMatchesSelector","msMatchesSelector","oMatchesSelector"],(function(n){return(0,e.isFunction)(t[n])}))),!!(0,e.isFunction)(t[r])&&t[r](n)}function o(e,t,n){let{x:r,y:i}=e,o="translate(".concat(r).concat(n,",").concat(i).concat(n,")");if(t){const e="".concat("string"==typeof t.x?t.x:t.x+n),r="".concat("string"==typeof t.y?t.y:t.y+n);o="translate(".concat(e,", ").concat(r,")")+o}return o}function a(e,t){e.classList?e.classList.add(t):e.className.match(new RegExp("(?:^|\\s)".concat(t,"(?!\\S)")))||(e.className+=" ".concat(t))}function l(e,t){e.classList?e.classList.remove(t):e.className=e.className.replace(new RegExp("(?:^|\\s)".concat(t,"(?!\\S)"),"g"),"")}return Io}var qo,Go={};function Wo(){if(qo)return Go;qo=1,Object.defineProperty(Go,"__esModule",{value:!0}),Go.canDragX=function(e){return"both"===e.props.axis||"x"===e.props.axis},Go.canDragY=function(e){return"both"===e.props.axis||"y"===e.props.axis},Go.createCoreData=function(t,r,i){const o=!(0,e.isNum)(t.lastX),a=n(t);return o?{node:a,deltaX:0,deltaY:0,lastX:r,lastY:i,x:r,y:i}:{node:a,deltaX:r-t.lastX,deltaY:i-t.lastY,lastX:t.lastX,lastY:t.lastY,x:r,y:i}},Go.createDraggableData=function(e,t){const n=e.props.scale;return{node:t.node,x:e.state.x+t.deltaX/n,y:e.state.y+t.deltaY/n,deltaX:t.deltaX/n,deltaY:t.deltaY/n,lastX:e.state.x,lastY:e.state.y}},Go.getBoundPosition=function(r,i,o){if(!r.props.bounds)return[i,o];let{bounds:a}=r.props;a="string"==typeof a?a:function(e){return{left:e.left,top:e.top,right:e.right,bottom:e.bottom}}(a);const l=n(r);if("string"==typeof a){const{ownerDocument:n}=l,r=n.defaultView;let i;if(i="parent"===a?l.parentNode:n.querySelector(a),!(i instanceof r.HTMLElement))throw new Error('Bounds selector "'+a+'" could not find an element.');const o=i,s=r.getComputedStyle(l),c=r.getComputedStyle(o);a={left:-l.offsetLeft+(0,e.int)(c.paddingLeft)+(0,e.int)(s.marginLeft),top:-l.offsetTop+(0,e.int)(c.paddingTop)+(0,e.int)(s.marginTop),right:(0,t.innerWidth)(o)-(0,t.outerWidth)(l)-l.offsetLeft+(0,e.int)(c.paddingRight)-(0,e.int)(s.marginRight),bottom:(0,t.innerHeight)(o)-(0,t.outerHeight)(l)-l.offsetTop+(0,e.int)(c.paddingBottom)-(0,e.int)(s.marginBottom)}}(0,e.isNum)(a.right)&&(i=Math.min(i,a.right));(0,e.isNum)(a.bottom)&&(o=Math.min(o,a.bottom));(0,e.isNum)(a.left)&&(i=Math.max(i,a.left));(0,e.isNum)(a.top)&&(o=Math.max(o,a.top));return[i,o]},Go.getControlPosition=function(e,r,i){const o="number"==typeof r?(0,t.getTouch)(e,r):null;if("number"==typeof r&&!o)return null;const a=n(i),l=i.props.offsetParent||a.offsetParent||a.ownerDocument.body;return(0,t.offsetXYFromParent)(o||e,l,i.props.scale)},Go.snapToGrid=function(e,t,n){const r=Math.round(t/e[0])*e[0],i=Math.round(n/e[1])*e[1];return[r,i]};var e=Ao(),t=Zo();function n(e){const t=e.findDOMNode();if(!t)throw new Error("<DraggableCore>: Unmounted during event!");return t}return Go}var Uo,Xo,Yo,Ko,Jo={},Qo={};function ea(){if(Uo)return Qo;return Uo=1,Object.defineProperty(Qo,"__esModule",{value:!0}),Qo.default=function(){},Qo}function ta(){if(Xo)return Jo;Xo=1,Object.defineProperty(Jo,"__esModule",{value:!0}),Jo.default=void 0;var e=function(e,t){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var n=s(t);if(n&&n.has(e))return n.get(e);var r={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var o in e)if("default"!==o&&Object.prototype.hasOwnProperty.call(e,o)){var a=i?Object.getOwnPropertyDescriptor(e,o):null;a&&(a.get||a.set)?Object.defineProperty(r,o,a):r[o]=e[o]}r.default=e,n&&n.set(e,r);return r}(q),t=l(Do()),n=l(de),r=Zo(),i=Wo(),o=Ao(),a=l(ea());function l(e){return e&&e.__esModule?e:{default:e}}function s(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,n=new WeakMap;return(s=function(e){return e?n:t})(e)}function c(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t);if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const d={start:"touchstart",move:"touchmove",stop:"touchend"},u={start:"mousedown",move:"mousemove",stop:"mouseup"};let p=u,h=class extends e.Component{constructor(){super(...arguments),c(this,"dragging",!1),c(this,"lastX",NaN),c(this,"lastY",NaN),c(this,"touchIdentifier",null),c(this,"mounted",!1),c(this,"handleDragStart",(e=>{if(this.props.onMouseDown(e),!this.props.allowAnyClick&&"number"==typeof e.button&&0!==e.button)return!1;const t=this.findDOMNode();if(!t||!t.ownerDocument||!t.ownerDocument.body)throw new Error("<DraggableCore> not mounted on DragStart!");const{ownerDocument:n}=t;if(this.props.disabled||!(e.target instanceof n.defaultView.Node)||this.props.handle&&!(0,r.matchesSelectorAndParentsTo)(e.target,this.props.handle,t)||this.props.cancel&&(0,r.matchesSelectorAndParentsTo)(e.target,this.props.cancel,t))return;"touchstart"===e.type&&e.preventDefault();const o=(0,r.getTouchIdentifier)(e);this.touchIdentifier=o;const l=(0,i.getControlPosition)(e,o,this);if(null==l)return;const{x:s,y:c}=l,d=(0,i.createCoreData)(this,s,c);(0,a.default)("DraggableCore: handleDragStart: %j",d),(0,a.default)("calling",this.props.onStart);!1!==this.props.onStart(e,d)&&!1!==this.mounted&&(this.props.enableUserSelectHack&&(0,r.addUserSelectStyles)(n),this.dragging=!0,this.lastX=s,this.lastY=c,(0,r.addEvent)(n,p.move,this.handleDrag),(0,r.addEvent)(n,p.stop,this.handleDragStop))})),c(this,"handleDrag",(e=>{const t=(0,i.getControlPosition)(e,this.touchIdentifier,this);if(null==t)return;let{x:n,y:r}=t;if(Array.isArray(this.props.grid)){let e=n-this.lastX,t=r-this.lastY;if([e,t]=(0,i.snapToGrid)(this.props.grid,e,t),!e&&!t)return;n=this.lastX+e,r=this.lastY+t}const o=(0,i.createCoreData)(this,n,r);(0,a.default)("DraggableCore: handleDrag: %j",o);if(!1!==this.props.onDrag(e,o)&&!1!==this.mounted)this.lastX=n,this.lastY=r;else try{this.handleDragStop(new MouseEvent("mouseup"))}catch(e){const t=document.createEvent("MouseEvents");t.initMouseEvent("mouseup",!0,!0,window,0,0,0,0,0,!1,!1,!1,!1,0,null),this.handleDragStop(t)}})),c(this,"handleDragStop",(e=>{if(!this.dragging)return;const t=(0,i.getControlPosition)(e,this.touchIdentifier,this);if(null==t)return;let{x:n,y:o}=t;if(Array.isArray(this.props.grid)){let e=n-this.lastX||0,t=o-this.lastY||0;[e,t]=(0,i.snapToGrid)(this.props.grid,e,t),n=this.lastX+e,o=this.lastY+t}const l=(0,i.createCoreData)(this,n,o);if(!1===this.props.onStop(e,l)||!1===this.mounted)return!1;const s=this.findDOMNode();s&&this.props.enableUserSelectHack&&(0,r.removeUserSelectStyles)(s.ownerDocument),(0,a.default)("DraggableCore: handleDragStop: %j",l),this.dragging=!1,this.lastX=NaN,this.lastY=NaN,s&&((0,a.default)("DraggableCore: Removing handlers"),(0,r.removeEvent)(s.ownerDocument,p.move,this.handleDrag),(0,r.removeEvent)(s.ownerDocument,p.stop,this.handleDragStop))})),c(this,"onMouseDown",(e=>(p=u,this.handleDragStart(e)))),c(this,"onMouseUp",(e=>(p=u,this.handleDragStop(e)))),c(this,"onTouchStart",(e=>(p=d,this.handleDragStart(e)))),c(this,"onTouchEnd",(e=>(p=d,this.handleDragStop(e))))}componentDidMount(){this.mounted=!0;const e=this.findDOMNode();e&&(0,r.addEvent)(e,d.start,this.onTouchStart,{passive:!1})}componentWillUnmount(){this.mounted=!1;const e=this.findDOMNode();if(e){const{ownerDocument:t}=e;(0,r.removeEvent)(t,u.move,this.handleDrag),(0,r.removeEvent)(t,d.move,this.handleDrag),(0,r.removeEvent)(t,u.stop,this.handleDragStop),(0,r.removeEvent)(t,d.stop,this.handleDragStop),(0,r.removeEvent)(e,d.start,this.onTouchStart,{passive:!1}),this.props.enableUserSelectHack&&(0,r.removeUserSelectStyles)(t)}}findDOMNode(){var e,t;return null!==(e=this.props)&&void 0!==e&&e.nodeRef?null===(t=this.props)||void 0===t||null===(t=t.nodeRef)||void 0===t?void 0:t.current:n.default.findDOMNode(this)}render(){return e.cloneElement(e.Children.only(this.props.children),{onMouseDown:this.onMouseDown,onMouseUp:this.onMouseUp,onTouchEnd:this.onTouchEnd})}};return Jo.default=h,c(h,"displayName","DraggableCore"),c(h,"propTypes",{allowAnyClick:t.default.bool,children:t.default.node.isRequired,disabled:t.default.bool,enableUserSelectHack:t.default.bool,offsetParent:function(e,t){if(e[t]&&1!==e[t].nodeType)throw new Error("Draggable's offsetParent must be a DOM Node.")},grid:t.default.arrayOf(t.default.number),handle:t.default.string,cancel:t.default.string,nodeRef:t.default.object,onStart:t.default.func,onDrag:t.default.func,onStop:t.default.func,onMouseDown:t.default.func,scale:t.default.number,className:o.dontSetMe,style:o.dontSetMe,transform:o.dontSetMe}),c(h,"defaultProps",{allowAnyClick:!1,disabled:!1,enableUserSelectHack:!0,onStart:function(){},onDrag:function(){},onStop:function(){},onMouseDown:function(){},scale:1}),Jo}function na(){return Yo||(Yo=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"DraggableCore",{enumerable:!0,get:function(){return s.default}}),e.default=void 0;var t=function(e,t){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var n=u(t);if(n&&n.has(e))return n.get(e);var r={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var o in e)if("default"!==o&&Object.prototype.hasOwnProperty.call(e,o)){var a=i?Object.getOwnPropertyDescriptor(e,o):null;a&&(a.get||a.set)?Object.defineProperty(r,o,a):r[o]=e[o]}r.default=e,n&&n.set(e,r);return r}(q),n=d(Do()),r=d(de),i=d(Vo),o=Zo(),a=Wo(),l=Ao(),s=d(ta()),c=d(ea());function d(e){return e&&e.__esModule?e:{default:e}}function u(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,n=new WeakMap;return(u=function(e){return e?n:t})(e)}function p(){return p=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},p.apply(this,arguments)}function h(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t);if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}class f extends t.Component{static getDerivedStateFromProps(e,t){let{position:n}=e,{prevPropsPosition:r}=t;return!n||r&&n.x===r.x&&n.y===r.y?null:((0,c.default)("Draggable: getDerivedStateFromProps %j",{position:n,prevPropsPosition:r}),{x:n.x,y:n.y,prevPropsPosition:{...n}})}constructor(e){super(e),h(this,"onDragStart",((e,t)=>{(0,c.default)("Draggable: onDragStart: %j",t);if(!1===this.props.onStart(e,(0,a.createDraggableData)(this,t)))return!1;this.setState({dragging:!0,dragged:!0})})),h(this,"onDrag",((e,t)=>{if(!this.state.dragging)return!1;(0,c.default)("Draggable: onDrag: %j",t);const n=(0,a.createDraggableData)(this,t),r={x:n.x,y:n.y,slackX:0,slackY:0};if(this.props.bounds){const{x:e,y:t}=r;r.x+=this.state.slackX,r.y+=this.state.slackY;const[i,o]=(0,a.getBoundPosition)(this,r.x,r.y);r.x=i,r.y=o,r.slackX=this.state.slackX+(e-r.x),r.slackY=this.state.slackY+(t-r.y),n.x=r.x,n.y=r.y,n.deltaX=r.x-this.state.x,n.deltaY=r.y-this.state.y}if(!1===this.props.onDrag(e,n))return!1;this.setState(r)})),h(this,"onDragStop",((e,t)=>{if(!this.state.dragging)return!1;if(!1===this.props.onStop(e,(0,a.createDraggableData)(this,t)))return!1;(0,c.default)("Draggable: onDragStop: %j",t);const n={dragging:!1,slackX:0,slackY:0};if(Boolean(this.props.position)){const{x:e,y:t}=this.props.position;n.x=e,n.y=t}this.setState(n)})),this.state={dragging:!1,dragged:!1,x:e.position?e.position.x:e.defaultPosition.x,y:e.position?e.position.y:e.defaultPosition.y,prevPropsPosition:{...e.position},slackX:0,slackY:0,isElementSVG:!1},!e.position||e.onDrag||e.onStop||console.warn("A `position` was applied to this <Draggable>, without drag handlers. This will make this component effectively undraggable. Please attach `onDrag` or `onStop` handlers so you can adjust the `position` of this element.")}componentDidMount(){void 0!==window.SVGElement&&this.findDOMNode()instanceof window.SVGElement&&this.setState({isElementSVG:!0})}componentWillUnmount(){this.setState({dragging:!1})}findDOMNode(){var e,t;return null!==(e=null===(t=this.props)||void 0===t||null===(t=t.nodeRef)||void 0===t?void 0:t.current)&&void 0!==e?e:r.default.findDOMNode(this)}render(){const{axis:e,bounds:n,children:r,defaultPosition:l,defaultClassName:c,defaultClassNameDragging:d,defaultClassNameDragged:u,position:h,positionOffset:f,scale:g,...v}=this.props;let m={},x=null;const b=!Boolean(h)||this.state.dragging,y=h||l,C={x:(0,a.canDragX)(this)&&b?this.state.x:y.x,y:(0,a.canDragY)(this)&&b?this.state.y:y.y};this.state.isElementSVG?x=(0,o.createSVGTransform)(C,f):m=(0,o.createCSSTransform)(C,f);const w=(0,i.default)(r.props.className||"",c,{[d]:this.state.dragging,[u]:this.state.dragged});return t.createElement(s.default,p({},v,{onStart:this.onDragStart,onDrag:this.onDrag,onStop:this.onDragStop}),t.cloneElement(t.Children.only(r),{className:w,style:{...r.props.style,...m},transform:x}))}}e.default=f,h(f,"displayName","Draggable"),h(f,"propTypes",{...s.default.propTypes,axis:n.default.oneOf(["both","x","y","none"]),bounds:n.default.oneOfType([n.default.shape({left:n.default.number,right:n.default.number,top:n.default.number,bottom:n.default.number}),n.default.string,n.default.oneOf([!1])]),defaultClassName:n.default.string,defaultClassNameDragging:n.default.string,defaultClassNameDragged:n.default.string,defaultPosition:n.default.shape({x:n.default.number,y:n.default.number}),positionOffset:n.default.shape({x:n.default.oneOfType([n.default.number,n.default.string]),y:n.default.oneOfType([n.default.number,n.default.string])}),position:n.default.shape({x:n.default.number,y:n.default.number}),className:l.dontSetMe,style:l.dontSetMe,transform:l.dontSetMe}),h(f,"defaultProps",{...s.default.defaultProps,axis:"both",bounds:!1,defaultClassName:"react-draggable",defaultClassNameDragging:"react-draggable-dragging",defaultClassNameDragged:"react-draggable-dragged",defaultPosition:{x:0,y:0},scale:1})}(uo)),uo}var ra=function(){if(Ko)return co.exports;Ko=1;const{default:e,DraggableCore:t}=na();return co.exports=e,co.exports.default=e,co.exports.DraggableCore=t,co.exports}(),ia=ao(ra);const oa=e=>oe`
|
|
2270
|
+
*/function To(){return mo||(mo=1,"production"===process.env.NODE_ENV?fo.exports=function(){if(co)return go;co=1;var e="function"==typeof Symbol&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,i=e?Symbol.for("react.strict_mode"):60108,o=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,l=e?Symbol.for("react.context"):60110,s=e?Symbol.for("react.async_mode"):60111,c=e?Symbol.for("react.concurrent_mode"):60111,d=e?Symbol.for("react.forward_ref"):60112,u=e?Symbol.for("react.suspense"):60113,p=e?Symbol.for("react.suspense_list"):60120,h=e?Symbol.for("react.memo"):60115,f=e?Symbol.for("react.lazy"):60116,g=e?Symbol.for("react.block"):60121,v=e?Symbol.for("react.fundamental"):60117,m=e?Symbol.for("react.responder"):60118,x=e?Symbol.for("react.scope"):60119;function b(e){if("object"==typeof e&&null!==e){var p=e.$$typeof;switch(p){case t:switch(e=e.type){case s:case c:case r:case o:case i:case u:return e;default:switch(e=e&&e.$$typeof){case l:case d:case f:case h:case a:return e;default:return p}}case n:return p}}}function y(e){return b(e)===c}return go.AsyncMode=s,go.ConcurrentMode=c,go.ContextConsumer=l,go.ContextProvider=a,go.Element=t,go.ForwardRef=d,go.Fragment=r,go.Lazy=f,go.Memo=h,go.Portal=n,go.Profiler=o,go.StrictMode=i,go.Suspense=u,go.isAsyncMode=function(e){return y(e)||b(e)===s},go.isConcurrentMode=y,go.isContextConsumer=function(e){return b(e)===l},go.isContextProvider=function(e){return b(e)===a},go.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===t},go.isForwardRef=function(e){return b(e)===d},go.isFragment=function(e){return b(e)===r},go.isLazy=function(e){return b(e)===f},go.isMemo=function(e){return b(e)===h},go.isPortal=function(e){return b(e)===n},go.isProfiler=function(e){return b(e)===o},go.isStrictMode=function(e){return b(e)===i},go.isSuspense=function(e){return b(e)===u},go.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===r||e===c||e===o||e===i||e===u||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===f||e.$$typeof===h||e.$$typeof===a||e.$$typeof===l||e.$$typeof===d||e.$$typeof===v||e.$$typeof===m||e.$$typeof===x||e.$$typeof===g)},go.typeOf=b,go}():fo.exports=(vo||(vo=1,"production"!==process.env.NODE_ENV&&function(){var e="function"==typeof Symbol&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,i=e?Symbol.for("react.strict_mode"):60108,o=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,l=e?Symbol.for("react.context"):60110,s=e?Symbol.for("react.async_mode"):60111,c=e?Symbol.for("react.concurrent_mode"):60111,d=e?Symbol.for("react.forward_ref"):60112,u=e?Symbol.for("react.suspense"):60113,p=e?Symbol.for("react.suspense_list"):60120,h=e?Symbol.for("react.memo"):60115,f=e?Symbol.for("react.lazy"):60116,g=e?Symbol.for("react.block"):60121,v=e?Symbol.for("react.fundamental"):60117,m=e?Symbol.for("react.responder"):60118,x=e?Symbol.for("react.scope"):60119;function b(e){if("object"==typeof e&&null!==e){var p=e.$$typeof;switch(p){case t:var g=e.type;switch(g){case s:case c:case r:case o:case i:case u:return g;default:var v=g&&g.$$typeof;switch(v){case l:case d:case f:case h:case a:return v;default:return p}}case n:return p}}}var y=s,C=c,w=l,$=a,k=t,S=d,E=r,O=f,L=h,_=n,T=o,R=i,P=u,M=!1;function D(e){return b(e)===c}_o.AsyncMode=y,_o.ConcurrentMode=C,_o.ContextConsumer=w,_o.ContextProvider=$,_o.Element=k,_o.ForwardRef=S,_o.Fragment=E,_o.Lazy=O,_o.Memo=L,_o.Portal=_,_o.Profiler=T,_o.StrictMode=R,_o.Suspense=P,_o.isAsyncMode=function(e){return M||(M=!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.")),D(e)||b(e)===s},_o.isConcurrentMode=D,_o.isContextConsumer=function(e){return b(e)===l},_o.isContextProvider=function(e){return b(e)===a},_o.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===t},_o.isForwardRef=function(e){return b(e)===d},_o.isFragment=function(e){return b(e)===r},_o.isLazy=function(e){return b(e)===f},_o.isMemo=function(e){return b(e)===h},_o.isPortal=function(e){return b(e)===n},_o.isProfiler=function(e){return b(e)===o},_o.isStrictMode=function(e){return b(e)===i},_o.isSuspense=function(e){return b(e)===u},_o.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===r||e===c||e===o||e===i||e===u||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===f||e.$$typeof===h||e.$$typeof===a||e.$$typeof===l||e.$$typeof===d||e.$$typeof===v||e.$$typeof===m||e.$$typeof===x||e.$$typeof===g)},_o.typeOf=b}()),_o)),fo.exports}function Ro(){if(bo)return xo;bo=1;return xo="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"}function Po(){return Co?yo:(Co=1,yo=Function.call.bind(Object.prototype.hasOwnProperty))}function Mo(){if(So)return ko;So=1;var e=To(),t=ce,n=Ro(),r=Po(),i=function(){if($o)return wo;$o=1;var e=function(){};if("production"!==process.env.NODE_ENV){var t=Ro(),n={},r=Po();e=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}}function i(i,o,a,l,s){if("production"!==process.env.NODE_ENV)for(var c in i)if(r(i,c)){var d;try{if("function"!=typeof i[c]){var u=Error((l||"React class")+": "+a+" type `"+c+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof i[c]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw u.name="Invariant Violation",u}d=i[c](o,c,l,a,null,t)}catch(e){d=e}if(!d||d instanceof Error||e((l||"React class")+": type specification of "+a+" `"+c+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof d+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),d instanceof Error&&!(d.message in n)){n[d.message]=!0;var p=s?s():"";e("Failed "+a+" type: "+d.message+(null!=p?p:""))}}}return i.resetWarningCache=function(){"production"!==process.env.NODE_ENV&&(n={})},wo=i}(),o=function(){};function a(){return null}return"production"!==process.env.NODE_ENV&&(o=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}),ko=function(l,s){var c="function"==typeof Symbol&&Symbol.iterator;var d="<<anonymous>>",u={array:g("array"),bigint:g("bigint"),bool:g("boolean"),func:g("function"),number:g("number"),object:g("object"),string:g("string"),symbol:g("symbol"),any:f(a),arrayOf:function(e){return f((function(t,r,i,o,a){if("function"!=typeof e)return new h("Property `"+a+"` of component `"+i+"` has invalid PropType notation inside arrayOf.");var l=t[r];if(!Array.isArray(l))return new h("Invalid "+o+" `"+a+"` of type `"+x(l)+"` supplied to `"+i+"`, expected an array.");for(var s=0;s<l.length;s++){var c=e(l,s,i,o,a+"["+s+"]",n);if(c instanceof Error)return c}return null}))},element:f((function(e,t,n,r,i){var o=e[t];return l(o)?null:new h("Invalid "+r+" `"+i+"` of type `"+x(o)+"` supplied to `"+n+"`, expected a single ReactElement.")})),elementType:f((function(t,n,r,i,o){var a=t[n];return e.isValidElementType(a)?null:new h("Invalid "+i+" `"+o+"` of type `"+x(a)+"` supplied to `"+r+"`, expected a single ReactElement type.")})),instanceOf:function(e){return f((function(t,n,r,i,o){if(!(t[n]instanceof e)){var a=e.name||d;return new h("Invalid "+i+" `"+o+"` of type `"+(((l=t[n]).constructor&&l.constructor.name?l.constructor.name:d)+"` supplied to `")+r+"`, expected instance of `"+a+"`.")}var l;return null}))},node:f((function(e,t,n,r,i){return m(e[t])?null:new h("Invalid "+r+" `"+i+"` supplied to `"+n+"`, expected a ReactNode.")})),objectOf:function(e){return f((function(t,i,o,a,l){if("function"!=typeof e)return new h("Property `"+l+"` of component `"+o+"` has invalid PropType notation inside objectOf.");var s=t[i],c=x(s);if("object"!==c)return new h("Invalid "+a+" `"+l+"` of type `"+c+"` supplied to `"+o+"`, expected an object.");for(var d in s)if(r(s,d)){var u=e(s,d,o,a,l+"."+d,n);if(u instanceof Error)return u}return null}))},oneOf:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&o(arguments.length>1?"Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).":"Invalid argument supplied to oneOf, expected an array."),a;return f((function(t,n,r,i,o){for(var a=t[n],l=0;l<e.length;l++)if(p(a,e[l]))return null;var s=JSON.stringify(e,(function(e,t){return"symbol"===b(t)?String(t):t}));return new h("Invalid "+i+" `"+o+"` of value `"+String(a)+"` supplied to `"+r+"`, expected one of "+s+".")}))},oneOfType:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&o("Invalid argument supplied to oneOfType, expected an instance of array."),a;for(var t=0;t<e.length;t++){var i=e[t];if("function"!=typeof i)return o("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+y(i)+" at index "+t+"."),a}return f((function(t,i,o,a,l){for(var s=[],c=0;c<e.length;c++){var d=(0,e[c])(t,i,o,a,l,n);if(null==d)return null;d.data&&r(d.data,"expectedType")&&s.push(d.data.expectedType)}return new h("Invalid "+a+" `"+l+"` supplied to `"+o+"`"+(s.length>0?", expected one of type ["+s.join(", ")+"]":"")+".")}))},shape:function(e){return f((function(t,r,i,o,a){var l=t[r],s=x(l);if("object"!==s)return new h("Invalid "+o+" `"+a+"` of type `"+s+"` supplied to `"+i+"`, expected `object`.");for(var c in e){var d=e[c];if("function"!=typeof d)return v(i,o,a,c,b(d));var u=d(l,c,i,o,a+"."+c,n);if(u)return u}return null}))},exact:function(e){return f((function(i,o,a,l,s){var c=i[o],d=x(c);if("object"!==d)return new h("Invalid "+l+" `"+s+"` of type `"+d+"` supplied to `"+a+"`, expected `object`.");var u=t({},i[o],e);for(var p in u){var f=e[p];if(r(e,p)&&"function"!=typeof f)return v(a,l,s,p,b(f));if(!f)return new h("Invalid "+l+" `"+s+"` key `"+p+"` supplied to `"+a+"`.\nBad object: "+JSON.stringify(i[o],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(e),null," "));var g=f(c,p,a,l,s+"."+p,n);if(g)return g}return null}))}};function p(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}function h(e,t){this.message=e,this.data=t&&"object"==typeof t?t:{},this.stack=""}function f(e){if("production"!==process.env.NODE_ENV)var t={},r=0;function i(i,a,l,c,u,p,f){if(c=c||d,p=p||l,f!==n){if(s){var g=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw g.name="Invariant Violation",g}if("production"!==process.env.NODE_ENV&&"undefined"!=typeof console){var v=c+":"+l;!t[v]&&r<3&&(o("You are manually calling a React.PropTypes validation function for the `"+p+"` prop on `"+c+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),t[v]=!0,r++)}}return null==a[l]?i?null===a[l]?new h("The "+u+" `"+p+"` is marked as required in `"+c+"`, but its value is `null`."):new h("The "+u+" `"+p+"` is marked as required in `"+c+"`, but its value is `undefined`."):null:e(a,l,c,u,p)}var a=i.bind(null,!1);return a.isRequired=i.bind(null,!0),a}function g(e){return f((function(t,n,r,i,o,a){var l=t[n];return x(l)!==e?new h("Invalid "+i+" `"+o+"` of type `"+b(l)+"` supplied to `"+r+"`, expected `"+e+"`.",{expectedType:e}):null}))}function v(e,t,n,r,i){return new h((e||"React class")+": "+t+" type `"+n+"."+r+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+i+"`.")}function m(e){switch(typeof e){case"number":case"string":case"undefined":return!0;case"boolean":return!e;case"object":if(Array.isArray(e))return e.every(m);if(null===e||l(e))return!0;var t=function(e){var t=e&&(c&&e[c]||e["@@iterator"]);if("function"==typeof t)return t}(e);if(!t)return!1;var n,r=t.call(e);if(t!==e.entries){for(;!(n=r.next()).done;)if(!m(n.value))return!1}else for(;!(n=r.next()).done;){var i=n.value;if(i&&!m(i[1]))return!1}return!0;default:return!1}}function x(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":function(e,t){return"symbol"===e||!!t&&("Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol)}(t,e)?"symbol":t}function b(e){if(null==e)return""+e;var t=x(e);if("object"===t){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return t}function y(e){var t=b(e);switch(t){case"array":case"object":return"an "+t;case"boolean":case"date":case"regexp":return"a "+t;default:return t}}return h.prototype=Error.prototype,u.checkPropTypes=i,u.resetWarningCache=i.resetWarningCache,u.PropTypes=u,u},ko}function Do(){if(Lo)return ho.exports;if(Lo=1,"production"!==process.env.NODE_ENV){var e=To();ho.exports=Mo()(e.isElement,!0)}else ho.exports=function(){if(Oo)return Eo;Oo=1;var e=Ro();function t(){}function n(){}return n.resetWarningCache=t,Eo=function(){function r(t,n,r,i,o,a){if(a!==e){var l=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw l.name="Invariant Violation",l}}function i(){return r}r.isRequired=r;var o={array:r,bigint:r,bool:r,func:r,number:r,object:r,string:r,symbol:r,any:r,arrayOf:i,element:r,elementType:r,instanceOf:i,node:r,objectOf:i,oneOf:i,oneOfType:i,shape:i,exact:i,checkPropTypes:n,resetWarningCache:t};return o.PropTypes=o,o}}()();return ho.exports}function No(e){var t,n,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(n=No(e[t]))&&(r&&(r+=" "),r+=n);else for(t in e)e[t]&&(r&&(r+=" "),r+=t);return r}function jo(){for(var e,t,n=0,r="";n<arguments.length;)(e=arguments[n++])&&(t=No(e))&&(r&&(r+=" "),r+=t);return r}var Vo,Io=so(Object.freeze({__proto__:null,clsx:jo,default:jo})),zo={},Ao={};function Ho(){if(Vo)return Ao;return Vo=1,Object.defineProperty(Ao,"__esModule",{value:!0}),Ao.dontSetMe=function(e,t,n){if(e[t])return new Error("Invalid prop ".concat(t," passed to ").concat(n," - do not set this, set it on the child."))},Ao.findInArray=function(e,t){for(let n=0,r=e.length;n<r;n++)if(t.apply(t,[e[n],n,e]))return e[n]},Ao.int=function(e){return parseInt(e,10)},Ao.isFunction=function(e){return"function"==typeof e||"[object Function]"===Object.prototype.toString.call(e)},Ao.isNum=function(e){return"number"==typeof e&&!isNaN(e)},Ao}var Bo,Fo,Zo={};function qo(){if(Fo)return zo;Fo=1,Object.defineProperty(zo,"__esModule",{value:!0}),zo.addClassName=a,zo.addEvent=function(e,t,n,r){if(!e)return;const i={capture:!0,...r};e.addEventListener?e.addEventListener(t,n,i):e.attachEvent?e.attachEvent("on"+t,n):e["on"+t]=n},zo.addUserSelectStyles=function(e){if(!e)return;let t=e.getElementById("react-draggable-style-el");t||(t=e.createElement("style"),t.type="text/css",t.id="react-draggable-style-el",t.innerHTML=".react-draggable-transparent-selection *::-moz-selection {all: inherit;}\n",t.innerHTML+=".react-draggable-transparent-selection *::selection {all: inherit;}\n",e.getElementsByTagName("head")[0].appendChild(t));e.body&&a(e.body,"react-draggable-transparent-selection")},zo.createCSSTransform=function(e,n){const r=o(e,n,"px");return{[(0,t.browserPrefixToKey)("transform",t.default)]:r}},zo.createSVGTransform=function(e,t){return o(e,t,"")},zo.getTouch=function(t,n){return t.targetTouches&&(0,e.findInArray)(t.targetTouches,(e=>n===e.identifier))||t.changedTouches&&(0,e.findInArray)(t.changedTouches,(e=>n===e.identifier))},zo.getTouchIdentifier=function(e){if(e.targetTouches&&e.targetTouches[0])return e.targetTouches[0].identifier;if(e.changedTouches&&e.changedTouches[0])return e.changedTouches[0].identifier},zo.getTranslation=o,zo.innerHeight=function(t){let n=t.clientHeight;const r=t.ownerDocument.defaultView.getComputedStyle(t);return n-=(0,e.int)(r.paddingTop),n-=(0,e.int)(r.paddingBottom),n},zo.innerWidth=function(t){let n=t.clientWidth;const r=t.ownerDocument.defaultView.getComputedStyle(t);return n-=(0,e.int)(r.paddingLeft),n-=(0,e.int)(r.paddingRight),n},zo.matchesSelector=i,zo.matchesSelectorAndParentsTo=function(e,t,n){let r=e;do{if(i(r,t))return!0;if(r===n)return!1;r=r.parentNode}while(r);return!1},zo.offsetXYFromParent=function(e,t,n){const r=t===t.ownerDocument.body?{left:0,top:0}:t.getBoundingClientRect(),i=(e.clientX+t.scrollLeft-r.left)/n,o=(e.clientY+t.scrollTop-r.top)/n;return{x:i,y:o}},zo.outerHeight=function(t){let n=t.clientHeight;const r=t.ownerDocument.defaultView.getComputedStyle(t);return n+=(0,e.int)(r.borderTopWidth),n+=(0,e.int)(r.borderBottomWidth),n},zo.outerWidth=function(t){let n=t.clientWidth;const r=t.ownerDocument.defaultView.getComputedStyle(t);return n+=(0,e.int)(r.borderLeftWidth),n+=(0,e.int)(r.borderRightWidth),n},zo.removeClassName=l,zo.removeEvent=function(e,t,n,r){if(!e)return;const i={capture:!0,...r};e.removeEventListener?e.removeEventListener(t,n,i):e.detachEvent?e.detachEvent("on"+t,n):e["on"+t]=null},zo.removeUserSelectStyles=function(e){if(!e)return;try{if(e.body&&l(e.body,"react-draggable-transparent-selection"),e.selection)e.selection.empty();else{const t=(e.defaultView||window).getSelection();t&&"Caret"!==t.type&&t.removeAllRanges()}}catch(e){}};var e=Ho(),t=function(e,t){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var r=n(t);if(r&&r.has(e))return r.get(e);var i={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if("default"!==a&&Object.prototype.hasOwnProperty.call(e,a)){var l=o?Object.getOwnPropertyDescriptor(e,a):null;l&&(l.get||l.set)?Object.defineProperty(i,a,l):i[a]=e[a]}i.default=e,r&&r.set(e,i);return i}(function(){if(Bo)return Zo;Bo=1,Object.defineProperty(Zo,"__esModule",{value:!0}),Zo.browserPrefixToKey=n,Zo.browserPrefixToStyle=function(e,t){return t?"-".concat(t.toLowerCase(),"-").concat(e):e},Zo.default=void 0,Zo.getPrefix=t;const e=["Moz","Webkit","O","ms"];function t(){var t;let r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"transform";if("undefined"==typeof window)return"";const i=null===(t=window.document)||void 0===t||null===(t=t.documentElement)||void 0===t?void 0:t.style;if(!i)return"";if(r in i)return"";for(let t=0;t<e.length;t++)if(n(r,e[t])in i)return e[t];return""}function n(e,t){return t?"".concat(t).concat(function(e){let t="",n=!0;for(let r=0;r<e.length;r++)n?(t+=e[r].toUpperCase(),n=!1):"-"===e[r]?n=!0:t+=e[r];return t}(e)):e}return Zo.default=t(),Zo}());function n(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,r=new WeakMap;return(n=function(e){return e?r:t})(e)}let r="";function i(t,n){return r||(r=(0,e.findInArray)(["matches","webkitMatchesSelector","mozMatchesSelector","msMatchesSelector","oMatchesSelector"],(function(n){return(0,e.isFunction)(t[n])}))),!!(0,e.isFunction)(t[r])&&t[r](n)}function o(e,t,n){let{x:r,y:i}=e,o="translate(".concat(r).concat(n,",").concat(i).concat(n,")");if(t){const e="".concat("string"==typeof t.x?t.x:t.x+n),r="".concat("string"==typeof t.y?t.y:t.y+n);o="translate(".concat(e,", ").concat(r,")")+o}return o}function a(e,t){e.classList?e.classList.add(t):e.className.match(new RegExp("(?:^|\\s)".concat(t,"(?!\\S)")))||(e.className+=" ".concat(t))}function l(e,t){e.classList?e.classList.remove(t):e.className=e.className.replace(new RegExp("(?:^|\\s)".concat(t,"(?!\\S)"),"g"),"")}return zo}var Go,Wo={};function Uo(){if(Go)return Wo;Go=1,Object.defineProperty(Wo,"__esModule",{value:!0}),Wo.canDragX=function(e){return"both"===e.props.axis||"x"===e.props.axis},Wo.canDragY=function(e){return"both"===e.props.axis||"y"===e.props.axis},Wo.createCoreData=function(t,r,i){const o=!(0,e.isNum)(t.lastX),a=n(t);return o?{node:a,deltaX:0,deltaY:0,lastX:r,lastY:i,x:r,y:i}:{node:a,deltaX:r-t.lastX,deltaY:i-t.lastY,lastX:t.lastX,lastY:t.lastY,x:r,y:i}},Wo.createDraggableData=function(e,t){const n=e.props.scale;return{node:t.node,x:e.state.x+t.deltaX/n,y:e.state.y+t.deltaY/n,deltaX:t.deltaX/n,deltaY:t.deltaY/n,lastX:e.state.x,lastY:e.state.y}},Wo.getBoundPosition=function(r,i,o){if(!r.props.bounds)return[i,o];let{bounds:a}=r.props;a="string"==typeof a?a:function(e){return{left:e.left,top:e.top,right:e.right,bottom:e.bottom}}(a);const l=n(r);if("string"==typeof a){const{ownerDocument:n}=l,r=n.defaultView;let i;if(i="parent"===a?l.parentNode:n.querySelector(a),!(i instanceof r.HTMLElement))throw new Error('Bounds selector "'+a+'" could not find an element.');const o=i,s=r.getComputedStyle(l),c=r.getComputedStyle(o);a={left:-l.offsetLeft+(0,e.int)(c.paddingLeft)+(0,e.int)(s.marginLeft),top:-l.offsetTop+(0,e.int)(c.paddingTop)+(0,e.int)(s.marginTop),right:(0,t.innerWidth)(o)-(0,t.outerWidth)(l)-l.offsetLeft+(0,e.int)(c.paddingRight)-(0,e.int)(s.marginRight),bottom:(0,t.innerHeight)(o)-(0,t.outerHeight)(l)-l.offsetTop+(0,e.int)(c.paddingBottom)-(0,e.int)(s.marginBottom)}}(0,e.isNum)(a.right)&&(i=Math.min(i,a.right));(0,e.isNum)(a.bottom)&&(o=Math.min(o,a.bottom));(0,e.isNum)(a.left)&&(i=Math.max(i,a.left));(0,e.isNum)(a.top)&&(o=Math.max(o,a.top));return[i,o]},Wo.getControlPosition=function(e,r,i){const o="number"==typeof r?(0,t.getTouch)(e,r):null;if("number"==typeof r&&!o)return null;const a=n(i),l=i.props.offsetParent||a.offsetParent||a.ownerDocument.body;return(0,t.offsetXYFromParent)(o||e,l,i.props.scale)},Wo.snapToGrid=function(e,t,n){const r=Math.round(t/e[0])*e[0],i=Math.round(n/e[1])*e[1];return[r,i]};var e=Ho(),t=qo();function n(e){const t=e.findDOMNode();if(!t)throw new Error("<DraggableCore>: Unmounted during event!");return t}return Wo}var Xo,Yo,Ko,Jo,Qo={},ea={};function ta(){if(Xo)return ea;return Xo=1,Object.defineProperty(ea,"__esModule",{value:!0}),ea.default=function(){},ea}function na(){if(Yo)return Qo;Yo=1,Object.defineProperty(Qo,"__esModule",{value:!0}),Qo.default=void 0;var e=function(e,t){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var n=s(t);if(n&&n.has(e))return n.get(e);var r={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var o in e)if("default"!==o&&Object.prototype.hasOwnProperty.call(e,o)){var a=i?Object.getOwnPropertyDescriptor(e,o):null;a&&(a.get||a.set)?Object.defineProperty(r,o,a):r[o]=e[o]}r.default=e,n&&n.set(e,r);return r}(q),t=l(Do()),n=l(de),r=qo(),i=Uo(),o=Ho(),a=l(ta());function l(e){return e&&e.__esModule?e:{default:e}}function s(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,n=new WeakMap;return(s=function(e){return e?n:t})(e)}function c(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t);if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const d={start:"touchstart",move:"touchmove",stop:"touchend"},u={start:"mousedown",move:"mousemove",stop:"mouseup"};let p=u,h=class extends e.Component{constructor(){super(...arguments),c(this,"dragging",!1),c(this,"lastX",NaN),c(this,"lastY",NaN),c(this,"touchIdentifier",null),c(this,"mounted",!1),c(this,"handleDragStart",(e=>{if(this.props.onMouseDown(e),!this.props.allowAnyClick&&"number"==typeof e.button&&0!==e.button)return!1;const t=this.findDOMNode();if(!t||!t.ownerDocument||!t.ownerDocument.body)throw new Error("<DraggableCore> not mounted on DragStart!");const{ownerDocument:n}=t;if(this.props.disabled||!(e.target instanceof n.defaultView.Node)||this.props.handle&&!(0,r.matchesSelectorAndParentsTo)(e.target,this.props.handle,t)||this.props.cancel&&(0,r.matchesSelectorAndParentsTo)(e.target,this.props.cancel,t))return;"touchstart"===e.type&&e.preventDefault();const o=(0,r.getTouchIdentifier)(e);this.touchIdentifier=o;const l=(0,i.getControlPosition)(e,o,this);if(null==l)return;const{x:s,y:c}=l,d=(0,i.createCoreData)(this,s,c);(0,a.default)("DraggableCore: handleDragStart: %j",d),(0,a.default)("calling",this.props.onStart);!1!==this.props.onStart(e,d)&&!1!==this.mounted&&(this.props.enableUserSelectHack&&(0,r.addUserSelectStyles)(n),this.dragging=!0,this.lastX=s,this.lastY=c,(0,r.addEvent)(n,p.move,this.handleDrag),(0,r.addEvent)(n,p.stop,this.handleDragStop))})),c(this,"handleDrag",(e=>{const t=(0,i.getControlPosition)(e,this.touchIdentifier,this);if(null==t)return;let{x:n,y:r}=t;if(Array.isArray(this.props.grid)){let e=n-this.lastX,t=r-this.lastY;if([e,t]=(0,i.snapToGrid)(this.props.grid,e,t),!e&&!t)return;n=this.lastX+e,r=this.lastY+t}const o=(0,i.createCoreData)(this,n,r);(0,a.default)("DraggableCore: handleDrag: %j",o);if(!1!==this.props.onDrag(e,o)&&!1!==this.mounted)this.lastX=n,this.lastY=r;else try{this.handleDragStop(new MouseEvent("mouseup"))}catch(e){const t=document.createEvent("MouseEvents");t.initMouseEvent("mouseup",!0,!0,window,0,0,0,0,0,!1,!1,!1,!1,0,null),this.handleDragStop(t)}})),c(this,"handleDragStop",(e=>{if(!this.dragging)return;const t=(0,i.getControlPosition)(e,this.touchIdentifier,this);if(null==t)return;let{x:n,y:o}=t;if(Array.isArray(this.props.grid)){let e=n-this.lastX||0,t=o-this.lastY||0;[e,t]=(0,i.snapToGrid)(this.props.grid,e,t),n=this.lastX+e,o=this.lastY+t}const l=(0,i.createCoreData)(this,n,o);if(!1===this.props.onStop(e,l)||!1===this.mounted)return!1;const s=this.findDOMNode();s&&this.props.enableUserSelectHack&&(0,r.removeUserSelectStyles)(s.ownerDocument),(0,a.default)("DraggableCore: handleDragStop: %j",l),this.dragging=!1,this.lastX=NaN,this.lastY=NaN,s&&((0,a.default)("DraggableCore: Removing handlers"),(0,r.removeEvent)(s.ownerDocument,p.move,this.handleDrag),(0,r.removeEvent)(s.ownerDocument,p.stop,this.handleDragStop))})),c(this,"onMouseDown",(e=>(p=u,this.handleDragStart(e)))),c(this,"onMouseUp",(e=>(p=u,this.handleDragStop(e)))),c(this,"onTouchStart",(e=>(p=d,this.handleDragStart(e)))),c(this,"onTouchEnd",(e=>(p=d,this.handleDragStop(e))))}componentDidMount(){this.mounted=!0;const e=this.findDOMNode();e&&(0,r.addEvent)(e,d.start,this.onTouchStart,{passive:!1})}componentWillUnmount(){this.mounted=!1;const e=this.findDOMNode();if(e){const{ownerDocument:t}=e;(0,r.removeEvent)(t,u.move,this.handleDrag),(0,r.removeEvent)(t,d.move,this.handleDrag),(0,r.removeEvent)(t,u.stop,this.handleDragStop),(0,r.removeEvent)(t,d.stop,this.handleDragStop),(0,r.removeEvent)(e,d.start,this.onTouchStart,{passive:!1}),this.props.enableUserSelectHack&&(0,r.removeUserSelectStyles)(t)}}findDOMNode(){var e,t;return null!==(e=this.props)&&void 0!==e&&e.nodeRef?null===(t=this.props)||void 0===t||null===(t=t.nodeRef)||void 0===t?void 0:t.current:n.default.findDOMNode(this)}render(){return e.cloneElement(e.Children.only(this.props.children),{onMouseDown:this.onMouseDown,onMouseUp:this.onMouseUp,onTouchEnd:this.onTouchEnd})}};return Qo.default=h,c(h,"displayName","DraggableCore"),c(h,"propTypes",{allowAnyClick:t.default.bool,children:t.default.node.isRequired,disabled:t.default.bool,enableUserSelectHack:t.default.bool,offsetParent:function(e,t){if(e[t]&&1!==e[t].nodeType)throw new Error("Draggable's offsetParent must be a DOM Node.")},grid:t.default.arrayOf(t.default.number),handle:t.default.string,cancel:t.default.string,nodeRef:t.default.object,onStart:t.default.func,onDrag:t.default.func,onStop:t.default.func,onMouseDown:t.default.func,scale:t.default.number,className:o.dontSetMe,style:o.dontSetMe,transform:o.dontSetMe}),c(h,"defaultProps",{allowAnyClick:!1,disabled:!1,enableUserSelectHack:!0,onStart:function(){},onDrag:function(){},onStop:function(){},onMouseDown:function(){},scale:1}),Qo}function ra(){return Ko||(Ko=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"DraggableCore",{enumerable:!0,get:function(){return s.default}}),e.default=void 0;var t=function(e,t){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var n=u(t);if(n&&n.has(e))return n.get(e);var r={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var o in e)if("default"!==o&&Object.prototype.hasOwnProperty.call(e,o)){var a=i?Object.getOwnPropertyDescriptor(e,o):null;a&&(a.get||a.set)?Object.defineProperty(r,o,a):r[o]=e[o]}r.default=e,n&&n.set(e,r);return r}(q),n=d(Do()),r=d(de),i=d(Io),o=qo(),a=Uo(),l=Ho(),s=d(na()),c=d(ta());function d(e){return e&&e.__esModule?e:{default:e}}function u(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,n=new WeakMap;return(u=function(e){return e?n:t})(e)}function p(){return p=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},p.apply(this,arguments)}function h(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t);if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}class f extends t.Component{static getDerivedStateFromProps(e,t){let{position:n}=e,{prevPropsPosition:r}=t;return!n||r&&n.x===r.x&&n.y===r.y?null:((0,c.default)("Draggable: getDerivedStateFromProps %j",{position:n,prevPropsPosition:r}),{x:n.x,y:n.y,prevPropsPosition:{...n}})}constructor(e){super(e),h(this,"onDragStart",((e,t)=>{(0,c.default)("Draggable: onDragStart: %j",t);if(!1===this.props.onStart(e,(0,a.createDraggableData)(this,t)))return!1;this.setState({dragging:!0,dragged:!0})})),h(this,"onDrag",((e,t)=>{if(!this.state.dragging)return!1;(0,c.default)("Draggable: onDrag: %j",t);const n=(0,a.createDraggableData)(this,t),r={x:n.x,y:n.y,slackX:0,slackY:0};if(this.props.bounds){const{x:e,y:t}=r;r.x+=this.state.slackX,r.y+=this.state.slackY;const[i,o]=(0,a.getBoundPosition)(this,r.x,r.y);r.x=i,r.y=o,r.slackX=this.state.slackX+(e-r.x),r.slackY=this.state.slackY+(t-r.y),n.x=r.x,n.y=r.y,n.deltaX=r.x-this.state.x,n.deltaY=r.y-this.state.y}if(!1===this.props.onDrag(e,n))return!1;this.setState(r)})),h(this,"onDragStop",((e,t)=>{if(!this.state.dragging)return!1;if(!1===this.props.onStop(e,(0,a.createDraggableData)(this,t)))return!1;(0,c.default)("Draggable: onDragStop: %j",t);const n={dragging:!1,slackX:0,slackY:0};if(Boolean(this.props.position)){const{x:e,y:t}=this.props.position;n.x=e,n.y=t}this.setState(n)})),this.state={dragging:!1,dragged:!1,x:e.position?e.position.x:e.defaultPosition.x,y:e.position?e.position.y:e.defaultPosition.y,prevPropsPosition:{...e.position},slackX:0,slackY:0,isElementSVG:!1},!e.position||e.onDrag||e.onStop||console.warn("A `position` was applied to this <Draggable>, without drag handlers. This will make this component effectively undraggable. Please attach `onDrag` or `onStop` handlers so you can adjust the `position` of this element.")}componentDidMount(){void 0!==window.SVGElement&&this.findDOMNode()instanceof window.SVGElement&&this.setState({isElementSVG:!0})}componentWillUnmount(){this.setState({dragging:!1})}findDOMNode(){var e,t;return null!==(e=null===(t=this.props)||void 0===t||null===(t=t.nodeRef)||void 0===t?void 0:t.current)&&void 0!==e?e:r.default.findDOMNode(this)}render(){const{axis:e,bounds:n,children:r,defaultPosition:l,defaultClassName:c,defaultClassNameDragging:d,defaultClassNameDragged:u,position:h,positionOffset:f,scale:g,...v}=this.props;let m={},x=null;const b=!Boolean(h)||this.state.dragging,y=h||l,C={x:(0,a.canDragX)(this)&&b?this.state.x:y.x,y:(0,a.canDragY)(this)&&b?this.state.y:y.y};this.state.isElementSVG?x=(0,o.createSVGTransform)(C,f):m=(0,o.createCSSTransform)(C,f);const w=(0,i.default)(r.props.className||"",c,{[d]:this.state.dragging,[u]:this.state.dragged});return t.createElement(s.default,p({},v,{onStart:this.onDragStart,onDrag:this.onDrag,onStop:this.onDragStop}),t.cloneElement(t.Children.only(r),{className:w,style:{...r.props.style,...m},transform:x}))}}e.default=f,h(f,"displayName","Draggable"),h(f,"propTypes",{...s.default.propTypes,axis:n.default.oneOf(["both","x","y","none"]),bounds:n.default.oneOfType([n.default.shape({left:n.default.number,right:n.default.number,top:n.default.number,bottom:n.default.number}),n.default.string,n.default.oneOf([!1])]),defaultClassName:n.default.string,defaultClassNameDragging:n.default.string,defaultClassNameDragged:n.default.string,defaultPosition:n.default.shape({x:n.default.number,y:n.default.number}),positionOffset:n.default.shape({x:n.default.oneOfType([n.default.number,n.default.string]),y:n.default.oneOfType([n.default.number,n.default.string])}),position:n.default.shape({x:n.default.number,y:n.default.number}),className:l.dontSetMe,style:l.dontSetMe,transform:l.dontSetMe}),h(f,"defaultProps",{...s.default.defaultProps,axis:"both",bounds:!1,defaultClassName:"react-draggable",defaultClassNameDragging:"react-draggable-dragging",defaultClassNameDragged:"react-draggable-dragged",defaultPosition:{x:0,y:0},scale:1})}(po)),po}var ia=function(){if(Jo)return uo.exports;Jo=1;const{default:e,DraggableCore:t}=ra();return uo.exports=e,uo.exports.default=e,uo.exports.DraggableCore=t,uo.exports}(),oa=lo(ia);const aa=e=>oe`
|
|
2257
2271
|
width: 240px;
|
|
2258
2272
|
${"medium"===e&&"width: 320px;"}
|
|
2259
2273
|
${"large"===e&&"width: 440px;"}
|
|
@@ -2264,7 +2278,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
2264
2278
|
border-radius: 4px;
|
|
2265
2279
|
box-shadow: 0px 4px 6px -4px #0000001a;
|
|
2266
2280
|
box-shadow: 0px 10px 15px -3px #0000001a;
|
|
2267
|
-
`,
|
|
2281
|
+
`,la=oe`
|
|
2268
2282
|
height: 100%;
|
|
2269
2283
|
min-height: 40px;
|
|
2270
2284
|
display: flex;
|
|
@@ -2272,31 +2286,31 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
2272
2286
|
justify-content: space-between;
|
|
2273
2287
|
padding: 8px;
|
|
2274
2288
|
border-bottom: 1px solid ${fe("neutral",300)};
|
|
2275
|
-
`,la=oe`
|
|
2276
|
-
top: 10px;
|
|
2277
2289
|
`,sa=oe`
|
|
2290
|
+
top: 10px;
|
|
2291
|
+
`,ca=oe`
|
|
2278
2292
|
padding: 12px;
|
|
2279
|
-
`,
|
|
2293
|
+
`,da=({header:e,content:t,footer:n,size:r="medium",draggable:i,blocking:o,open:a,onClose:s})=>a?B(M.Root,{open:a,onOpenChange:s,placement:"center",scrollBehavior:"inside",closeOnInteractOutside:!i&&!o,preventScroll:!i&&!o,closeOnEscape:!o,defaultOpen:!0,children:H(l,{children:[i?null:B(M.Backdrop,{}),B(oa,{disabled:!i,children:B(M.Positioner,{children:H(M.Content,{css:aa(r),children:[H(M.Header,{css:la,children:[e,o?null:B(M.CloseTrigger,{css:sa,asChild:!0,children:B(ot,{})})]}),B(M.Body,{css:ca,children:t}),n?B(M.Footer,{padding:"12px",children:n}):null]})})})]})}):null,ua=e=>oe`
|
|
2280
2294
|
height: 100%;
|
|
2281
2295
|
width: ${e||"320px"};
|
|
2282
2296
|
background-color: ${fe("neutral",100)};
|
|
2283
2297
|
box-shadow: 0px 1px 2px -1px #0000001a;
|
|
2284
2298
|
box-shadow: 0px 1px 3px 0px #0000001a;
|
|
2285
2299
|
position: relative;
|
|
2286
|
-
`,ua=oe`
|
|
2287
|
-
border-right: 1px solid ${fe("neutral",300)};
|
|
2288
2300
|
`,pa=oe`
|
|
2301
|
+
border-right: 1px solid ${fe("neutral",300)};
|
|
2302
|
+
`,ha=oe`
|
|
2289
2303
|
border: 1px solid ${fe("neutral",300)};
|
|
2290
2304
|
border-radius: 4px;
|
|
2291
|
-
`,
|
|
2305
|
+
`,fa=oe`
|
|
2292
2306
|
min-height: 48px;
|
|
2293
2307
|
width: 100%;
|
|
2294
2308
|
border-bottom: 1px solid ${fe("neutral",300)};
|
|
2295
|
-
`,
|
|
2309
|
+
`,ga=(e,t)=>oe`
|
|
2296
2310
|
height: ${((e,t)=>e&&t?`calc(100% - ${e+t}px)`:e?`calc(100% - ${e}px)`:t?`calc(100% - ${t}px)`:"100%")(e,t)};
|
|
2297
2311
|
width: 100%;
|
|
2298
2312
|
overflow-y: auto;
|
|
2299
|
-
`,
|
|
2313
|
+
`,va=oe`
|
|
2300
2314
|
min-height: 64px;
|
|
2301
2315
|
width: 100%;
|
|
2302
2316
|
display: flex;
|
|
@@ -2306,7 +2320,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as i,Ic
|
|
|
2306
2320
|
bottom: 0;
|
|
2307
2321
|
left: 0;
|
|
2308
2322
|
border-top: 1px solid ${fe("neutral",300)};
|
|
2309
|
-
`,
|
|
2323
|
+
`,ma=({header:e,content:t,footer:n,variant:r="fixed",width:i})=>{const[o,a]=W(void 0),[l,s]=W(void 0),c=K(null),d=K(null);U((()=>{a(c?.current?.getBoundingClientRect()?.height),s(d?.current?.getBoundingClientRect()?.height)}),[e,n]);return H("div",{css:[ua(i),"fixed"===r?pa:ha],children:[e?B("div",{css:fa,ref:c,children:e}):null,B("div",{css:ga(o,l),children:t}),n?B("div",{css:va,ref:d,children:n}):null]})};var xa,ba;!function(){if(ba)return xa;ba=1;var e=function(){};if("production"!==process.env.NODE_ENV){var t=function(e,t){var n=arguments.length;t=new Array(n>1?n-1:0);for(var r=1;r<n;r++)t[r-1]=arguments[r];var i=0,o="Warning: "+e.replace(/%s/g,(function(){return t[i++]}));"undefined"!=typeof console&&console.error(o);try{throw new Error(o)}catch(e){}};e=function(e,n,r){var i=arguments.length;r=new Array(i>2?i-2:0);for(var o=2;o<i;o++)r[o-2]=arguments[o];if(void 0===n)throw new Error("`warning(condition, format, ...args)` requires a warning message argument");e||t.apply(null,[n].concat(r))}}xa=e}();var ya=Ca()?J:U;"production"!==process.env.NODE_ENV&&("undefined"!=typeof process?process:{env:{NODE_ENV:"development"}}).env;function Ca(){return!("undefined"==typeof window||!window.document||!window.document.createElement)}process.env.NODE_ENV,process.env.NODE_ENV,process.env.NODE_ENV;var wa=function(e){var t,n=e.children,r=e.type,i=void 0===r?"reach-portal":r,o=K(null),a=K(null),l=(t=W(Object.create(null))[1],Q((function(){t(Object.create(null))}),[]));return ya((function(){if(o.current){var e=o.current.ownerDocument;return a.current=null==e?void 0:e.createElement(i),e.body.appendChild(a.current),l(),function(){a.current&&a.current.ownerDocument&&a.current.ownerDocument.body.removeChild(a.current)}}}),[i,l]),a.current?ue(n,a.current):ee("span",{ref:o})};"production"!==process.env.NODE_ENV&&(wa.displayName="Portal");
|
|
2310
2324
|
/*! *****************************************************************************
|
|
2311
2325
|
Copyright (c) Microsoft Corporation.
|
|
2312
2326
|
|
|
@@ -2320,16 +2334,16 @@ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
|
2320
2334
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
2321
2335
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
2322
2336
|
PERFORMANCE OF THIS SOFTWARE.
|
|
2323
|
-
***************************************************************************** */var wa,$a,ka=function(){return ka=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},ka.apply(this,arguments)};function Sa(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n}function Ea(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function Oa(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a}function _a(e,t,n){if(2===arguments.length)for(var r,i=0,o=t.length;i<o;i++)!r&&i in t||(r||(r=Array.prototype.slice.call(t,0,i)),r[i]=t[i]);return e.concat(r||Array.prototype.slice.call(t))}!function(e){e.Start="xstate.start",e.Stop="xstate.stop",e.Raise="xstate.raise",e.Send="xstate.send",e.Cancel="xstate.cancel",e.NullEvent="",e.Assign="xstate.assign",e.After="xstate.after",e.DoneState="done.state",e.DoneInvoke="done.invoke",e.Log="xstate.log",e.Init="xstate.init",e.Invoke="xstate.invoke",e.ErrorExecution="error.execution",e.ErrorCommunication="error.communication",e.ErrorPlatform="error.platform",e.ErrorCustom="xstate.error",e.Update="xstate.update",e.Pure="xstate.pure",e.Choose="xstate.choose"}(wa||(wa={})),function(e){e.Parent="#_parent",e.Internal="#_internal"}($a||($a={}));var La=wa.Start,Ta=wa.Stop,Ra=wa.Raise,Pa=wa.Send,Da=wa.Cancel,Ma=wa.NullEvent,Na=wa.Assign;wa.After,wa.DoneState;var ja=wa.Log,Va=wa.Init,Ia=wa.Invoke;wa.ErrorExecution;var za,Aa=wa.ErrorPlatform,Ha=wa.ErrorCustom,Ba=wa.Update,Fa=wa.Choose,Za=wa.Pure,qa={},Ga="xstate.guard",Wa="production"===process.env.NODE_ENV;function Ua(e,t,n){void 0===n&&(n=".");var r=Ka(e,n),i=Ka(t,n);return hl(i)?!!hl(r)&&i===r:hl(r)?r in i:Object.keys(r).every((function(e){return e in i&&Ua(r[e],i[e])}))}function Xa(e){try{return hl(e)||"number"==typeof e?"".concat(e):e.type}catch(e){throw new Error("Events must be strings or objects with a string event.type property.")}}function Ya(e,t){try{return ul(e)?e:e.toString().split(t)}catch(t){throw new Error("'".concat(e,"' is not a valid state path."))}}function Ka(e,t){return"object"==typeof(n=e)&&"value"in n&&"context"in n&&"event"in n&&"_event"in n?e.value:ul(e)?Ja(e):"string"!=typeof e?e:Ja(Ya(e,t));var n}function Ja(e){if(1===e.length)return e[0];for(var t={},n=t,r=0;r<e.length-1;r++)r===e.length-2?n[e[r]]=e[r+1]:(n[e[r]]={},n=n[e[r]]);return t}function Qa(e,t){for(var n={},r=Object.keys(e),i=0;i<r.length;i++){var o=r[i];n[o]=t(e[o],o,e,i)}return n}function el(e,t,n){var r,i,o={};try{for(var a=Ea(Object.keys(e)),l=a.next();!l.done;l=a.next()){var s=l.value,c=e[s];n(c)&&(o[s]=t(c,s,e))}}catch(e){r={error:e}}finally{try{l&&!l.done&&(i=a.return)&&i.call(a)}finally{if(r)throw r.error}}return o}var tl=function(e){return function(t){var n,r,i=t;try{for(var o=Ea(e),a=o.next();!a.done;a=o.next()){i=i[a.value]}}catch(e){n={error:e}}finally{try{a&&!a.done&&(r=o.return)&&r.call(o)}finally{if(n)throw n.error}}return i}};function nl(e){return e?hl(e)?[[e]]:rl(Object.keys(e).map((function(t){var n=e[t];return"string"==typeof n||n&&Object.keys(n).length?nl(e[t]).map((function(e){return[t].concat(e)})):[[t]]}))):[[]]}function rl(e){var t;return(t=[]).concat.apply(t,_a([],Oa(e),!1))}function il(e){return ul(e)?e:[e]}function ol(e){return void 0===e?[]:il(e)}function al(e,t,n){var r,i;if(pl(e))return e(t,n.data);var o={};try{for(var a=Ea(Object.keys(e)),l=a.next();!l.done;l=a.next()){var s=l.value,c=e[s];pl(c)?o[s]=c(t,n.data):o[s]=c}}catch(e){r={error:e}}finally{try{l&&!l.done&&(i=a.return)&&i.call(a)}finally{if(r)throw r.error}}return o}function ll(e){return e instanceof Promise||!(null===e||!pl(e)&&"object"!=typeof e||!pl(e.then))}function sl(e,t){return Qa(e.states,(function(e,n){if(e){var r=(hl(t)?void 0:t[n])||(e?e.current:void 0);if(r)return{current:r,states:sl(e,r)}}}))}function cl(e,t,n,r){Wa||dl(!!e,"Attempting to update undefined context");var i=e?n.reduce((function(e,n){var i,o,a=n.assignment,l={state:r,action:n,_event:t},s={};if(pl(a))s=a(e,t.data,l);else try{for(var c=Ea(Object.keys(a)),d=c.next();!d.done;d=c.next()){var u=d.value,p=a[u];s[u]=pl(p)?p(e,t.data,l):p}}catch(e){i={error:e}}finally{try{d&&!d.done&&(o=c.return)&&o.call(c)}finally{if(i)throw i.error}}return Object.assign({},e,s)}),e):e;return i}var dl=function(){};function ul(e){return Array.isArray(e)}function pl(e){return"function"==typeof e}function hl(e){return"string"==typeof e}function fl(e,t){if(e)return hl(e)?{type:Ga,name:e,predicate:t?t[e]:void 0}:pl(e)?{type:Ga,name:e.name,predicate:e}:e}Wa||(dl=function(e,t){var n=e instanceof Error?e:void 0;if((n||!e)&&void 0!==console){var r=["Warning: ".concat(t)];n&&r.push(n),console.warn.apply(console,r)}});var gl=function(){return"function"==typeof Symbol&&Symbol.observable||"@@observable"}();function vl(e){return!!e&&"__xstatenode"in e}function ml(e,t){return hl(e)||"number"==typeof e?ka({type:e},t):e}function xl(e,t){if(!hl(e)&&"$$type"in e&&"scxml"===e.$$type)return e;var n=ml(e);return ka({name:n.type,data:n,$$type:"scxml",type:"external"},t)}function bl(e,t){return il(t).map((function(t){return void 0===t||"string"==typeof t||vl(t)?{target:t,event:e}:ka(ka({},t),{event:e})}))}function yl(e,t,n,r,i){var o=e.options.guards,a={state:i,cond:t,_event:r};if(t.type===Ga)return((null==o?void 0:o[t.name])||t.predicate)(n,r.data,a);var l=null==o?void 0:o[t.type];if(!l)throw new Error("Guard '".concat(t.type,"' is not implemented on machine '").concat(e.id,"'."));return l(n,r.data,a)}function Cl(e){return"string"==typeof e?{type:e}:e}function wl(e,t,n){var r=function(){},i="object"==typeof e,o=i?e:null;return{next:((i?e.next:e)||r).bind(o),error:((i?e.error:t)||r).bind(o),complete:((i?e.complete:n)||r).bind(o)}}function $l(e,t){return"".concat(e,":invocation[").concat(t,"]")}function kl(e){return(e.type===Ra||e.type===Pa&&e.to===$a.Internal)&&"number"!=typeof e.delay}(za={})[gl]=function(){return this},za[Symbol.observable]=function(){return this};var Sl=xl({type:Va});function El(e,t){return t&&t[e]||void 0}function Ol(e,t){var n;if(hl(e)||"number"==typeof e)n=pl(r=El(e,t))?{type:e,exec:r}:r||{type:e,exec:void 0};else if(pl(e))n={type:e.name||e.toString(),exec:e};else{var r;if(pl(r=El(e.type,t)))n=ka(ka({},e),{exec:r});else if(r){var i=r.type||e.type;n=ka(ka(ka({},r),e),{type:i})}else n=e}return n}var _l=function(e,t){return e?(ul(e)?e:[e]).map((function(e){return Ol(e,t)})):[]};function Ll(e){var t=Ol(e);return ka(ka({id:hl(e)?e:t.id},t),{type:t.type})}function Tl(e,t){var n="".concat(wa.DoneState,".").concat(e),r={type:n,data:t,toString:function(){return n}};return r}function Rl(e,t){var n="".concat(wa.DoneInvoke,".").concat(e),r={type:n,data:t,toString:function(){return n}};return r}function Pl(e,t){var n="".concat(wa.ErrorPlatform,".").concat(e),r={type:n,data:t,toString:function(){return n}};return r}function Dl(e,t,n,r,i,o,a){void 0===a&&(a=!1);var l=a?[]:function(e){var t,n,r=[];try{for(var i=Ea(e),o=i.next();!o.done;o=i.next())for(var a=o.value,l=0;l<a.actions.length;)a.actions[l].type!==Na?l++:(r.push(a.actions[l]),a.actions.splice(l,1))}catch(e){t={error:e}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(t)throw t.error}}return r}(i),s=l.length?cl(n,r,l,t):n,c=a?[n]:void 0,d=[];function u(i,l){var u;switch(l.type){case Ra:var p=function(e,t,n,r){var i,o={_event:n},a=xl(pl(e.event)?e.event(t,n.data,o):e.event);if(hl(e.delay)){var l=r&&r[e.delay];i=pl(l)?l(t,n.data,o):l}else i=pl(e.delay)?e.delay(t,n.data,o):e.delay;return ka(ka({},e),{type:Ra,_event:a,delay:i})}(l,s,r,e.options.delays);return o&&"number"==typeof p.delay&&o(p,s,r),p;case Pa:var h=function(e,t,n,r){var i,o={_event:n},a=xl(pl(e.event)?e.event(t,n.data,o):e.event);if(hl(e.delay)){var l=r&&r[e.delay];i=pl(l)?l(t,n.data,o):l}else i=pl(e.delay)?e.delay(t,n.data,o):e.delay;var s=pl(e.to)?e.to(t,n.data,o):e.to;return ka(ka({},e),{to:s,_event:a,event:a.data,delay:i})}(l,s,r,e.options.delays);if(!Wa){var f=l.delay;dl(!hl(f)||"number"==typeof h.delay,"No delay reference for delay expression '".concat(f,"' was found on machine '").concat(e.id,"'"))}return o&&h.to!==$a.Internal&&("entry"===i?d.push(h):o(h,s,r)),h;case ja:var g=function(e,t,n){return ka(ka({},e),{value:hl(e.expr)?e.expr:e.expr(t,n.data,{_event:n})})}(l,s,r);return null==o||o(g,s,r),g;case Fa:if(!(b=null===(u=l.conds.find((function(n){var i=fl(n.cond,e.options.guards);return!i||yl(e,i,s,r,o?void 0:t)})))||void 0===u?void 0:u.actions))return[];var v=Oa(Dl(e,t,s,r,[{type:i,actions:_l(ol(b),e.options.actions)}],o,a),2),m=v[0],x=v[1];return s=x,null==c||c.push(s),m;case Za:var b;if(!(b=l.get(s,r.data)))return[];var y=Oa(Dl(e,t,s,r,[{type:i,actions:_l(ol(b),e.options.actions)}],o,a),2),C=y[0],w=y[1];return s=w,null==c||c.push(s),C;case Ta:g=function(e,t,n){var r=pl(e.activity)?e.activity(t,n.data):e.activity,i="string"==typeof r?{id:r}:r;return{type:wa.Stop,activity:i}}(l,s,r);return null==o||o(g,n,r),g;case Na:s=cl(s,r,[l],o?void 0:t),null==c||c.push(s);break;default:var $=Ol(l,e.options.actions),k=$.exec;if(o)o($,s,r);else if(k&&c){var S=c.length-1,E=ka(ka({},$),{exec:function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];k.apply(void 0,_a([c[S]],Oa(t),!1))}});$=E}return $}}var p=rl(i.map((function(e){var t,n,i=[];try{for(var a=Ea(e.actions),l=a.next();!l.done;l=a.next()){var c=l.value,p=u(e.type,c);p&&(i=i.concat(p))}}catch(e){t={error:e}}finally{try{l&&!l.done&&(n=a.return)&&n.call(a)}finally{if(t)throw t.error}}return d.forEach((function(e){o(e,s,r)})),d.length=0,i})));return[p,s]}var Ml=function(e,t){return t(e)};function Nl(e){var t;return(t={id:e,send:function(){},subscribe:function(){return{unsubscribe:function(){}}},getSnapshot:function(){},toJSON:function(){return{id:e}}})[gl]=function(){return this},t}function jl(e,t,n){var r=Nl(t);if(r.deferred=!0,vl(e)){var i=r.state=Ml(void 0,(function(){return(n?e.withContext(n):e).initialState}));r.getSnapshot=function(){return i}}return r}var Vl=function(e){return"atomic"===e.type||"final"===e.type};function Il(e){return Object.keys(e.states).map((function(t){return e.states[t]}))}function zl(e){return Il(e).filter((function(e){return"history"!==e.type}))}function Al(e){var t=[e];return Vl(e)?t:t.concat(rl(zl(e).map(Al)))}function Hl(e,t){var n,r,i,o,a,l,s,c,d=Fl(new Set(e)),u=new Set(t);try{for(var p=Ea(u),h=p.next();!h.done;h=p.next())for(var f=($=h.value).parent;f&&!u.has(f);)u.add(f),f=f.parent}catch(e){n={error:e}}finally{try{h&&!h.done&&(r=p.return)&&r.call(p)}finally{if(n)throw n.error}}var g=Fl(u);try{for(var v=Ea(u),m=v.next();!m.done;m=v.next()){if("compound"!==($=m.value).type||g.get($)&&g.get($).length){if("parallel"===$.type)try{for(var x=(a=void 0,Ea(zl($))),b=x.next();!b.done;b=x.next()){var y=b.value;u.has(y)||(u.add(y),d.get(y)?d.get(y).forEach((function(e){return u.add(e)})):y.initialStateNodes.forEach((function(e){return u.add(e)})))}}catch(e){a={error:e}}finally{try{b&&!b.done&&(l=x.return)&&l.call(x)}finally{if(a)throw a.error}}}else d.get($)?d.get($).forEach((function(e){return u.add(e)})):$.initialStateNodes.forEach((function(e){return u.add(e)}))}}catch(e){i={error:e}}finally{try{m&&!m.done&&(o=v.return)&&o.call(v)}finally{if(i)throw i.error}}try{for(var C=Ea(u),w=C.next();!w.done;w=C.next()){var $;for(f=($=w.value).parent;f&&!u.has(f);)u.add(f),f=f.parent}}catch(e){s={error:e}}finally{try{w&&!w.done&&(c=C.return)&&c.call(C)}finally{if(s)throw s.error}}return u}function Bl(e,t){var n=t.get(e);if(!n)return{};if("compound"===e.type){var r=n[0];if(!r)return{};if(Vl(r))return r.key}var i={};return n.forEach((function(e){i[e.key]=Bl(e,t)})),i}function Fl(e){var t,n,r=new Map;try{for(var i=Ea(e),o=i.next();!o.done;o=i.next()){var a=o.value;r.has(a)||r.set(a,[]),a.parent&&(r.has(a.parent)||r.set(a.parent,[]),r.get(a.parent).push(a))}}catch(e){t={error:e}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(t)throw t.error}}return r}function Zl(e,t){return Bl(e,Fl(Hl([e],t)))}function ql(e,t){return Array.isArray(e)?e.some((function(e){return e===t})):e instanceof Set&&e.has(t)}function Gl(e,t){return"compound"===t.type?zl(t).some((function(t){return"final"===t.type&&ql(e,t)})):"parallel"===t.type&&zl(t).every((function(t){return Gl(e,t)}))}function Wl(e){return new Set(rl(e.map((function(e){return e.tags}))))}function Ul(e,t){if(e===t)return!0;if(void 0===e||void 0===t)return!1;if(hl(e)||hl(t))return e===t;var n=Object.keys(e),r=Object.keys(t);return n.length===r.length&&n.every((function(n){return Ul(e[n],t[n])}))}var Xl=function(){function e(e){var t,n,r=this;this.actions=[],this.activities=qa,this.meta={},this.events=[],this.value=e.value,this.context=e.context,this._event=e._event,this._sessionid=e._sessionid,this.event=this._event.data,this.historyValue=e.historyValue,this.history=e.history,this.actions=e.actions||[],this.activities=e.activities||qa,this.meta=(void 0===(n=e.configuration)&&(n=[]),n.reduce((function(e,t){return void 0!==t.meta&&(e[t.id]=t.meta),e}),{})),this.events=e.events||[],this.matches=this.matches.bind(this),this.toStrings=this.toStrings.bind(this),this.configuration=e.configuration,this.transitions=e.transitions,this.children=e.children,this.done=!!e.done,this.tags=null!==(t=Array.isArray(e.tags)?new Set(e.tags):e.tags)&&void 0!==t?t:new Set,this.machine=e.machine,Object.defineProperty(this,"nextEvents",{get:function(){return function(e){return _a([],Oa(new Set(rl(_a([],Oa(e.map((function(e){return e.ownEvents}))),!1)))),!1)}(r.configuration)}})}return e.from=function(t,n){return t instanceof e?t.context!==n?new e({value:t.value,context:n,_event:t._event,_sessionid:null,historyValue:t.historyValue,history:t.history,actions:[],activities:t.activities,events:[],configuration:[],transitions:[],children:{}}):t:new e({value:t,context:n,_event:Sl,_sessionid:null,historyValue:void 0,history:void 0,actions:[],activities:void 0,events:[],configuration:[],transitions:[],children:{}})},e.create=function(t){return new e(t)},e.inert=function(t,n){if(t instanceof e){if(!t.actions.length)return t;var r=Sl;return new e({value:t.value,context:n,_event:r,_sessionid:null,historyValue:t.historyValue,history:t.history,activities:t.activities,configuration:t.configuration,transitions:[],children:{}})}return e.from(t,n)},e.prototype.toStrings=function(e,t){var n=this;if(void 0===e&&(e=this.value),void 0===t&&(t="."),hl(e))return[e];var r=Object.keys(e);return r.concat.apply(r,_a([],Oa(r.map((function(r){return n.toStrings(e[r],t).map((function(e){return r+t+e}))}))),!1))},e.prototype.toJSON=function(){var e=this;e.configuration,e.transitions;var t=e.tags;e.machine;var n=Sa(e,["configuration","transitions","tags","machine"]);return ka(ka({},n),{tags:Array.from(t)})},e.prototype.matches=function(e){return Ua(e,this.value)},e.prototype.hasTag=function(e){return this.tags.has(e)},e.prototype.can=function(e){var t;Wa&&dl(!!this.machine,"state.can(...) used outside of a machine-created State object; this will always return false.");var n=null===(t=this.machine)||void 0===t?void 0:t.getTransitionData(this,e);return!!(null==n?void 0:n.transitions.length)&&n.transitions.some((function(e){return void 0!==e.target||e.actions.length}))},e}(),Yl={deferEvents:!1},Kl=function(){function e(e){this.processingEvent=!1,this.queue=[],this.initialized=!1,this.options=ka(ka({},Yl),e)}return e.prototype.initialize=function(e){if(this.initialized=!0,e){if(!this.options.deferEvents)return void this.schedule(e);this.process(e)}this.flushEvents()},e.prototype.schedule=function(e){if(this.initialized&&!this.processingEvent){if(0!==this.queue.length)throw new Error("Event queue should be empty when it is not processing events");this.process(e),this.flushEvents()}else this.queue.push(e)},e.prototype.clear=function(){this.queue=[]},e.prototype.flushEvents=function(){for(var e=this.queue.shift();e;)this.process(e),e=this.queue.shift()},e.prototype.process=function(e){this.processingEvent=!0;try{e()}catch(e){throw this.clear(),e}finally{this.processingEvent=!1}},e}(),Jl=new Map,Ql=0,es=function(){return"x:".concat(Ql++)},ts=function(e,t){return Jl.set(e,t),e},ns=function(e){return Jl.get(e)},rs=function(e){Jl.delete(e)};function is(){return"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:void(Wa||console.warn("XState could not find a global object in this environment. Please let the maintainers know and raise an issue here: https://github.com/statelyai/xstate/issues"))}function os(e){if(is()){var t=function(){var e=is();if(e&&"__xstate__"in e)return e.__xstate__}();t&&t.register(e)}}function as(e,t){void 0===t&&(t={});var n=e.initialState,r=new Set,i=[],o=!1,a=function(e){var t;return ka(((t={subscribe:function(){return{unsubscribe:function(){}}},id:"anonymous",getSnapshot:function(){}})[gl]=function(){return this},t),e)}({id:t.id,send:function(t){i.push(t),function(){if(!o){for(o=!0;i.length>0;){var t=i.shift();n=e.transition(n,t,l),r.forEach((function(e){return e.next(n)}))}o=!1}}()},getSnapshot:function(){return n},subscribe:function(e,t,i){var o=wl(e,t,i);return r.add(o),o.next(n),{unsubscribe:function(){r.delete(o)}}}}),l={parent:t.parent,self:a,id:t.id||"anonymous",observers:r};return n=e.start?e.start(l):n,a}var ls,ss={sync:!1,autoForward:!1};!function(e){e[e.NotStarted=0]="NotStarted",e[e.Running=1]="Running",e[e.Stopped=2]="Stopped"}(ls||(ls={}));var cs=function(){function e(t,n){void 0===n&&(n=e.defaultOptions);var r=this;this.machine=t,this.delayedEventsMap={},this.listeners=new Set,this.contextListeners=new Set,this.stopListeners=new Set,this.doneListeners=new Set,this.eventListeners=new Set,this.sendListeners=new Set,this.initialized=!1,this.status=ls.NotStarted,this.children=new Map,this.forwardTo=new Set,this._outgoingQueue=[],this.init=this.start,this.send=function(e,t){if(ul(e))return r.batch(e),r.state;var n=xl(ml(e,t));if(r.status===ls.Stopped)return Wa||dl(!1,'Event "'.concat(n.name,'" was sent to stopped service "').concat(r.machine.id,'". This service has already reached its final state, and will not transition.\nEvent: ').concat(JSON.stringify(n.data))),r.state;if(r.status!==ls.Running&&!r.options.deferEvents)throw new Error('Event "'.concat(n.name,'" was sent to uninitialized service "').concat(r.machine.id,'". Make sure .start() is called for this service, or set { deferEvents: true } in the service options.\nEvent: ').concat(JSON.stringify(n.data)));return r.scheduler.schedule((function(){r.forward(n);var e=r._nextState(n);r.update(e,n)})),r._state},this.sendTo=function(e,t,n){var i,o=r.parent&&(t===$a.Parent||r.parent.id===t),a=o?r.parent:hl(t)?t===$a.Internal?r:r.children.get(t)||ns(t):(i=t)&&"function"==typeof i.send?t:void 0;if(a)if("machine"in a){if(r.status!==ls.Stopped||r.parent!==a||r.state.done){var l=ka(ka({},e),{name:e.name===Ha?"".concat(Pl(r.id)):e.name,origin:r.sessionId});!n&&r.machine.config.predictableActionArguments?r._outgoingQueue.push([a,l]):a.send(l)}}else!n&&r.machine.config.predictableActionArguments?r._outgoingQueue.push([a,e.data]):a.send(e.data);else{if(!o)throw new Error("Unable to send event to child '".concat(t,"' from service '").concat(r.id,"'."));Wa||dl(!1,"Service '".concat(r.id,"' has no parent: unable to send event ").concat(e.type))}},this._exec=function(e,t,n,i){void 0===i&&(i=r.machine.options.actions);var o=e.exec||El(e.type,i),a=pl(o)?o:o?o.exec:e.exec;if(a)try{return a(t,n.data,r.machine.config.predictableActionArguments?{action:e,_event:n}:{action:e,state:r.state,_event:n})}catch(e){throw r.parent&&r.parent.send({type:"xstate.error",data:e}),e}switch(e.type){case Ra:var l=e;r.defer(l);break;case Pa:var s=e;if("number"==typeof s.delay)return void r.defer(s);s.to?r.sendTo(s._event,s.to,n===Sl):r.send(s._event);break;case Da:r.cancel(e.sendId);break;case La:if(r.status!==ls.Running)return;var c=e.activity;if(!r.machine.config.predictableActionArguments&&!r.state.activities[c.id||c.type])break;if(c.type===wa.Invoke){var d=Cl(c.src),u=r.machine.options.services?r.machine.options.services[d.type]:void 0,p=c.id,h=c.data;Wa||dl(!("forward"in c),"`forward` property is deprecated (found in invocation of '".concat(c.src,"' in in machine '").concat(r.machine.id,"'). ")+"Please use `autoForward` instead.");var f="autoForward"in c?c.autoForward:!!c.forward;if(!u)return void(Wa||dl(!1,"No service found for invocation '".concat(c.src,"' in machine '").concat(r.machine.id,"'.")));var g=h?al(h,t,n):void 0;if("string"==typeof u)return;var v=pl(u)?u(t,n.data,{data:g,src:d,meta:c.meta}):u;if(!v)return;var m=void 0;vl(v)&&(v=g?v.withContext(g):v,m={autoForward:f}),r.spawn(v,p,m)}else r.spawnActivity(c);break;case Ta:r.stopChild(e.activity.id);break;case ja:var x=e,b=x.label,y=x.value;b?r.logger(b,y):r.logger(y);break;default:Wa||dl(!1,"No implementation found for action type '".concat(e.type,"'"))}};var i=ka(ka({},e.defaultOptions),n),o=i.clock,a=i.logger,l=i.parent,s=i.id,c=void 0!==s?s:t.id;this.id=c,this.logger=a,this.clock=o,this.parent=l,this.options=i,this.scheduler=new Kl({deferEvents:this.options.deferEvents}),this.sessionId=es()}return Object.defineProperty(e.prototype,"initialState",{get:function(){var e=this;return this._initialState?this._initialState:Ml(this,(function(){return e._initialState=e.machine.initialState,e._initialState}))},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"state",{get:function(){return Wa||dl(this.status!==ls.NotStarted,"Attempted to read state from uninitialized service '".concat(this.id,"'. Make sure the service is started first.")),this._state},enumerable:!1,configurable:!0}),e.prototype.execute=function(e,t){var n,r;try{for(var i=Ea(e.actions),o=i.next();!o.done;o=i.next()){var a=o.value;this.exec(a,e,t)}}catch(e){n={error:e}}finally{try{o&&!o.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}},e.prototype.update=function(e,t){var n,r,i,o,a,l,s,c,d=this;if(e._sessionid=this.sessionId,this._state=e,this.machine.config.predictableActionArguments&&t!==Sl||!this.options.execute)for(var u=void 0;u=this._outgoingQueue.shift();)u[0].send(u[1]);else this.execute(this.state);if(this.children.forEach((function(e){d.state.children[e.id]=e})),this.devTools&&this.devTools.send(t.data,e),e.event)try{for(var p=Ea(this.eventListeners),h=p.next();!h.done;h=p.next()){(0,h.value)(e.event)}}catch(e){n={error:e}}finally{try{h&&!h.done&&(r=p.return)&&r.call(p)}finally{if(n)throw n.error}}try{for(var f=Ea(this.listeners),g=f.next();!g.done;g=f.next()){(0,g.value)(e,e.event)}}catch(e){i={error:e}}finally{try{g&&!g.done&&(o=f.return)&&o.call(f)}finally{if(i)throw i.error}}try{for(var v=Ea(this.contextListeners),m=v.next();!m.done;m=v.next()){(0,m.value)(this.state.context,this.state.history?this.state.history.context:void 0)}}catch(e){a={error:e}}finally{try{m&&!m.done&&(l=v.return)&&l.call(v)}finally{if(a)throw a.error}}if(this.state.done){var x=e.configuration.find((function(e){return"final"===e.type&&e.parent===d.machine})),b=x&&x.doneData?al(x.doneData,e.context,t):void 0;this._doneEvent=Rl(this.id,b);try{for(var y=Ea(this.doneListeners),C=y.next();!C.done;C=y.next()){(0,C.value)(this._doneEvent)}}catch(e){s={error:e}}finally{try{C&&!C.done&&(c=y.return)&&c.call(y)}finally{if(s)throw s.error}}this._stop(),this._stopChildren(),rs(this.sessionId)}},e.prototype.onTransition=function(e){return this.listeners.add(e),this.status===ls.Running&&e(this.state,this.state.event),this},e.prototype.subscribe=function(e,t,n){var r=this,i=wl(e,t,n);this.listeners.add(i.next),this.status!==ls.NotStarted&&i.next(this.state);var o=function(){r.doneListeners.delete(o),r.stopListeners.delete(o),i.complete()};return this.status===ls.Stopped?i.complete():(this.onDone(o),this.onStop(o)),{unsubscribe:function(){r.listeners.delete(i.next),r.doneListeners.delete(o),r.stopListeners.delete(o)}}},e.prototype.onEvent=function(e){return this.eventListeners.add(e),this},e.prototype.onSend=function(e){return this.sendListeners.add(e),this},e.prototype.onChange=function(e){return this.contextListeners.add(e),this},e.prototype.onStop=function(e){return this.stopListeners.add(e),this},e.prototype.onDone=function(e){return this.status===ls.Stopped&&this._doneEvent?e(this._doneEvent):this.doneListeners.add(e),this},e.prototype.off=function(e){return this.listeners.delete(e),this.eventListeners.delete(e),this.sendListeners.delete(e),this.stopListeners.delete(e),this.doneListeners.delete(e),this.contextListeners.delete(e),this},e.prototype.start=function(e){var t=this;if(this.status===ls.Running)return this;this.machine._init(),ts(this.sessionId,this),this.initialized=!0,this.status=ls.Running;var n=void 0===e?this.initialState:Ml(this,(function(){return"object"==typeof(n=e)&&null!==n&&"value"in n&&"_event"in n?t.machine.resolveState(e):t.machine.resolveState(Xl.from(e,t.machine.context));var n}));return this.options.devTools&&this.attachDev(),this.scheduler.initialize((function(){t.update(n,Sl)})),this},e.prototype._stopChildren=function(){this.children.forEach((function(e){pl(e.stop)&&e.stop()})),this.children.clear()},e.prototype._stop=function(){var e,t,n,r,i,o,a,l,s,c;try{for(var d=Ea(this.listeners),u=d.next();!u.done;u=d.next()){var p=u.value;this.listeners.delete(p)}}catch(t){e={error:t}}finally{try{u&&!u.done&&(t=d.return)&&t.call(d)}finally{if(e)throw e.error}}try{for(var h=Ea(this.stopListeners),f=h.next();!f.done;f=h.next()){(p=f.value)(),this.stopListeners.delete(p)}}catch(e){n={error:e}}finally{try{f&&!f.done&&(r=h.return)&&r.call(h)}finally{if(n)throw n.error}}try{for(var g=Ea(this.contextListeners),v=g.next();!v.done;v=g.next()){p=v.value;this.contextListeners.delete(p)}}catch(e){i={error:e}}finally{try{v&&!v.done&&(o=g.return)&&o.call(g)}finally{if(i)throw i.error}}try{for(var m=Ea(this.doneListeners),x=m.next();!x.done;x=m.next()){p=x.value;this.doneListeners.delete(p)}}catch(e){a={error:e}}finally{try{x&&!x.done&&(l=m.return)&&l.call(m)}finally{if(a)throw a.error}}if(!this.initialized)return this;this.initialized=!1,this.status=ls.Stopped,this._initialState=void 0;try{for(var b=Ea(Object.keys(this.delayedEventsMap)),y=b.next();!y.done;y=b.next()){var C=y.value;this.clock.clearTimeout(this.delayedEventsMap[C])}}catch(e){s={error:e}}finally{try{y&&!y.done&&(c=b.return)&&c.call(b)}finally{if(s)throw s.error}}this.scheduler.clear(),this.scheduler=new Kl({deferEvents:this.options.deferEvents})},e.prototype.stop=function(){var e=this,t=this.scheduler;return this._stop(),t.schedule((function(){var t;if(!(null===(t=e._state)||void 0===t?void 0:t.done)){var n=xl({type:"xstate.stop"}),r=Ml(e,(function(){var t=rl(_a([],Oa(e.state.configuration),!1).sort((function(e,t){return t.order-e.order})).map((function(t){return _l(t.onExit,e.machine.options.actions)}))),r=Oa(Dl(e.machine,e.state,e.state.context,n,[{type:"exit",actions:t}],e.machine.config.predictableActionArguments?e._exec:void 0,e.machine.config.predictableActionArguments||e.machine.config.preserveActionOrder),2),i=r[0],o=r[1],a=new Xl({value:e.state.value,context:o,_event:n,_sessionid:e.sessionId,historyValue:void 0,history:e.state,actions:i.filter((function(e){return!kl(e)})),activities:{},events:[],configuration:[],transitions:[],children:{},done:e.state.done,tags:e.state.tags,machine:e.machine});return a.changed=!0,a}));e.update(r,n),e._stopChildren(),rs(e.sessionId)}})),this},e.prototype.batch=function(e){var t=this;if(this.status===ls.NotStarted&&this.options.deferEvents)Wa||dl(!1,"".concat(e.length,' event(s) were sent to uninitialized service "').concat(this.machine.id,'" and are deferred. Make sure .start() is called for this service.\nEvent: ').concat(JSON.stringify(event)));else if(this.status!==ls.Running)throw new Error("".concat(e.length,' event(s) were sent to uninitialized service "').concat(this.machine.id,'". Make sure .start() is called for this service, or set { deferEvents: true } in the service options.'));if(e.length){var n=!!this.machine.config.predictableActionArguments&&this._exec;this.scheduler.schedule((function(){var r,i,o=t.state,a=!1,l=[],s=function(e){var r=xl(e);t.forward(r),o=Ml(t,(function(){return t.machine.transition(o,r,void 0,n||void 0)})),l.push.apply(l,_a([],Oa(t.machine.config.predictableActionArguments?o.actions:o.actions.map((function(e){return function(e,t){var n=e.exec;return ka(ka({},e),{exec:void 0!==n?function(){return n(t.context,t.event,{action:e,state:t,_event:t._event})}:void 0})}(e,o)}))),!1)),a=a||!!o.changed};try{for(var c=Ea(e),d=c.next();!d.done;d=c.next()){s(d.value)}}catch(e){r={error:e}}finally{try{d&&!d.done&&(i=c.return)&&i.call(c)}finally{if(r)throw r.error}}o.changed=a,o.actions=l,t.update(o,xl(e[e.length-1]))}))}},e.prototype.sender=function(e){return this.send.bind(this,e)},e.prototype._nextState=function(e,t){var n=this;void 0===t&&(t=!!this.machine.config.predictableActionArguments&&this._exec);var r=xl(e);if(0===r.name.indexOf(Aa)&&!this.state.nextEvents.some((function(e){return 0===e.indexOf(Aa)})))throw r.data.data;return Ml(this,(function(){return n.machine.transition(n.state,r,void 0,t||void 0)}))},e.prototype.nextState=function(e){return this._nextState(e,!1)},e.prototype.forward=function(e){var t,n;try{for(var r=Ea(this.forwardTo),i=r.next();!i.done;i=r.next()){var o=i.value,a=this.children.get(o);if(!a)throw new Error("Unable to forward event '".concat(e,"' from interpreter '").concat(this.id,"' to nonexistant child '").concat(o,"'."));a.send(e)}}catch(e){t={error:e}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(t)throw t.error}}},e.prototype.defer=function(e){var t=this,n=this.clock.setTimeout((function(){"to"in e&&e.to?t.sendTo(e._event,e.to,!0):t.send(e._event)}),e.delay);e.id&&(this.delayedEventsMap[e.id]=n)},e.prototype.cancel=function(e){this.clock.clearTimeout(this.delayedEventsMap[e]),delete this.delayedEventsMap[e]},e.prototype.exec=function(e,t,n){void 0===n&&(n=this.machine.options.actions),this._exec(e,t.context,t._event,n)},e.prototype.removeChild=function(e){var t;this.children.delete(e),this.forwardTo.delete(e),null===(t=this.state)||void 0===t||delete t.children[e]},e.prototype.stopChild=function(e){var t=this.children.get(e);t&&(this.removeChild(e),pl(t.stop)&&t.stop())},e.prototype.spawn=function(e,t,n){if(this.status!==ls.Running)return jl(e,t);if(ll(e))return this.spawnPromise(Promise.resolve(e),t);if(pl(e))return this.spawnCallback(e,t);if(function(e){try{return"function"==typeof e.send}catch(e){return!1}}(i=e)&&"id"in i)return this.spawnActor(e,t);if(function(e){try{return"subscribe"in e&&pl(e.subscribe)}catch(e){return!1}}(e))return this.spawnObservable(e,t);if(vl(e))return this.spawnMachine(e,ka(ka({},n),{id:t}));if(null!==(r=e)&&"object"==typeof r&&"transition"in r&&"function"==typeof r.transition)return this.spawnBehavior(e,t);throw new Error('Unable to spawn entity "'.concat(t,'" of type "').concat(typeof e,'".'));var r,i},e.prototype.spawnMachine=function(t,n){var r=this;void 0===n&&(n={});var i=new e(t,ka(ka({},this.options),{parent:this,id:n.id||t.id})),o=ka(ka({},ss),n);o.sync&&i.onTransition((function(e){r.send(Ba,{state:e,id:i.id})}));var a=i;return this.children.set(i.id,a),o.autoForward&&this.forwardTo.add(i.id),i.onDone((function(e){r.removeChild(i.id),r.send(xl(e,{origin:i.id}))})).start(),a},e.prototype.spawnBehavior=function(e,t){var n=as(e,{id:t,parent:this});return this.children.set(t,n),n},e.prototype.spawnPromise=function(e,t){var n,r,i=this,o=!1;e.then((function(e){o||(r=e,i.removeChild(t),i.send(xl(Rl(t,e),{origin:t})))}),(function(e){if(!o){i.removeChild(t);var n=Pl(t,e);try{i.send(xl(n,{origin:t}))}catch(r){!function(e,t,n){if(!Wa){var r=e.stack?" Stacktrace was '".concat(e.stack,"'"):"";if(e===t)console.error("Missing onError handler for invocation '".concat(n,"', error was '").concat(e,"'.").concat(r));else{var i=t.stack?" Stacktrace was '".concat(t.stack,"'"):"";console.error("Missing onError handler and/or unhandled exception/promise rejection for invocation '".concat(n,"'. ")+"Original error: '".concat(e,"'. ").concat(r," Current error is '").concat(t,"'.").concat(i))}}}(e,r,t),i.devTools&&i.devTools.send(n,i.state),i.machine.strict&&i.stop()}}}));var a=((n={id:t,send:function(){},subscribe:function(t,n,r){var i=wl(t,n,r),o=!1;return e.then((function(e){o||(i.next(e),o||i.complete())}),(function(e){o||i.error(e)})),{unsubscribe:function(){return o=!0}}},stop:function(){o=!0},toJSON:function(){return{id:t}},getSnapshot:function(){return r}})[gl]=function(){return this},n);return this.children.set(t,a),a},e.prototype.spawnCallback=function(e,t){var n,r,i,o=this,a=!1,l=new Set,s=new Set;try{i=e((function(e){r=e,s.forEach((function(t){return t(e)})),a||o.send(xl(e,{origin:t}))}),(function(e){l.add(e)}))}catch(e){this.send(Pl(t,e))}if(ll(i))return this.spawnPromise(i,t);var c=((n={id:t,send:function(e){return l.forEach((function(t){return t(e)}))},subscribe:function(e){var t=wl(e);return s.add(t.next),{unsubscribe:function(){s.delete(t.next)}}},stop:function(){a=!0,pl(i)&&i()},toJSON:function(){return{id:t}},getSnapshot:function(){return r}})[gl]=function(){return this},n);return this.children.set(t,c),c},e.prototype.spawnObservable=function(e,t){var n,r,i=this,o=e.subscribe((function(e){r=e,i.send(xl(e,{origin:t}))}),(function(e){i.removeChild(t),i.send(xl(Pl(t,e),{origin:t}))}),(function(){i.removeChild(t),i.send(xl(Rl(t),{origin:t}))})),a=((n={id:t,send:function(){},subscribe:function(t,n,r){return e.subscribe(t,n,r)},stop:function(){return o.unsubscribe()},getSnapshot:function(){return r},toJSON:function(){return{id:t}}})[gl]=function(){return this},n);return this.children.set(t,a),a},e.prototype.spawnActor=function(e,t){return this.children.set(t,e),e},e.prototype.spawnActivity=function(e){var t=this.machine.options&&this.machine.options.activities?this.machine.options.activities[e.type]:void 0;if(t){var n=t(this.state.context,e);this.spawnEffect(e.id,n)}else Wa||dl(!1,"No implementation found for activity '".concat(e.type,"'"))},e.prototype.spawnEffect=function(e,t){var n;this.children.set(e,((n={id:e,send:function(){},subscribe:function(){return{unsubscribe:function(){}}},stop:t||void 0,getSnapshot:function(){},toJSON:function(){return{id:e}}})[gl]=function(){return this},n))},e.prototype.attachDev=function(){var e=is();if(this.options.devTools&&e){if(e.__REDUX_DEVTOOLS_EXTENSION__){var t="object"==typeof this.options.devTools?this.options.devTools:void 0;this.devTools=e.__REDUX_DEVTOOLS_EXTENSION__.connect(ka(ka({name:this.id,autoPause:!0,stateSanitizer:function(e){return{value:e.value,context:e.context,actions:e.actions}}},t),{features:ka({jump:!1,skip:!1},t?t.features:void 0)}),this.machine),this.devTools.init(this.state)}os(this)}},e.prototype.toJSON=function(){return{id:this.id}},e.prototype[gl]=function(){return this},e.prototype.getSnapshot=function(){return this.status===ls.NotStarted?this.initialState:this._state},e.defaultOptions={execute:!0,deferEvents:!0,clock:{setTimeout:function(e,t){return setTimeout(e,t)},clearTimeout:function(e){return clearTimeout(e)}},logger:console.log.bind(console),devTools:!1},e.interpret=ds,e}();function ds(e,t){return new cs(e,t)}function us(e){if("string"==typeof e){var t={type:e,toString:function(){return e}};return t}return e}function ps(e){return ka(ka({type:Ia},e),{toJSON:function(){e.onDone,e.onError;var t=Sa(e,["onDone","onError"]);return ka(ka({},t),{type:Ia,src:us(e.src)})}})}var hs="",fs="*",gs={},vs=function(e){return"#"===e[0]},ms=function(){function e(t,n,r,i){void 0===r&&(r="context"in t?t.context:void 0);var o,a=this;this.config=t,this._context=r,this.order=-1,this.__xstatenode=!0,this.__cache={events:void 0,relativeValue:new Map,initialStateValue:void 0,initialState:void 0,on:void 0,transitions:void 0,candidates:{},delayedTransitions:void 0},this.idMap={},this.tags=[],this.options=Object.assign({actions:{},guards:{},services:{},activities:{},delays:{}},n),this.parent=null==i?void 0:i.parent,this.key=this.config.key||(null==i?void 0:i.key)||this.config.id||"(machine)",this.machine=this.parent?this.parent.machine:this,this.path=this.parent?this.parent.path.concat(this.key):[],this.delimiter=this.config.delimiter||(this.parent?this.parent.delimiter:"."),this.id=this.config.id||_a([this.machine.key],Oa(this.path),!1).join(this.delimiter),this.version=this.parent?this.parent.version:this.config.version,this.type=this.config.type||(this.config.parallel?"parallel":this.config.states&&Object.keys(this.config.states).length?"compound":this.config.history?"history":"atomic"),this.schema=this.parent?this.machine.schema:null!==(o=this.config.schema)&&void 0!==o?o:{},this.description=this.config.description,Wa||dl(!("parallel"in this.config),'The "parallel" property is deprecated and will be removed in version 4.1. '.concat(this.config.parallel?"Replace with `type: 'parallel'`":"Use `type: '".concat(this.type,"'`")," in the config for state node '").concat(this.id,"' instead.")),this.initial=this.config.initial,this.states=this.config.states?Qa(this.config.states,(function(t,n){var r,i=new e(t,{},void 0,{parent:a,key:n});return Object.assign(a.idMap,ka(((r={})[i.id]=i,r),i.idMap)),i})):gs;var l=0;!function e(t){var n,r;t.order=l++;try{for(var i=Ea(Il(t)),o=i.next();!o.done;o=i.next()){e(o.value)}}catch(e){n={error:e}}finally{try{o&&!o.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}}(this),this.history=!0===this.config.history?"shallow":this.config.history||!1,this._transient=!!this.config.always||!!this.config.on&&(Array.isArray(this.config.on)?this.config.on.some((function(e){return e.event===hs})):hs in this.config.on),this.strict=!!this.config.strict,this.onEntry=ol(this.config.entry||this.config.onEntry).map((function(e){return Ol(e)})),this.onExit=ol(this.config.exit||this.config.onExit).map((function(e){return Ol(e)})),this.meta=this.config.meta,this.doneData="final"===this.type?this.config.data:void 0,this.invoke=ol(this.config.invoke).map((function(e,t){var n,r;if(vl(e)){var i=$l(a.id,t);return a.machine.options.services=ka(((n={})[i]=e,n),a.machine.options.services),ps({src:i,id:i})}if(hl(e.src)){i=e.id||$l(a.id,t);return ps(ka(ka({},e),{id:i,src:e.src}))}if(vl(e.src)||pl(e.src)){i=e.id||$l(a.id,t);return a.machine.options.services=ka(((r={})[i]=e.src,r),a.machine.options.services),ps(ka(ka({id:i},e),{src:i}))}var o=e.src;return ps(ka(ka({id:$l(a.id,t)},e),{src:o}))})),this.activities=ol(this.config.activities).concat(this.invoke).map((function(e){return Ll(e)})),this.transition=this.transition.bind(this),this.tags=ol(this.config.tags)}return e.prototype._init=function(){this.__cache.transitions||Al(this).forEach((function(e){return e.on}))},e.prototype.withConfig=function(t,n){var r=this.options,i=r.actions,o=r.activities,a=r.guards,l=r.services,s=r.delays;return new e(this.config,{actions:ka(ka({},i),t.actions),activities:ka(ka({},o),t.activities),guards:ka(ka({},a),t.guards),services:ka(ka({},l),t.services),delays:ka(ka({},s),t.delays)},null!=n?n:this.context)},e.prototype.withContext=function(t){return new e(this.config,this.options,t)},Object.defineProperty(e.prototype,"context",{get:function(){return pl(this._context)?this._context():this._context},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"definition",{get:function(){return{id:this.id,key:this.key,version:this.version,context:this.context,type:this.type,initial:this.initial,history:this.history,states:Qa(this.states,(function(e){return e.definition})),on:this.on,transitions:this.transitions,entry:this.onEntry,exit:this.onExit,activities:this.activities||[],meta:this.meta,order:this.order||-1,data:this.doneData,invoke:this.invoke,description:this.description,tags:this.tags}},enumerable:!1,configurable:!0}),e.prototype.toJSON=function(){return this.definition},Object.defineProperty(e.prototype,"on",{get:function(){if(this.__cache.on)return this.__cache.on;var e=this.transitions;return this.__cache.on=e.reduce((function(e,t){return e[t.eventType]=e[t.eventType]||[],e[t.eventType].push(t),e}),{})},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"after",{get:function(){return this.__cache.delayedTransitions||(this.__cache.delayedTransitions=this.getDelayedTransitions(),this.__cache.delayedTransitions)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"transitions",{get:function(){return this.__cache.transitions||(this.__cache.transitions=this.formatTransitions(),this.__cache.transitions)},enumerable:!1,configurable:!0}),e.prototype.getCandidates=function(e){if(this.__cache.candidates[e])return this.__cache.candidates[e];var t=e===hs,n=this.transitions.filter((function(n){var r=n.eventType===e;return t?r:r||n.eventType===fs}));return this.__cache.candidates[e]=n,n},e.prototype.getDelayedTransitions=function(){var e=this,t=this.config.after;if(!t)return[];var n=function(t,n){var r=function(e,t){var n=t?"#".concat(t):"";return"".concat(wa.After,"(").concat(e,")").concat(n)}(pl(t)?"".concat(e.id,":delay[").concat(n,"]"):t,e.id);return e.onEntry.push(function(e,t){return{to:t?t.to:void 0,type:Pa,event:pl(e)?e:ml(e),delay:t?t.delay:void 0,id:t&&void 0!==t.id?t.id:pl(e)?e.name:Xa(e)}}(r,{delay:t})),e.onExit.push({type:Da,sendId:r}),r},r=ul(t)?t.map((function(e,t){var r=n(e.delay,t);return ka(ka({},e),{event:r})})):rl(Object.keys(t).map((function(e,r){var i=t[e],o=hl(i)?{target:i}:i,a=isNaN(+e)?e:+e,l=n(a,r);return ol(o).map((function(e){return ka(ka({},e),{event:l,delay:a})}))})));return r.map((function(t){var n=t.delay;return ka(ka({},e.formatTransition(t)),{delay:n})}))},e.prototype.getStateNodes=function(e){var t,n=this;if(!e)return[];var r=e instanceof Xl?e.value:Ka(e,this.delimiter);if(hl(r)){var i=this.getStateNode(r).initial;return void 0!==i?this.getStateNodes(((t={})[r]=i,t)):[this,this.states[r]]}var o=Object.keys(r),a=[this];return a.push.apply(a,_a([],Oa(rl(o.map((function(e){return n.getStateNode(e).getStateNodes(r[e])})))),!1)),a},e.prototype.handles=function(e){var t=Xa(e);return this.events.includes(t)},e.prototype.resolveState=function(e){var t=e instanceof Xl?e:Xl.create(e),n=Array.from(Hl([],this.getStateNodes(t.value)));return new Xl(ka(ka({},t),{value:this.resolve(t.value),configuration:n,done:Gl(n,this),tags:Wl(n),machine:this.machine}))},e.prototype.transitionLeafNode=function(e,t,n){var r=this.getStateNode(e).next(t,n);return r&&r.transitions.length?r:this.next(t,n)},e.prototype.transitionCompoundNode=function(e,t,n){var r=Object.keys(e),i=this.getStateNode(r[0])._transition(e[r[0]],t,n);return i&&i.transitions.length?i:this.next(t,n)},e.prototype.transitionParallelNode=function(e,t,n){var r,i,o={};try{for(var a=Ea(Object.keys(e)),l=a.next();!l.done;l=a.next()){var s=l.value,c=e[s];if(c){var d=this.getStateNode(s)._transition(c,t,n);d&&(o[s]=d)}}}catch(e){r={error:e}}finally{try{l&&!l.done&&(i=a.return)&&i.call(a)}finally{if(r)throw r.error}}var u=Object.keys(o).map((function(e){return o[e]})),p=rl(u.map((function(e){return e.transitions})));if(!u.some((function(e){return e.transitions.length>0})))return this.next(t,n);var h=rl(Object.keys(o).map((function(e){return o[e].configuration})));return{transitions:p,exitSet:rl(u.map((function(e){return e.exitSet}))),configuration:h,source:t,actions:rl(Object.keys(o).map((function(e){return o[e].actions})))}},e.prototype._transition=function(e,t,n){return hl(e)?this.transitionLeafNode(e,t,n):1===Object.keys(e).length?this.transitionCompoundNode(e,t,n):this.transitionParallelNode(e,t,n)},e.prototype.getTransitionData=function(e,t){return this._transition(e.value,e,xl(t))},e.prototype.next=function(e,t){var n,r,i,o=this,a=t.name,l=[],s=[];try{for(var c=Ea(this.getCandidates(a)),d=c.next();!d.done;d=c.next()){var u=d.value,p=u.cond,h=u.in,f=e.context,g=!h||(hl(h)&&vs(h)?e.matches(Ka(this.getStateNodeById(h).path,this.delimiter)):Ua(Ka(h,this.delimiter),tl(this.path.slice(0,-2))(e.value))),v=!1;try{v=!p||yl(this.machine,p,f,t,e)}catch(e){throw new Error("Unable to evaluate guard '".concat(p.name||p.type,"' in transition for event '").concat(a,"' in state node '").concat(this.id,"':\n").concat(e.message))}if(v&&g){void 0!==u.target&&(s=u.target),l.push.apply(l,_a([],Oa(u.actions),!1)),i=u;break}}}catch(e){n={error:e}}finally{try{d&&!d.done&&(r=c.return)&&r.call(c)}finally{if(n)throw n.error}}if(i){if(!s.length)return{transitions:[i],exitSet:[],configuration:e.value?[this]:[],source:e,actions:l};var m=rl(s.map((function(t){return o.getRelativeStateNodes(t,e.historyValue)})));return{transitions:[i],exitSet:!!i.internal?[]:rl(s.map((function(e){return o.getPotentiallyReenteringNodes(e)}))),configuration:m,source:e,actions:l}}},e.prototype.getPotentiallyReenteringNodes=function(e){if(this.order<e.order)return[this];for(var t=[],n=this,r=e;n&&n!==r;)t.push(n),n=n.parent;return n!==r?[]:(t.push(r),t)},e.prototype.getActions=function(e,t,n,r,i,o,a){var l,s,c,d,u=this,p=o?Hl([],this.getStateNodes(o.value)):[],h=new Set;try{for(var f=Ea(Array.from(e).sort((function(e,t){return e.order-t.order}))),g=f.next();!g.done;g=f.next()){(!ql(p,x=g.value)||ql(n.exitSet,x)||x.parent&&h.has(x.parent))&&h.add(x)}}catch(e){l={error:e}}finally{try{g&&!g.done&&(s=f.return)&&s.call(f)}finally{if(l)throw l.error}}try{for(var v=Ea(p),m=v.next();!m.done;m=v.next()){var x;ql(e,x=m.value)&&!ql(n.exitSet,x.parent)||n.exitSet.push(x)}}catch(e){c={error:e}}finally{try{m&&!m.done&&(d=v.return)&&d.call(v)}finally{if(c)throw c.error}}n.exitSet.sort((function(e,t){return t.order-e.order}));var b=Array.from(h).sort((function(e,t){return e.order-t.order})),y=new Set(n.exitSet),C=rl(b.map((function(e){var t=[];if("final"!==e.type)return t;var o=e.parent;if(!o.parent)return t;t.push(Tl(e.id,e.doneData),Tl(o.id,e.doneData?al(e.doneData,r,i):void 0));var a=o.parent;return"parallel"===a.type&&zl(a).every((function(e){return Gl(n.configuration,e)}))&&t.push(Tl(a.id)),t}))),w=b.map((function(e){var t=e.onEntry,n=e.activities.map((function(e){return function(e){var t=Ll(e);return{type:wa.Start,activity:t,exec:void 0}}(e)}));return{type:"entry",actions:_l(a?_a(_a([],Oa(t),!1),Oa(n),!1):_a(_a([],Oa(n),!1),Oa(t),!1),u.machine.options.actions)}})).concat({type:"state_done",actions:C.map((function(e){return function(e,t){return{type:Ra,event:"function"==typeof e?e:ml(e),delay:t?t.delay:void 0,id:null==t?void 0:t.id}}(e)}))}),$=Array.from(y).map((function(e){return{type:"exit",actions:_l(_a(_a([],Oa(e.onExit),!1),Oa(e.activities.map((function(e){return function(e){var t=pl(e)?e:Ll(e);return{type:wa.Stop,activity:t,exec:void 0}}(e)}))),!1),u.machine.options.actions)}})).concat({type:"transition",actions:_l(n.actions,this.machine.options.actions)}).concat(w);if(t){var k=_l(rl(_a([],Oa(e),!1).sort((function(e,t){return t.order-e.order})).map((function(e){return e.onExit}))),this.machine.options.actions).filter((function(e){return!kl(e)}));return $.concat({type:"stop",actions:k})}return $},e.prototype.transition=function(e,t,n,r){void 0===e&&(e=this.initialState);var i,o,a=xl(t);if(e instanceof Xl)i=void 0===n?e:this.resolveState(Xl.from(e,n));else{var l=hl(e)?this.resolve(Ja(this.getResolvedPath(e))):this.resolve(e),s=null!=n?n:this.machine.context;i=this.resolveState(Xl.from(l,s))}if(!Wa&&a.name===fs)throw new Error("An event cannot have the wildcard type ('".concat(fs,"')"));if(this.strict&&!this.events.includes(a.name)&&(o=a.name,!/^(done|error)\./.test(o)))throw new Error("Machine '".concat(this.id,"' does not accept event '").concat(a.name,"'"));var c=this._transition(i.value,i,a)||{transitions:[],configuration:[],exitSet:[],source:i,actions:[]},d=Hl([],this.getStateNodes(i.value)),u=c.configuration.length?Hl(d,c.configuration):d;return c.configuration=_a([],Oa(u),!1),this.resolveTransition(c,i,i.context,r,a)},e.prototype.resolveRaisedTransition=function(e,t,n,r){var i,o=e.actions;return(e=this.transition(e,t,void 0,r))._event=n,e.event=n.data,(i=e.actions).unshift.apply(i,_a([],Oa(o),!1)),e},e.prototype.resolveTransition=function(e,t,n,r,i){var o,a,l,s,c=this;void 0===i&&(i=Sl);var d=e.configuration,u=!t||e.transitions.length>0,p=u?e.configuration:t?t.configuration:[],h=Gl(p,this),f=u?Zl(this.machine,d):void 0,g=t?t.historyValue?t.historyValue:e.source?this.machine.historyValue(t.value):void 0:void 0,v=this.getActions(new Set(p),h,e,n,i,t,r),m=t?ka({},t.activities):{};try{for(var x=Ea(v),b=x.next();!b.done;b=x.next()){var y=b.value;try{for(var C=(l=void 0,Ea(y.actions)),w=C.next();!w.done;w=C.next()){var $=w.value;$.type===La?m[$.activity.id||$.activity.type]=$:$.type===Ta&&(m[$.activity.id||$.activity.type]=!1)}}catch(e){l={error:e}}finally{try{w&&!w.done&&(s=C.return)&&s.call(C)}finally{if(l)throw l.error}}}}catch(e){o={error:e}}finally{try{b&&!b.done&&(a=x.return)&&a.call(x)}finally{if(o)throw o.error}}var k,S,E=Oa(Dl(this,t,n,i,v,r,this.machine.config.predictableActionArguments||this.machine.config.preserveActionOrder),2),O=E[0],_=E[1],L=Oa(function(e,t){var n,r,i=Oa([[],[]],2),o=i[0],a=i[1];try{for(var l=Ea(e),s=l.next();!s.done;s=l.next()){var c=s.value;t(c)?o.push(c):a.push(c)}}catch(e){n={error:e}}finally{try{s&&!s.done&&(r=l.return)&&r.call(l)}finally{if(n)throw n.error}}return[o,a]}(O,kl),2),T=L[0],R=L[1],P=O.filter((function(e){var t;return e.type===La&&(null===(t=e.activity)||void 0===t?void 0:t.type)===Ia})),D=P.reduce((function(e,t){return e[t.activity.id]=function(e,t,n,r){var i,o=Cl(e.src),a=null===(i=null==t?void 0:t.options.services)||void 0===i?void 0:i[o.type],l=e.data?al(e.data,n,r):void 0,s=a?jl(a,e.id,l):Nl(e.id);return s.meta=e,s}(t.activity,c.machine,_,i),e}),t?ka({},t.children):{}),M=new Xl({value:f||t.value,context:_,_event:i,_sessionid:t?t._sessionid:null,historyValue:f?g?(k=g,S=f,{current:S,states:sl(k,S)}):void 0:t?t.historyValue:void 0,history:!f||e.source?t:void 0,actions:f?R:[],activities:f?m:t?t.activities:{},events:[],configuration:p,transitions:e.transitions,children:D,done:h,tags:Wl(p),machine:this}),N=n!==_;M.changed=i.name===Ba||N;var j=M.history;j&&delete j.history;var V=!h&&(this._transient||d.some((function(e){return e._transient})));if(!(u||V&&i.name!==hs))return M;var I=M;if(!h)for(V&&(I=this.resolveRaisedTransition(I,{type:Ma},i,r));T.length;){var z=T.shift();I=this.resolveRaisedTransition(I,z._event,i,r)}var A=I.changed||(j?!!I.actions.length||N||typeof j.value!=typeof I.value||!Ul(I.value,j.value):void 0);return I.changed=A,I.history=j,I},e.prototype.getStateNode=function(e){if(vs(e))return this.machine.getStateNodeById(e);if(!this.states)throw new Error("Unable to retrieve child state '".concat(e,"' from '").concat(this.id,"'; no child states exist."));var t=this.states[e];if(!t)throw new Error("Child state '".concat(e,"' does not exist on '").concat(this.id,"'"));return t},e.prototype.getStateNodeById=function(e){var t=vs(e)?e.slice(1):e;if(t===this.id)return this;var n=this.machine.idMap[t];if(!n)throw new Error("Child state node '#".concat(t,"' does not exist on machine '").concat(this.id,"'"));return n},e.prototype.getStateNodeByPath=function(e){if("string"==typeof e&&vs(e))try{return this.getStateNodeById(e.slice(1))}catch(e){}for(var t=Ya(e,this.delimiter).slice(),n=this;t.length;){var r=t.shift();if(!r.length)break;n=n.getStateNode(r)}return n},e.prototype.resolve=function(e){var t,n=this;if(!e)return this.initialStateValue||gs;switch(this.type){case"parallel":return Qa(this.initialStateValue,(function(t,r){return t?n.getStateNode(r).resolve(e[r]||t):gs}));case"compound":if(hl(e)){var r=this.getStateNode(e);return"parallel"===r.type||"compound"===r.type?((t={})[e]=r.initialStateValue,t):e}return Object.keys(e).length?Qa(e,(function(e,t){return e?n.getStateNode(t).resolve(e):gs})):this.initialStateValue||{};default:return e||gs}},e.prototype.getResolvedPath=function(e){if(vs(e)){var t=this.machine.idMap[e.slice(1)];if(!t)throw new Error("Unable to find state node '".concat(e,"'"));return t.path}return Ya(e,this.delimiter)},Object.defineProperty(e.prototype,"initialStateValue",{get:function(){var e,t;if(this.__cache.initialStateValue)return this.__cache.initialStateValue;if("parallel"===this.type)t=el(this.states,(function(e){return e.initialStateValue||gs}),(function(e){return!("history"===e.type)}));else if(void 0!==this.initial){if(!this.states[this.initial])throw new Error("Initial state '".concat(this.initial,"' not found on '").concat(this.key,"'"));t=Vl(this.states[this.initial])?this.initial:((e={})[this.initial]=this.states[this.initial].initialStateValue,e)}else t={};return this.__cache.initialStateValue=t,this.__cache.initialStateValue},enumerable:!1,configurable:!0}),e.prototype.getInitialState=function(e,t){this._init();var n=this.getStateNodes(e);return this.resolveTransition({configuration:n,exitSet:[],transitions:[],source:void 0,actions:[]},void 0,null!=t?t:this.machine.context,void 0)},Object.defineProperty(e.prototype,"initialState",{get:function(){var e=this.initialStateValue;if(!e)throw new Error("Cannot retrieve initial state from simple state '".concat(this.id,"'."));return this.getInitialState(e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"target",{get:function(){var e;if("history"===this.type){var t=this.config;e=hl(t.target)&&vs(t.target)?Ja(this.machine.getStateNodeById(t.target).path.slice(this.path.length-1)):t.target}return e},enumerable:!1,configurable:!0}),e.prototype.getRelativeStateNodes=function(e,t,n){return void 0===n&&(n=!0),n?"history"===e.type?e.resolveHistory(t):e.initialStateNodes:[e]},Object.defineProperty(e.prototype,"initialStateNodes",{get:function(){var e=this;return Vl(this)?[this]:"compound"!==this.type||this.initial?rl(nl(this.initialStateValue).map((function(t){return e.getFromRelativePath(t)}))):(Wa||dl(!1,"Compound state node '".concat(this.id,"' has no initial state.")),[this])},enumerable:!1,configurable:!0}),e.prototype.getFromRelativePath=function(e){if(!e.length)return[this];var t=Oa(e),n=t[0],r=t.slice(1);if(!this.states)throw new Error("Cannot retrieve subPath '".concat(n,"' from node with no states"));var i=this.getStateNode(n);if("history"===i.type)return i.resolveHistory();if(!this.states[n])throw new Error("Child state '".concat(n,"' does not exist on '").concat(this.id,"'"));return this.states[n].getFromRelativePath(r)},e.prototype.historyValue=function(e){if(Object.keys(this.states).length)return{current:e||this.initialStateValue,states:el(this.states,(function(t,n){if(!e)return t.historyValue();var r=hl(e)?void 0:e[n];return t.historyValue(r||t.initialStateValue)}),(function(e){return!e.history}))}},e.prototype.resolveHistory=function(e){var t=this;if("history"!==this.type)return[this];var n=this.parent;if(!e){var r=this.target;return r?rl(nl(r).map((function(e){return n.getFromRelativePath(e)}))):n.initialStateNodes}var i,o,a=(i=n.path,o="states",function(e){var t,n,r=e;try{for(var a=Ea(i),l=a.next();!l.done;l=a.next()){var s=l.value;r=r[o][s]}}catch(e){t={error:e}}finally{try{l&&!l.done&&(n=a.return)&&n.call(a)}finally{if(t)throw t.error}}return r})(e).current;return hl(a)?[n.getStateNode(a)]:rl(nl(a).map((function(e){return"deep"===t.history?n.getFromRelativePath(e):[n.states[e[0]]]})))},Object.defineProperty(e.prototype,"stateIds",{get:function(){var e=this,t=rl(Object.keys(this.states).map((function(t){return e.states[t].stateIds})));return[this.id].concat(t)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"events",{get:function(){var e,t,n,r;if(this.__cache.events)return this.__cache.events;var i=this.states,o=new Set(this.ownEvents);if(i)try{for(var a=Ea(Object.keys(i)),l=a.next();!l.done;l=a.next()){var s=i[l.value];if(s.states)try{for(var c=(n=void 0,Ea(s.events)),d=c.next();!d.done;d=c.next()){var u=d.value;o.add("".concat(u))}}catch(e){n={error:e}}finally{try{d&&!d.done&&(r=c.return)&&r.call(c)}finally{if(n)throw n.error}}}}catch(t){e={error:t}}finally{try{l&&!l.done&&(t=a.return)&&t.call(a)}finally{if(e)throw e.error}}return this.__cache.events=Array.from(o)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"ownEvents",{get:function(){var e=new Set(this.transitions.filter((function(e){return!(!e.target&&!e.actions.length&&e.internal)})).map((function(e){return e.eventType})));return Array.from(e)},enumerable:!1,configurable:!0}),e.prototype.resolveTarget=function(e){var t=this;if(void 0!==e)return e.map((function(e){if(!hl(e))return e;var n=e[0]===t.delimiter;if(n&&!t.parent)return t.getStateNodeByPath(e.slice(1));var r=n?t.key+e:e;if(!t.parent)return t.getStateNodeByPath(r);try{return t.parent.getStateNodeByPath(r)}catch(e){throw new Error("Invalid transition definition for state node '".concat(t.id,"':\n").concat(e.message))}}))},e.prototype.formatTransition=function(e){var t=this,n=function(e){if(void 0!==e&&""!==e)return ol(e)}(e.target),r="internal"in e?e.internal:!n||n.some((function(e){return hl(e)&&e[0]===t.delimiter})),i=this.machine.options.guards,o=this.resolveTarget(n),a=ka(ka({},e),{actions:_l(ol(e.actions)),cond:fl(e.cond,i),target:o,source:this,internal:r,eventType:e.event,toJSON:function(){return ka(ka({},a),{target:a.target?a.target.map((function(e){return"#".concat(e.id)})):void 0,source:"#".concat(t.id)})}});return a},e.prototype.formatTransitions=function(){var e,t,n,r=this;if(this.config.on)if(Array.isArray(this.config.on))n=this.config.on;else{var i=this.config.on,o=fs,a=i[o],l=void 0===a?[]:a,s=Sa(i,["*"]);n=rl(Object.keys(s).map((function(e){Wa||e!==hs||dl(!1,"Empty string transition configs (e.g., `{ on: { '': ... }}`) for transient transitions are deprecated. Specify the transition in the `{ always: ... }` property instead. "+'Please check the `on` configuration for "#'.concat(r.id,'".'));var t=bl(e,s[e]);return Wa||function(e,t,n){var r=n.slice(0,-1).some((function(e){return!("cond"in e)&&!("in"in e)&&(hl(e.target)||vl(e.target))})),i=t===hs?"the transient event":"event '".concat(t,"'");dl(!r,"One or more transitions for ".concat(i," on state '").concat(e.id,"' are unreachable. ")+"Make sure that the default transition is the last one defined.")}(r,e,t),t})).concat(bl(fs,l)))}else n=[];var c=this.config.always?bl("",this.config.always):[],d=this.config.onDone?bl(String(Tl(this.id)),this.config.onDone):[];Wa||dl(!(this.config.onDone&&!this.parent),'Root nodes cannot have an ".onDone" transition. Please check the config of "'.concat(this.id,'".'));var u=rl(this.invoke.map((function(e){var t=[];return e.onDone&&t.push.apply(t,_a([],Oa(bl(String(Rl(e.id)),e.onDone)),!1)),e.onError&&t.push.apply(t,_a([],Oa(bl(String(Pl(e.id)),e.onError)),!1)),t}))),p=this.after,h=rl(_a(_a(_a(_a([],Oa(d),!1),Oa(u),!1),Oa(n),!1),Oa(c),!1).map((function(e){return ol(e).map((function(e){return r.formatTransition(e)}))})));try{for(var f=Ea(p),g=f.next();!g.done;g=f.next()){var v=g.value;h.push(v)}}catch(t){e={error:t}}finally{try{g&&!g.done&&(t=f.return)&&t.call(f)}finally{if(e)throw e.error}}return h},e}();var xs,bs=function(e){return{type:Na,assignment:e}};!function(e){e[e.Effect=1]="Effect",e[e.LayoutEffect=2]="LayoutEffect"}(xs||(xs={}));var ys="undefined"!=typeof document?J:function(){};function Cs(e){var t=Z.useRef();return t.current||(t.current={v:e()}),t.current.v}var ws=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a},$s=function(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};var ks=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a},Ss=function(e,t,n){if(n||2===arguments.length)for(var r,i=0,o=t.length;i<o;i++)!r&&i in t||(r||(r=Array.prototype.slice.call(t,0,i)),r[i]=t[i]);return e.concat(r||Array.prototype.slice.call(t))};function Es(e,t){(0,e.exec)(t.context,t._event.data,{action:e,state:t,_event:t._event})()}function Os(e){var t=K([]),n=K([]);ys((function(){var r=e.subscribe((function(e){var r,i;if(e.actions.length){var o=e.actions.filter((function(e){return"function"==typeof e.exec&&"__effect"in e.exec})),a=ks(function(e,t){var n,r,i=ws([[],[]],2),o=i[0],a=i[1];try{for(var l=$s(e),s=l.next();!s.done;s=l.next()){var c=s.value;t(c)?o.push(c):a.push(c)}}catch(e){n={error:e}}finally{try{s&&!s.done&&(r=l.return)&&r.call(l)}finally{if(n)throw n.error}}return[o,a]}(o,(function(e){return e.exec.__effect===xs.Effect})),2),l=a[0],s=a[1];(r=t.current).push.apply(r,Ss([],ks(l.map((function(t){return[t,e]}))),!1)),(i=n.current).push.apply(i,Ss([],ks(s.map((function(t){return[t,e]}))),!1))}}));return function(){r.unsubscribe()}}),[]),ys((function(){for(;n.current.length;){var e=ks(n.current.shift(),2);Es(e[0],e[1])}})),U((function(){for(;t.current.length;){var e=ks(t.current.shift(),2);Es(e[0],e[1])}}))}var _s=function(){return _s=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},_s.apply(this,arguments)},Ls=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n},Ts=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a};var Rs=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a};function Ps(e,t){void 0===t&&(t={});var n=Q((function(e){var t=void 0===e.changed&&Object.keys(e.children).length;(e.changed||t)&&a(e)}),[]),r=function(e,t,n){void 0===t&&(t={});var r=Cs((function(){return"function"==typeof e?e():e}));if("production"!==process.env.NODE_ENV&&"function"!=typeof e){var i=Ts(W(r),1)[0];e!==i&&console.warn("Machine given to `useMachine` has changed between renders. This is not supported and might lead to unexpected results.\nPlease make sure that you pass the same Machine as argument each time.")}var o=t.context,a=t.guards,l=t.actions,s=t.activities,c=t.services,d=t.delays,u=t.state,p=Ls(t,["context","guards","actions","activities","services","delays","state"]),h=Cs((function(){var e={context:o,guards:a,actions:l,activities:s,services:c,delays:d};return ds(r.withConfig(e,(function(){return _s(_s({},r.context),o)})),_s({deferEvents:!0},p))}));return ys((function(){var e;return n&&(e=h.subscribe(function(e){if("object"==typeof e)return e;var t=function(){};return{next:e,error:void 0||t,complete:void 0||t}}(n))),function(){null==e||e.unsubscribe()}}),[n]),ys((function(){return h.start(u?Xl.create(u):void 0),function(){h.stop()}}),[]),ys((function(){Object.assign(h.machine.options.actions,l),Object.assign(h.machine.options.guards,a),Object.assign(h.machine.options.activities,s),Object.assign(h.machine.options.services,c),Object.assign(h.machine.options.delays,d)}),[l,a,s,c,d]),Os(h),h}(e,t,n),i=Rs(W((function(){var e=r.machine.initialState;return t.state?Xl.create(t.state):e})),2),o=i[0],a=i[1];return[o,r.send,r]}function Ds(){return Ds=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},Ds.apply(null,arguments)}function Ms(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}const Ns={arr:Array.isArray,obj:e=>"[object Object]"===Object.prototype.toString.call(e),fun:e=>"function"==typeof e,str:e=>"string"==typeof e,num:e=>"number"==typeof e,und:e=>void 0===e,nul:e=>null===e,set:e=>e instanceof Set,map:e=>e instanceof Map,equ(e,t){if(typeof e!=typeof t)return!1;if(Ns.str(e)||Ns.num(e))return e===t;if(Ns.obj(e)&&Ns.obj(t)&&Object.keys(e).length+Object.keys(t).length===0)return!0;let n;for(n in e)if(!(n in t))return!1;for(n in t)if(e[n]!==t[n])return!1;return!Ns.und(n)||e===t}};function js(e,t){return Ns.und(e)||Ns.nul(e)?t:e}function Vs(e){return Ns.und(e)?[]:Ns.arr(e)?e:[e]}function Is(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return Ns.fun(e)?e(...n):e}function zs(e){const t=function(e){return e.to,e.from,e.config,e.onStart,e.onRest,e.onFrame,e.children,e.reset,e.reverse,e.force,e.immediate,e.delay,e.attach,e.destroyed,e.interpolateTo,e.ref,e.lazy,Ms(e,["to","from","config","onStart","onRest","onFrame","children","reset","reverse","force","immediate","delay","attach","destroyed","interpolateTo","ref","lazy"])}(e);if(Ns.und(t))return Ds({to:t},e);const n=Object.keys(e).reduce(((n,r)=>Ns.und(t[r])?Ds({},n,{[r]:e[r]}):n),{});return Ds({to:t},n)}class As{constructor(){this.payload=void 0,this.children=[]}getAnimatedValue(){return this.getValue()}getPayload(){return this.payload||this}attach(){}detach(){}getChildren(){return this.children}addChild(e){0===this.children.length&&this.attach(),this.children.push(e)}removeChild(e){const t=this.children.indexOf(e);this.children.splice(t,1),0===this.children.length&&this.detach()}}class Hs extends As{constructor(){super(...arguments),this.payload=[],this.attach=()=>this.payload.forEach((e=>e instanceof As&&e.addChild(this))),this.detach=()=>this.payload.forEach((e=>e instanceof As&&e.removeChild(this)))}}class Bs extends As{constructor(){super(...arguments),this.payload={},this.attach=()=>Object.values(this.payload).forEach((e=>e instanceof As&&e.addChild(this))),this.detach=()=>Object.values(this.payload).forEach((e=>e instanceof As&&e.removeChild(this)))}getValue(e){void 0===e&&(e=!1);const t={};for(const n in this.payload){const r=this.payload[n];(!e||r instanceof As)&&(t[n]=r instanceof As?r[e?"getAnimatedValue":"getValue"]():r)}return t}getAnimatedValue(){return this.getValue(!0)}}let Fs,Zs;let qs,Gs=e=>"undefined"!=typeof window?window.requestAnimationFrame(e):-1;let Ws,Us=()=>Date.now();class Xs extends Bs{constructor(e,t){super(),this.update=void 0,this.payload=e.style?Ds({},e,{style:Ws(e.style)}):e,this.update=t,this.attach()}}let Ys=!1;const Ks=new Set,Js=()=>{if(!Ys)return!1;let e=Us();for(let t of Ks){let n=!1;for(let r=0;r<t.configs.length;r++){let i,o,a=t.configs[r];for(let t=0;t<a.animatedValues.length;t++){let r=a.animatedValues[t];if(r.done)continue;let l=a.fromValues[t],s=a.toValues[t],c=r.lastPosition,d=s instanceof As,u=Array.isArray(a.initialVelocity)?a.initialVelocity[t]:a.initialVelocity;if(d&&(s=s.getValue()),a.immediate)r.setValue(s),r.done=!0;else if("string"!=typeof l&&"string"!=typeof s){if(void 0!==a.duration)c=l+a.easing((e-r.startTime)/a.duration)*(s-l),i=e>=r.startTime+a.duration;else if(a.decay)c=l+u/(1-.998)*(1-Math.exp(-.0020000000000000018*(e-r.startTime))),i=Math.abs(r.lastPosition-c)<.1,i&&(s=c);else{o=void 0!==r.lastTime?r.lastTime:e,u=void 0!==r.lastVelocity?r.lastVelocity:a.initialVelocity,e>o+64&&(o=e);let t=Math.floor(e-o);for(let e=0;e<t;++e){u+=1*((-a.tension*(c-s)+-a.friction*u)/a.mass)/1e3,c+=1*u/1e3}let n=!(!a.clamp||0===a.tension)&&(l<s?c>s:c<s),d=Math.abs(u)<=a.precision,p=0===a.tension||Math.abs(s-c)<=a.precision;i=n||d&&p,r.lastVelocity=u,r.lastTime=e}d&&!a.toValues[t].done&&(i=!1),i?(r.value!==s&&(c=s),r.done=!0):n=!0,r.setValue(c),r.lastPosition=c}else r.setValue(s),r.done=!0}t.props.onFrame&&(t.values[a.name]=a.interpolation.getValue())}t.props.onFrame&&t.props.onFrame(t.values),n||(Ks.delete(t),t.stop(!0))}return Ks.size?Gs(Js):Ys=!1,Ys};function Qs(e,t,n){if("function"==typeof e)return e;if(Array.isArray(e))return Qs({range:e,output:t,extrapolate:n});if(qs&&"string"==typeof e.output[0])return qs(e);const r=e,i=r.output,o=r.range||[0,1],a=r.extrapolateLeft||r.extrapolate||"extend",l=r.extrapolateRight||r.extrapolate||"extend",s=r.easing||(e=>e);return e=>{const t=function(e,t){for(var n=1;n<t.length-1&&!(t[n]>=e);++n);return n-1}(e,o);return function(e,t,n,r,i,o,a,l,s){let c=s?s(e):e;if(c<t){if("identity"===a)return c;"clamp"===a&&(c=t)}if(c>n){if("identity"===l)return c;"clamp"===l&&(c=n)}if(r===i)return r;if(t===n)return e<=t?r:i;t===-1/0?c=-c:n===1/0?c-=t:c=(c-t)/(n-t);c=o(c),r===-1/0?c=-c:i===1/0?c+=r:c=c*(i-r)+r;return c}(e,o[t],o[t+1],i[t],i[t+1],s,a,l,r.map)}}class ec extends Hs{constructor(e,t,n,r){super(),this.calc=void 0,this.payload=e instanceof Hs&&!(e instanceof ec)?e.getPayload():Array.isArray(e)?e:[e],this.calc=Qs(t,n,r)}getValue(){return this.calc(...this.payload.map((e=>e.getValue())))}updateConfig(e,t,n){this.calc=Qs(e,t,n)}interpolate(e,t,n){return new ec(this,e,t,n)}}const tc=(e,t,n)=>e&&new ec(e,t,n);function nc(e,t){"update"in e?t.add(e):e.getChildren().forEach((e=>nc(e,t)))}class rc extends As{constructor(e){var t;super(),t=this,this.animatedStyles=new Set,this.value=void 0,this.startPosition=void 0,this.lastPosition=void 0,this.lastVelocity=void 0,this.startTime=void 0,this.lastTime=void 0,this.done=!1,this.setValue=function(e,n){void 0===n&&(n=!0),t.value=e,n&&t.flush()},this.value=e,this.startPosition=e,this.lastPosition=e}flush(){0===this.animatedStyles.size&&nc(this,this.animatedStyles),this.animatedStyles.forEach((e=>e.update()))}clearStyles(){this.animatedStyles.clear()}getValue(){return this.value}interpolate(e,t,n){return new ec(this,e,t,n)}}class ic extends Hs{constructor(e){super(),this.payload=e.map((e=>new rc(e)))}setValue(e,t){void 0===t&&(t=!0),Array.isArray(e)?e.length===this.payload.length&&e.forEach(((e,n)=>this.payload[n].setValue(e,t))):this.payload.forEach((n=>n.setValue(e,t)))}getValue(){return this.payload.map((e=>e.getValue()))}interpolate(e,t){return new ec(this,e,t)}}let oc=0,ac=class{constructor(){this.id=void 0,this.idle=!0,this.hasChanged=!1,this.guid=0,this.local=0,this.props={},this.merged={},this.animations={},this.interpolations={},this.values={},this.configs=[],this.listeners=[],this.queue=[],this.localQueue=void 0,this.getValues=()=>this.interpolations,this.id=oc++}update(e){if(!e)return this;const t=zs(e),n=t.delay,r=void 0===n?0:n,i=t.to,o=Ms(t,["delay","to"]);if(Ns.arr(i)||Ns.fun(i))this.queue.push(Ds({},o,{delay:r,to:i}));else if(i){let e={};Object.entries(i).forEach((t=>{let n=t[0],i=t[1];const a=Ds({to:{[n]:i},delay:Is(r,n)},o),l=e[a.delay]&&e[a.delay].to;e[a.delay]=Ds({},e[a.delay],a,{to:Ds({},l,a.to)})})),this.queue=Object.values(e)}return this.queue=this.queue.sort(((e,t)=>e.delay-t.delay)),this.diff(o),this}start(e){if(this.queue.length){this.idle=!1,this.localQueue&&this.localQueue.forEach((e=>{let t=e.from,n=void 0===t?{}:t,r=e.to,i=void 0===r?{}:r;Ns.obj(n)&&(this.merged=Ds({},n,this.merged)),Ns.obj(i)&&(this.merged=Ds({},this.merged,i))}));const t=this.local=++this.guid,n=this.localQueue=this.queue;this.queue=[],n.forEach(((r,i)=>{let o=r.delay,a=Ms(r,["delay"]);const l=r=>{i===n.length-1&&t===this.guid&&r&&(this.idle=!0,this.props.onRest&&this.props.onRest(this.merged)),e&&e()};let s=Ns.arr(a.to)||Ns.fun(a.to);o?setTimeout((()=>{t===this.guid&&(s?this.runAsync(a,l):this.diff(a).start(l))}),o):s?this.runAsync(a,l):this.diff(a).start(l)}))}else Ns.fun(e)&&this.listeners.push(e),this.props.onStart&&this.props.onStart(),t=this,Ks.has(t)||Ks.add(t),Ys||(Ys=!0,Gs(Js));var t;return this}stop(e){return this.listeners.forEach((t=>t(e))),this.listeners=[],this}pause(e){var t;return this.stop(!0),e&&(t=this,Ks.has(t)&&Ks.delete(t)),this}runAsync(e,t){var n=this;e.delay;let r=Ms(e,["delay"]);const i=this.local;let o=Promise.resolve(void 0);if(Ns.arr(r.to))for(let e=0;e<r.to.length;e++){const t=e,n=Ds({},r,zs(r.to[t]));Ns.arr(n.config)&&(n.config=n.config[t]),o=o.then((()=>{if(i===this.guid)return new Promise((e=>this.diff(n).start(e)))}))}else if(Ns.fun(r.to)){let e,t=0;o=o.then((()=>r.to((n=>{const o=Ds({},r,zs(n));if(Ns.arr(o.config)&&(o.config=o.config[t]),t++,i===this.guid)return e=new Promise((e=>this.diff(o).start(e)))}),(function(e){return void 0===e&&(e=!0),n.stop(e)})).then((()=>e))))}o.then(t)}diff(e){this.props=Ds({},this.props,e);let t=this.props,n=t.from,r=void 0===n?{}:n,i=t.to,o=void 0===i?{}:i,a=t.config,l=void 0===a?{}:a,s=t.reverse,c=t.attach,d=t.reset,u=t.immediate;if(s){var p=[o,r];r=p[0],o=p[1]}this.merged=Ds({},r,this.merged,o),this.hasChanged=!1;let h=c&&c(this);if(this.animations=Object.entries(this.merged).reduce(((e,t)=>{let n=t[0],i=t[1],o=e[n]||{};const a=Ns.num(i),s=Ns.str(i)&&!i.startsWith("#")&&!/\d/.test(i)&&!Zs[i],c=Ns.arr(i),p=!a&&!c&&!s;let f=Ns.und(r[n])?i:r[n],g=a||c||s?i:1,v=Is(l,n);h&&(g=h.animations[n].parent);let m,x=o.parent,b=o.interpolation,y=Vs(h?g.getPayload():g),C=i;p&&(C=qs({range:[0,1],output:[i,i]})(1));let w=b&&b.getValue();const $=!Ns.und(x)&&o.animatedValues.some((e=>!e.done)),k=!Ns.equ(C,w),S=!Ns.equ(C,o.previous),E=!Ns.equ(v,o.config);if(d||S&&k||E){if(a||s)x=b=o.parent||new rc(f);else if(c)x=b=o.parent||new ic(f);else if(p){let e=o.interpolation&&o.interpolation.calc(o.parent.value);e=void 0===e||d?f:e,o.parent?(x=o.parent,x.setValue(0,!1)):x=new rc(0);const t={output:[e,i]};o.interpolation?(b=o.interpolation,o.interpolation.updateConfig(t)):b=x.interpolate(t)}return y=Vs(h?g.getPayload():g),m=Vs(x.getPayload()),d&&!p&&x.setValue(f,!1),this.hasChanged=!0,m.forEach((e=>{e.startPosition=e.value,e.lastPosition=e.value,e.lastVelocity=$?e.lastVelocity:void 0,e.lastTime=$?e.lastTime:void 0,e.startTime=Us(),e.done=!1,e.animatedStyles.clear()})),Is(u,n)&&x.setValue(p?g:i,!1),Ds({},e,{[n]:Ds({},o,{name:n,parent:x,interpolation:b,animatedValues:m,toValues:y,previous:C,config:v,fromValues:Vs(x.getValue()),immediate:Is(u,n),initialVelocity:js(v.velocity,0),clamp:js(v.clamp,!1),precision:js(v.precision,.01),tension:js(v.tension,170),friction:js(v.friction,26),mass:js(v.mass,1),duration:v.duration,easing:js(v.easing,(e=>e)),decay:v.decay})})}return k?e:(p&&(x.setValue(1,!1),b.updateConfig({output:[C,C]})),x.done=!0,this.hasChanged=!0,Ds({},e,{[n]:Ds({},e[n],{previous:C})}))}),this.animations),this.hasChanged){this.configs=Object.values(this.animations),this.values={},this.interpolations={};for(let e in this.animations)this.interpolations[e]=this.animations[e].interpolation,this.values[e]=this.animations[e].interpolation.getValue()}return this}destroy(){this.stop(),this.props={},this.merged={},this.animations={},this.interpolations={},this.values={},this.configs=[],this.local=0}};const lc=e=>{const t=Ns.fun(e),n=((e,t)=>{const n=K(!1),r=K(),i=Ns.fun(t),o=te((()=>{let n;return r.current&&(r.current.map((e=>e.destroy())),r.current=void 0),[new Array(e).fill().map(((e,r)=>{const o=new ac,a=i?Is(t,r,o):t[r];return 0===r&&(n=a.ref),o.update(a),n||o.start(),o})),n]}),[e]),a=o[0],l=o[1];r.current=a,ne(l,(()=>({start:()=>Promise.all(r.current.map((e=>new Promise((t=>e.start(t)))))),stop:e=>r.current.forEach((t=>t.stop(e))),get controllers(){return r.current}})));const s=te((()=>e=>r.current.map(((t,n)=>{t.update(i?Is(e,n,t):e[n]),l||t.start()}))),[e]);U((()=>{n.current?i||s(t):l||r.current.forEach((e=>e.start()))})),U((()=>(n.current=!0,()=>r.current.forEach((e=>e.destroy())))),[]);const c=r.current.map((e=>e.getValues()));return i?[c,s,e=>r.current.forEach((t=>t.pause(e)))]:c})(1,t?e:[e]),r=n[0],i=n[1],o=n[2];return t?[r[0],i,o]:r};class sc extends Bs{constructor(e){void 0===e&&(e={}),super(),!e.transform||e.transform instanceof As||(e=Fs.transform(e)),this.payload=e}}const cc={transparent:0,aliceblue:4042850303,antiquewhite:4209760255,aqua:16777215,aquamarine:2147472639,azure:4043309055,beige:4126530815,bisque:4293182719,black:255,blanchedalmond:4293643775,blue:65535,blueviolet:2318131967,brown:2771004159,burlywood:3736635391,burntsienna:3934150143,cadetblue:1604231423,chartreuse:2147418367,chocolate:3530104575,coral:4286533887,cornflowerblue:1687547391,cornsilk:4294499583,crimson:3692313855,cyan:16777215,darkblue:35839,darkcyan:9145343,darkgoldenrod:3095792639,darkgray:2846468607,darkgreen:6553855,darkgrey:2846468607,darkkhaki:3182914559,darkmagenta:2332068863,darkolivegreen:1433087999,darkorange:4287365375,darkorchid:2570243327,darkred:2332033279,darksalmon:3918953215,darkseagreen:2411499519,darkslateblue:1211993087,darkslategray:793726975,darkslategrey:793726975,darkturquoise:13554175,darkviolet:2483082239,deeppink:4279538687,deepskyblue:12582911,dimgray:1768516095,dimgrey:1768516095,dodgerblue:512819199,firebrick:2988581631,floralwhite:4294635775,forestgreen:579543807,fuchsia:4278255615,gainsboro:3705462015,ghostwhite:4177068031,gold:4292280575,goldenrod:3668254975,gray:2155905279,green:8388863,greenyellow:2919182335,grey:2155905279,honeydew:4043305215,hotpink:4285117695,indianred:3445382399,indigo:1258324735,ivory:4294963455,khaki:4041641215,lavender:3873897215,lavenderblush:4293981695,lawngreen:2096890111,lemonchiffon:4294626815,lightblue:2916673279,lightcoral:4034953471,lightcyan:3774873599,lightgoldenrodyellow:4210742015,lightgray:3553874943,lightgreen:2431553791,lightgrey:3553874943,lightpink:4290167295,lightsalmon:4288707327,lightseagreen:548580095,lightskyblue:2278488831,lightslategray:2005441023,lightslategrey:2005441023,lightsteelblue:2965692159,lightyellow:4294959359,lime:16711935,limegreen:852308735,linen:4210091775,magenta:4278255615,maroon:2147483903,mediumaquamarine:1724754687,mediumblue:52735,mediumorchid:3126187007,mediumpurple:2473647103,mediumseagreen:1018393087,mediumslateblue:2070474495,mediumspringgreen:16423679,mediumturquoise:1221709055,mediumvioletred:3340076543,midnightblue:421097727,mintcream:4127193855,mistyrose:4293190143,moccasin:4293178879,navajowhite:4292783615,navy:33023,oldlace:4260751103,olive:2155872511,olivedrab:1804477439,orange:4289003775,orangered:4282712319,orchid:3664828159,palegoldenrod:4008225535,palegreen:2566625535,paleturquoise:2951671551,palevioletred:3681588223,papayawhip:4293907967,peachpuff:4292524543,peru:3448061951,pink:4290825215,plum:3718307327,powderblue:2967529215,purple:2147516671,rebeccapurple:1714657791,red:4278190335,rosybrown:3163525119,royalblue:1097458175,saddlebrown:2336560127,salmon:4202722047,sandybrown:4104413439,seagreen:780883967,seashell:4294307583,sienna:2689740287,silver:3233857791,skyblue:2278484991,slateblue:1784335871,slategray:1887473919,slategrey:1887473919,snow:4294638335,springgreen:16744447,steelblue:1182971135,tan:3535047935,teal:8421631,thistle:3636451583,tomato:4284696575,turquoise:1088475391,violet:4001558271,wheat:4125012991,white:4294967295,whitesmoke:4126537215,yellow:4294902015,yellowgreen:2597139199},dc="[-+]?\\d*\\.?\\d+",uc=dc+"%";function pc(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return"\\(\\s*("+t.join(")\\s*,\\s*(")+")\\s*\\)"}const hc=new RegExp("rgb"+pc(dc,dc,dc)),fc=new RegExp("rgba"+pc(dc,dc,dc,dc)),gc=new RegExp("hsl"+pc(dc,uc,uc)),vc=new RegExp("hsla"+pc(dc,uc,uc,dc)),mc=/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,xc=/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,bc=/^#([0-9a-fA-F]{6})$/,yc=/^#([0-9a-fA-F]{8})$/;function Cc(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+6*(t-e)*n:n<.5?t:n<2/3?e+(t-e)*(2/3-n)*6:e}function wc(e,t,n){const r=n<.5?n*(1+t):n+t-n*t,i=2*n-r,o=Cc(i,r,e+1/3),a=Cc(i,r,e),l=Cc(i,r,e-1/3);return Math.round(255*o)<<24|Math.round(255*a)<<16|Math.round(255*l)<<8}function $c(e){const t=parseInt(e,10);return t<0?0:t>255?255:t}function kc(e){return(parseFloat(e)%360+360)%360/360}function Sc(e){const t=parseFloat(e);return t<0?0:t>1?255:Math.round(255*t)}function Ec(e){const t=parseFloat(e);return t<0?0:t>100?1:t/100}function Oc(e){let t=function(e){let t;return"number"==typeof e?e>>>0===e&&e>=0&&e<=4294967295?e:null:(t=bc.exec(e))?parseInt(t[1]+"ff",16)>>>0:cc.hasOwnProperty(e)?cc[e]:(t=hc.exec(e))?($c(t[1])<<24|$c(t[2])<<16|$c(t[3])<<8|255)>>>0:(t=fc.exec(e))?($c(t[1])<<24|$c(t[2])<<16|$c(t[3])<<8|Sc(t[4]))>>>0:(t=mc.exec(e))?parseInt(t[1]+t[1]+t[2]+t[2]+t[3]+t[3]+"ff",16)>>>0:(t=yc.exec(e))?parseInt(t[1],16)>>>0:(t=xc.exec(e))?parseInt(t[1]+t[1]+t[2]+t[2]+t[3]+t[3]+t[4]+t[4],16)>>>0:(t=gc.exec(e))?(255|wc(kc(t[1]),Ec(t[2]),Ec(t[3])))>>>0:(t=vc.exec(e))?(wc(kc(t[1]),Ec(t[2]),Ec(t[3]))|Sc(t[4]))>>>0:null}(e);return null===t?e:(t=t||0,`rgba(${(4278190080&t)>>>24}, ${(16711680&t)>>>16}, ${(65280&t)>>>8}, ${(255&t)/255})`)}const _c=/[+\-]?(?:0|[1-9]\d*)(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,Lc=/(#(?:[0-9a-f]{2}){2,4}|(#[0-9a-f]{3})|(rgb|hsl)a?\((-?\d+%?[,\s]+){2,3}\s*[\d\.]+%?\))/gi,Tc=new RegExp(`(${Object.keys(cc).join("|")})`,"g");let Rc={animationIterationCount:!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,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};const Pc=["Webkit","Ms","Moz","O"];function Dc(e,t,n){return null==t||"boolean"==typeof t||""===t?"":n||"number"!=typeof t||0===t||Rc.hasOwnProperty(e)&&Rc[e]?(""+t).trim():t+"px"}Rc=Object.keys(Rc).reduce(((e,t)=>(Pc.forEach((n=>e[((e,t)=>e+t.charAt(0).toUpperCase()+t.substring(1))(n,t)]=e[t])),e)),Rc);const Mc={};var Nc;Ws=e=>new sc(e),Nc=e=>{const t=e.output.map((e=>e.replace(Lc,Oc))).map((e=>e.replace(Tc,Oc))),n=t[0].match(_c).map((()=>[]));t.forEach((e=>{e.match(_c).forEach(((e,t)=>n[t].push(+e)))}));const r=t[0].match(_c).map(((t,r)=>Qs(Ds({},e,{output:n[r]}))));return e=>{let n=0;return t[0].replace(_c,(()=>r[n++](e))).replace(/rgba\(([0-9\.-]+), ([0-9\.-]+), ([0-9\.-]+), ([0-9\.-]+)\)/gi,((e,t,n,r,i)=>`rgba(${Math.round(t)}, ${Math.round(n)}, ${Math.round(r)}, ${i})`))}},qs=Nc,Zs=cc,function(e,t){Fs={fn:e,transform:t}}(((e,t)=>{if(!e.nodeType||void 0===e.setAttribute)return!1;{const i=t.style,o=t.children,a=t.scrollTop,l=t.scrollLeft,s=Ms(t,["style","children","scrollTop","scrollLeft"]),c="filter"===e.nodeName||e.parentNode&&"filter"===e.parentNode.nodeName;void 0!==a&&(e.scrollTop=a),void 0!==l&&(e.scrollLeft=l),void 0!==o&&(e.textContent=o);for(let t in i)if(i.hasOwnProperty(t)){var n=0===t.indexOf("--"),r=Dc(t,i[t],n);"float"===t&&(t="cssFloat"),n?e.style.setProperty(t,r):e.style[t]=r}for(let t in s){const n=c?t:Mc[t]||(Mc[t]=t.replace(/([A-Z])/g,(e=>"-"+e.toLowerCase())));void 0!==e.getAttribute(n)&&e.setAttribute(n,s[t])}}}),(e=>e));var jc;const Vc=(jc=e=>G(((t,n)=>{const r=function(){const e=W(!1)[1];return Q((()=>e((e=>!e))),[])}(),i=K(!0),o=K(null),a=K(null),l=Q((e=>{const t=o.current;o.current=new Xs(e,(()=>{let e=!1;a.current&&(e=Fs.fn(a.current,o.current.getAnimatedValue())),a.current&&!1!==e||r()})),t&&t.detach()}),[]);U((()=>()=>{i.current=!1,o.current&&o.current.detach()}),[]),ne(n,(()=>(e=>e.current)(a))),l(t);const s=o.current.getValue();s.scrollTop,s.scrollLeft;const c=Ms(s,["scrollTop","scrollLeft"]),d=(u=e,!Ns.fun(u)||u.prototype instanceof q.Component?e=>a.current=function(e,t){return t&&(Ns.fun(t)?t(e):Ns.obj(t)&&(t.current=e)),e}(e,n):void 0);var u;return q.createElement(e,Ds({},c,{ref:d}))})),e=>(Ns.arr(e)?e:Object.keys(e)).reduce(((e,t)=>{const n=t;return e[n]=jc(n),e}),jc))(["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","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"]);function Ic(e,t){return e.map((function(e,n){return e+t[n]}))}function zc(e,t){return e.map((function(e,n){return e-t[n]}))}function Ac(e){return Math.hypot.apply(Math,e)}function Hc(e){return Math.sign?Math.sign(e):Number(e>0)-Number(e<0)||+e}function Bc(e,t,n){return 0===t||Math.abs(t)===1/0?function(e,t){return Math.pow(e,5*t)}(e,n):e*t*n/(t+n*e)}function Fc(e,t,n,r){return void 0===r&&(r=.15),0===r?function(e,t,n){return Math.max(t,Math.min(e,n))}(e,t,n):e<t?-Bc(t-e,n-t,r)+t:e>n?+Bc(e-n,n-t,r)+n:e}function Zc(e,t,n){return t&&function(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}(e.prototype,t),e}function qc(){return qc=Object.assign||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},qc.apply(this,arguments)}function Gc(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function Wc(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Uc(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Xc(e,t){var n;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(n=function(e,t){if(e){if("string"==typeof e)return Uc(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Uc(e,t):void 0}}(e))||t){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(n=e[Symbol.iterator]()).next.bind(n)}function Yc(){}function Kc(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return 0===t.length?Yc:1===t.length?t[0]:function(){for(var e,n,r=Xc(t);!(n=r()).done;){e=n.value.apply(this,arguments)||e}return e}}function Jc(e,t){if(void 0===e){if(void 0===t)throw new Error("Must define fallback value if undefined is expected");e=t}return Array.isArray(e)?e:[e,e]}function Qc(e){if("function"==typeof e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return e.apply(void 0,n)}return e}function ed(e,t){void 0===e&&(e={});for(var n={},r=0,i=Object.entries(t);r<i.length;r++){var o=i[r],a=o[0],l=o[1];switch(typeof l){case"function":n[a]=l.call(n,e[a],a,e);break;case"object":n[a]=ed(e[a],l);break;case"boolean":l&&(n[a]=e[a])}}return n}var td=qc({},{threshold:function(e){return void 0===e&&(e=0),Jc(e)},rubberband:function(e){switch(void 0===e&&(e=0),e){case!0:return Jc(.15);case!1:return Jc(0);default:return Jc(e)}},enabled:function(e){return void 0===e&&(e=!0),e},triggerAllEvents:function(e){return void 0===e&&(e=!1),e},initial:function(e){return void 0===e&&(e=0),"function"==typeof e?e:Jc(e)}},{axis:!0,lockDirection:function(e){return void 0===e&&(e=!1),e},bounds:function(e){if(void 0===e&&(e={}),"function"==typeof e)return function(t){return td.bounds(e(t))};var t=e,n=t.left,r=void 0===n?-1/0:n,i=t.right,o=void 0===i?1/0:i,a=t.top,l=void 0===a?-1/0:a,s=t.bottom;return[[r,o],[l,void 0===s?1/0:s]]}}),nd="undefined"!=typeof window&&window.document&&window.document.createElement,rd={enabled:function(e){return void 0===e&&(e=!0),e},domTarget:!0,window:function(e){function t(t){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}((function(e){return void 0===e&&(e=nd?window:void 0),e})),eventOptions:function(e){var t=void 0===e?{}:e,n=t.passive,r=void 0===n||n,i=t.capture;return{passive:r,capture:void 0!==i&&i}}},id=qc({},td,{threshold:function(e,t,n){var r=n.filterTaps,i=void 0!==r&&r,o=n.lockDirection,a=void 0!==o&&o,l=n.axis,s=Jc(e,i?3:a||(void 0===l?void 0:l)?1:0);return this.filterTaps=i||s[0]+s[1]>0,s},swipeVelocity:function(e){return void 0===e&&(e=.5),Jc(e)},swipeDistance:function(e){return void 0===e&&(e=60),Jc(e)},delay:function(e){switch(void 0===e&&(e=0),e){case!0:return 180;case!1:return 0;default:return e}}});function od(e){var t=e.domTarget,n=e.eventOptions,r=e.window,i=e.enabled,o=function(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,["domTarget","eventOptions","window","enabled"]),a=function(e){return void 0===e&&(e={}),ed(e,rd)}({domTarget:t,eventOptions:n,window:r,enabled:i});return a.drag=function(e){return void 0===e&&(e={}),ed(e,id)}(o),a}function ad(e){return qc({_active:!1,_blocked:!1,_intentional:[!1,!1],_movement:[0,0],_initial:[0,0],_bounds:[[-1/0,1/0],[-1/0,1/0]],_lastEventType:void 0,event:void 0,intentional:!1,values:[0,0],velocities:[0,0],delta:[0,0],movement:[0,0],offset:[0,0],lastOffset:[0,0],direction:[0,0],initial:[0,0],previous:[0,0],first:!1,last:!1,active:!1,timeStamp:0,startTime:0,elapsedTime:0,cancel:Yc,canceled:!1,memo:void 0,args:void 0},e)}function ld(){return{shared:{hovering:!1,scrolling:!1,wheeling:!1,dragging:!1,moving:!1,pinching:!1,touches:0,buttons:0,down:!1,shiftKey:!1,altKey:!1,metaKey:!1,ctrlKey:!1},drag:ad({axis:void 0,xy:[0,0],vxvy:[0,0],velocity:0,distance:0,_isTap:!0,_delayedEvent:!1,_pointerId:void 0,tap:!1,swipe:[0,0]}),pinch:ad({da:[0,0],vdva:[0,0],origin:void 0,turns:0}),wheel:ad({axis:void 0,xy:[0,0],vxvy:[0,0],velocity:0,distance:0}),move:ad({axis:void 0,xy:[0,0],vxvy:[0,0],velocity:0,distance:0}),scroll:ad({axis:void 0,xy:[0,0],vxvy:[0,0],velocity:0,distance:0})}}var sd=new Map,cd=function(){function e(e,t){var n=this;void 0===t&&(t=[]),this.controller=e,this.args=t,this.debounced=!0,this.setTimeout=function(e,t){var r;void 0===t&&(t=140),clearTimeout(n.controller.timeouts[n.stateKey]);for(var i=arguments.length,o=new Array(i>2?i-2:0),a=2;a<i;a++)o[a-2]=arguments[a];n.controller.timeouts[n.stateKey]=(r=window).setTimeout.apply(r,[e,t].concat(o))},this.clearTimeout=function(){clearTimeout(n.controller.timeouts[n.stateKey])},this.fireGestureHandler=function(e){if(void 0===e&&(e=!1),n.state._blocked)return n.debounced||(n.state._active=!1,n.clean()),null;if(!e&&!n.state.intentional&&!n.config.triggerAllEvents)return null;if(n.state.intentional){var t=n.state.active,r=n.state._active;n.state.active=r,n.state.first=r&&!t,n.state.last=t&&!r,n.controller.state.shared[n.ingKey]=r}var i=qc({},n.controller.state.shared,n.state,n.mapStateValues(n.state)),o=n.handler(i);return n.state.memo=void 0!==o?o:n.state.memo,n.state._active||n.clean(),i}}var t=e.prototype;return t.updateSharedState=function(e){Object.assign(this.controller.state.shared,e)},t.updateGestureState=function(e){Object.assign(this.state,e)},t.checkIntentionality=function(e,t){return{_intentional:e,_blocked:!1}},t.getMovement=function(e){var t=this.config,n=t.initial,r=t.bounds,i=t.rubberband,o=t.threshold,a=this.state,l=a._bounds,s=a._initial,c=a._active,d=a._intentional,u=a.lastOffset,p=a.movement,h=this.getInternalMovement(e,this.state),f=!1===d[0]?dd(h[0],o[0]):d[0],g=!1===d[1]?dd(h[1],o[1]):d[1],v=this.checkIntentionality([f,g],h);if(v._blocked)return qc({},v,{_movement:h,delta:[0,0]});var m,x,b,y,C=v._intentional,w=h;(!1!==C[0]&&!1===d[0]&&(x=Qc(n,this.state),m=Qc(r,this.state),s[0]=x[0],l[0]=m[0]),!1!==C[1]&&!1===d[1])&&(x=null!=(b=x)?b:Qc(n,this.state),m=null!=(y=m)?y:Qc(r,this.state),s[1]=x[1],l[1]=m[1]);var $=[!1!==C[0]?h[0]-C[0]:s[0],!1!==C[1]?h[1]-C[1]:s[1]],k=Ic($,u),S=c?i:[0,0];return $=ud(l,Ic($,s),S),qc({},v,{intentional:!1!==C[0]||!1!==C[1],_initial:s,_movement:w,movement:$,values:e,offset:ud(l,k,S),delta:zc($,p)})},t.clean=function(){this.clearTimeout()},Zc(e,[{key:"config",get:function(){return this.controller.config[this.stateKey]}},{key:"enabled",get:function(){return this.controller.config.enabled&&this.config.enabled}},{key:"state",get:function(){return this.controller.state[this.stateKey]}},{key:"handler",get:function(){return this.controller.handlers[this.stateKey]}}]),e}();function dd(e,t){return Math.abs(e)>=t&&Hc(e)*t}function ud(e,t,n){var r=t[0],i=t[1],o=n[0],a=n[1],l=e[0],s=l[0],c=l[1],d=e[1],u=d[0],p=d[1];return[Fc(r,s,c,o),Fc(i,u,p,a)]}function pd(e,t,n){var r=e.state,i=e.args,o=t.timeStamp,a=t.type,l=r.values;return{_lastEventType:a,event:t,timeStamp:o,elapsedTime:n?0:o-r.startTime,args:i,previous:l}}function hd(e,t){return function(n){for(var r=arguments.length,i=new Array(r>1?r-1:0),o=1;o<r;o++)i[o-1]=arguments[o];return e.call.apply(e,[this,qc({},t,{event:n})].concat(i))}}var fd=function(e){var t=this;this.classes=e,this.bind=function(){for(var e={},n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];for(var o,a=Xc(t.classes);!(o=a()).done;){new(0,o.value)(t,r).addBindings(e)}for(var l=0,s=Object.entries(t.nativeRefs);l<s.length;l++){var c=s[l];md(e,c[0],hd(c[1],qc({},t.state.shared,{args:r})))}return t.config.domTarget?function(e,t){var n=e.config,r=e.domListeners,i=vd(n);if(!i)throw new Error("domTarget must be defined");var o=n.eventOptions;bd(i,gd(r),o);for(var a=0,l=Object.entries(t);a<l.length;a++){var s=l[a],c=s[0],d=s[1],u=c.slice(2).toLowerCase();r.push([u,Kc.apply(void 0,d)])}xd(i,r,o)}(t,e):function(e,t){for(var n=e.config,r={},i=n.eventOptions.capture?"Capture":"",o=0,a=Object.entries(t);o<a.length;o++){var l=a[o],s=l[0],c=l[1],d=Array.isArray(c)?c:[c];r[s+i]=Kc.apply(void 0,d)}return r}(t,e)},this.effect=function(){return t.config.domTarget&&t.bind(),t.clean},this.clean=function(){var e=vd(t.config),n=t.config.eventOptions;e&&bd(e,gd(t.domListeners),n),Object.values(t.timeouts).forEach(clearTimeout),function(e){var t=e.config,n=t.window,r=t.eventOptions,i=e.windowListeners;if(!n)return;for(var o in i){bd(n,i[o],r)}e.windowListeners={}}(t)},this.state=ld(),this.timeouts={},this.domListeners=[],this.windowListeners={}};function gd(e){return void 0===e&&(e=[]),e.splice(0,e.length)}function vd(e){var t=e.domTarget;return t&&"current"in t?t.current:t}function md(e,t,n){e[t]||(e[t]=[]),e[t].push(n)}function xd(e,t,n){void 0===t&&(t=[]),void 0===n&&(n={});for(var r,i=Xc(t);!(r=i()).done;){var o=r.value,a=o[0],l=o[1];e.addEventListener(a,l,n)}}function bd(e,t,n){void 0===t&&(t=[]),void 0===n&&(n={});for(var r,i=Xc(t);!(r=i()).done;){var o=r.value,a=o[0],l=o[1];e.removeEventListener(a,l,n)}}function yd(e,t,n){void 0===n&&(n={});var r=function(e){var t=new Set;e.drag&&t.add(sd.get("drag"));e.wheel&&t.add(sd.get("wheel"));e.scroll&&t.add(sd.get("scroll"));e.move&&t.add(sd.get("move"));e.pinch&&t.add(sd.get("pinch"));e.hover&&t.add(sd.get("hover"));return t}(e),i=q.useMemo((function(){return new fd(r)}),[]);return i.config=t,i.handlers=e,i.nativeRefs=n,q.useEffect(i.effect,[]),i.config.domTarget?Cd:i.bind}function Cd(){"development"===process.env.NODE_ENV&&console.warn("Deprecation notice: When the `domTarget` option is specified, you don't need to write `useEffect(bind, [bind])` anymore: event binding is now made handled internally to this lib.\n\nNext version won't return anything when `domTarget` is provided, therefore your code will break if you try to call `useEffect`.")}function wd(e){if("touches"in e){var t=e.targetTouches,n=e.changedTouches;return t.length>0?t:n}return null}function $d(e){var t="buttons"in e?e.buttons:0,n=wd(e),r=n&&n.length||0;return{touches:r,down:r>0||t>0,buttons:t,shiftKey:e.shiftKey,altKey:e.altKey,metaKey:e.metaKey,ctrlKey:e.ctrlKey}}function kd(e){var t=wd(e),n=t?t[0]:e;return[n.clientX,n.clientY]}var Sd=function(e){function t(){var t;return(t=e.apply(this,arguments)||this).ingKey="dragging",t.stateKey="drag",t.onDragStart=function(e){t.enabled&&!t.state._active&&(!function(e,t,n){var r=e.config,i=e.windowListeners;void 0===n&&(n=[]),r.window&&(bd(r.window,i[t],r.eventOptions),xd(r.window,i[t]=n,r.eventOptions))}(t.controller,t.stateKey,[["pointermove",t.onDragChange],["pointerup",t.onDragEnd],["pointercancel",t.onDragEnd]]),t.updateGestureState({_pointerId:e.pointerId}),t.config.delay>0?(t.state._delayedEvent=!0,"persist"in e&&"function"==typeof e.persist&&e.persist(),t.setTimeout(t.startDrag.bind(Wc(t)),t.config.delay,e)):t.startDrag(e))},t.onDragChange=function(e){if(!t.state.canceled&&e.pointerId===t.state._pointerId)if(t.state._active){var n=$d(e);if(n.down){t.updateSharedState(n);var r=kd(e),i=t.getKinematics(r,e),o=pd(Wc(t),e),a=t.state._isTap,l=Ac(i._movement);a&&l>=3&&(a=!1),t.updateGestureState(qc({},o,i,{_isTap:a})),t.fireGestureHandler()}else t.onDragEnd(e)}else t.state._delayedEvent&&(t.clearTimeout(),t.startDrag(e))},t.onDragEnd=function(e){if(e.pointerId===t.state._pointerId){t.state._active=!1,t.updateSharedState({down:!1,buttons:0,touches:0});var n=t.state._isTap,r=t.state.velocities,i=r[0],o=r[1],a=t.state.movement,l=a[0],s=a[1],c=t.state._intentional,d=c[0],u=c[1],p=t.config.swipeVelocity,h=p[0],f=p[1],g=t.config.swipeDistance,v=g[0],m=g[1],x=qc({},pd(Wc(t),e),t.getMovement(t.state.values)),b=[0,0];x.elapsedTime<220&&(!1!==d&&Math.abs(i)>h&&Math.abs(l)>v&&(b[0]=Hc(i)),!1!==u&&Math.abs(o)>f&&Math.abs(s)>m&&(b[1]=Hc(o))),t.updateGestureState(qc({},x,{tap:n,swipe:b})),t.fireGestureHandler(!0===n)}},t.clean=function(){e.prototype.clean.call(Wc(t)),t.state._delayedEvent=!1,function(e,t){var n=e.config,r=e.windowListeners;n.window&&(bd(n.window,r[t],n.eventOptions),delete r[t])}(t.controller,t.stateKey)},t.onCancel=function(){t.state.canceled||(t.updateGestureState({canceled:!0}),t.state._active=!1,t.updateSharedState({down:!1,buttons:0,touches:0}),requestAnimationFrame((function(){return t.fireGestureHandler()})))},t.onClick=function(e){t.state._isTap||e.stopPropagation()},t}Gc(t,e);var n=t.prototype;return n.startDrag=function(e){var t=kd(e);this.updateSharedState($d(e)),this.updateGestureState(qc({},function(e,t,n){var r=e.state.offset,i=n.timeStamp;return qc({},ld()[e.stateKey],{_active:!0,values:t,initial:t,offset:r,lastOffset:r,startTime:i})}(this,t,e),pd(this,e,!0),{_pointerId:e.pointerId,cancel:this.onCancel})),this.updateGestureState(this.getMovement(t)),this.fireGestureHandler()},n.addBindings=function(e){(md(e,"onPointerDown",this.onDragStart),this.config.filterTaps)&&md(e,this.controller.config.eventOptions.capture?"onClick":"onClickCapture",this.onClick)},t}(function(e){function t(){return e.apply(this,arguments)||this}Gc(t,e);var n=t.prototype;return n.getInternalMovement=function(e,t){return zc(e,t.initial)},n.checkIntentionality=function(e,t){if(!1===e[0]&&!1===e[1])return{_intentional:e,axis:this.state.axis};var n=t.map(Math.abs),r=n[0],i=n[1],o=this.state.axis||(r>i?"x":r<i?"y":void 0);return this.config.axis||this.config.lockDirection?o?this.config.axis&&o!==this.config.axis?{_intentional:e,_blocked:!0,axis:o}:(e["x"===o?1:0]=!1,{_intentional:e,_blocked:!1,axis:o}):{_intentional:[!1,!1],_blocked:!1,axis:o}:{_intentional:e,_blocked:!1,axis:o}},n.getKinematics=function(e,t){var n=this.getMovement(e);if(!n._blocked){var r=t.timeStamp-this.state.timeStamp;Object.assign(n,function(e,t,n){var r=Ac(t),i=0===r?0:1/r,o=0===n?0:1/n,a=o*r,l=t.map((function(e){return o*e})),s=t.map((function(e){return i*e}));return{velocities:l,velocity:a,distance:Ac(e),direction:s}}(n.movement,n.delta,r))}return n},n.mapStateValues=function(e){return{xy:e.values,vxvy:e.velocities}},t}(cd));function Ed(e,t){if(e===t)return!0;if(e&&t&&"object"==typeof e&&"object"==typeof t){if(e.constructor!==t.constructor)return!1;var n,r,i,o;if(Array.isArray(e)){if((n=e.length)!==t.length)return!1;for(r=n;0!=r--;)if(!Ed(e[r],t[r]))return!1;return!0}if("function"==typeof Map&&e instanceof Map&&t instanceof Map){if(e.size!==t.size)return!1;for(o=e.entries();!(r=o.next()).done;)if(!t.has(r.value[0]))return!1;for(o=e.entries();!(r=o.next()).done;)if(!Ed(r.value[1],t.get(r.value[0])))return!1;return!0}if("function"==typeof Set&&e instanceof Set&&t instanceof Set){if(e.size!==t.size)return!1;for(o=e.entries();!(r=o.next()).done;)if(!t.has(r.value[0]))return!1;return!0}if(e.constructor===RegExp)return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===t.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===t.toString();if((n=(i=Object.keys(e)).length)!==Object.keys(t).length)return!1;for(r=n;0!=r--;)if(!Object.prototype.hasOwnProperty.call(t,i[r]))return!1;if("undefined"!=typeof Element&&e instanceof Element)return!1;for(r=n;0!=r--;)if(!("_owner"===i[r]&&e.$$typeof||Ed(e[i[r]],t[i[r]])))return!1;return!0}return e!=e&&t!=t}function Od(e,t){try{return Ed(e,t)}catch(e){if((e.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw e}}function _d(e,t){void 0===t&&(t={}),sd.set("drag",Sd);var n=K();return n.current||(n.current=function(e,t){var n,r,i=[],o=!1;return function(){for(var a=arguments.length,l=new Array(a),s=0;s<a;s++)l[s]=arguments[s];return o&&n===this&&t(l,i)||(r=e.apply(this,l),o=!0,n=this,i=l),r}}(od,Od)),yd({drag:e},n.current(t))}
|
|
2337
|
+
***************************************************************************** */var $a,ka,Sa=function(){return Sa=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},Sa.apply(this,arguments)};function Ea(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n}function Oa(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function La(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a}function _a(e,t,n){if(2===arguments.length)for(var r,i=0,o=t.length;i<o;i++)!r&&i in t||(r||(r=Array.prototype.slice.call(t,0,i)),r[i]=t[i]);return e.concat(r||Array.prototype.slice.call(t))}!function(e){e.Start="xstate.start",e.Stop="xstate.stop",e.Raise="xstate.raise",e.Send="xstate.send",e.Cancel="xstate.cancel",e.NullEvent="",e.Assign="xstate.assign",e.After="xstate.after",e.DoneState="done.state",e.DoneInvoke="done.invoke",e.Log="xstate.log",e.Init="xstate.init",e.Invoke="xstate.invoke",e.ErrorExecution="error.execution",e.ErrorCommunication="error.communication",e.ErrorPlatform="error.platform",e.ErrorCustom="xstate.error",e.Update="xstate.update",e.Pure="xstate.pure",e.Choose="xstate.choose"}($a||($a={})),function(e){e.Parent="#_parent",e.Internal="#_internal"}(ka||(ka={}));var Ta=$a.Start,Ra=$a.Stop,Pa=$a.Raise,Ma=$a.Send,Da=$a.Cancel,Na=$a.NullEvent,ja=$a.Assign;$a.After,$a.DoneState;var Va=$a.Log,Ia=$a.Init,za=$a.Invoke;$a.ErrorExecution;var Aa,Ha=$a.ErrorPlatform,Ba=$a.ErrorCustom,Fa=$a.Update,Za=$a.Choose,qa=$a.Pure,Ga={},Wa="xstate.guard",Ua="production"===process.env.NODE_ENV;function Xa(e,t,n){void 0===n&&(n=".");var r=Ja(e,n),i=Ja(t,n);return fl(i)?!!fl(r)&&i===r:fl(r)?r in i:Object.keys(r).every((function(e){return e in i&&Xa(r[e],i[e])}))}function Ya(e){try{return fl(e)||"number"==typeof e?"".concat(e):e.type}catch(e){throw new Error("Events must be strings or objects with a string event.type property.")}}function Ka(e,t){try{return pl(e)?e:e.toString().split(t)}catch(t){throw new Error("'".concat(e,"' is not a valid state path."))}}function Ja(e,t){return"object"==typeof(n=e)&&"value"in n&&"context"in n&&"event"in n&&"_event"in n?e.value:pl(e)?Qa(e):"string"!=typeof e?e:Qa(Ka(e,t));var n}function Qa(e){if(1===e.length)return e[0];for(var t={},n=t,r=0;r<e.length-1;r++)r===e.length-2?n[e[r]]=e[r+1]:(n[e[r]]={},n=n[e[r]]);return t}function el(e,t){for(var n={},r=Object.keys(e),i=0;i<r.length;i++){var o=r[i];n[o]=t(e[o],o,e,i)}return n}function tl(e,t,n){var r,i,o={};try{for(var a=Oa(Object.keys(e)),l=a.next();!l.done;l=a.next()){var s=l.value,c=e[s];n(c)&&(o[s]=t(c,s,e))}}catch(e){r={error:e}}finally{try{l&&!l.done&&(i=a.return)&&i.call(a)}finally{if(r)throw r.error}}return o}var nl=function(e){return function(t){var n,r,i=t;try{for(var o=Oa(e),a=o.next();!a.done;a=o.next()){i=i[a.value]}}catch(e){n={error:e}}finally{try{a&&!a.done&&(r=o.return)&&r.call(o)}finally{if(n)throw n.error}}return i}};function rl(e){return e?fl(e)?[[e]]:il(Object.keys(e).map((function(t){var n=e[t];return"string"==typeof n||n&&Object.keys(n).length?rl(e[t]).map((function(e){return[t].concat(e)})):[[t]]}))):[[]]}function il(e){var t;return(t=[]).concat.apply(t,_a([],La(e),!1))}function ol(e){return pl(e)?e:[e]}function al(e){return void 0===e?[]:ol(e)}function ll(e,t,n){var r,i;if(hl(e))return e(t,n.data);var o={};try{for(var a=Oa(Object.keys(e)),l=a.next();!l.done;l=a.next()){var s=l.value,c=e[s];hl(c)?o[s]=c(t,n.data):o[s]=c}}catch(e){r={error:e}}finally{try{l&&!l.done&&(i=a.return)&&i.call(a)}finally{if(r)throw r.error}}return o}function sl(e){return e instanceof Promise||!(null===e||!hl(e)&&"object"!=typeof e||!hl(e.then))}function cl(e,t){return el(e.states,(function(e,n){if(e){var r=(fl(t)?void 0:t[n])||(e?e.current:void 0);if(r)return{current:r,states:cl(e,r)}}}))}function dl(e,t,n,r){Ua||ul(!!e,"Attempting to update undefined context");var i=e?n.reduce((function(e,n){var i,o,a=n.assignment,l={state:r,action:n,_event:t},s={};if(hl(a))s=a(e,t.data,l);else try{for(var c=Oa(Object.keys(a)),d=c.next();!d.done;d=c.next()){var u=d.value,p=a[u];s[u]=hl(p)?p(e,t.data,l):p}}catch(e){i={error:e}}finally{try{d&&!d.done&&(o=c.return)&&o.call(c)}finally{if(i)throw i.error}}return Object.assign({},e,s)}),e):e;return i}var ul=function(){};function pl(e){return Array.isArray(e)}function hl(e){return"function"==typeof e}function fl(e){return"string"==typeof e}function gl(e,t){if(e)return fl(e)?{type:Wa,name:e,predicate:t?t[e]:void 0}:hl(e)?{type:Wa,name:e.name,predicate:e}:e}Ua||(ul=function(e,t){var n=e instanceof Error?e:void 0;if((n||!e)&&void 0!==console){var r=["Warning: ".concat(t)];n&&r.push(n),console.warn.apply(console,r)}});var vl=function(){return"function"==typeof Symbol&&Symbol.observable||"@@observable"}();function ml(e){return!!e&&"__xstatenode"in e}function xl(e,t){return fl(e)||"number"==typeof e?Sa({type:e},t):e}function bl(e,t){if(!fl(e)&&"$$type"in e&&"scxml"===e.$$type)return e;var n=xl(e);return Sa({name:n.type,data:n,$$type:"scxml",type:"external"},t)}function yl(e,t){return ol(t).map((function(t){return void 0===t||"string"==typeof t||ml(t)?{target:t,event:e}:Sa(Sa({},t),{event:e})}))}function Cl(e,t,n,r,i){var o=e.options.guards,a={state:i,cond:t,_event:r};if(t.type===Wa)return((null==o?void 0:o[t.name])||t.predicate)(n,r.data,a);var l=null==o?void 0:o[t.type];if(!l)throw new Error("Guard '".concat(t.type,"' is not implemented on machine '").concat(e.id,"'."));return l(n,r.data,a)}function wl(e){return"string"==typeof e?{type:e}:e}function $l(e,t,n){var r=function(){},i="object"==typeof e,o=i?e:null;return{next:((i?e.next:e)||r).bind(o),error:((i?e.error:t)||r).bind(o),complete:((i?e.complete:n)||r).bind(o)}}function kl(e,t){return"".concat(e,":invocation[").concat(t,"]")}function Sl(e){return(e.type===Pa||e.type===Ma&&e.to===ka.Internal)&&"number"!=typeof e.delay}(Aa={})[vl]=function(){return this},Aa[Symbol.observable]=function(){return this};var El=bl({type:Ia});function Ol(e,t){return t&&t[e]||void 0}function Ll(e,t){var n;if(fl(e)||"number"==typeof e)n=hl(r=Ol(e,t))?{type:e,exec:r}:r||{type:e,exec:void 0};else if(hl(e))n={type:e.name||e.toString(),exec:e};else{var r;if(hl(r=Ol(e.type,t)))n=Sa(Sa({},e),{exec:r});else if(r){var i=r.type||e.type;n=Sa(Sa(Sa({},r),e),{type:i})}else n=e}return n}var _l=function(e,t){return e?(pl(e)?e:[e]).map((function(e){return Ll(e,t)})):[]};function Tl(e){var t=Ll(e);return Sa(Sa({id:fl(e)?e:t.id},t),{type:t.type})}function Rl(e,t){var n="".concat($a.DoneState,".").concat(e),r={type:n,data:t,toString:function(){return n}};return r}function Pl(e,t){var n="".concat($a.DoneInvoke,".").concat(e),r={type:n,data:t,toString:function(){return n}};return r}function Ml(e,t){var n="".concat($a.ErrorPlatform,".").concat(e),r={type:n,data:t,toString:function(){return n}};return r}function Dl(e,t,n,r,i,o,a){void 0===a&&(a=!1);var l=a?[]:function(e){var t,n,r=[];try{for(var i=Oa(e),o=i.next();!o.done;o=i.next())for(var a=o.value,l=0;l<a.actions.length;)a.actions[l].type!==ja?l++:(r.push(a.actions[l]),a.actions.splice(l,1))}catch(e){t={error:e}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(t)throw t.error}}return r}(i),s=l.length?dl(n,r,l,t):n,c=a?[n]:void 0,d=[];function u(i,l){var u;switch(l.type){case Pa:var p=function(e,t,n,r){var i,o={_event:n},a=bl(hl(e.event)?e.event(t,n.data,o):e.event);if(fl(e.delay)){var l=r&&r[e.delay];i=hl(l)?l(t,n.data,o):l}else i=hl(e.delay)?e.delay(t,n.data,o):e.delay;return Sa(Sa({},e),{type:Pa,_event:a,delay:i})}(l,s,r,e.options.delays);return o&&"number"==typeof p.delay&&o(p,s,r),p;case Ma:var h=function(e,t,n,r){var i,o={_event:n},a=bl(hl(e.event)?e.event(t,n.data,o):e.event);if(fl(e.delay)){var l=r&&r[e.delay];i=hl(l)?l(t,n.data,o):l}else i=hl(e.delay)?e.delay(t,n.data,o):e.delay;var s=hl(e.to)?e.to(t,n.data,o):e.to;return Sa(Sa({},e),{to:s,_event:a,event:a.data,delay:i})}(l,s,r,e.options.delays);if(!Ua){var f=l.delay;ul(!fl(f)||"number"==typeof h.delay,"No delay reference for delay expression '".concat(f,"' was found on machine '").concat(e.id,"'"))}return o&&h.to!==ka.Internal&&("entry"===i?d.push(h):o(h,s,r)),h;case Va:var g=function(e,t,n){return Sa(Sa({},e),{value:fl(e.expr)?e.expr:e.expr(t,n.data,{_event:n})})}(l,s,r);return null==o||o(g,s,r),g;case Za:if(!(b=null===(u=l.conds.find((function(n){var i=gl(n.cond,e.options.guards);return!i||Cl(e,i,s,r,o?void 0:t)})))||void 0===u?void 0:u.actions))return[];var v=La(Dl(e,t,s,r,[{type:i,actions:_l(al(b),e.options.actions)}],o,a),2),m=v[0],x=v[1];return s=x,null==c||c.push(s),m;case qa:var b;if(!(b=l.get(s,r.data)))return[];var y=La(Dl(e,t,s,r,[{type:i,actions:_l(al(b),e.options.actions)}],o,a),2),C=y[0],w=y[1];return s=w,null==c||c.push(s),C;case Ra:g=function(e,t,n){var r=hl(e.activity)?e.activity(t,n.data):e.activity,i="string"==typeof r?{id:r}:r;return{type:$a.Stop,activity:i}}(l,s,r);return null==o||o(g,n,r),g;case ja:s=dl(s,r,[l],o?void 0:t),null==c||c.push(s);break;default:var $=Ll(l,e.options.actions),k=$.exec;if(o)o($,s,r);else if(k&&c){var S=c.length-1,E=Sa(Sa({},$),{exec:function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];k.apply(void 0,_a([c[S]],La(t),!1))}});$=E}return $}}var p=il(i.map((function(e){var t,n,i=[];try{for(var a=Oa(e.actions),l=a.next();!l.done;l=a.next()){var c=l.value,p=u(e.type,c);p&&(i=i.concat(p))}}catch(e){t={error:e}}finally{try{l&&!l.done&&(n=a.return)&&n.call(a)}finally{if(t)throw t.error}}return d.forEach((function(e){o(e,s,r)})),d.length=0,i})));return[p,s]}var Nl=function(e,t){return t(e)};function jl(e){var t;return(t={id:e,send:function(){},subscribe:function(){return{unsubscribe:function(){}}},getSnapshot:function(){},toJSON:function(){return{id:e}}})[vl]=function(){return this},t}function Vl(e,t,n){var r=jl(t);if(r.deferred=!0,ml(e)){var i=r.state=Nl(void 0,(function(){return(n?e.withContext(n):e).initialState}));r.getSnapshot=function(){return i}}return r}var Il=function(e){return"atomic"===e.type||"final"===e.type};function zl(e){return Object.keys(e.states).map((function(t){return e.states[t]}))}function Al(e){return zl(e).filter((function(e){return"history"!==e.type}))}function Hl(e){var t=[e];return Il(e)?t:t.concat(il(Al(e).map(Hl)))}function Bl(e,t){var n,r,i,o,a,l,s,c,d=Zl(new Set(e)),u=new Set(t);try{for(var p=Oa(u),h=p.next();!h.done;h=p.next())for(var f=($=h.value).parent;f&&!u.has(f);)u.add(f),f=f.parent}catch(e){n={error:e}}finally{try{h&&!h.done&&(r=p.return)&&r.call(p)}finally{if(n)throw n.error}}var g=Zl(u);try{for(var v=Oa(u),m=v.next();!m.done;m=v.next()){if("compound"!==($=m.value).type||g.get($)&&g.get($).length){if("parallel"===$.type)try{for(var x=(a=void 0,Oa(Al($))),b=x.next();!b.done;b=x.next()){var y=b.value;u.has(y)||(u.add(y),d.get(y)?d.get(y).forEach((function(e){return u.add(e)})):y.initialStateNodes.forEach((function(e){return u.add(e)})))}}catch(e){a={error:e}}finally{try{b&&!b.done&&(l=x.return)&&l.call(x)}finally{if(a)throw a.error}}}else d.get($)?d.get($).forEach((function(e){return u.add(e)})):$.initialStateNodes.forEach((function(e){return u.add(e)}))}}catch(e){i={error:e}}finally{try{m&&!m.done&&(o=v.return)&&o.call(v)}finally{if(i)throw i.error}}try{for(var C=Oa(u),w=C.next();!w.done;w=C.next()){var $;for(f=($=w.value).parent;f&&!u.has(f);)u.add(f),f=f.parent}}catch(e){s={error:e}}finally{try{w&&!w.done&&(c=C.return)&&c.call(C)}finally{if(s)throw s.error}}return u}function Fl(e,t){var n=t.get(e);if(!n)return{};if("compound"===e.type){var r=n[0];if(!r)return{};if(Il(r))return r.key}var i={};return n.forEach((function(e){i[e.key]=Fl(e,t)})),i}function Zl(e){var t,n,r=new Map;try{for(var i=Oa(e),o=i.next();!o.done;o=i.next()){var a=o.value;r.has(a)||r.set(a,[]),a.parent&&(r.has(a.parent)||r.set(a.parent,[]),r.get(a.parent).push(a))}}catch(e){t={error:e}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(t)throw t.error}}return r}function ql(e,t){return Fl(e,Zl(Bl([e],t)))}function Gl(e,t){return Array.isArray(e)?e.some((function(e){return e===t})):e instanceof Set&&e.has(t)}function Wl(e,t){return"compound"===t.type?Al(t).some((function(t){return"final"===t.type&&Gl(e,t)})):"parallel"===t.type&&Al(t).every((function(t){return Wl(e,t)}))}function Ul(e){return new Set(il(e.map((function(e){return e.tags}))))}function Xl(e,t){if(e===t)return!0;if(void 0===e||void 0===t)return!1;if(fl(e)||fl(t))return e===t;var n=Object.keys(e),r=Object.keys(t);return n.length===r.length&&n.every((function(n){return Xl(e[n],t[n])}))}var Yl=function(){function e(e){var t,n,r=this;this.actions=[],this.activities=Ga,this.meta={},this.events=[],this.value=e.value,this.context=e.context,this._event=e._event,this._sessionid=e._sessionid,this.event=this._event.data,this.historyValue=e.historyValue,this.history=e.history,this.actions=e.actions||[],this.activities=e.activities||Ga,this.meta=(void 0===(n=e.configuration)&&(n=[]),n.reduce((function(e,t){return void 0!==t.meta&&(e[t.id]=t.meta),e}),{})),this.events=e.events||[],this.matches=this.matches.bind(this),this.toStrings=this.toStrings.bind(this),this.configuration=e.configuration,this.transitions=e.transitions,this.children=e.children,this.done=!!e.done,this.tags=null!==(t=Array.isArray(e.tags)?new Set(e.tags):e.tags)&&void 0!==t?t:new Set,this.machine=e.machine,Object.defineProperty(this,"nextEvents",{get:function(){return function(e){return _a([],La(new Set(il(_a([],La(e.map((function(e){return e.ownEvents}))),!1)))),!1)}(r.configuration)}})}return e.from=function(t,n){return t instanceof e?t.context!==n?new e({value:t.value,context:n,_event:t._event,_sessionid:null,historyValue:t.historyValue,history:t.history,actions:[],activities:t.activities,events:[],configuration:[],transitions:[],children:{}}):t:new e({value:t,context:n,_event:El,_sessionid:null,historyValue:void 0,history:void 0,actions:[],activities:void 0,events:[],configuration:[],transitions:[],children:{}})},e.create=function(t){return new e(t)},e.inert=function(t,n){if(t instanceof e){if(!t.actions.length)return t;var r=El;return new e({value:t.value,context:n,_event:r,_sessionid:null,historyValue:t.historyValue,history:t.history,activities:t.activities,configuration:t.configuration,transitions:[],children:{}})}return e.from(t,n)},e.prototype.toStrings=function(e,t){var n=this;if(void 0===e&&(e=this.value),void 0===t&&(t="."),fl(e))return[e];var r=Object.keys(e);return r.concat.apply(r,_a([],La(r.map((function(r){return n.toStrings(e[r],t).map((function(e){return r+t+e}))}))),!1))},e.prototype.toJSON=function(){var e=this;e.configuration,e.transitions;var t=e.tags;e.machine;var n=Ea(e,["configuration","transitions","tags","machine"]);return Sa(Sa({},n),{tags:Array.from(t)})},e.prototype.matches=function(e){return Xa(e,this.value)},e.prototype.hasTag=function(e){return this.tags.has(e)},e.prototype.can=function(e){var t;Ua&&ul(!!this.machine,"state.can(...) used outside of a machine-created State object; this will always return false.");var n=null===(t=this.machine)||void 0===t?void 0:t.getTransitionData(this,e);return!!(null==n?void 0:n.transitions.length)&&n.transitions.some((function(e){return void 0!==e.target||e.actions.length}))},e}(),Kl={deferEvents:!1},Jl=function(){function e(e){this.processingEvent=!1,this.queue=[],this.initialized=!1,this.options=Sa(Sa({},Kl),e)}return e.prototype.initialize=function(e){if(this.initialized=!0,e){if(!this.options.deferEvents)return void this.schedule(e);this.process(e)}this.flushEvents()},e.prototype.schedule=function(e){if(this.initialized&&!this.processingEvent){if(0!==this.queue.length)throw new Error("Event queue should be empty when it is not processing events");this.process(e),this.flushEvents()}else this.queue.push(e)},e.prototype.clear=function(){this.queue=[]},e.prototype.flushEvents=function(){for(var e=this.queue.shift();e;)this.process(e),e=this.queue.shift()},e.prototype.process=function(e){this.processingEvent=!0;try{e()}catch(e){throw this.clear(),e}finally{this.processingEvent=!1}},e}(),Ql=new Map,es=0,ts=function(){return"x:".concat(es++)},ns=function(e,t){return Ql.set(e,t),e},rs=function(e){return Ql.get(e)},is=function(e){Ql.delete(e)};function os(){return"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:void(Ua||console.warn("XState could not find a global object in this environment. Please let the maintainers know and raise an issue here: https://github.com/statelyai/xstate/issues"))}function as(e){if(os()){var t=function(){var e=os();if(e&&"__xstate__"in e)return e.__xstate__}();t&&t.register(e)}}function ls(e,t){void 0===t&&(t={});var n=e.initialState,r=new Set,i=[],o=!1,a=function(e){var t;return Sa(((t={subscribe:function(){return{unsubscribe:function(){}}},id:"anonymous",getSnapshot:function(){}})[vl]=function(){return this},t),e)}({id:t.id,send:function(t){i.push(t),function(){if(!o){for(o=!0;i.length>0;){var t=i.shift();n=e.transition(n,t,l),r.forEach((function(e){return e.next(n)}))}o=!1}}()},getSnapshot:function(){return n},subscribe:function(e,t,i){var o=$l(e,t,i);return r.add(o),o.next(n),{unsubscribe:function(){r.delete(o)}}}}),l={parent:t.parent,self:a,id:t.id||"anonymous",observers:r};return n=e.start?e.start(l):n,a}var ss,cs={sync:!1,autoForward:!1};!function(e){e[e.NotStarted=0]="NotStarted",e[e.Running=1]="Running",e[e.Stopped=2]="Stopped"}(ss||(ss={}));var ds=function(){function e(t,n){void 0===n&&(n=e.defaultOptions);var r=this;this.machine=t,this.delayedEventsMap={},this.listeners=new Set,this.contextListeners=new Set,this.stopListeners=new Set,this.doneListeners=new Set,this.eventListeners=new Set,this.sendListeners=new Set,this.initialized=!1,this.status=ss.NotStarted,this.children=new Map,this.forwardTo=new Set,this._outgoingQueue=[],this.init=this.start,this.send=function(e,t){if(pl(e))return r.batch(e),r.state;var n=bl(xl(e,t));if(r.status===ss.Stopped)return Ua||ul(!1,'Event "'.concat(n.name,'" was sent to stopped service "').concat(r.machine.id,'". This service has already reached its final state, and will not transition.\nEvent: ').concat(JSON.stringify(n.data))),r.state;if(r.status!==ss.Running&&!r.options.deferEvents)throw new Error('Event "'.concat(n.name,'" was sent to uninitialized service "').concat(r.machine.id,'". Make sure .start() is called for this service, or set { deferEvents: true } in the service options.\nEvent: ').concat(JSON.stringify(n.data)));return r.scheduler.schedule((function(){r.forward(n);var e=r._nextState(n);r.update(e,n)})),r._state},this.sendTo=function(e,t,n){var i,o=r.parent&&(t===ka.Parent||r.parent.id===t),a=o?r.parent:fl(t)?t===ka.Internal?r:r.children.get(t)||rs(t):(i=t)&&"function"==typeof i.send?t:void 0;if(a)if("machine"in a){if(r.status!==ss.Stopped||r.parent!==a||r.state.done){var l=Sa(Sa({},e),{name:e.name===Ba?"".concat(Ml(r.id)):e.name,origin:r.sessionId});!n&&r.machine.config.predictableActionArguments?r._outgoingQueue.push([a,l]):a.send(l)}}else!n&&r.machine.config.predictableActionArguments?r._outgoingQueue.push([a,e.data]):a.send(e.data);else{if(!o)throw new Error("Unable to send event to child '".concat(t,"' from service '").concat(r.id,"'."));Ua||ul(!1,"Service '".concat(r.id,"' has no parent: unable to send event ").concat(e.type))}},this._exec=function(e,t,n,i){void 0===i&&(i=r.machine.options.actions);var o=e.exec||Ol(e.type,i),a=hl(o)?o:o?o.exec:e.exec;if(a)try{return a(t,n.data,r.machine.config.predictableActionArguments?{action:e,_event:n}:{action:e,state:r.state,_event:n})}catch(e){throw r.parent&&r.parent.send({type:"xstate.error",data:e}),e}switch(e.type){case Pa:var l=e;r.defer(l);break;case Ma:var s=e;if("number"==typeof s.delay)return void r.defer(s);s.to?r.sendTo(s._event,s.to,n===El):r.send(s._event);break;case Da:r.cancel(e.sendId);break;case Ta:if(r.status!==ss.Running)return;var c=e.activity;if(!r.machine.config.predictableActionArguments&&!r.state.activities[c.id||c.type])break;if(c.type===$a.Invoke){var d=wl(c.src),u=r.machine.options.services?r.machine.options.services[d.type]:void 0,p=c.id,h=c.data;Ua||ul(!("forward"in c),"`forward` property is deprecated (found in invocation of '".concat(c.src,"' in in machine '").concat(r.machine.id,"'). ")+"Please use `autoForward` instead.");var f="autoForward"in c?c.autoForward:!!c.forward;if(!u)return void(Ua||ul(!1,"No service found for invocation '".concat(c.src,"' in machine '").concat(r.machine.id,"'.")));var g=h?ll(h,t,n):void 0;if("string"==typeof u)return;var v=hl(u)?u(t,n.data,{data:g,src:d,meta:c.meta}):u;if(!v)return;var m=void 0;ml(v)&&(v=g?v.withContext(g):v,m={autoForward:f}),r.spawn(v,p,m)}else r.spawnActivity(c);break;case Ra:r.stopChild(e.activity.id);break;case Va:var x=e,b=x.label,y=x.value;b?r.logger(b,y):r.logger(y);break;default:Ua||ul(!1,"No implementation found for action type '".concat(e.type,"'"))}};var i=Sa(Sa({},e.defaultOptions),n),o=i.clock,a=i.logger,l=i.parent,s=i.id,c=void 0!==s?s:t.id;this.id=c,this.logger=a,this.clock=o,this.parent=l,this.options=i,this.scheduler=new Jl({deferEvents:this.options.deferEvents}),this.sessionId=ts()}return Object.defineProperty(e.prototype,"initialState",{get:function(){var e=this;return this._initialState?this._initialState:Nl(this,(function(){return e._initialState=e.machine.initialState,e._initialState}))},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"state",{get:function(){return Ua||ul(this.status!==ss.NotStarted,"Attempted to read state from uninitialized service '".concat(this.id,"'. Make sure the service is started first.")),this._state},enumerable:!1,configurable:!0}),e.prototype.execute=function(e,t){var n,r;try{for(var i=Oa(e.actions),o=i.next();!o.done;o=i.next()){var a=o.value;this.exec(a,e,t)}}catch(e){n={error:e}}finally{try{o&&!o.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}},e.prototype.update=function(e,t){var n,r,i,o,a,l,s,c,d=this;if(e._sessionid=this.sessionId,this._state=e,this.machine.config.predictableActionArguments&&t!==El||!this.options.execute)for(var u=void 0;u=this._outgoingQueue.shift();)u[0].send(u[1]);else this.execute(this.state);if(this.children.forEach((function(e){d.state.children[e.id]=e})),this.devTools&&this.devTools.send(t.data,e),e.event)try{for(var p=Oa(this.eventListeners),h=p.next();!h.done;h=p.next()){(0,h.value)(e.event)}}catch(e){n={error:e}}finally{try{h&&!h.done&&(r=p.return)&&r.call(p)}finally{if(n)throw n.error}}try{for(var f=Oa(this.listeners),g=f.next();!g.done;g=f.next()){(0,g.value)(e,e.event)}}catch(e){i={error:e}}finally{try{g&&!g.done&&(o=f.return)&&o.call(f)}finally{if(i)throw i.error}}try{for(var v=Oa(this.contextListeners),m=v.next();!m.done;m=v.next()){(0,m.value)(this.state.context,this.state.history?this.state.history.context:void 0)}}catch(e){a={error:e}}finally{try{m&&!m.done&&(l=v.return)&&l.call(v)}finally{if(a)throw a.error}}if(this.state.done){var x=e.configuration.find((function(e){return"final"===e.type&&e.parent===d.machine})),b=x&&x.doneData?ll(x.doneData,e.context,t):void 0;this._doneEvent=Pl(this.id,b);try{for(var y=Oa(this.doneListeners),C=y.next();!C.done;C=y.next()){(0,C.value)(this._doneEvent)}}catch(e){s={error:e}}finally{try{C&&!C.done&&(c=y.return)&&c.call(y)}finally{if(s)throw s.error}}this._stop(),this._stopChildren(),is(this.sessionId)}},e.prototype.onTransition=function(e){return this.listeners.add(e),this.status===ss.Running&&e(this.state,this.state.event),this},e.prototype.subscribe=function(e,t,n){var r=this,i=$l(e,t,n);this.listeners.add(i.next),this.status!==ss.NotStarted&&i.next(this.state);var o=function(){r.doneListeners.delete(o),r.stopListeners.delete(o),i.complete()};return this.status===ss.Stopped?i.complete():(this.onDone(o),this.onStop(o)),{unsubscribe:function(){r.listeners.delete(i.next),r.doneListeners.delete(o),r.stopListeners.delete(o)}}},e.prototype.onEvent=function(e){return this.eventListeners.add(e),this},e.prototype.onSend=function(e){return this.sendListeners.add(e),this},e.prototype.onChange=function(e){return this.contextListeners.add(e),this},e.prototype.onStop=function(e){return this.stopListeners.add(e),this},e.prototype.onDone=function(e){return this.status===ss.Stopped&&this._doneEvent?e(this._doneEvent):this.doneListeners.add(e),this},e.prototype.off=function(e){return this.listeners.delete(e),this.eventListeners.delete(e),this.sendListeners.delete(e),this.stopListeners.delete(e),this.doneListeners.delete(e),this.contextListeners.delete(e),this},e.prototype.start=function(e){var t=this;if(this.status===ss.Running)return this;this.machine._init(),ns(this.sessionId,this),this.initialized=!0,this.status=ss.Running;var n=void 0===e?this.initialState:Nl(this,(function(){return"object"==typeof(n=e)&&null!==n&&"value"in n&&"_event"in n?t.machine.resolveState(e):t.machine.resolveState(Yl.from(e,t.machine.context));var n}));return this.options.devTools&&this.attachDev(),this.scheduler.initialize((function(){t.update(n,El)})),this},e.prototype._stopChildren=function(){this.children.forEach((function(e){hl(e.stop)&&e.stop()})),this.children.clear()},e.prototype._stop=function(){var e,t,n,r,i,o,a,l,s,c;try{for(var d=Oa(this.listeners),u=d.next();!u.done;u=d.next()){var p=u.value;this.listeners.delete(p)}}catch(t){e={error:t}}finally{try{u&&!u.done&&(t=d.return)&&t.call(d)}finally{if(e)throw e.error}}try{for(var h=Oa(this.stopListeners),f=h.next();!f.done;f=h.next()){(p=f.value)(),this.stopListeners.delete(p)}}catch(e){n={error:e}}finally{try{f&&!f.done&&(r=h.return)&&r.call(h)}finally{if(n)throw n.error}}try{for(var g=Oa(this.contextListeners),v=g.next();!v.done;v=g.next()){p=v.value;this.contextListeners.delete(p)}}catch(e){i={error:e}}finally{try{v&&!v.done&&(o=g.return)&&o.call(g)}finally{if(i)throw i.error}}try{for(var m=Oa(this.doneListeners),x=m.next();!x.done;x=m.next()){p=x.value;this.doneListeners.delete(p)}}catch(e){a={error:e}}finally{try{x&&!x.done&&(l=m.return)&&l.call(m)}finally{if(a)throw a.error}}if(!this.initialized)return this;this.initialized=!1,this.status=ss.Stopped,this._initialState=void 0;try{for(var b=Oa(Object.keys(this.delayedEventsMap)),y=b.next();!y.done;y=b.next()){var C=y.value;this.clock.clearTimeout(this.delayedEventsMap[C])}}catch(e){s={error:e}}finally{try{y&&!y.done&&(c=b.return)&&c.call(b)}finally{if(s)throw s.error}}this.scheduler.clear(),this.scheduler=new Jl({deferEvents:this.options.deferEvents})},e.prototype.stop=function(){var e=this,t=this.scheduler;return this._stop(),t.schedule((function(){var t;if(!(null===(t=e._state)||void 0===t?void 0:t.done)){var n=bl({type:"xstate.stop"}),r=Nl(e,(function(){var t=il(_a([],La(e.state.configuration),!1).sort((function(e,t){return t.order-e.order})).map((function(t){return _l(t.onExit,e.machine.options.actions)}))),r=La(Dl(e.machine,e.state,e.state.context,n,[{type:"exit",actions:t}],e.machine.config.predictableActionArguments?e._exec:void 0,e.machine.config.predictableActionArguments||e.machine.config.preserveActionOrder),2),i=r[0],o=r[1],a=new Yl({value:e.state.value,context:o,_event:n,_sessionid:e.sessionId,historyValue:void 0,history:e.state,actions:i.filter((function(e){return!Sl(e)})),activities:{},events:[],configuration:[],transitions:[],children:{},done:e.state.done,tags:e.state.tags,machine:e.machine});return a.changed=!0,a}));e.update(r,n),e._stopChildren(),is(e.sessionId)}})),this},e.prototype.batch=function(e){var t=this;if(this.status===ss.NotStarted&&this.options.deferEvents)Ua||ul(!1,"".concat(e.length,' event(s) were sent to uninitialized service "').concat(this.machine.id,'" and are deferred. Make sure .start() is called for this service.\nEvent: ').concat(JSON.stringify(event)));else if(this.status!==ss.Running)throw new Error("".concat(e.length,' event(s) were sent to uninitialized service "').concat(this.machine.id,'". Make sure .start() is called for this service, or set { deferEvents: true } in the service options.'));if(e.length){var n=!!this.machine.config.predictableActionArguments&&this._exec;this.scheduler.schedule((function(){var r,i,o=t.state,a=!1,l=[],s=function(e){var r=bl(e);t.forward(r),o=Nl(t,(function(){return t.machine.transition(o,r,void 0,n||void 0)})),l.push.apply(l,_a([],La(t.machine.config.predictableActionArguments?o.actions:o.actions.map((function(e){return function(e,t){var n=e.exec;return Sa(Sa({},e),{exec:void 0!==n?function(){return n(t.context,t.event,{action:e,state:t,_event:t._event})}:void 0})}(e,o)}))),!1)),a=a||!!o.changed};try{for(var c=Oa(e),d=c.next();!d.done;d=c.next()){s(d.value)}}catch(e){r={error:e}}finally{try{d&&!d.done&&(i=c.return)&&i.call(c)}finally{if(r)throw r.error}}o.changed=a,o.actions=l,t.update(o,bl(e[e.length-1]))}))}},e.prototype.sender=function(e){return this.send.bind(this,e)},e.prototype._nextState=function(e,t){var n=this;void 0===t&&(t=!!this.machine.config.predictableActionArguments&&this._exec);var r=bl(e);if(0===r.name.indexOf(Ha)&&!this.state.nextEvents.some((function(e){return 0===e.indexOf(Ha)})))throw r.data.data;return Nl(this,(function(){return n.machine.transition(n.state,r,void 0,t||void 0)}))},e.prototype.nextState=function(e){return this._nextState(e,!1)},e.prototype.forward=function(e){var t,n;try{for(var r=Oa(this.forwardTo),i=r.next();!i.done;i=r.next()){var o=i.value,a=this.children.get(o);if(!a)throw new Error("Unable to forward event '".concat(e,"' from interpreter '").concat(this.id,"' to nonexistant child '").concat(o,"'."));a.send(e)}}catch(e){t={error:e}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(t)throw t.error}}},e.prototype.defer=function(e){var t=this,n=this.clock.setTimeout((function(){"to"in e&&e.to?t.sendTo(e._event,e.to,!0):t.send(e._event)}),e.delay);e.id&&(this.delayedEventsMap[e.id]=n)},e.prototype.cancel=function(e){this.clock.clearTimeout(this.delayedEventsMap[e]),delete this.delayedEventsMap[e]},e.prototype.exec=function(e,t,n){void 0===n&&(n=this.machine.options.actions),this._exec(e,t.context,t._event,n)},e.prototype.removeChild=function(e){var t;this.children.delete(e),this.forwardTo.delete(e),null===(t=this.state)||void 0===t||delete t.children[e]},e.prototype.stopChild=function(e){var t=this.children.get(e);t&&(this.removeChild(e),hl(t.stop)&&t.stop())},e.prototype.spawn=function(e,t,n){if(this.status!==ss.Running)return Vl(e,t);if(sl(e))return this.spawnPromise(Promise.resolve(e),t);if(hl(e))return this.spawnCallback(e,t);if(function(e){try{return"function"==typeof e.send}catch(e){return!1}}(i=e)&&"id"in i)return this.spawnActor(e,t);if(function(e){try{return"subscribe"in e&&hl(e.subscribe)}catch(e){return!1}}(e))return this.spawnObservable(e,t);if(ml(e))return this.spawnMachine(e,Sa(Sa({},n),{id:t}));if(null!==(r=e)&&"object"==typeof r&&"transition"in r&&"function"==typeof r.transition)return this.spawnBehavior(e,t);throw new Error('Unable to spawn entity "'.concat(t,'" of type "').concat(typeof e,'".'));var r,i},e.prototype.spawnMachine=function(t,n){var r=this;void 0===n&&(n={});var i=new e(t,Sa(Sa({},this.options),{parent:this,id:n.id||t.id})),o=Sa(Sa({},cs),n);o.sync&&i.onTransition((function(e){r.send(Fa,{state:e,id:i.id})}));var a=i;return this.children.set(i.id,a),o.autoForward&&this.forwardTo.add(i.id),i.onDone((function(e){r.removeChild(i.id),r.send(bl(e,{origin:i.id}))})).start(),a},e.prototype.spawnBehavior=function(e,t){var n=ls(e,{id:t,parent:this});return this.children.set(t,n),n},e.prototype.spawnPromise=function(e,t){var n,r,i=this,o=!1;e.then((function(e){o||(r=e,i.removeChild(t),i.send(bl(Pl(t,e),{origin:t})))}),(function(e){if(!o){i.removeChild(t);var n=Ml(t,e);try{i.send(bl(n,{origin:t}))}catch(r){!function(e,t,n){if(!Ua){var r=e.stack?" Stacktrace was '".concat(e.stack,"'"):"";if(e===t)console.error("Missing onError handler for invocation '".concat(n,"', error was '").concat(e,"'.").concat(r));else{var i=t.stack?" Stacktrace was '".concat(t.stack,"'"):"";console.error("Missing onError handler and/or unhandled exception/promise rejection for invocation '".concat(n,"'. ")+"Original error: '".concat(e,"'. ").concat(r," Current error is '").concat(t,"'.").concat(i))}}}(e,r,t),i.devTools&&i.devTools.send(n,i.state),i.machine.strict&&i.stop()}}}));var a=((n={id:t,send:function(){},subscribe:function(t,n,r){var i=$l(t,n,r),o=!1;return e.then((function(e){o||(i.next(e),o||i.complete())}),(function(e){o||i.error(e)})),{unsubscribe:function(){return o=!0}}},stop:function(){o=!0},toJSON:function(){return{id:t}},getSnapshot:function(){return r}})[vl]=function(){return this},n);return this.children.set(t,a),a},e.prototype.spawnCallback=function(e,t){var n,r,i,o=this,a=!1,l=new Set,s=new Set;try{i=e((function(e){r=e,s.forEach((function(t){return t(e)})),a||o.send(bl(e,{origin:t}))}),(function(e){l.add(e)}))}catch(e){this.send(Ml(t,e))}if(sl(i))return this.spawnPromise(i,t);var c=((n={id:t,send:function(e){return l.forEach((function(t){return t(e)}))},subscribe:function(e){var t=$l(e);return s.add(t.next),{unsubscribe:function(){s.delete(t.next)}}},stop:function(){a=!0,hl(i)&&i()},toJSON:function(){return{id:t}},getSnapshot:function(){return r}})[vl]=function(){return this},n);return this.children.set(t,c),c},e.prototype.spawnObservable=function(e,t){var n,r,i=this,o=e.subscribe((function(e){r=e,i.send(bl(e,{origin:t}))}),(function(e){i.removeChild(t),i.send(bl(Ml(t,e),{origin:t}))}),(function(){i.removeChild(t),i.send(bl(Pl(t),{origin:t}))})),a=((n={id:t,send:function(){},subscribe:function(t,n,r){return e.subscribe(t,n,r)},stop:function(){return o.unsubscribe()},getSnapshot:function(){return r},toJSON:function(){return{id:t}}})[vl]=function(){return this},n);return this.children.set(t,a),a},e.prototype.spawnActor=function(e,t){return this.children.set(t,e),e},e.prototype.spawnActivity=function(e){var t=this.machine.options&&this.machine.options.activities?this.machine.options.activities[e.type]:void 0;if(t){var n=t(this.state.context,e);this.spawnEffect(e.id,n)}else Ua||ul(!1,"No implementation found for activity '".concat(e.type,"'"))},e.prototype.spawnEffect=function(e,t){var n;this.children.set(e,((n={id:e,send:function(){},subscribe:function(){return{unsubscribe:function(){}}},stop:t||void 0,getSnapshot:function(){},toJSON:function(){return{id:e}}})[vl]=function(){return this},n))},e.prototype.attachDev=function(){var e=os();if(this.options.devTools&&e){if(e.__REDUX_DEVTOOLS_EXTENSION__){var t="object"==typeof this.options.devTools?this.options.devTools:void 0;this.devTools=e.__REDUX_DEVTOOLS_EXTENSION__.connect(Sa(Sa({name:this.id,autoPause:!0,stateSanitizer:function(e){return{value:e.value,context:e.context,actions:e.actions}}},t),{features:Sa({jump:!1,skip:!1},t?t.features:void 0)}),this.machine),this.devTools.init(this.state)}as(this)}},e.prototype.toJSON=function(){return{id:this.id}},e.prototype[vl]=function(){return this},e.prototype.getSnapshot=function(){return this.status===ss.NotStarted?this.initialState:this._state},e.defaultOptions={execute:!0,deferEvents:!0,clock:{setTimeout:function(e,t){return setTimeout(e,t)},clearTimeout:function(e){return clearTimeout(e)}},logger:console.log.bind(console),devTools:!1},e.interpret=us,e}();function us(e,t){return new ds(e,t)}function ps(e){if("string"==typeof e){var t={type:e,toString:function(){return e}};return t}return e}function hs(e){return Sa(Sa({type:za},e),{toJSON:function(){e.onDone,e.onError;var t=Ea(e,["onDone","onError"]);return Sa(Sa({},t),{type:za,src:ps(e.src)})}})}var fs="",gs="*",vs={},ms=function(e){return"#"===e[0]},xs=function(){function e(t,n,r,i){void 0===r&&(r="context"in t?t.context:void 0);var o,a=this;this.config=t,this._context=r,this.order=-1,this.__xstatenode=!0,this.__cache={events:void 0,relativeValue:new Map,initialStateValue:void 0,initialState:void 0,on:void 0,transitions:void 0,candidates:{},delayedTransitions:void 0},this.idMap={},this.tags=[],this.options=Object.assign({actions:{},guards:{},services:{},activities:{},delays:{}},n),this.parent=null==i?void 0:i.parent,this.key=this.config.key||(null==i?void 0:i.key)||this.config.id||"(machine)",this.machine=this.parent?this.parent.machine:this,this.path=this.parent?this.parent.path.concat(this.key):[],this.delimiter=this.config.delimiter||(this.parent?this.parent.delimiter:"."),this.id=this.config.id||_a([this.machine.key],La(this.path),!1).join(this.delimiter),this.version=this.parent?this.parent.version:this.config.version,this.type=this.config.type||(this.config.parallel?"parallel":this.config.states&&Object.keys(this.config.states).length?"compound":this.config.history?"history":"atomic"),this.schema=this.parent?this.machine.schema:null!==(o=this.config.schema)&&void 0!==o?o:{},this.description=this.config.description,Ua||ul(!("parallel"in this.config),'The "parallel" property is deprecated and will be removed in version 4.1. '.concat(this.config.parallel?"Replace with `type: 'parallel'`":"Use `type: '".concat(this.type,"'`")," in the config for state node '").concat(this.id,"' instead.")),this.initial=this.config.initial,this.states=this.config.states?el(this.config.states,(function(t,n){var r,i=new e(t,{},void 0,{parent:a,key:n});return Object.assign(a.idMap,Sa(((r={})[i.id]=i,r),i.idMap)),i})):vs;var l=0;!function e(t){var n,r;t.order=l++;try{for(var i=Oa(zl(t)),o=i.next();!o.done;o=i.next()){e(o.value)}}catch(e){n={error:e}}finally{try{o&&!o.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}}(this),this.history=!0===this.config.history?"shallow":this.config.history||!1,this._transient=!!this.config.always||!!this.config.on&&(Array.isArray(this.config.on)?this.config.on.some((function(e){return e.event===fs})):fs in this.config.on),this.strict=!!this.config.strict,this.onEntry=al(this.config.entry||this.config.onEntry).map((function(e){return Ll(e)})),this.onExit=al(this.config.exit||this.config.onExit).map((function(e){return Ll(e)})),this.meta=this.config.meta,this.doneData="final"===this.type?this.config.data:void 0,this.invoke=al(this.config.invoke).map((function(e,t){var n,r;if(ml(e)){var i=kl(a.id,t);return a.machine.options.services=Sa(((n={})[i]=e,n),a.machine.options.services),hs({src:i,id:i})}if(fl(e.src)){i=e.id||kl(a.id,t);return hs(Sa(Sa({},e),{id:i,src:e.src}))}if(ml(e.src)||hl(e.src)){i=e.id||kl(a.id,t);return a.machine.options.services=Sa(((r={})[i]=e.src,r),a.machine.options.services),hs(Sa(Sa({id:i},e),{src:i}))}var o=e.src;return hs(Sa(Sa({id:kl(a.id,t)},e),{src:o}))})),this.activities=al(this.config.activities).concat(this.invoke).map((function(e){return Tl(e)})),this.transition=this.transition.bind(this),this.tags=al(this.config.tags)}return e.prototype._init=function(){this.__cache.transitions||Hl(this).forEach((function(e){return e.on}))},e.prototype.withConfig=function(t,n){var r=this.options,i=r.actions,o=r.activities,a=r.guards,l=r.services,s=r.delays;return new e(this.config,{actions:Sa(Sa({},i),t.actions),activities:Sa(Sa({},o),t.activities),guards:Sa(Sa({},a),t.guards),services:Sa(Sa({},l),t.services),delays:Sa(Sa({},s),t.delays)},null!=n?n:this.context)},e.prototype.withContext=function(t){return new e(this.config,this.options,t)},Object.defineProperty(e.prototype,"context",{get:function(){return hl(this._context)?this._context():this._context},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"definition",{get:function(){return{id:this.id,key:this.key,version:this.version,context:this.context,type:this.type,initial:this.initial,history:this.history,states:el(this.states,(function(e){return e.definition})),on:this.on,transitions:this.transitions,entry:this.onEntry,exit:this.onExit,activities:this.activities||[],meta:this.meta,order:this.order||-1,data:this.doneData,invoke:this.invoke,description:this.description,tags:this.tags}},enumerable:!1,configurable:!0}),e.prototype.toJSON=function(){return this.definition},Object.defineProperty(e.prototype,"on",{get:function(){if(this.__cache.on)return this.__cache.on;var e=this.transitions;return this.__cache.on=e.reduce((function(e,t){return e[t.eventType]=e[t.eventType]||[],e[t.eventType].push(t),e}),{})},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"after",{get:function(){return this.__cache.delayedTransitions||(this.__cache.delayedTransitions=this.getDelayedTransitions(),this.__cache.delayedTransitions)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"transitions",{get:function(){return this.__cache.transitions||(this.__cache.transitions=this.formatTransitions(),this.__cache.transitions)},enumerable:!1,configurable:!0}),e.prototype.getCandidates=function(e){if(this.__cache.candidates[e])return this.__cache.candidates[e];var t=e===fs,n=this.transitions.filter((function(n){var r=n.eventType===e;return t?r:r||n.eventType===gs}));return this.__cache.candidates[e]=n,n},e.prototype.getDelayedTransitions=function(){var e=this,t=this.config.after;if(!t)return[];var n=function(t,n){var r=function(e,t){var n=t?"#".concat(t):"";return"".concat($a.After,"(").concat(e,")").concat(n)}(hl(t)?"".concat(e.id,":delay[").concat(n,"]"):t,e.id);return e.onEntry.push(function(e,t){return{to:t?t.to:void 0,type:Ma,event:hl(e)?e:xl(e),delay:t?t.delay:void 0,id:t&&void 0!==t.id?t.id:hl(e)?e.name:Ya(e)}}(r,{delay:t})),e.onExit.push({type:Da,sendId:r}),r},r=pl(t)?t.map((function(e,t){var r=n(e.delay,t);return Sa(Sa({},e),{event:r})})):il(Object.keys(t).map((function(e,r){var i=t[e],o=fl(i)?{target:i}:i,a=isNaN(+e)?e:+e,l=n(a,r);return al(o).map((function(e){return Sa(Sa({},e),{event:l,delay:a})}))})));return r.map((function(t){var n=t.delay;return Sa(Sa({},e.formatTransition(t)),{delay:n})}))},e.prototype.getStateNodes=function(e){var t,n=this;if(!e)return[];var r=e instanceof Yl?e.value:Ja(e,this.delimiter);if(fl(r)){var i=this.getStateNode(r).initial;return void 0!==i?this.getStateNodes(((t={})[r]=i,t)):[this,this.states[r]]}var o=Object.keys(r),a=[this];return a.push.apply(a,_a([],La(il(o.map((function(e){return n.getStateNode(e).getStateNodes(r[e])})))),!1)),a},e.prototype.handles=function(e){var t=Ya(e);return this.events.includes(t)},e.prototype.resolveState=function(e){var t=e instanceof Yl?e:Yl.create(e),n=Array.from(Bl([],this.getStateNodes(t.value)));return new Yl(Sa(Sa({},t),{value:this.resolve(t.value),configuration:n,done:Wl(n,this),tags:Ul(n),machine:this.machine}))},e.prototype.transitionLeafNode=function(e,t,n){var r=this.getStateNode(e).next(t,n);return r&&r.transitions.length?r:this.next(t,n)},e.prototype.transitionCompoundNode=function(e,t,n){var r=Object.keys(e),i=this.getStateNode(r[0])._transition(e[r[0]],t,n);return i&&i.transitions.length?i:this.next(t,n)},e.prototype.transitionParallelNode=function(e,t,n){var r,i,o={};try{for(var a=Oa(Object.keys(e)),l=a.next();!l.done;l=a.next()){var s=l.value,c=e[s];if(c){var d=this.getStateNode(s)._transition(c,t,n);d&&(o[s]=d)}}}catch(e){r={error:e}}finally{try{l&&!l.done&&(i=a.return)&&i.call(a)}finally{if(r)throw r.error}}var u=Object.keys(o).map((function(e){return o[e]})),p=il(u.map((function(e){return e.transitions})));if(!u.some((function(e){return e.transitions.length>0})))return this.next(t,n);var h=il(Object.keys(o).map((function(e){return o[e].configuration})));return{transitions:p,exitSet:il(u.map((function(e){return e.exitSet}))),configuration:h,source:t,actions:il(Object.keys(o).map((function(e){return o[e].actions})))}},e.prototype._transition=function(e,t,n){return fl(e)?this.transitionLeafNode(e,t,n):1===Object.keys(e).length?this.transitionCompoundNode(e,t,n):this.transitionParallelNode(e,t,n)},e.prototype.getTransitionData=function(e,t){return this._transition(e.value,e,bl(t))},e.prototype.next=function(e,t){var n,r,i,o=this,a=t.name,l=[],s=[];try{for(var c=Oa(this.getCandidates(a)),d=c.next();!d.done;d=c.next()){var u=d.value,p=u.cond,h=u.in,f=e.context,g=!h||(fl(h)&&ms(h)?e.matches(Ja(this.getStateNodeById(h).path,this.delimiter)):Xa(Ja(h,this.delimiter),nl(this.path.slice(0,-2))(e.value))),v=!1;try{v=!p||Cl(this.machine,p,f,t,e)}catch(e){throw new Error("Unable to evaluate guard '".concat(p.name||p.type,"' in transition for event '").concat(a,"' in state node '").concat(this.id,"':\n").concat(e.message))}if(v&&g){void 0!==u.target&&(s=u.target),l.push.apply(l,_a([],La(u.actions),!1)),i=u;break}}}catch(e){n={error:e}}finally{try{d&&!d.done&&(r=c.return)&&r.call(c)}finally{if(n)throw n.error}}if(i){if(!s.length)return{transitions:[i],exitSet:[],configuration:e.value?[this]:[],source:e,actions:l};var m=il(s.map((function(t){return o.getRelativeStateNodes(t,e.historyValue)})));return{transitions:[i],exitSet:!!i.internal?[]:il(s.map((function(e){return o.getPotentiallyReenteringNodes(e)}))),configuration:m,source:e,actions:l}}},e.prototype.getPotentiallyReenteringNodes=function(e){if(this.order<e.order)return[this];for(var t=[],n=this,r=e;n&&n!==r;)t.push(n),n=n.parent;return n!==r?[]:(t.push(r),t)},e.prototype.getActions=function(e,t,n,r,i,o,a){var l,s,c,d,u=this,p=o?Bl([],this.getStateNodes(o.value)):[],h=new Set;try{for(var f=Oa(Array.from(e).sort((function(e,t){return e.order-t.order}))),g=f.next();!g.done;g=f.next()){(!Gl(p,x=g.value)||Gl(n.exitSet,x)||x.parent&&h.has(x.parent))&&h.add(x)}}catch(e){l={error:e}}finally{try{g&&!g.done&&(s=f.return)&&s.call(f)}finally{if(l)throw l.error}}try{for(var v=Oa(p),m=v.next();!m.done;m=v.next()){var x;Gl(e,x=m.value)&&!Gl(n.exitSet,x.parent)||n.exitSet.push(x)}}catch(e){c={error:e}}finally{try{m&&!m.done&&(d=v.return)&&d.call(v)}finally{if(c)throw c.error}}n.exitSet.sort((function(e,t){return t.order-e.order}));var b=Array.from(h).sort((function(e,t){return e.order-t.order})),y=new Set(n.exitSet),C=il(b.map((function(e){var t=[];if("final"!==e.type)return t;var o=e.parent;if(!o.parent)return t;t.push(Rl(e.id,e.doneData),Rl(o.id,e.doneData?ll(e.doneData,r,i):void 0));var a=o.parent;return"parallel"===a.type&&Al(a).every((function(e){return Wl(n.configuration,e)}))&&t.push(Rl(a.id)),t}))),w=b.map((function(e){var t=e.onEntry,n=e.activities.map((function(e){return function(e){var t=Tl(e);return{type:$a.Start,activity:t,exec:void 0}}(e)}));return{type:"entry",actions:_l(a?_a(_a([],La(t),!1),La(n),!1):_a(_a([],La(n),!1),La(t),!1),u.machine.options.actions)}})).concat({type:"state_done",actions:C.map((function(e){return function(e,t){return{type:Pa,event:"function"==typeof e?e:xl(e),delay:t?t.delay:void 0,id:null==t?void 0:t.id}}(e)}))}),$=Array.from(y).map((function(e){return{type:"exit",actions:_l(_a(_a([],La(e.onExit),!1),La(e.activities.map((function(e){return function(e){var t=hl(e)?e:Tl(e);return{type:$a.Stop,activity:t,exec:void 0}}(e)}))),!1),u.machine.options.actions)}})).concat({type:"transition",actions:_l(n.actions,this.machine.options.actions)}).concat(w);if(t){var k=_l(il(_a([],La(e),!1).sort((function(e,t){return t.order-e.order})).map((function(e){return e.onExit}))),this.machine.options.actions).filter((function(e){return!Sl(e)}));return $.concat({type:"stop",actions:k})}return $},e.prototype.transition=function(e,t,n,r){void 0===e&&(e=this.initialState);var i,o,a=bl(t);if(e instanceof Yl)i=void 0===n?e:this.resolveState(Yl.from(e,n));else{var l=fl(e)?this.resolve(Qa(this.getResolvedPath(e))):this.resolve(e),s=null!=n?n:this.machine.context;i=this.resolveState(Yl.from(l,s))}if(!Ua&&a.name===gs)throw new Error("An event cannot have the wildcard type ('".concat(gs,"')"));if(this.strict&&!this.events.includes(a.name)&&(o=a.name,!/^(done|error)\./.test(o)))throw new Error("Machine '".concat(this.id,"' does not accept event '").concat(a.name,"'"));var c=this._transition(i.value,i,a)||{transitions:[],configuration:[],exitSet:[],source:i,actions:[]},d=Bl([],this.getStateNodes(i.value)),u=c.configuration.length?Bl(d,c.configuration):d;return c.configuration=_a([],La(u),!1),this.resolveTransition(c,i,i.context,r,a)},e.prototype.resolveRaisedTransition=function(e,t,n,r){var i,o=e.actions;return(e=this.transition(e,t,void 0,r))._event=n,e.event=n.data,(i=e.actions).unshift.apply(i,_a([],La(o),!1)),e},e.prototype.resolveTransition=function(e,t,n,r,i){var o,a,l,s,c=this;void 0===i&&(i=El);var d=e.configuration,u=!t||e.transitions.length>0,p=u?e.configuration:t?t.configuration:[],h=Wl(p,this),f=u?ql(this.machine,d):void 0,g=t?t.historyValue?t.historyValue:e.source?this.machine.historyValue(t.value):void 0:void 0,v=this.getActions(new Set(p),h,e,n,i,t,r),m=t?Sa({},t.activities):{};try{for(var x=Oa(v),b=x.next();!b.done;b=x.next()){var y=b.value;try{for(var C=(l=void 0,Oa(y.actions)),w=C.next();!w.done;w=C.next()){var $=w.value;$.type===Ta?m[$.activity.id||$.activity.type]=$:$.type===Ra&&(m[$.activity.id||$.activity.type]=!1)}}catch(e){l={error:e}}finally{try{w&&!w.done&&(s=C.return)&&s.call(C)}finally{if(l)throw l.error}}}}catch(e){o={error:e}}finally{try{b&&!b.done&&(a=x.return)&&a.call(x)}finally{if(o)throw o.error}}var k,S,E=La(Dl(this,t,n,i,v,r,this.machine.config.predictableActionArguments||this.machine.config.preserveActionOrder),2),O=E[0],L=E[1],_=La(function(e,t){var n,r,i=La([[],[]],2),o=i[0],a=i[1];try{for(var l=Oa(e),s=l.next();!s.done;s=l.next()){var c=s.value;t(c)?o.push(c):a.push(c)}}catch(e){n={error:e}}finally{try{s&&!s.done&&(r=l.return)&&r.call(l)}finally{if(n)throw n.error}}return[o,a]}(O,Sl),2),T=_[0],R=_[1],P=O.filter((function(e){var t;return e.type===Ta&&(null===(t=e.activity)||void 0===t?void 0:t.type)===za})),M=P.reduce((function(e,t){return e[t.activity.id]=function(e,t,n,r){var i,o=wl(e.src),a=null===(i=null==t?void 0:t.options.services)||void 0===i?void 0:i[o.type],l=e.data?ll(e.data,n,r):void 0,s=a?Vl(a,e.id,l):jl(e.id);return s.meta=e,s}(t.activity,c.machine,L,i),e}),t?Sa({},t.children):{}),D=new Yl({value:f||t.value,context:L,_event:i,_sessionid:t?t._sessionid:null,historyValue:f?g?(k=g,S=f,{current:S,states:cl(k,S)}):void 0:t?t.historyValue:void 0,history:!f||e.source?t:void 0,actions:f?R:[],activities:f?m:t?t.activities:{},events:[],configuration:p,transitions:e.transitions,children:M,done:h,tags:Ul(p),machine:this}),N=n!==L;D.changed=i.name===Fa||N;var j=D.history;j&&delete j.history;var V=!h&&(this._transient||d.some((function(e){return e._transient})));if(!(u||V&&i.name!==fs))return D;var I=D;if(!h)for(V&&(I=this.resolveRaisedTransition(I,{type:Na},i,r));T.length;){var z=T.shift();I=this.resolveRaisedTransition(I,z._event,i,r)}var A=I.changed||(j?!!I.actions.length||N||typeof j.value!=typeof I.value||!Xl(I.value,j.value):void 0);return I.changed=A,I.history=j,I},e.prototype.getStateNode=function(e){if(ms(e))return this.machine.getStateNodeById(e);if(!this.states)throw new Error("Unable to retrieve child state '".concat(e,"' from '").concat(this.id,"'; no child states exist."));var t=this.states[e];if(!t)throw new Error("Child state '".concat(e,"' does not exist on '").concat(this.id,"'"));return t},e.prototype.getStateNodeById=function(e){var t=ms(e)?e.slice(1):e;if(t===this.id)return this;var n=this.machine.idMap[t];if(!n)throw new Error("Child state node '#".concat(t,"' does not exist on machine '").concat(this.id,"'"));return n},e.prototype.getStateNodeByPath=function(e){if("string"==typeof e&&ms(e))try{return this.getStateNodeById(e.slice(1))}catch(e){}for(var t=Ka(e,this.delimiter).slice(),n=this;t.length;){var r=t.shift();if(!r.length)break;n=n.getStateNode(r)}return n},e.prototype.resolve=function(e){var t,n=this;if(!e)return this.initialStateValue||vs;switch(this.type){case"parallel":return el(this.initialStateValue,(function(t,r){return t?n.getStateNode(r).resolve(e[r]||t):vs}));case"compound":if(fl(e)){var r=this.getStateNode(e);return"parallel"===r.type||"compound"===r.type?((t={})[e]=r.initialStateValue,t):e}return Object.keys(e).length?el(e,(function(e,t){return e?n.getStateNode(t).resolve(e):vs})):this.initialStateValue||{};default:return e||vs}},e.prototype.getResolvedPath=function(e){if(ms(e)){var t=this.machine.idMap[e.slice(1)];if(!t)throw new Error("Unable to find state node '".concat(e,"'"));return t.path}return Ka(e,this.delimiter)},Object.defineProperty(e.prototype,"initialStateValue",{get:function(){var e,t;if(this.__cache.initialStateValue)return this.__cache.initialStateValue;if("parallel"===this.type)t=tl(this.states,(function(e){return e.initialStateValue||vs}),(function(e){return!("history"===e.type)}));else if(void 0!==this.initial){if(!this.states[this.initial])throw new Error("Initial state '".concat(this.initial,"' not found on '").concat(this.key,"'"));t=Il(this.states[this.initial])?this.initial:((e={})[this.initial]=this.states[this.initial].initialStateValue,e)}else t={};return this.__cache.initialStateValue=t,this.__cache.initialStateValue},enumerable:!1,configurable:!0}),e.prototype.getInitialState=function(e,t){this._init();var n=this.getStateNodes(e);return this.resolveTransition({configuration:n,exitSet:[],transitions:[],source:void 0,actions:[]},void 0,null!=t?t:this.machine.context,void 0)},Object.defineProperty(e.prototype,"initialState",{get:function(){var e=this.initialStateValue;if(!e)throw new Error("Cannot retrieve initial state from simple state '".concat(this.id,"'."));return this.getInitialState(e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"target",{get:function(){var e;if("history"===this.type){var t=this.config;e=fl(t.target)&&ms(t.target)?Qa(this.machine.getStateNodeById(t.target).path.slice(this.path.length-1)):t.target}return e},enumerable:!1,configurable:!0}),e.prototype.getRelativeStateNodes=function(e,t,n){return void 0===n&&(n=!0),n?"history"===e.type?e.resolveHistory(t):e.initialStateNodes:[e]},Object.defineProperty(e.prototype,"initialStateNodes",{get:function(){var e=this;return Il(this)?[this]:"compound"!==this.type||this.initial?il(rl(this.initialStateValue).map((function(t){return e.getFromRelativePath(t)}))):(Ua||ul(!1,"Compound state node '".concat(this.id,"' has no initial state.")),[this])},enumerable:!1,configurable:!0}),e.prototype.getFromRelativePath=function(e){if(!e.length)return[this];var t=La(e),n=t[0],r=t.slice(1);if(!this.states)throw new Error("Cannot retrieve subPath '".concat(n,"' from node with no states"));var i=this.getStateNode(n);if("history"===i.type)return i.resolveHistory();if(!this.states[n])throw new Error("Child state '".concat(n,"' does not exist on '").concat(this.id,"'"));return this.states[n].getFromRelativePath(r)},e.prototype.historyValue=function(e){if(Object.keys(this.states).length)return{current:e||this.initialStateValue,states:tl(this.states,(function(t,n){if(!e)return t.historyValue();var r=fl(e)?void 0:e[n];return t.historyValue(r||t.initialStateValue)}),(function(e){return!e.history}))}},e.prototype.resolveHistory=function(e){var t=this;if("history"!==this.type)return[this];var n=this.parent;if(!e){var r=this.target;return r?il(rl(r).map((function(e){return n.getFromRelativePath(e)}))):n.initialStateNodes}var i,o,a=(i=n.path,o="states",function(e){var t,n,r=e;try{for(var a=Oa(i),l=a.next();!l.done;l=a.next()){var s=l.value;r=r[o][s]}}catch(e){t={error:e}}finally{try{l&&!l.done&&(n=a.return)&&n.call(a)}finally{if(t)throw t.error}}return r})(e).current;return fl(a)?[n.getStateNode(a)]:il(rl(a).map((function(e){return"deep"===t.history?n.getFromRelativePath(e):[n.states[e[0]]]})))},Object.defineProperty(e.prototype,"stateIds",{get:function(){var e=this,t=il(Object.keys(this.states).map((function(t){return e.states[t].stateIds})));return[this.id].concat(t)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"events",{get:function(){var e,t,n,r;if(this.__cache.events)return this.__cache.events;var i=this.states,o=new Set(this.ownEvents);if(i)try{for(var a=Oa(Object.keys(i)),l=a.next();!l.done;l=a.next()){var s=i[l.value];if(s.states)try{for(var c=(n=void 0,Oa(s.events)),d=c.next();!d.done;d=c.next()){var u=d.value;o.add("".concat(u))}}catch(e){n={error:e}}finally{try{d&&!d.done&&(r=c.return)&&r.call(c)}finally{if(n)throw n.error}}}}catch(t){e={error:t}}finally{try{l&&!l.done&&(t=a.return)&&t.call(a)}finally{if(e)throw e.error}}return this.__cache.events=Array.from(o)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"ownEvents",{get:function(){var e=new Set(this.transitions.filter((function(e){return!(!e.target&&!e.actions.length&&e.internal)})).map((function(e){return e.eventType})));return Array.from(e)},enumerable:!1,configurable:!0}),e.prototype.resolveTarget=function(e){var t=this;if(void 0!==e)return e.map((function(e){if(!fl(e))return e;var n=e[0]===t.delimiter;if(n&&!t.parent)return t.getStateNodeByPath(e.slice(1));var r=n?t.key+e:e;if(!t.parent)return t.getStateNodeByPath(r);try{return t.parent.getStateNodeByPath(r)}catch(e){throw new Error("Invalid transition definition for state node '".concat(t.id,"':\n").concat(e.message))}}))},e.prototype.formatTransition=function(e){var t=this,n=function(e){if(void 0!==e&&""!==e)return al(e)}(e.target),r="internal"in e?e.internal:!n||n.some((function(e){return fl(e)&&e[0]===t.delimiter})),i=this.machine.options.guards,o=this.resolveTarget(n),a=Sa(Sa({},e),{actions:_l(al(e.actions)),cond:gl(e.cond,i),target:o,source:this,internal:r,eventType:e.event,toJSON:function(){return Sa(Sa({},a),{target:a.target?a.target.map((function(e){return"#".concat(e.id)})):void 0,source:"#".concat(t.id)})}});return a},e.prototype.formatTransitions=function(){var e,t,n,r=this;if(this.config.on)if(Array.isArray(this.config.on))n=this.config.on;else{var i=this.config.on,o=gs,a=i[o],l=void 0===a?[]:a,s=Ea(i,["*"]);n=il(Object.keys(s).map((function(e){Ua||e!==fs||ul(!1,"Empty string transition configs (e.g., `{ on: { '': ... }}`) for transient transitions are deprecated. Specify the transition in the `{ always: ... }` property instead. "+'Please check the `on` configuration for "#'.concat(r.id,'".'));var t=yl(e,s[e]);return Ua||function(e,t,n){var r=n.slice(0,-1).some((function(e){return!("cond"in e)&&!("in"in e)&&(fl(e.target)||ml(e.target))})),i=t===fs?"the transient event":"event '".concat(t,"'");ul(!r,"One or more transitions for ".concat(i," on state '").concat(e.id,"' are unreachable. ")+"Make sure that the default transition is the last one defined.")}(r,e,t),t})).concat(yl(gs,l)))}else n=[];var c=this.config.always?yl("",this.config.always):[],d=this.config.onDone?yl(String(Rl(this.id)),this.config.onDone):[];Ua||ul(!(this.config.onDone&&!this.parent),'Root nodes cannot have an ".onDone" transition. Please check the config of "'.concat(this.id,'".'));var u=il(this.invoke.map((function(e){var t=[];return e.onDone&&t.push.apply(t,_a([],La(yl(String(Pl(e.id)),e.onDone)),!1)),e.onError&&t.push.apply(t,_a([],La(yl(String(Ml(e.id)),e.onError)),!1)),t}))),p=this.after,h=il(_a(_a(_a(_a([],La(d),!1),La(u),!1),La(n),!1),La(c),!1).map((function(e){return al(e).map((function(e){return r.formatTransition(e)}))})));try{for(var f=Oa(p),g=f.next();!g.done;g=f.next()){var v=g.value;h.push(v)}}catch(t){e={error:t}}finally{try{g&&!g.done&&(t=f.return)&&t.call(f)}finally{if(e)throw e.error}}return h},e}();var bs,ys=function(e){return{type:ja,assignment:e}};!function(e){e[e.Effect=1]="Effect",e[e.LayoutEffect=2]="LayoutEffect"}(bs||(bs={}));var Cs="undefined"!=typeof document?J:function(){};function ws(e){var t=Z.useRef();return t.current||(t.current={v:e()}),t.current.v}var $s=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a},ks=function(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};var Ss=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a},Es=function(e,t,n){if(n||2===arguments.length)for(var r,i=0,o=t.length;i<o;i++)!r&&i in t||(r||(r=Array.prototype.slice.call(t,0,i)),r[i]=t[i]);return e.concat(r||Array.prototype.slice.call(t))};function Os(e,t){(0,e.exec)(t.context,t._event.data,{action:e,state:t,_event:t._event})()}function Ls(e){var t=K([]),n=K([]);Cs((function(){var r=e.subscribe((function(e){var r,i;if(e.actions.length){var o=e.actions.filter((function(e){return"function"==typeof e.exec&&"__effect"in e.exec})),a=Ss(function(e,t){var n,r,i=$s([[],[]],2),o=i[0],a=i[1];try{for(var l=ks(e),s=l.next();!s.done;s=l.next()){var c=s.value;t(c)?o.push(c):a.push(c)}}catch(e){n={error:e}}finally{try{s&&!s.done&&(r=l.return)&&r.call(l)}finally{if(n)throw n.error}}return[o,a]}(o,(function(e){return e.exec.__effect===bs.Effect})),2),l=a[0],s=a[1];(r=t.current).push.apply(r,Es([],Ss(l.map((function(t){return[t,e]}))),!1)),(i=n.current).push.apply(i,Es([],Ss(s.map((function(t){return[t,e]}))),!1))}}));return function(){r.unsubscribe()}}),[]),Cs((function(){for(;n.current.length;){var e=Ss(n.current.shift(),2);Os(e[0],e[1])}})),U((function(){for(;t.current.length;){var e=Ss(t.current.shift(),2);Os(e[0],e[1])}}))}var _s=function(){return _s=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},_s.apply(this,arguments)},Ts=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n},Rs=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a};var Ps=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a};function Ms(e,t){void 0===t&&(t={});var n=Q((function(e){var t=void 0===e.changed&&Object.keys(e.children).length;(e.changed||t)&&a(e)}),[]),r=function(e,t,n){void 0===t&&(t={});var r=ws((function(){return"function"==typeof e?e():e}));if("production"!==process.env.NODE_ENV&&"function"!=typeof e){var i=Rs(W(r),1)[0];e!==i&&console.warn("Machine given to `useMachine` has changed between renders. This is not supported and might lead to unexpected results.\nPlease make sure that you pass the same Machine as argument each time.")}var o=t.context,a=t.guards,l=t.actions,s=t.activities,c=t.services,d=t.delays,u=t.state,p=Ts(t,["context","guards","actions","activities","services","delays","state"]),h=ws((function(){var e={context:o,guards:a,actions:l,activities:s,services:c,delays:d};return us(r.withConfig(e,(function(){return _s(_s({},r.context),o)})),_s({deferEvents:!0},p))}));return Cs((function(){var e;return n&&(e=h.subscribe(function(e){if("object"==typeof e)return e;var t=function(){};return{next:e,error:void 0||t,complete:void 0||t}}(n))),function(){null==e||e.unsubscribe()}}),[n]),Cs((function(){return h.start(u?Yl.create(u):void 0),function(){h.stop()}}),[]),Cs((function(){Object.assign(h.machine.options.actions,l),Object.assign(h.machine.options.guards,a),Object.assign(h.machine.options.activities,s),Object.assign(h.machine.options.services,c),Object.assign(h.machine.options.delays,d)}),[l,a,s,c,d]),Ls(h),h}(e,t,n),i=Ps(W((function(){var e=r.machine.initialState;return t.state?Yl.create(t.state):e})),2),o=i[0],a=i[1];return[o,r.send,r]}function Ds(){return Ds=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},Ds.apply(null,arguments)}function Ns(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}const js={arr:Array.isArray,obj:e=>"[object Object]"===Object.prototype.toString.call(e),fun:e=>"function"==typeof e,str:e=>"string"==typeof e,num:e=>"number"==typeof e,und:e=>void 0===e,nul:e=>null===e,set:e=>e instanceof Set,map:e=>e instanceof Map,equ(e,t){if(typeof e!=typeof t)return!1;if(js.str(e)||js.num(e))return e===t;if(js.obj(e)&&js.obj(t)&&Object.keys(e).length+Object.keys(t).length===0)return!0;let n;for(n in e)if(!(n in t))return!1;for(n in t)if(e[n]!==t[n])return!1;return!js.und(n)||e===t}};function Vs(e,t){return js.und(e)||js.nul(e)?t:e}function Is(e){return js.und(e)?[]:js.arr(e)?e:[e]}function zs(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return js.fun(e)?e(...n):e}function As(e){const t=function(e){return e.to,e.from,e.config,e.onStart,e.onRest,e.onFrame,e.children,e.reset,e.reverse,e.force,e.immediate,e.delay,e.attach,e.destroyed,e.interpolateTo,e.ref,e.lazy,Ns(e,["to","from","config","onStart","onRest","onFrame","children","reset","reverse","force","immediate","delay","attach","destroyed","interpolateTo","ref","lazy"])}(e);if(js.und(t))return Ds({to:t},e);const n=Object.keys(e).reduce(((n,r)=>js.und(t[r])?Ds({},n,{[r]:e[r]}):n),{});return Ds({to:t},n)}class Hs{constructor(){this.payload=void 0,this.children=[]}getAnimatedValue(){return this.getValue()}getPayload(){return this.payload||this}attach(){}detach(){}getChildren(){return this.children}addChild(e){0===this.children.length&&this.attach(),this.children.push(e)}removeChild(e){const t=this.children.indexOf(e);this.children.splice(t,1),0===this.children.length&&this.detach()}}class Bs extends Hs{constructor(){super(...arguments),this.payload=[],this.attach=()=>this.payload.forEach((e=>e instanceof Hs&&e.addChild(this))),this.detach=()=>this.payload.forEach((e=>e instanceof Hs&&e.removeChild(this)))}}class Fs extends Hs{constructor(){super(...arguments),this.payload={},this.attach=()=>Object.values(this.payload).forEach((e=>e instanceof Hs&&e.addChild(this))),this.detach=()=>Object.values(this.payload).forEach((e=>e instanceof Hs&&e.removeChild(this)))}getValue(e){void 0===e&&(e=!1);const t={};for(const n in this.payload){const r=this.payload[n];(!e||r instanceof Hs)&&(t[n]=r instanceof Hs?r[e?"getAnimatedValue":"getValue"]():r)}return t}getAnimatedValue(){return this.getValue(!0)}}let Zs,qs;let Gs,Ws=e=>"undefined"!=typeof window?window.requestAnimationFrame(e):-1;let Us,Xs=()=>Date.now();class Ys extends Fs{constructor(e,t){super(),this.update=void 0,this.payload=e.style?Ds({},e,{style:Us(e.style)}):e,this.update=t,this.attach()}}let Ks=!1;const Js=new Set,Qs=()=>{if(!Ks)return!1;let e=Xs();for(let t of Js){let n=!1;for(let r=0;r<t.configs.length;r++){let i,o,a=t.configs[r];for(let t=0;t<a.animatedValues.length;t++){let r=a.animatedValues[t];if(r.done)continue;let l=a.fromValues[t],s=a.toValues[t],c=r.lastPosition,d=s instanceof Hs,u=Array.isArray(a.initialVelocity)?a.initialVelocity[t]:a.initialVelocity;if(d&&(s=s.getValue()),a.immediate)r.setValue(s),r.done=!0;else if("string"!=typeof l&&"string"!=typeof s){if(void 0!==a.duration)c=l+a.easing((e-r.startTime)/a.duration)*(s-l),i=e>=r.startTime+a.duration;else if(a.decay)c=l+u/(1-.998)*(1-Math.exp(-.0020000000000000018*(e-r.startTime))),i=Math.abs(r.lastPosition-c)<.1,i&&(s=c);else{o=void 0!==r.lastTime?r.lastTime:e,u=void 0!==r.lastVelocity?r.lastVelocity:a.initialVelocity,e>o+64&&(o=e);let t=Math.floor(e-o);for(let e=0;e<t;++e){u+=1*((-a.tension*(c-s)+-a.friction*u)/a.mass)/1e3,c+=1*u/1e3}let n=!(!a.clamp||0===a.tension)&&(l<s?c>s:c<s),d=Math.abs(u)<=a.precision,p=0===a.tension||Math.abs(s-c)<=a.precision;i=n||d&&p,r.lastVelocity=u,r.lastTime=e}d&&!a.toValues[t].done&&(i=!1),i?(r.value!==s&&(c=s),r.done=!0):n=!0,r.setValue(c),r.lastPosition=c}else r.setValue(s),r.done=!0}t.props.onFrame&&(t.values[a.name]=a.interpolation.getValue())}t.props.onFrame&&t.props.onFrame(t.values),n||(Js.delete(t),t.stop(!0))}return Js.size?Ws(Qs):Ks=!1,Ks};function ec(e,t,n){if("function"==typeof e)return e;if(Array.isArray(e))return ec({range:e,output:t,extrapolate:n});if(Gs&&"string"==typeof e.output[0])return Gs(e);const r=e,i=r.output,o=r.range||[0,1],a=r.extrapolateLeft||r.extrapolate||"extend",l=r.extrapolateRight||r.extrapolate||"extend",s=r.easing||(e=>e);return e=>{const t=function(e,t){for(var n=1;n<t.length-1&&!(t[n]>=e);++n);return n-1}(e,o);return function(e,t,n,r,i,o,a,l,s){let c=s?s(e):e;if(c<t){if("identity"===a)return c;"clamp"===a&&(c=t)}if(c>n){if("identity"===l)return c;"clamp"===l&&(c=n)}if(r===i)return r;if(t===n)return e<=t?r:i;t===-1/0?c=-c:n===1/0?c-=t:c=(c-t)/(n-t);c=o(c),r===-1/0?c=-c:i===1/0?c+=r:c=c*(i-r)+r;return c}(e,o[t],o[t+1],i[t],i[t+1],s,a,l,r.map)}}class tc extends Bs{constructor(e,t,n,r){super(),this.calc=void 0,this.payload=e instanceof Bs&&!(e instanceof tc)?e.getPayload():Array.isArray(e)?e:[e],this.calc=ec(t,n,r)}getValue(){return this.calc(...this.payload.map((e=>e.getValue())))}updateConfig(e,t,n){this.calc=ec(e,t,n)}interpolate(e,t,n){return new tc(this,e,t,n)}}const nc=(e,t,n)=>e&&new tc(e,t,n);function rc(e,t){"update"in e?t.add(e):e.getChildren().forEach((e=>rc(e,t)))}class ic extends Hs{constructor(e){var t;super(),t=this,this.animatedStyles=new Set,this.value=void 0,this.startPosition=void 0,this.lastPosition=void 0,this.lastVelocity=void 0,this.startTime=void 0,this.lastTime=void 0,this.done=!1,this.setValue=function(e,n){void 0===n&&(n=!0),t.value=e,n&&t.flush()},this.value=e,this.startPosition=e,this.lastPosition=e}flush(){0===this.animatedStyles.size&&rc(this,this.animatedStyles),this.animatedStyles.forEach((e=>e.update()))}clearStyles(){this.animatedStyles.clear()}getValue(){return this.value}interpolate(e,t,n){return new tc(this,e,t,n)}}class oc extends Bs{constructor(e){super(),this.payload=e.map((e=>new ic(e)))}setValue(e,t){void 0===t&&(t=!0),Array.isArray(e)?e.length===this.payload.length&&e.forEach(((e,n)=>this.payload[n].setValue(e,t))):this.payload.forEach((n=>n.setValue(e,t)))}getValue(){return this.payload.map((e=>e.getValue()))}interpolate(e,t){return new tc(this,e,t)}}let ac=0,lc=class{constructor(){this.id=void 0,this.idle=!0,this.hasChanged=!1,this.guid=0,this.local=0,this.props={},this.merged={},this.animations={},this.interpolations={},this.values={},this.configs=[],this.listeners=[],this.queue=[],this.localQueue=void 0,this.getValues=()=>this.interpolations,this.id=ac++}update(e){if(!e)return this;const t=As(e),n=t.delay,r=void 0===n?0:n,i=t.to,o=Ns(t,["delay","to"]);if(js.arr(i)||js.fun(i))this.queue.push(Ds({},o,{delay:r,to:i}));else if(i){let e={};Object.entries(i).forEach((t=>{let n=t[0],i=t[1];const a=Ds({to:{[n]:i},delay:zs(r,n)},o),l=e[a.delay]&&e[a.delay].to;e[a.delay]=Ds({},e[a.delay],a,{to:Ds({},l,a.to)})})),this.queue=Object.values(e)}return this.queue=this.queue.sort(((e,t)=>e.delay-t.delay)),this.diff(o),this}start(e){if(this.queue.length){this.idle=!1,this.localQueue&&this.localQueue.forEach((e=>{let t=e.from,n=void 0===t?{}:t,r=e.to,i=void 0===r?{}:r;js.obj(n)&&(this.merged=Ds({},n,this.merged)),js.obj(i)&&(this.merged=Ds({},this.merged,i))}));const t=this.local=++this.guid,n=this.localQueue=this.queue;this.queue=[],n.forEach(((r,i)=>{let o=r.delay,a=Ns(r,["delay"]);const l=r=>{i===n.length-1&&t===this.guid&&r&&(this.idle=!0,this.props.onRest&&this.props.onRest(this.merged)),e&&e()};let s=js.arr(a.to)||js.fun(a.to);o?setTimeout((()=>{t===this.guid&&(s?this.runAsync(a,l):this.diff(a).start(l))}),o):s?this.runAsync(a,l):this.diff(a).start(l)}))}else js.fun(e)&&this.listeners.push(e),this.props.onStart&&this.props.onStart(),t=this,Js.has(t)||Js.add(t),Ks||(Ks=!0,Ws(Qs));var t;return this}stop(e){return this.listeners.forEach((t=>t(e))),this.listeners=[],this}pause(e){var t;return this.stop(!0),e&&(t=this,Js.has(t)&&Js.delete(t)),this}runAsync(e,t){var n=this;e.delay;let r=Ns(e,["delay"]);const i=this.local;let o=Promise.resolve(void 0);if(js.arr(r.to))for(let e=0;e<r.to.length;e++){const t=e,n=Ds({},r,As(r.to[t]));js.arr(n.config)&&(n.config=n.config[t]),o=o.then((()=>{if(i===this.guid)return new Promise((e=>this.diff(n).start(e)))}))}else if(js.fun(r.to)){let e,t=0;o=o.then((()=>r.to((n=>{const o=Ds({},r,As(n));if(js.arr(o.config)&&(o.config=o.config[t]),t++,i===this.guid)return e=new Promise((e=>this.diff(o).start(e)))}),(function(e){return void 0===e&&(e=!0),n.stop(e)})).then((()=>e))))}o.then(t)}diff(e){this.props=Ds({},this.props,e);let t=this.props,n=t.from,r=void 0===n?{}:n,i=t.to,o=void 0===i?{}:i,a=t.config,l=void 0===a?{}:a,s=t.reverse,c=t.attach,d=t.reset,u=t.immediate;if(s){var p=[o,r];r=p[0],o=p[1]}this.merged=Ds({},r,this.merged,o),this.hasChanged=!1;let h=c&&c(this);if(this.animations=Object.entries(this.merged).reduce(((e,t)=>{let n=t[0],i=t[1],o=e[n]||{};const a=js.num(i),s=js.str(i)&&!i.startsWith("#")&&!/\d/.test(i)&&!qs[i],c=js.arr(i),p=!a&&!c&&!s;let f=js.und(r[n])?i:r[n],g=a||c||s?i:1,v=zs(l,n);h&&(g=h.animations[n].parent);let m,x=o.parent,b=o.interpolation,y=Is(h?g.getPayload():g),C=i;p&&(C=Gs({range:[0,1],output:[i,i]})(1));let w=b&&b.getValue();const $=!js.und(x)&&o.animatedValues.some((e=>!e.done)),k=!js.equ(C,w),S=!js.equ(C,o.previous),E=!js.equ(v,o.config);if(d||S&&k||E){if(a||s)x=b=o.parent||new ic(f);else if(c)x=b=o.parent||new oc(f);else if(p){let e=o.interpolation&&o.interpolation.calc(o.parent.value);e=void 0===e||d?f:e,o.parent?(x=o.parent,x.setValue(0,!1)):x=new ic(0);const t={output:[e,i]};o.interpolation?(b=o.interpolation,o.interpolation.updateConfig(t)):b=x.interpolate(t)}return y=Is(h?g.getPayload():g),m=Is(x.getPayload()),d&&!p&&x.setValue(f,!1),this.hasChanged=!0,m.forEach((e=>{e.startPosition=e.value,e.lastPosition=e.value,e.lastVelocity=$?e.lastVelocity:void 0,e.lastTime=$?e.lastTime:void 0,e.startTime=Xs(),e.done=!1,e.animatedStyles.clear()})),zs(u,n)&&x.setValue(p?g:i,!1),Ds({},e,{[n]:Ds({},o,{name:n,parent:x,interpolation:b,animatedValues:m,toValues:y,previous:C,config:v,fromValues:Is(x.getValue()),immediate:zs(u,n),initialVelocity:Vs(v.velocity,0),clamp:Vs(v.clamp,!1),precision:Vs(v.precision,.01),tension:Vs(v.tension,170),friction:Vs(v.friction,26),mass:Vs(v.mass,1),duration:v.duration,easing:Vs(v.easing,(e=>e)),decay:v.decay})})}return k?e:(p&&(x.setValue(1,!1),b.updateConfig({output:[C,C]})),x.done=!0,this.hasChanged=!0,Ds({},e,{[n]:Ds({},e[n],{previous:C})}))}),this.animations),this.hasChanged){this.configs=Object.values(this.animations),this.values={},this.interpolations={};for(let e in this.animations)this.interpolations[e]=this.animations[e].interpolation,this.values[e]=this.animations[e].interpolation.getValue()}return this}destroy(){this.stop(),this.props={},this.merged={},this.animations={},this.interpolations={},this.values={},this.configs=[],this.local=0}};const sc=e=>{const t=js.fun(e),n=((e,t)=>{const n=K(!1),r=K(),i=js.fun(t),o=te((()=>{let n;return r.current&&(r.current.map((e=>e.destroy())),r.current=void 0),[new Array(e).fill().map(((e,r)=>{const o=new lc,a=i?zs(t,r,o):t[r];return 0===r&&(n=a.ref),o.update(a),n||o.start(),o})),n]}),[e]),a=o[0],l=o[1];r.current=a,ne(l,(()=>({start:()=>Promise.all(r.current.map((e=>new Promise((t=>e.start(t)))))),stop:e=>r.current.forEach((t=>t.stop(e))),get controllers(){return r.current}})));const s=te((()=>e=>r.current.map(((t,n)=>{t.update(i?zs(e,n,t):e[n]),l||t.start()}))),[e]);U((()=>{n.current?i||s(t):l||r.current.forEach((e=>e.start()))})),U((()=>(n.current=!0,()=>r.current.forEach((e=>e.destroy())))),[]);const c=r.current.map((e=>e.getValues()));return i?[c,s,e=>r.current.forEach((t=>t.pause(e)))]:c})(1,t?e:[e]),r=n[0],i=n[1],o=n[2];return t?[r[0],i,o]:r};class cc extends Fs{constructor(e){void 0===e&&(e={}),super(),!e.transform||e.transform instanceof Hs||(e=Zs.transform(e)),this.payload=e}}const dc={transparent:0,aliceblue:4042850303,antiquewhite:4209760255,aqua:16777215,aquamarine:2147472639,azure:4043309055,beige:4126530815,bisque:4293182719,black:255,blanchedalmond:4293643775,blue:65535,blueviolet:2318131967,brown:2771004159,burlywood:3736635391,burntsienna:3934150143,cadetblue:1604231423,chartreuse:2147418367,chocolate:3530104575,coral:4286533887,cornflowerblue:1687547391,cornsilk:4294499583,crimson:3692313855,cyan:16777215,darkblue:35839,darkcyan:9145343,darkgoldenrod:3095792639,darkgray:2846468607,darkgreen:6553855,darkgrey:2846468607,darkkhaki:3182914559,darkmagenta:2332068863,darkolivegreen:1433087999,darkorange:4287365375,darkorchid:2570243327,darkred:2332033279,darksalmon:3918953215,darkseagreen:2411499519,darkslateblue:1211993087,darkslategray:793726975,darkslategrey:793726975,darkturquoise:13554175,darkviolet:2483082239,deeppink:4279538687,deepskyblue:12582911,dimgray:1768516095,dimgrey:1768516095,dodgerblue:512819199,firebrick:2988581631,floralwhite:4294635775,forestgreen:579543807,fuchsia:4278255615,gainsboro:3705462015,ghostwhite:4177068031,gold:4292280575,goldenrod:3668254975,gray:2155905279,green:8388863,greenyellow:2919182335,grey:2155905279,honeydew:4043305215,hotpink:4285117695,indianred:3445382399,indigo:1258324735,ivory:4294963455,khaki:4041641215,lavender:3873897215,lavenderblush:4293981695,lawngreen:2096890111,lemonchiffon:4294626815,lightblue:2916673279,lightcoral:4034953471,lightcyan:3774873599,lightgoldenrodyellow:4210742015,lightgray:3553874943,lightgreen:2431553791,lightgrey:3553874943,lightpink:4290167295,lightsalmon:4288707327,lightseagreen:548580095,lightskyblue:2278488831,lightslategray:2005441023,lightslategrey:2005441023,lightsteelblue:2965692159,lightyellow:4294959359,lime:16711935,limegreen:852308735,linen:4210091775,magenta:4278255615,maroon:2147483903,mediumaquamarine:1724754687,mediumblue:52735,mediumorchid:3126187007,mediumpurple:2473647103,mediumseagreen:1018393087,mediumslateblue:2070474495,mediumspringgreen:16423679,mediumturquoise:1221709055,mediumvioletred:3340076543,midnightblue:421097727,mintcream:4127193855,mistyrose:4293190143,moccasin:4293178879,navajowhite:4292783615,navy:33023,oldlace:4260751103,olive:2155872511,olivedrab:1804477439,orange:4289003775,orangered:4282712319,orchid:3664828159,palegoldenrod:4008225535,palegreen:2566625535,paleturquoise:2951671551,palevioletred:3681588223,papayawhip:4293907967,peachpuff:4292524543,peru:3448061951,pink:4290825215,plum:3718307327,powderblue:2967529215,purple:2147516671,rebeccapurple:1714657791,red:4278190335,rosybrown:3163525119,royalblue:1097458175,saddlebrown:2336560127,salmon:4202722047,sandybrown:4104413439,seagreen:780883967,seashell:4294307583,sienna:2689740287,silver:3233857791,skyblue:2278484991,slateblue:1784335871,slategray:1887473919,slategrey:1887473919,snow:4294638335,springgreen:16744447,steelblue:1182971135,tan:3535047935,teal:8421631,thistle:3636451583,tomato:4284696575,turquoise:1088475391,violet:4001558271,wheat:4125012991,white:4294967295,whitesmoke:4126537215,yellow:4294902015,yellowgreen:2597139199},uc="[-+]?\\d*\\.?\\d+",pc=uc+"%";function hc(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return"\\(\\s*("+t.join(")\\s*,\\s*(")+")\\s*\\)"}const fc=new RegExp("rgb"+hc(uc,uc,uc)),gc=new RegExp("rgba"+hc(uc,uc,uc,uc)),vc=new RegExp("hsl"+hc(uc,pc,pc)),mc=new RegExp("hsla"+hc(uc,pc,pc,uc)),xc=/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,bc=/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,yc=/^#([0-9a-fA-F]{6})$/,Cc=/^#([0-9a-fA-F]{8})$/;function wc(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+6*(t-e)*n:n<.5?t:n<2/3?e+(t-e)*(2/3-n)*6:e}function $c(e,t,n){const r=n<.5?n*(1+t):n+t-n*t,i=2*n-r,o=wc(i,r,e+1/3),a=wc(i,r,e),l=wc(i,r,e-1/3);return Math.round(255*o)<<24|Math.round(255*a)<<16|Math.round(255*l)<<8}function kc(e){const t=parseInt(e,10);return t<0?0:t>255?255:t}function Sc(e){return(parseFloat(e)%360+360)%360/360}function Ec(e){const t=parseFloat(e);return t<0?0:t>1?255:Math.round(255*t)}function Oc(e){const t=parseFloat(e);return t<0?0:t>100?1:t/100}function Lc(e){let t=function(e){let t;return"number"==typeof e?e>>>0===e&&e>=0&&e<=4294967295?e:null:(t=yc.exec(e))?parseInt(t[1]+"ff",16)>>>0:dc.hasOwnProperty(e)?dc[e]:(t=fc.exec(e))?(kc(t[1])<<24|kc(t[2])<<16|kc(t[3])<<8|255)>>>0:(t=gc.exec(e))?(kc(t[1])<<24|kc(t[2])<<16|kc(t[3])<<8|Ec(t[4]))>>>0:(t=xc.exec(e))?parseInt(t[1]+t[1]+t[2]+t[2]+t[3]+t[3]+"ff",16)>>>0:(t=Cc.exec(e))?parseInt(t[1],16)>>>0:(t=bc.exec(e))?parseInt(t[1]+t[1]+t[2]+t[2]+t[3]+t[3]+t[4]+t[4],16)>>>0:(t=vc.exec(e))?(255|$c(Sc(t[1]),Oc(t[2]),Oc(t[3])))>>>0:(t=mc.exec(e))?($c(Sc(t[1]),Oc(t[2]),Oc(t[3]))|Ec(t[4]))>>>0:null}(e);return null===t?e:(t=t||0,`rgba(${(4278190080&t)>>>24}, ${(16711680&t)>>>16}, ${(65280&t)>>>8}, ${(255&t)/255})`)}const _c=/[+\-]?(?:0|[1-9]\d*)(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,Tc=/(#(?:[0-9a-f]{2}){2,4}|(#[0-9a-f]{3})|(rgb|hsl)a?\((-?\d+%?[,\s]+){2,3}\s*[\d\.]+%?\))/gi,Rc=new RegExp(`(${Object.keys(dc).join("|")})`,"g");let Pc={animationIterationCount:!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,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};const Mc=["Webkit","Ms","Moz","O"];function Dc(e,t,n){return null==t||"boolean"==typeof t||""===t?"":n||"number"!=typeof t||0===t||Pc.hasOwnProperty(e)&&Pc[e]?(""+t).trim():t+"px"}Pc=Object.keys(Pc).reduce(((e,t)=>(Mc.forEach((n=>e[((e,t)=>e+t.charAt(0).toUpperCase()+t.substring(1))(n,t)]=e[t])),e)),Pc);const Nc={};var jc;Us=e=>new cc(e),jc=e=>{const t=e.output.map((e=>e.replace(Tc,Lc))).map((e=>e.replace(Rc,Lc))),n=t[0].match(_c).map((()=>[]));t.forEach((e=>{e.match(_c).forEach(((e,t)=>n[t].push(+e)))}));const r=t[0].match(_c).map(((t,r)=>ec(Ds({},e,{output:n[r]}))));return e=>{let n=0;return t[0].replace(_c,(()=>r[n++](e))).replace(/rgba\(([0-9\.-]+), ([0-9\.-]+), ([0-9\.-]+), ([0-9\.-]+)\)/gi,((e,t,n,r,i)=>`rgba(${Math.round(t)}, ${Math.round(n)}, ${Math.round(r)}, ${i})`))}},Gs=jc,qs=dc,function(e,t){Zs={fn:e,transform:t}}(((e,t)=>{if(!e.nodeType||void 0===e.setAttribute)return!1;{const i=t.style,o=t.children,a=t.scrollTop,l=t.scrollLeft,s=Ns(t,["style","children","scrollTop","scrollLeft"]),c="filter"===e.nodeName||e.parentNode&&"filter"===e.parentNode.nodeName;void 0!==a&&(e.scrollTop=a),void 0!==l&&(e.scrollLeft=l),void 0!==o&&(e.textContent=o);for(let t in i)if(i.hasOwnProperty(t)){var n=0===t.indexOf("--"),r=Dc(t,i[t],n);"float"===t&&(t="cssFloat"),n?e.style.setProperty(t,r):e.style[t]=r}for(let t in s){const n=c?t:Nc[t]||(Nc[t]=t.replace(/([A-Z])/g,(e=>"-"+e.toLowerCase())));void 0!==e.getAttribute(n)&&e.setAttribute(n,s[t])}}}),(e=>e));var Vc;const Ic=(Vc=e=>G(((t,n)=>{const r=function(){const e=W(!1)[1];return Q((()=>e((e=>!e))),[])}(),i=K(!0),o=K(null),a=K(null),l=Q((e=>{const t=o.current;o.current=new Ys(e,(()=>{let e=!1;a.current&&(e=Zs.fn(a.current,o.current.getAnimatedValue())),a.current&&!1!==e||r()})),t&&t.detach()}),[]);U((()=>()=>{i.current=!1,o.current&&o.current.detach()}),[]),ne(n,(()=>(e=>e.current)(a))),l(t);const s=o.current.getValue();s.scrollTop,s.scrollLeft;const c=Ns(s,["scrollTop","scrollLeft"]),d=(u=e,!js.fun(u)||u.prototype instanceof q.Component?e=>a.current=function(e,t){return t&&(js.fun(t)?t(e):js.obj(t)&&(t.current=e)),e}(e,n):void 0);var u;return q.createElement(e,Ds({},c,{ref:d}))})),e=>(js.arr(e)?e:Object.keys(e)).reduce(((e,t)=>{const n=t;return e[n]=Vc(n),e}),Vc))(["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","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"]);function zc(e,t){return e.map((function(e,n){return e+t[n]}))}function Ac(e,t){return e.map((function(e,n){return e-t[n]}))}function Hc(e){return Math.hypot.apply(Math,e)}function Bc(e){return Math.sign?Math.sign(e):Number(e>0)-Number(e<0)||+e}function Fc(e,t,n){return 0===t||Math.abs(t)===1/0?function(e,t){return Math.pow(e,5*t)}(e,n):e*t*n/(t+n*e)}function Zc(e,t,n,r){return void 0===r&&(r=.15),0===r?function(e,t,n){return Math.max(t,Math.min(e,n))}(e,t,n):e<t?-Fc(t-e,n-t,r)+t:e>n?+Fc(e-n,n-t,r)+n:e}function qc(e,t,n){return t&&function(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}(e.prototype,t),e}function Gc(){return Gc=Object.assign||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},Gc.apply(this,arguments)}function Wc(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function Uc(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Xc(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Yc(e,t){var n;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(n=function(e,t){if(e){if("string"==typeof e)return Xc(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Xc(e,t):void 0}}(e))||t){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(n=e[Symbol.iterator]()).next.bind(n)}function Kc(){}function Jc(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return 0===t.length?Kc:1===t.length?t[0]:function(){for(var e,n,r=Yc(t);!(n=r()).done;){e=n.value.apply(this,arguments)||e}return e}}function Qc(e,t){if(void 0===e){if(void 0===t)throw new Error("Must define fallback value if undefined is expected");e=t}return Array.isArray(e)?e:[e,e]}function ed(e){if("function"==typeof e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return e.apply(void 0,n)}return e}function td(e,t){void 0===e&&(e={});for(var n={},r=0,i=Object.entries(t);r<i.length;r++){var o=i[r],a=o[0],l=o[1];switch(typeof l){case"function":n[a]=l.call(n,e[a],a,e);break;case"object":n[a]=td(e[a],l);break;case"boolean":l&&(n[a]=e[a])}}return n}var nd=Gc({},{threshold:function(e){return void 0===e&&(e=0),Qc(e)},rubberband:function(e){switch(void 0===e&&(e=0),e){case!0:return Qc(.15);case!1:return Qc(0);default:return Qc(e)}},enabled:function(e){return void 0===e&&(e=!0),e},triggerAllEvents:function(e){return void 0===e&&(e=!1),e},initial:function(e){return void 0===e&&(e=0),"function"==typeof e?e:Qc(e)}},{axis:!0,lockDirection:function(e){return void 0===e&&(e=!1),e},bounds:function(e){if(void 0===e&&(e={}),"function"==typeof e)return function(t){return nd.bounds(e(t))};var t=e,n=t.left,r=void 0===n?-1/0:n,i=t.right,o=void 0===i?1/0:i,a=t.top,l=void 0===a?-1/0:a,s=t.bottom;return[[r,o],[l,void 0===s?1/0:s]]}}),rd="undefined"!=typeof window&&window.document&&window.document.createElement,id={enabled:function(e){return void 0===e&&(e=!0),e},domTarget:!0,window:function(e){function t(t){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}((function(e){return void 0===e&&(e=rd?window:void 0),e})),eventOptions:function(e){var t=void 0===e?{}:e,n=t.passive,r=void 0===n||n,i=t.capture;return{passive:r,capture:void 0!==i&&i}}},od=Gc({},nd,{threshold:function(e,t,n){var r=n.filterTaps,i=void 0!==r&&r,o=n.lockDirection,a=void 0!==o&&o,l=n.axis,s=Qc(e,i?3:a||(void 0===l?void 0:l)?1:0);return this.filterTaps=i||s[0]+s[1]>0,s},swipeVelocity:function(e){return void 0===e&&(e=.5),Qc(e)},swipeDistance:function(e){return void 0===e&&(e=60),Qc(e)},delay:function(e){switch(void 0===e&&(e=0),e){case!0:return 180;case!1:return 0;default:return e}}});function ad(e){var t=e.domTarget,n=e.eventOptions,r=e.window,i=e.enabled,o=function(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,["domTarget","eventOptions","window","enabled"]),a=function(e){return void 0===e&&(e={}),td(e,id)}({domTarget:t,eventOptions:n,window:r,enabled:i});return a.drag=function(e){return void 0===e&&(e={}),td(e,od)}(o),a}function ld(e){return Gc({_active:!1,_blocked:!1,_intentional:[!1,!1],_movement:[0,0],_initial:[0,0],_bounds:[[-1/0,1/0],[-1/0,1/0]],_lastEventType:void 0,event:void 0,intentional:!1,values:[0,0],velocities:[0,0],delta:[0,0],movement:[0,0],offset:[0,0],lastOffset:[0,0],direction:[0,0],initial:[0,0],previous:[0,0],first:!1,last:!1,active:!1,timeStamp:0,startTime:0,elapsedTime:0,cancel:Kc,canceled:!1,memo:void 0,args:void 0},e)}function sd(){return{shared:{hovering:!1,scrolling:!1,wheeling:!1,dragging:!1,moving:!1,pinching:!1,touches:0,buttons:0,down:!1,shiftKey:!1,altKey:!1,metaKey:!1,ctrlKey:!1},drag:ld({axis:void 0,xy:[0,0],vxvy:[0,0],velocity:0,distance:0,_isTap:!0,_delayedEvent:!1,_pointerId:void 0,tap:!1,swipe:[0,0]}),pinch:ld({da:[0,0],vdva:[0,0],origin:void 0,turns:0}),wheel:ld({axis:void 0,xy:[0,0],vxvy:[0,0],velocity:0,distance:0}),move:ld({axis:void 0,xy:[0,0],vxvy:[0,0],velocity:0,distance:0}),scroll:ld({axis:void 0,xy:[0,0],vxvy:[0,0],velocity:0,distance:0})}}var cd=new Map,dd=function(){function e(e,t){var n=this;void 0===t&&(t=[]),this.controller=e,this.args=t,this.debounced=!0,this.setTimeout=function(e,t){var r;void 0===t&&(t=140),clearTimeout(n.controller.timeouts[n.stateKey]);for(var i=arguments.length,o=new Array(i>2?i-2:0),a=2;a<i;a++)o[a-2]=arguments[a];n.controller.timeouts[n.stateKey]=(r=window).setTimeout.apply(r,[e,t].concat(o))},this.clearTimeout=function(){clearTimeout(n.controller.timeouts[n.stateKey])},this.fireGestureHandler=function(e){if(void 0===e&&(e=!1),n.state._blocked)return n.debounced||(n.state._active=!1,n.clean()),null;if(!e&&!n.state.intentional&&!n.config.triggerAllEvents)return null;if(n.state.intentional){var t=n.state.active,r=n.state._active;n.state.active=r,n.state.first=r&&!t,n.state.last=t&&!r,n.controller.state.shared[n.ingKey]=r}var i=Gc({},n.controller.state.shared,n.state,n.mapStateValues(n.state)),o=n.handler(i);return n.state.memo=void 0!==o?o:n.state.memo,n.state._active||n.clean(),i}}var t=e.prototype;return t.updateSharedState=function(e){Object.assign(this.controller.state.shared,e)},t.updateGestureState=function(e){Object.assign(this.state,e)},t.checkIntentionality=function(e,t){return{_intentional:e,_blocked:!1}},t.getMovement=function(e){var t=this.config,n=t.initial,r=t.bounds,i=t.rubberband,o=t.threshold,a=this.state,l=a._bounds,s=a._initial,c=a._active,d=a._intentional,u=a.lastOffset,p=a.movement,h=this.getInternalMovement(e,this.state),f=!1===d[0]?ud(h[0],o[0]):d[0],g=!1===d[1]?ud(h[1],o[1]):d[1],v=this.checkIntentionality([f,g],h);if(v._blocked)return Gc({},v,{_movement:h,delta:[0,0]});var m,x,b,y,C=v._intentional,w=h;(!1!==C[0]&&!1===d[0]&&(x=ed(n,this.state),m=ed(r,this.state),s[0]=x[0],l[0]=m[0]),!1!==C[1]&&!1===d[1])&&(x=null!=(b=x)?b:ed(n,this.state),m=null!=(y=m)?y:ed(r,this.state),s[1]=x[1],l[1]=m[1]);var $=[!1!==C[0]?h[0]-C[0]:s[0],!1!==C[1]?h[1]-C[1]:s[1]],k=zc($,u),S=c?i:[0,0];return $=pd(l,zc($,s),S),Gc({},v,{intentional:!1!==C[0]||!1!==C[1],_initial:s,_movement:w,movement:$,values:e,offset:pd(l,k,S),delta:Ac($,p)})},t.clean=function(){this.clearTimeout()},qc(e,[{key:"config",get:function(){return this.controller.config[this.stateKey]}},{key:"enabled",get:function(){return this.controller.config.enabled&&this.config.enabled}},{key:"state",get:function(){return this.controller.state[this.stateKey]}},{key:"handler",get:function(){return this.controller.handlers[this.stateKey]}}]),e}();function ud(e,t){return Math.abs(e)>=t&&Bc(e)*t}function pd(e,t,n){var r=t[0],i=t[1],o=n[0],a=n[1],l=e[0],s=l[0],c=l[1],d=e[1],u=d[0],p=d[1];return[Zc(r,s,c,o),Zc(i,u,p,a)]}function hd(e,t,n){var r=e.state,i=e.args,o=t.timeStamp,a=t.type,l=r.values;return{_lastEventType:a,event:t,timeStamp:o,elapsedTime:n?0:o-r.startTime,args:i,previous:l}}function fd(e,t){return function(n){for(var r=arguments.length,i=new Array(r>1?r-1:0),o=1;o<r;o++)i[o-1]=arguments[o];return e.call.apply(e,[this,Gc({},t,{event:n})].concat(i))}}var gd=function(e){var t=this;this.classes=e,this.bind=function(){for(var e={},n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];for(var o,a=Yc(t.classes);!(o=a()).done;){new(0,o.value)(t,r).addBindings(e)}for(var l=0,s=Object.entries(t.nativeRefs);l<s.length;l++){var c=s[l];xd(e,c[0],fd(c[1],Gc({},t.state.shared,{args:r})))}return t.config.domTarget?function(e,t){var n=e.config,r=e.domListeners,i=md(n);if(!i)throw new Error("domTarget must be defined");var o=n.eventOptions;yd(i,vd(r),o);for(var a=0,l=Object.entries(t);a<l.length;a++){var s=l[a],c=s[0],d=s[1],u=c.slice(2).toLowerCase();r.push([u,Jc.apply(void 0,d)])}bd(i,r,o)}(t,e):function(e,t){for(var n=e.config,r={},i=n.eventOptions.capture?"Capture":"",o=0,a=Object.entries(t);o<a.length;o++){var l=a[o],s=l[0],c=l[1],d=Array.isArray(c)?c:[c];r[s+i]=Jc.apply(void 0,d)}return r}(t,e)},this.effect=function(){return t.config.domTarget&&t.bind(),t.clean},this.clean=function(){var e=md(t.config),n=t.config.eventOptions;e&&yd(e,vd(t.domListeners),n),Object.values(t.timeouts).forEach(clearTimeout),function(e){var t=e.config,n=t.window,r=t.eventOptions,i=e.windowListeners;if(!n)return;for(var o in i){yd(n,i[o],r)}e.windowListeners={}}(t)},this.state=sd(),this.timeouts={},this.domListeners=[],this.windowListeners={}};function vd(e){return void 0===e&&(e=[]),e.splice(0,e.length)}function md(e){var t=e.domTarget;return t&&"current"in t?t.current:t}function xd(e,t,n){e[t]||(e[t]=[]),e[t].push(n)}function bd(e,t,n){void 0===t&&(t=[]),void 0===n&&(n={});for(var r,i=Yc(t);!(r=i()).done;){var o=r.value,a=o[0],l=o[1];e.addEventListener(a,l,n)}}function yd(e,t,n){void 0===t&&(t=[]),void 0===n&&(n={});for(var r,i=Yc(t);!(r=i()).done;){var o=r.value,a=o[0],l=o[1];e.removeEventListener(a,l,n)}}function Cd(e,t,n){void 0===n&&(n={});var r=function(e){var t=new Set;e.drag&&t.add(cd.get("drag"));e.wheel&&t.add(cd.get("wheel"));e.scroll&&t.add(cd.get("scroll"));e.move&&t.add(cd.get("move"));e.pinch&&t.add(cd.get("pinch"));e.hover&&t.add(cd.get("hover"));return t}(e),i=q.useMemo((function(){return new gd(r)}),[]);return i.config=t,i.handlers=e,i.nativeRefs=n,q.useEffect(i.effect,[]),i.config.domTarget?wd:i.bind}function wd(){"development"===process.env.NODE_ENV&&console.warn("Deprecation notice: When the `domTarget` option is specified, you don't need to write `useEffect(bind, [bind])` anymore: event binding is now made handled internally to this lib.\n\nNext version won't return anything when `domTarget` is provided, therefore your code will break if you try to call `useEffect`.")}function $d(e){if("touches"in e){var t=e.targetTouches,n=e.changedTouches;return t.length>0?t:n}return null}function kd(e){var t="buttons"in e?e.buttons:0,n=$d(e),r=n&&n.length||0;return{touches:r,down:r>0||t>0,buttons:t,shiftKey:e.shiftKey,altKey:e.altKey,metaKey:e.metaKey,ctrlKey:e.ctrlKey}}function Sd(e){var t=$d(e),n=t?t[0]:e;return[n.clientX,n.clientY]}var Ed=function(e){function t(){var t;return(t=e.apply(this,arguments)||this).ingKey="dragging",t.stateKey="drag",t.onDragStart=function(e){t.enabled&&!t.state._active&&(!function(e,t,n){var r=e.config,i=e.windowListeners;void 0===n&&(n=[]),r.window&&(yd(r.window,i[t],r.eventOptions),bd(r.window,i[t]=n,r.eventOptions))}(t.controller,t.stateKey,[["pointermove",t.onDragChange],["pointerup",t.onDragEnd],["pointercancel",t.onDragEnd]]),t.updateGestureState({_pointerId:e.pointerId}),t.config.delay>0?(t.state._delayedEvent=!0,"persist"in e&&"function"==typeof e.persist&&e.persist(),t.setTimeout(t.startDrag.bind(Uc(t)),t.config.delay,e)):t.startDrag(e))},t.onDragChange=function(e){if(!t.state.canceled&&e.pointerId===t.state._pointerId)if(t.state._active){var n=kd(e);if(n.down){t.updateSharedState(n);var r=Sd(e),i=t.getKinematics(r,e),o=hd(Uc(t),e),a=t.state._isTap,l=Hc(i._movement);a&&l>=3&&(a=!1),t.updateGestureState(Gc({},o,i,{_isTap:a})),t.fireGestureHandler()}else t.onDragEnd(e)}else t.state._delayedEvent&&(t.clearTimeout(),t.startDrag(e))},t.onDragEnd=function(e){if(e.pointerId===t.state._pointerId){t.state._active=!1,t.updateSharedState({down:!1,buttons:0,touches:0});var n=t.state._isTap,r=t.state.velocities,i=r[0],o=r[1],a=t.state.movement,l=a[0],s=a[1],c=t.state._intentional,d=c[0],u=c[1],p=t.config.swipeVelocity,h=p[0],f=p[1],g=t.config.swipeDistance,v=g[0],m=g[1],x=Gc({},hd(Uc(t),e),t.getMovement(t.state.values)),b=[0,0];x.elapsedTime<220&&(!1!==d&&Math.abs(i)>h&&Math.abs(l)>v&&(b[0]=Bc(i)),!1!==u&&Math.abs(o)>f&&Math.abs(s)>m&&(b[1]=Bc(o))),t.updateGestureState(Gc({},x,{tap:n,swipe:b})),t.fireGestureHandler(!0===n)}},t.clean=function(){e.prototype.clean.call(Uc(t)),t.state._delayedEvent=!1,function(e,t){var n=e.config,r=e.windowListeners;n.window&&(yd(n.window,r[t],n.eventOptions),delete r[t])}(t.controller,t.stateKey)},t.onCancel=function(){t.state.canceled||(t.updateGestureState({canceled:!0}),t.state._active=!1,t.updateSharedState({down:!1,buttons:0,touches:0}),requestAnimationFrame((function(){return t.fireGestureHandler()})))},t.onClick=function(e){t.state._isTap||e.stopPropagation()},t}Wc(t,e);var n=t.prototype;return n.startDrag=function(e){var t=Sd(e);this.updateSharedState(kd(e)),this.updateGestureState(Gc({},function(e,t,n){var r=e.state.offset,i=n.timeStamp;return Gc({},sd()[e.stateKey],{_active:!0,values:t,initial:t,offset:r,lastOffset:r,startTime:i})}(this,t,e),hd(this,e,!0),{_pointerId:e.pointerId,cancel:this.onCancel})),this.updateGestureState(this.getMovement(t)),this.fireGestureHandler()},n.addBindings=function(e){(xd(e,"onPointerDown",this.onDragStart),this.config.filterTaps)&&xd(e,this.controller.config.eventOptions.capture?"onClick":"onClickCapture",this.onClick)},t}(function(e){function t(){return e.apply(this,arguments)||this}Wc(t,e);var n=t.prototype;return n.getInternalMovement=function(e,t){return Ac(e,t.initial)},n.checkIntentionality=function(e,t){if(!1===e[0]&&!1===e[1])return{_intentional:e,axis:this.state.axis};var n=t.map(Math.abs),r=n[0],i=n[1],o=this.state.axis||(r>i?"x":r<i?"y":void 0);return this.config.axis||this.config.lockDirection?o?this.config.axis&&o!==this.config.axis?{_intentional:e,_blocked:!0,axis:o}:(e["x"===o?1:0]=!1,{_intentional:e,_blocked:!1,axis:o}):{_intentional:[!1,!1],_blocked:!1,axis:o}:{_intentional:e,_blocked:!1,axis:o}},n.getKinematics=function(e,t){var n=this.getMovement(e);if(!n._blocked){var r=t.timeStamp-this.state.timeStamp;Object.assign(n,function(e,t,n){var r=Hc(t),i=0===r?0:1/r,o=0===n?0:1/n,a=o*r,l=t.map((function(e){return o*e})),s=t.map((function(e){return i*e}));return{velocities:l,velocity:a,distance:Hc(e),direction:s}}(n.movement,n.delta,r))}return n},n.mapStateValues=function(e){return{xy:e.values,vxvy:e.velocities}},t}(dd));function Od(e,t){if(e===t)return!0;if(e&&t&&"object"==typeof e&&"object"==typeof t){if(e.constructor!==t.constructor)return!1;var n,r,i,o;if(Array.isArray(e)){if((n=e.length)!==t.length)return!1;for(r=n;0!=r--;)if(!Od(e[r],t[r]))return!1;return!0}if("function"==typeof Map&&e instanceof Map&&t instanceof Map){if(e.size!==t.size)return!1;for(o=e.entries();!(r=o.next()).done;)if(!t.has(r.value[0]))return!1;for(o=e.entries();!(r=o.next()).done;)if(!Od(r.value[1],t.get(r.value[0])))return!1;return!0}if("function"==typeof Set&&e instanceof Set&&t instanceof Set){if(e.size!==t.size)return!1;for(o=e.entries();!(r=o.next()).done;)if(!t.has(r.value[0]))return!1;return!0}if(e.constructor===RegExp)return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===t.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===t.toString();if((n=(i=Object.keys(e)).length)!==Object.keys(t).length)return!1;for(r=n;0!=r--;)if(!Object.prototype.hasOwnProperty.call(t,i[r]))return!1;if("undefined"!=typeof Element&&e instanceof Element)return!1;for(r=n;0!=r--;)if(!("_owner"===i[r]&&e.$$typeof||Od(e[i[r]],t[i[r]])))return!1;return!0}return e!=e&&t!=t}function Ld(e,t){try{return Od(e,t)}catch(e){if((e.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw e}}function _d(e,t){void 0===t&&(t={}),cd.set("drag",Ed);var n=K();return n.current||(n.current=function(e,t){var n,r,i=[],o=!1;return function(){for(var a=arguments.length,l=new Array(a),s=0;s<a;s++)l[s]=arguments[s];return o&&n===this&&t(l,i)||(r=e.apply(this,l),o=!0,n=this,i=l),r}}(ad,Ld)),Cd({drag:e},n.current(t))}
|
|
2324
2338
|
/*!
|
|
2325
2339
|
* tabbable 5.3.3
|
|
2326
2340
|
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
2327
|
-
*/var
|
|
2341
|
+
*/var Td=["input","select","textarea","a[href]","button","[tabindex]:not(slot)","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable="false"])',"details>summary:first-of-type","details"],Rd=Td.join(","),Pd="undefined"==typeof Element,Md=Pd?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,Dd=!Pd&&Element.prototype.getRootNode?function(e){return e.getRootNode()}:function(e){return e.ownerDocument},Nd=function(e,t,n){var r=Array.prototype.slice.apply(e.querySelectorAll(Rd));return t&&Md.call(e,Rd)&&r.unshift(e),r=r.filter(n)},jd=function e(t,n,r){for(var i=[],o=Array.from(t);o.length;){var a=o.shift();if("SLOT"===a.tagName){var l=a.assignedElements(),s=e(l.length?l:a.children,!0,r);r.flatten?i.push.apply(i,s):i.push({scope:a,candidates:s})}else{Md.call(a,Rd)&&r.filter(a)&&(n||!t.includes(a))&&i.push(a);var c=a.shadowRoot||"function"==typeof r.getShadowRoot&&r.getShadowRoot(a),d=!r.shadowRootFilter||r.shadowRootFilter(a);if(c&&d){var u=e(!0===c?a.children:c.children,!0,r);r.flatten?i.push.apply(i,u):i.push({scope:a,candidates:u})}else o.unshift.apply(o,a.children)}}return i},Vd=function(e,t){return e.tabIndex<0&&(t||/^(AUDIO|VIDEO|DETAILS)$/.test(e.tagName)||e.isContentEditable)&&isNaN(parseInt(e.getAttribute("tabindex"),10))?0:e.tabIndex},Id=function(e,t){return e.tabIndex===t.tabIndex?e.documentOrder-t.documentOrder:e.tabIndex-t.tabIndex},zd=function(e){return"INPUT"===e.tagName},Ad=function(e){return function(e){return zd(e)&&"radio"===e.type}(e)&&!function(e){if(!e.name)return!0;var t,n=e.form||Dd(e),r=function(e){return n.querySelectorAll('input[type="radio"][name="'+e+'"]')};if("undefined"!=typeof window&&void 0!==window.CSS&&"function"==typeof window.CSS.escape)t=r(window.CSS.escape(e.name));else try{t=r(e.name)}catch(e){return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s",e.message),!1}var i=function(e,t){for(var n=0;n<e.length;n++)if(e[n].checked&&e[n].form===t)return e[n]}(t,e.form);return!i||i===e}(e)},Hd=function(e){var t=e.getBoundingClientRect(),n=t.width,r=t.height;return 0===n&&0===r},Bd=function(e,t){return!(t.disabled||function(e){return zd(e)&&"hidden"===e.type}(t)||function(e,t){var n=t.displayCheck,r=t.getShadowRoot;if("hidden"===getComputedStyle(e).visibility)return!0;var i=Md.call(e,"details>summary:first-of-type")?e.parentElement:e;if(Md.call(i,"details:not([open]) *"))return!0;var o=Dd(e).host,a=(null==o?void 0:o.ownerDocument.contains(o))||e.ownerDocument.contains(e);if(n&&"full"!==n){if("non-zero-area"===n)return Hd(e)}else{if("function"==typeof r){for(var l=e;e;){var s=e.parentElement,c=Dd(e);if(s&&!s.shadowRoot&&!0===r(s))return Hd(e);e=e.assignedSlot?e.assignedSlot:s||c===e.ownerDocument?s:c.host}e=l}if(a)return!e.getClientRects().length}return!1}(t,e)||function(e){return"DETAILS"===e.tagName&&Array.prototype.slice.apply(e.children).some((function(e){return"SUMMARY"===e.tagName}))}(t)||function(e){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(e.tagName))for(var t=e.parentElement;t;){if("FIELDSET"===t.tagName&&t.disabled){for(var n=0;n<t.children.length;n++){var r=t.children.item(n);if("LEGEND"===r.tagName)return!!Md.call(t,"fieldset[disabled] *")||!r.contains(e)}return!0}t=t.parentElement}return!1}(t))},Fd=function(e,t){return!(Ad(t)||Vd(t)<0||!Bd(e,t))},Zd=function(e){var t=parseInt(e.getAttribute("tabindex"),10);return!!(isNaN(t)||t>=0)},qd=function e(t){var n=[],r=[];return t.forEach((function(t,i){var o=!!t.scope,a=o?t.scope:t,l=Vd(a,o),s=o?e(t.candidates):a;0===l?o?n.push.apply(n,s):n.push(a):r.push({documentOrder:i,tabIndex:l,item:t,isScope:o,content:s})})),r.sort(Id).reduce((function(e,t){return t.isScope?e.push.apply(e,t.content):e.push(t.content),e}),[]).concat(n)},Gd=function(e,t){var n;return n=(t=t||{}).getShadowRoot?jd([e],t.includeContainer,{filter:Fd.bind(null,t),flatten:!1,getShadowRoot:t.getShadowRoot,shadowRootFilter:Zd}):Nd(e,t.includeContainer,Fd.bind(null,t)),qd(n)},Wd=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return!1!==Md.call(e,Rd)&&Fd(t,e)},Ud=Td.concat("iframe").join(","),Xd=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return!1!==Md.call(e,Ud)&&Bd(t,e)};
|
|
2328
2342
|
/*!
|
|
2329
2343
|
* focus-trap 6.9.4
|
|
2330
2344
|
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
|
|
2331
2345
|
*/
|
|
2332
|
-
function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Yd(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Xd(Object(n),!0).forEach((function(t){Kd(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Xd(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Kd(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Jd,Qd=(Jd=[],{activateTrap:function(e){if(Jd.length>0){var t=Jd[Jd.length-1];t!==e&&t.pause()}var n=Jd.indexOf(e);-1===n||Jd.splice(n,1),Jd.push(e)},deactivateTrap:function(e){var t=Jd.indexOf(e);-1!==t&&Jd.splice(t,1),Jd.length>0&&Jd[Jd.length-1].unpause()}}),eu=function(e){return setTimeout(e,0)},tu=function(e,t){var n=-1;return e.every((function(e,r){return!t(e)||(n=r,!1)})),n},nu=function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return"function"==typeof e?e.apply(void 0,n):e},ru=function(e){return e.target.shadowRoot&&"function"==typeof e.composedPath?e.composedPath()[0]:e.target},iu=function(e,t){var n,r=(null==t?void 0:t.document)||document,i=Yd({returnFocusOnDeactivate:!0,escapeDeactivates:!0,delayInitialFocus:!0},t),o={containers:[],containerGroups:[],tabbableGroups:[],nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1,delayInitialFocusTimer:void 0},a=function(e,t,n){return e&&void 0!==e[t]?e[t]:i[n||t]},l=function(e){return o.containerGroups.findIndex((function(t){var n=t.container,r=t.tabbableNodes;return n.contains(e)||r.find((function(t){return t===e}))}))},s=function(e){var t=i[e];if("function"==typeof t){for(var n=arguments.length,o=new Array(n>1?n-1:0),a=1;a<n;a++)o[a-1]=arguments[a];t=t.apply(void 0,o)}if(!0===t&&(t=void 0),!t){if(void 0===t||!1===t)return t;throw new Error("`".concat(e,"` was specified but was not a node, or did not return a node"))}var l=t;if("string"==typeof t&&!(l=r.querySelector(t)))throw new Error("`".concat(e,"` as selector refers to no known node"));return l},c=function(){var e=s("initialFocus");if(!1===e)return!1;if(void 0===e)if(l(r.activeElement)>=0)e=r.activeElement;else{var t=o.tabbableGroups[0];e=t&&t.firstTabbableNode||s("fallbackFocus")}if(!e)throw new Error("Your focus-trap needs to have at least one focusable element");return e},d=function(){if(o.containerGroups=o.containers.map((function(e){var t,n,r=qd(e,i.tabbableOptions),o=(t=e,(n=(n=i.tabbableOptions)||{}).getShadowRoot?Nd([t],n.includeContainer,{filter:Hd.bind(null,n),flatten:!0,getShadowRoot:n.getShadowRoot}):Md(t,n.includeContainer,Hd.bind(null,n)));return{container:e,tabbableNodes:r,focusableNodes:o,firstTabbableNode:r.length>0?r[0]:null,lastTabbableNode:r.length>0?r[r.length-1]:null,nextTabbableNode:function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=o.findIndex((function(t){return t===e}));if(!(n<0))return t?o.slice(n+1).find((function(e){return Gd(e,i.tabbableOptions)})):o.slice(0,n).reverse().find((function(e){return Gd(e,i.tabbableOptions)}))}}})),o.tabbableGroups=o.containerGroups.filter((function(e){return e.tabbableNodes.length>0})),o.tabbableGroups.length<=0&&!s("fallbackFocus"))throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times")},u=function e(t){!1!==t&&t!==r.activeElement&&(t&&t.focus?(t.focus({preventScroll:!!i.preventScroll}),o.mostRecentlyFocusedNode=t,function(e){return e.tagName&&"input"===e.tagName.toLowerCase()&&"function"==typeof e.select}(t)&&t.select()):e(c()))},p=function(e){var t=s("setReturnFocus",e);return t||!1!==t&&e},h=function(e){var t=ru(e);l(t)>=0||(nu(i.clickOutsideDeactivates,e)?n.deactivate({returnFocus:i.returnFocusOnDeactivate&&!Ud(t,i.tabbableOptions)}):nu(i.allowOutsideClick,e)||e.preventDefault())},f=function(e){var t=ru(e),n=l(t)>=0;n||t instanceof Document?n&&(o.mostRecentlyFocusedNode=t):(e.stopImmediatePropagation(),u(o.mostRecentlyFocusedNode||c()))},g=function(e){if(function(e){return"Escape"===e.key||"Esc"===e.key||27===e.keyCode}(e)&&!1!==nu(i.escapeDeactivates,e))return e.preventDefault(),void n.deactivate();(function(e){return"Tab"===e.key||9===e.keyCode})(e)&&function(e){var t=ru(e);d();var n=null;if(o.tabbableGroups.length>0){var r=l(t),a=r>=0?o.containerGroups[r]:void 0;if(r<0)n=e.shiftKey?o.tabbableGroups[o.tabbableGroups.length-1].lastTabbableNode:o.tabbableGroups[0].firstTabbableNode;else if(e.shiftKey){var c=tu(o.tabbableGroups,(function(e){var n=e.firstTabbableNode;return t===n}));if(c<0&&(a.container===t||Ud(t,i.tabbableOptions)&&!Gd(t,i.tabbableOptions)&&!a.nextTabbableNode(t,!1))&&(c=r),c>=0){var p=0===c?o.tabbableGroups.length-1:c-1;n=o.tabbableGroups[p].lastTabbableNode}}else{var h=tu(o.tabbableGroups,(function(e){var n=e.lastTabbableNode;return t===n}));if(h<0&&(a.container===t||Ud(t,i.tabbableOptions)&&!Gd(t,i.tabbableOptions)&&!a.nextTabbableNode(t))&&(h=r),h>=0){var f=h===o.tabbableGroups.length-1?0:h+1;n=o.tabbableGroups[f].firstTabbableNode}}}else n=s("fallbackFocus");n&&(e.preventDefault(),u(n))}(e)},v=function(e){var t=ru(e);l(t)>=0||nu(i.clickOutsideDeactivates,e)||nu(i.allowOutsideClick,e)||(e.preventDefault(),e.stopImmediatePropagation())},m=function(){if(o.active)return Qd.activateTrap(n),o.delayInitialFocusTimer=i.delayInitialFocus?eu((function(){u(c())})):u(c()),r.addEventListener("focusin",f,!0),r.addEventListener("mousedown",h,{capture:!0,passive:!1}),r.addEventListener("touchstart",h,{capture:!0,passive:!1}),r.addEventListener("click",v,{capture:!0,passive:!1}),r.addEventListener("keydown",g,{capture:!0,passive:!1}),n},x=function(){if(o.active)return r.removeEventListener("focusin",f,!0),r.removeEventListener("mousedown",h,!0),r.removeEventListener("touchstart",h,!0),r.removeEventListener("click",v,!0),r.removeEventListener("keydown",g,!0),n};return(n={get active(){return o.active},get paused(){return o.paused},activate:function(e){if(o.active)return this;var t=a(e,"onActivate"),n=a(e,"onPostActivate"),i=a(e,"checkCanFocusTrap");i||d(),o.active=!0,o.paused=!1,o.nodeFocusedBeforeActivation=r.activeElement,t&&t();var l=function(){i&&d(),m(),n&&n()};return i?(i(o.containers.concat()).then(l,l),this):(l(),this)},deactivate:function(e){if(!o.active)return this;var t=Yd({onDeactivate:i.onDeactivate,onPostDeactivate:i.onPostDeactivate,checkCanReturnFocus:i.checkCanReturnFocus},e);clearTimeout(o.delayInitialFocusTimer),o.delayInitialFocusTimer=void 0,x(),o.active=!1,o.paused=!1,Qd.deactivateTrap(n);var r=a(t,"onDeactivate"),l=a(t,"onPostDeactivate"),s=a(t,"checkCanReturnFocus"),c=a(t,"returnFocus","returnFocusOnDeactivate");r&&r();var d=function(){eu((function(){c&&u(p(o.nodeFocusedBeforeActivation)),l&&l()}))};return c&&s?(s(p(o.nodeFocusedBeforeActivation)).then(d,d),this):(d(),this)},pause:function(){return o.paused||!o.active||(o.paused=!0,x()),this},unpause:function(){return o.paused&&o.active?(o.paused=!1,d(),m(),this):this},updateContainerElements:function(e){var t=[].concat(e).filter(Boolean);return o.containers=t.map((function(e){return"string"==typeof e?r.querySelector(e):e})),o.active&&d(),this}}).updateContainerElements(e),n};var ou=!1;if("undefined"!=typeof window){var au={get passive(){ou=!0}};window.addEventListener("testPassive",null,au),window.removeEventListener("testPassive",null,au)}var lu,su="undefined"!=typeof window&&window.navigator&&window.navigator.platform&&(/iP(ad|hone|od)/.test(window.navigator.platform)||"MacIntel"===window.navigator.platform&&window.navigator.maxTouchPoints>1),cu=[],du=!1,uu=-1,pu=void 0,hu=void 0,fu=function(e){return cu.some((function(t){return!(!t.options.allowTouchMove||!t.options.allowTouchMove(e))}))},gu=function(e){var t=e||window.event;return!!fu(t.target)||(t.touches.length>1||(t.preventDefault&&t.preventDefault(),!1))},vu=function(e,t){if(e){if(!cu.some((function(t){return t.targetElement===e}))){var n={targetElement:e,options:t||{}};cu=[].concat(function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}(cu),[n]),su?(e.ontouchstart=function(e){1===e.targetTouches.length&&(uu=e.targetTouches[0].clientY)},e.ontouchmove=function(t){1===t.targetTouches.length&&function(e,t){var n=e.targetTouches[0].clientY-uu;!fu(e.target)&&(t&&0===t.scrollTop&&n>0||function(e){return!!e&&e.scrollHeight-e.scrollTop<=e.clientHeight}(t)&&n<0?gu(e):e.stopPropagation())}(t,e)},du||(document.addEventListener("touchmove",gu,ou?{passive:!1}:void 0),du=!0)):function(e){if(void 0===hu){var t=!!e&&!0===e.reserveScrollBarGap,n=window.innerWidth-document.documentElement.clientWidth;t&&n>0&&(hu=document.body.style.paddingRight,document.body.style.paddingRight=n+"px")}void 0===pu&&(pu=document.body.style.overflow,document.body.style.overflow="hidden")}(t)}}else console.error("disableBodyScroll unsuccessful - targetElement must be provided when calling disableBodyScroll on IOS devices.")},mu=function(e){e?(cu=cu.filter((function(t){return t.targetElement!==e})),su?(e.ontouchstart=null,e.ontouchmove=null,du&&0===cu.length&&(document.removeEventListener("touchmove",gu,ou?{passive:!1}:void 0),du=!1)):cu.length||(void 0!==hu&&(document.body.style.paddingRight=hu,hu=void 0),void 0!==pu&&(document.body.style.overflow=pu,pu=void 0))):console.error("enableBodyScroll unsuccessful - targetElement must be provided when calling enableBodyScroll on IOS devices.")},xu=[],bu="ResizeObserver loop completed with undelivered notifications.";!function(e){e.BORDER_BOX="border-box",e.CONTENT_BOX="content-box",e.DEVICE_PIXEL_CONTENT_BOX="device-pixel-content-box"}(lu||(lu={}));var yu,Cu=function(e){return Object.freeze(e)},wu=function(e,t){this.inlineSize=e,this.blockSize=t,Cu(this)},$u=function(){function e(e,t,n,r){return this.x=e,this.y=t,this.width=n,this.height=r,this.top=this.y,this.left=this.x,this.bottom=this.top+this.height,this.right=this.left+this.width,Cu(this)}return e.prototype.toJSON=function(){var e=this;return{x:e.x,y:e.y,top:e.top,right:e.right,bottom:e.bottom,left:e.left,width:e.width,height:e.height}},e.fromRect=function(t){return new e(t.x,t.y,t.width,t.height)},e}(),ku=function(e){return e instanceof SVGElement&&"getBBox"in e},Su=function(e){if(ku(e)){var t=e.getBBox(),n=t.width,r=t.height;return!n&&!r}var i=e,o=i.offsetWidth,a=i.offsetHeight;return!(o||a||e.getClientRects().length)},Eu=function(e){var t;if(e instanceof Element)return!0;var n=null===(t=null==e?void 0:e.ownerDocument)||void 0===t?void 0:t.defaultView;return!!(n&&e instanceof n.Element)},Ou="undefined"!=typeof window?window:{},_u=new WeakMap,Lu=/auto|scroll/,Tu=/^tb|vertical/,Ru=/msie|trident/i.test(Ou.navigator&&Ou.navigator.userAgent),Pu=function(e){return parseFloat(e||"0")},Du=function(e,t,n){return void 0===e&&(e=0),void 0===t&&(t=0),void 0===n&&(n=!1),new wu((n?t:e)||0,(n?e:t)||0)},Mu=Cu({devicePixelContentBoxSize:Du(),borderBoxSize:Du(),contentBoxSize:Du(),contentRect:new $u(0,0,0,0)}),Nu=function(e,t){if(void 0===t&&(t=!1),_u.has(e)&&!t)return _u.get(e);if(Su(e))return _u.set(e,Mu),Mu;var n=getComputedStyle(e),r=ku(e)&&e.ownerSVGElement&&e.getBBox(),i=!Ru&&"border-box"===n.boxSizing,o=Tu.test(n.writingMode||""),a=!r&&Lu.test(n.overflowY||""),l=!r&&Lu.test(n.overflowX||""),s=r?0:Pu(n.paddingTop),c=r?0:Pu(n.paddingRight),d=r?0:Pu(n.paddingBottom),u=r?0:Pu(n.paddingLeft),p=r?0:Pu(n.borderTopWidth),h=r?0:Pu(n.borderRightWidth),f=r?0:Pu(n.borderBottomWidth),g=u+c,v=s+d,m=(r?0:Pu(n.borderLeftWidth))+h,x=p+f,b=l?e.offsetHeight-x-e.clientHeight:0,y=a?e.offsetWidth-m-e.clientWidth:0,C=i?g+m:0,w=i?v+x:0,$=r?r.width:Pu(n.width)-C-y,k=r?r.height:Pu(n.height)-w-b,S=$+g+y+m,E=k+v+b+x,O=Cu({devicePixelContentBoxSize:Du(Math.round($*devicePixelRatio),Math.round(k*devicePixelRatio),o),borderBoxSize:Du(S,E,o),contentBoxSize:Du($,k,o),contentRect:new $u(u,s,$,k)});return _u.set(e,O),O},ju=function(e,t,n){var r=Nu(e,n),i=r.borderBoxSize,o=r.contentBoxSize,a=r.devicePixelContentBoxSize;switch(t){case lu.DEVICE_PIXEL_CONTENT_BOX:return a;case lu.BORDER_BOX:return i;default:return o}},Vu=function(e){var t=Nu(e);this.target=e,this.contentRect=t.contentRect,this.borderBoxSize=Cu([t.borderBoxSize]),this.contentBoxSize=Cu([t.contentBoxSize]),this.devicePixelContentBoxSize=Cu([t.devicePixelContentBoxSize])},Iu=function(e){if(Su(e))return 1/0;for(var t=0,n=e.parentNode;n;)t+=1,n=n.parentNode;return t},zu=function(){var e=1/0,t=[];xu.forEach((function(n){if(0!==n.activeTargets.length){var r=[];n.activeTargets.forEach((function(t){var n=new Vu(t.target),i=Iu(t.target);r.push(n),t.lastReportedSize=ju(t.target,t.observedBox),i<e&&(e=i)})),t.push((function(){n.callback.call(n.observer,r,n.observer)})),n.activeTargets.splice(0,n.activeTargets.length)}}));for(var n=0,r=t;n<r.length;n++){(0,r[n])()}return e},Au=function(e){xu.forEach((function(t){t.activeTargets.splice(0,t.activeTargets.length),t.skippedTargets.splice(0,t.skippedTargets.length),t.observationTargets.forEach((function(n){n.isActive()&&(Iu(n.target)>e?t.activeTargets.push(n):t.skippedTargets.push(n))}))}))},Hu=function(){var e=0;for(Au(e);xu.some((function(e){return e.activeTargets.length>0}));)e=zu(),Au(e);return xu.some((function(e){return e.skippedTargets.length>0}))&&function(){var e;"function"==typeof ErrorEvent?e=new ErrorEvent("error",{message:bu}):((e=document.createEvent("Event")).initEvent("error",!1,!1),e.message=bu),window.dispatchEvent(e)}(),e>0},Bu=[],Fu=function(e){if(!yu){var t=0,n=document.createTextNode("");new MutationObserver((function(){return Bu.splice(0).forEach((function(e){return e()}))})).observe(n,{characterData:!0}),yu=function(){n.textContent="".concat(t?t--:t++)}}Bu.push(e),yu()},Zu=0,qu={attributes:!0,characterData:!0,childList:!0,subtree:!0},Gu=["resize","load","transitionend","animationend","animationstart","animationiteration","keyup","keydown","mouseup","mousedown","mouseover","mouseout","blur","focus"],Wu=function(e){return void 0===e&&(e=0),Date.now()+e},Uu=!1,Xu=new(function(){function e(){var e=this;this.stopped=!0,this.listener=function(){return e.schedule()}}return e.prototype.run=function(e){var t=this;if(void 0===e&&(e=250),!Uu){Uu=!0;var n,r=Wu(e);n=function(){var n=!1;try{n=Hu()}finally{if(Uu=!1,e=r-Wu(),!Zu)return;n?t.run(1e3):e>0?t.run(e):t.start()}},Fu((function(){requestAnimationFrame(n)}))}},e.prototype.schedule=function(){this.stop(),this.run()},e.prototype.observe=function(){var e=this,t=function(){return e.observer&&e.observer.observe(document.body,qu)};document.body?t():Ou.addEventListener("DOMContentLoaded",t)},e.prototype.start=function(){var e=this;this.stopped&&(this.stopped=!1,this.observer=new MutationObserver(this.listener),this.observe(),Gu.forEach((function(t){return Ou.addEventListener(t,e.listener,!0)})))},e.prototype.stop=function(){var e=this;this.stopped||(this.observer&&this.observer.disconnect(),Gu.forEach((function(t){return Ou.removeEventListener(t,e.listener,!0)})),this.stopped=!0)},e}()),Yu=function(e){!Zu&&e>0&&Xu.start(),!(Zu+=e)&&Xu.stop()},Ku=function(){function e(e,t){this.target=e,this.observedBox=t||lu.CONTENT_BOX,this.lastReportedSize={inlineSize:0,blockSize:0}}return e.prototype.isActive=function(){var e=ju(this.target,this.observedBox,!0);return function(e){return!ku(e)&&!function(e){switch(e.tagName){case"INPUT":if("image"!==e.type)break;case"VIDEO":case"AUDIO":case"EMBED":case"OBJECT":case"CANVAS":case"IFRAME":case"IMG":return!0}return!1}(e)&&"inline"===getComputedStyle(e).display}(this.target)&&(this.lastReportedSize=e),this.lastReportedSize.inlineSize!==e.inlineSize||this.lastReportedSize.blockSize!==e.blockSize},e}(),Ju=function(e,t){this.activeTargets=[],this.skippedTargets=[],this.observationTargets=[],this.observer=e,this.callback=t},Qu=new WeakMap,ep=function(e,t){for(var n=0;n<e.length;n+=1)if(e[n].target===t)return n;return-1},tp=function(){function e(){}return e.connect=function(e,t){var n=new Ju(e,t);Qu.set(e,n)},e.observe=function(e,t,n){var r=Qu.get(e),i=0===r.observationTargets.length;ep(r.observationTargets,t)<0&&(i&&xu.push(r),r.observationTargets.push(new Ku(t,n&&n.box)),Yu(1),Xu.schedule())},e.unobserve=function(e,t){var n=Qu.get(e),r=ep(n.observationTargets,t),i=1===n.observationTargets.length;r>=0&&(i&&xu.splice(xu.indexOf(n),1),n.observationTargets.splice(r,1),Yu(-1))},e.disconnect=function(e){var t=this,n=Qu.get(e);n.observationTargets.slice().forEach((function(n){return t.unobserve(e,n.target)})),n.activeTargets.splice(0,n.activeTargets.length)},e}(),np=function(){function e(e){if(0===arguments.length)throw new TypeError("Failed to construct 'ResizeObserver': 1 argument required, but only 0 present.");if("function"!=typeof e)throw new TypeError("Failed to construct 'ResizeObserver': The callback provided as parameter 1 is not a function.");tp.connect(this,e)}return e.prototype.observe=function(e,t){if(0===arguments.length)throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!Eu(e))throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element");tp.observe(this,e,t)},e.prototype.unobserve=function(e){if(0===arguments.length)throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!Eu(e))throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element");tp.unobserve(this,e)},e.prototype.disconnect=function(){tp.disconnect(this)},e.toString=function(){return"function ResizeObserver () { [polyfill code] }"},e}();function rp(){return rp=Object.assign||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},rp.apply(this,arguments)}function ip(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)t.indexOf(n=o[r])>=0||(i[n]=e[n]);return i}var op="undefined"!=typeof window?J:U;function ap(e,t,n){return t=(t=+t)==t?t:0,n=(n=+n)==n?n:0,(e=+e)==e&&(e=(e=e<=n?e:n)>=t?e:t),e}function lp(e){var t=Math.round(e);if(Number.isNaN(e))throw new TypeError("Found a NaN! Check your snapPoints / defaultSnap / snapTo ");return t}var sp={box:"border-box"};function cp(e,t){var n=t.label,r=t.enabled,i=t.resizeSourceRef,o=W(0),a=o[0],l=o[1];re(n+": "+a);var s=Q((function(e){l(e[0].borderBoxSize[0].blockSize),i.current="element"}),[i]);return op((function(){if(e.current&&r){var t=new np(s);return t.observe(e.current,sp),function(){t.disconnect()}}}),[e,s,r]),r?a:0}function dp(e){return void 0===e&&(e=1e3),new Promise((function(t){return setTimeout(t,e)}))}var up={DRAG:{target:"#overlay.dragging",actions:"onOpenEnd"}},pp={RESIZE:{target:"#overlay.resizing",actions:"onOpenEnd"}},hp=function(e,t,n){return void 0===n&&(n=e.context),new ms(e,t,n)}({id:"overlay",initial:"closed",context:{initialState:"CLOSED"},states:{closed:{on:{OPEN:"opening",CLOSE:void 0}},opening:{initial:"start",states:{start:{invoke:{src:"onOpenStart",onDone:"transition"}},transition:{always:[{target:"immediately",cond:"initiallyOpen"},{target:"smoothly",cond:"initiallyClosed"}]},immediately:{initial:"open",states:{open:{invoke:{src:"openImmediately",onDone:"activating"}},activating:{invoke:{src:"activate",onDone:"#overlay.opening.end"},on:rp({},up,pp)}}},smoothly:{initial:"visuallyHidden",states:{visuallyHidden:{invoke:{src:"renderVisuallyHidden",onDone:"activating"}},activating:{invoke:{src:"activate",onDone:"open"}},open:{invoke:{src:"openSmoothly",onDone:"#overlay.opening.end"},on:rp({},up,pp)}}},end:{invoke:{src:"onOpenEnd",onDone:"done"},on:{CLOSE:"#overlay.closing",DRAG:"#overlay.dragging"}},done:{type:"final"}},on:rp({},{CLOSE:{target:"#overlay.closing",actions:"onOpenCancel"}}),onDone:"open"},open:{on:{DRAG:"#overlay.dragging",SNAP:"snapping",RESIZE:"resizing"}},dragging:{on:{SNAP:"snapping"}},snapping:{initial:"start",states:{start:{invoke:{src:"onSnapStart",onDone:"snappingSmoothly"},entry:[bs({y:function(e,t){return t.payload.y},velocity:function(e,t){return t.payload.velocity},snapSource:function(e,t){var n=t.payload.source;return void 0===n?"custom":n}})]},snappingSmoothly:{invoke:{src:"snapSmoothly",onDone:"end"}},end:{invoke:{src:"onSnapEnd",onDone:"done"},on:{RESIZE:"#overlay.resizing",SNAP:"#overlay.snapping",CLOSE:"#overlay.closing",DRAG:"#overlay.dragging"}},done:{type:"final"}},on:{SNAP:{target:"snapping",actions:"onSnapEnd"},RESIZE:{target:"#overlay.resizing",actions:"onSnapCancel"},DRAG:{target:"#overlay.dragging",actions:"onSnapCancel"},CLOSE:{target:"#overlay.closing",actions:"onSnapCancel"}},onDone:"open"},resizing:{initial:"start",states:{start:{invoke:{src:"onResizeStart",onDone:"resizingSmoothly"}},resizingSmoothly:{invoke:{src:"resizeSmoothly",onDone:"end"}},end:{invoke:{src:"onResizeEnd",onDone:"done"},on:{SNAP:"#overlay.snapping",CLOSE:"#overlay.closing",DRAG:"#overlay.dragging"}},done:{type:"final"}},on:{RESIZE:{target:"resizing",actions:"onResizeEnd"},SNAP:{target:"snapping",actions:"onResizeCancel"},DRAG:{target:"#overlay.dragging",actions:"onResizeCancel"},CLOSE:{target:"#overlay.closing",actions:"onResizeCancel"}},onDone:"open"},closing:{initial:"start",states:{start:{invoke:{src:"onCloseStart",onDone:"deactivating"},on:{OPEN:{target:"#overlay.open",actions:"onCloseCancel"}}},deactivating:{invoke:{src:"deactivate",onDone:"closingSmoothly"}},closingSmoothly:{invoke:{src:"closeSmoothly",onDone:"end"}},end:{invoke:{src:"onCloseEnd",onDone:"done"},on:{OPEN:{target:"#overlay.opening",actions:"onCloseCancel"}}},done:{type:"final"}},on:{CLOSE:void 0,OPEN:{target:"#overlay.opening",actions:"onCloseCancel"}},onDone:"closed"}},on:{CLOSE:"closing"}},{actions:{onOpenCancel:function(e,t){},onSnapCancel:function(e,t){},onResizeCancel:function(e,t){},onCloseCancel:function(e,t){},onOpenEnd:function(e,t){},onSnapEnd:function(e,t){},onRezizeEnd:function(e,t){}},services:{onSnapStart:function(){try{return Promise.resolve(dp()).then((function(){}))}catch(e){return Promise.reject(e)}},onOpenStart:function(){try{return Promise.resolve(dp()).then((function(){}))}catch(e){return Promise.reject(e)}},onCloseStart:function(){try{return Promise.resolve(dp()).then((function(){}))}catch(e){return Promise.reject(e)}},onResizeStart:function(){try{return Promise.resolve(dp()).then((function(){}))}catch(e){return Promise.reject(e)}},onSnapEnd:function(){try{return Promise.resolve(dp()).then((function(){}))}catch(e){return Promise.reject(e)}},onOpenEnd:function(){try{return Promise.resolve(dp()).then((function(){}))}catch(e){return Promise.reject(e)}},onCloseEnd:function(){try{return Promise.resolve(dp()).then((function(){}))}catch(e){return Promise.reject(e)}},onResizeEnd:function(){try{return Promise.resolve(dp()).then((function(){}))}catch(e){return Promise.reject(e)}},renderVisuallyHidden:function(e,t){try{return Promise.resolve(dp()).then((function(){}))}catch(e){return Promise.reject(e)}},activate:function(e,t){try{return Promise.resolve(dp()).then((function(){}))}catch(e){return Promise.reject(e)}},deactivate:function(e,t){try{return Promise.resolve(dp()).then((function(){}))}catch(e){return Promise.reject(e)}},openSmoothly:function(e,t){try{return Promise.resolve(dp()).then((function(){}))}catch(e){return Promise.reject(e)}},openImmediately:function(e,t){try{return Promise.resolve(dp()).then((function(){}))}catch(e){return Promise.reject(e)}},snapSmoothly:function(e,t){try{return Promise.resolve(dp()).then((function(){}))}catch(e){return Promise.reject(e)}},resizeSmoothly:function(e,t){try{return Promise.resolve(dp()).then((function(){}))}catch(e){return Promise.reject(e)}},closeSmoothly:function(e,t){try{return Promise.resolve(dp()).then((function(){}))}catch(e){return Promise.reject(e)}}},guards:{initiallyClosed:function(e){return"CLOSED"===e.initialState},initiallyOpen:function(e){return"OPEN"===e.initialState}}}),fp=["children","sibling","className","footer","header","open","initialState","lastSnapRef","initialFocusRef","onDismiss","maxHeight","defaultSnap","snapPoints","blocking","scrollLocking","style","onSpringStart","onSpringCancel","onSpringEnd","reserveScrollBarGap","expandOnContentDrag"],gp=["velocity"],vp=["onRest","config"],mp={tension:170,friction:26},xp=mp.tension,bp=mp.friction,yp=q.forwardRef((function(e,t){var n=e.children,r=e.sibling,i=e.className,o=e.footer,a=e.header,l=e.open,s=e.initialState,c=e.lastSnapRef,d=e.initialFocusRef,u=e.onDismiss,p=e.maxHeight,h=e.defaultSnap,f=void 0===h?wp:h,g=e.snapPoints,v=void 0===g?$p:g,m=e.blocking,x=void 0===m||m,b=e.scrollLocking,y=void 0===b||b,C=e.style,w=e.onSpringStart,$=e.onSpringCancel,k=e.onSpringEnd,S=e.reserveScrollBarGap,E=void 0===S?x:S,O=e.expandOnContentDrag,_=void 0!==O&&O,L=ip(e,fp),T=function(){var e=W(!1),t=e[0],n=e[1],r=W({}),i=r[0],o=r[1],a=Q((function(e){return o((function(t){var n;return rp({},t,((n={})[e]=!1,n))})),function(){o((function(t){var n;return rp({},t,((n={})[e]=!0,n))}))}}),[]);return U((function(){var e=Object.values(i);0!==e.length&&e.every(Boolean)&&n(!0)}),[i]),{ready:t,registerReady:a}}(),R=T.ready,P=T.registerReady,D=K(!1),M=K(w),N=K($),j=K(k);U((function(){M.current=w,N.current=$,j.current=k}),[$,w,k]);var V,I,z=lc((function(){return{y:0,ready:0,maxHeight:0,minSnap:0,maxSnap:0}})),A=z[0],H=z[1],B=K(null),F=K(null),Z=K(null),G=K(null),X=K(null),Y=K(null),J=K(0),ee=K(),ie=K(!1),oe=(V=te((function(){return"undefined"!=typeof window?window.matchMedia("(prefers-reduced-motion: reduce)"):null}),[]),I=K(null==V?void 0:V.matches),re(I.current?"reduce":"no-preference"),U((function(){var e=function(e){I.current=e.matches};return null==V||V.addListener(e),function(){return null==V?void 0:V.removeListener(e)}}),[V]),I),ae=function(e){var t=e.targetRef,n=e.enabled,r=e.reserveScrollBarGap,i=K({activate:function(){throw new TypeError("Tried to activate scroll lock too early")},deactivate:function(){}});return re(n?"Enabled":"Disabled"),U((function(){if(!n)return i.current.deactivate(),void(i.current={activate:function(){},deactivate:function(){}});var e=t.current,o=!1;i.current={activate:function(){o||(o=!0,vu(e,{allowTouchMove:function(e){return e.closest("[data-body-scroll-lock-ignore]")},reserveScrollBarGap:r}))},deactivate:function(){o&&(o=!1,mu(e))}}}),[n,t,r]),i}({targetRef:F,enabled:R&&y,reserveScrollBarGap:E}),le=function(e){var t=e.targetRef,n=e.enabled,r=K({activate:function(){throw new TypeError("Tried to activate aria hider too early")},deactivate:function(){}});return re(n?"Enabled":"Disabled"),U((function(){if(!n)return r.current.deactivate(),void(r.current={activate:function(){},deactivate:function(){}});var e=t.current,i=!1,o=[],a=[];r.current={activate:function(){if(!i){i=!0;var t=e.parentNode;document.querySelectorAll("body > *").forEach((function(e){if(e!==t){var n=e.getAttribute("aria-hidden");null!==n&&"false"!==n||(o.push(n),a.push(e),e.setAttribute("aria-hidden","true"))}}))}},deactivate:function(){i&&(i=!1,a.forEach((function(e,t){var n=o[t];null===n?e.removeAttribute("aria-hidden"):e.setAttribute("aria-hidden",n)})),o=[],a=[])}}}),[t,n]),r}({targetRef:B,enabled:R&&x}),se=function(e){var t=e.targetRef,n=e.fallbackRef,r=e.initialFocusRef,i=e.enabled,o=K({activate:function(){throw new TypeError("Tried to activate focus trap too early")},deactivate:function(){}});return re(i?"Enabled":"Disabled"),U((function(){if(!i)return o.current.deactivate(),void(o.current={activate:function(){},deactivate:function(){}});var e=n.current,a=iu(t.current,{onActivate:void 0,initialFocus:r?function(){return(null==r?void 0:r.current)||e}:void 0,fallbackFocus:e,escapeDeactivates:!1,clickOutsideDeactivates:!1}),l=!1;o.current={activate:function(){try{return l?Promise.resolve():(l=!0,Promise.resolve(a.activate()).then((function(){return Promise.resolve(new Promise((function(e){return setTimeout((function(){return e(void 0)}),0)}))).then((function(){}))})))}catch(e){return Promise.reject(e)}},deactivate:function(){l&&(l=!1,a.deactivate())}}}),[i,n,r,t]),o}({targetRef:B,fallbackRef:Y,initialFocusRef:d||void 0,enabled:R&&x&&!1!==d}),ce=function(e){var t=e.getSnapPoints,n=e.heightRef,r=e.lastSnapRef,i=e.ready,o=function(e){var t=e.contentRef,n=e.controlledMaxHeight,r=e.footerEnabled,i=e.footerRef,o=e.headerEnabled,a=e.headerRef,l=e.registerReady,s=e.resizeSourceRef,c=te((function(){return l("contentHeight")}),[l]),d=function(e,t,n){var r=te((function(){return t("maxHeight")}),[t]),i=W((function(){return lp(e)||"undefined"!=typeof window?window.innerHeight:0})),o=i[0],a=i[1],l=o>0,s=K(0);return re(e?"controlled":"auto"),U((function(){l&&r()}),[l,r]),op((function(){if(e)return a(lp(e)),void(n.current="maxheightprop");var t=function(){s.current||(s.current=requestAnimationFrame((function(){a(window.innerHeight),n.current="window",s.current=0})))};return window.addEventListener("resize",t),a(window.innerHeight),n.current="window",r(),function(){window.removeEventListener("resize",t),cancelAnimationFrame(s.current)}}),[e,r,n]),o}(n,l,s),u=cp(a,{label:"headerHeight",enabled:o,resizeSourceRef:s}),p=cp(t,{label:"contentHeight",enabled:!0,resizeSourceRef:s}),h=cp(i,{label:"footerHeight",enabled:r,resizeSourceRef:s}),f=Math.min(d-u-h,p)+u+h;re("minHeight: "+f);var g=p>0;return U((function(){g&&c()}),[g,c]),{maxHeight:d,minHeight:f,headerHeight:u,footerHeight:h}}({contentRef:e.contentRef,controlledMaxHeight:e.controlledMaxHeight,footerEnabled:e.footerEnabled,footerRef:e.footerRef,headerEnabled:e.headerEnabled,headerRef:e.headerRef,registerReady:e.registerReady,resizeSourceRef:e.resizeSourceRef}),a=o.maxHeight,l=o.minHeight,s=o.headerHeight,c=o.footerHeight,d=function(e,t){var n=[].concat(e).map(lp).reduce((function(e,n){return e.add(ap(n,0,t)),e}),new Set),r=Array.from(n),i=Math.min.apply(Math,r);if(Number.isNaN(i))throw new TypeError("minSnap is NaN");var o=Math.max.apply(Math,r);if(Number.isNaN(o))throw new TypeError("maxSnap is NaN");return{snapPoints:r,minSnap:i,maxSnap:o}}(i?t({height:n.current,footerHeight:c,headerHeight:s,minHeight:l,maxHeight:a}):[0],a),u=d.snapPoints,p=d.minSnap,h=d.maxSnap;return re("minSnap: "+p+", maxSnap:"+h),{minSnap:p,maxSnap:h,findSnap:function(e){var t=lp("function"==typeof e?e({footerHeight:c,headerHeight:s,height:n.current,minHeight:l,maxHeight:a,snapPoints:u,lastSnap:r.current}):e);return u.reduce((function(e,n){return Math.abs(n-t)<Math.abs(e-t)?n:e}),p)},maxHeight:a}}({contentRef:Z,controlledMaxHeight:p,footerEnabled:!!o,footerRef:X,getSnapPoints:v,headerEnabled:!1!==a,headerRef:G,heightRef:J,lastSnapRef:c,ready:R,registerReady:P,resizeSourceRef:ee}),de=ce.minSnap,ue=ce.maxSnap,pe=ce.maxHeight,he=ce.findSnap,fe=K(pe),ge=K(de),ve=K(ue),me=K(he),xe=K(0);op((function(){fe.current=pe,ve.current=ue,ge.current=de,me.current=he,xe.current=he(f)}),[he,f,pe,ue,de]);var be=Q((function(e){var t=e.onRest,n=e.config,r=(n=void 0===n?{}:n).velocity,i=void 0===r?1:r,o=ip(n,gp),a=ip(e,vp);return new Promise((function(e){return H(rp({},a,{config:rp({velocity:i},o,{mass:1,tension:xp,friction:Math.max(bp,bp+(bp-bp*i))}),onRest:function(){var n=[].slice.call(arguments);e.apply(void 0,n),null==t||t.apply(void 0,n)}}))}))}),[H]),ye=Ps(hp,{devTools:!1,actions:{onOpenCancel:Q((function(){return null==N.current?void 0:N.current({type:"OPEN"})}),[]),onSnapCancel:Q((function(e){return null==N.current?void 0:N.current({type:"SNAP",source:e.snapSource})}),[]),onCloseCancel:Q((function(){return null==N.current?void 0:N.current({type:"CLOSE"})}),[]),onResizeCancel:Q((function(){return null==N.current?void 0:N.current({type:"RESIZE",source:ee.current})}),[]),onOpenEnd:Q((function(){return null==j.current?void 0:j.current({type:"OPEN"})}),[]),onSnapEnd:Q((function(e,t){return null==j.current?void 0:j.current({type:"SNAP",source:e.snapSource})}),[]),onResizeEnd:Q((function(){return null==j.current?void 0:j.current({type:"RESIZE",source:ee.current})}),[])},context:{initialState:s},services:{onSnapStart:Q((function(e,t){try{return Promise.resolve(null==M.current?void 0:M.current({type:"SNAP",source:t.payload.source||"custom"}))}catch(e){return Promise.reject(e)}}),[]),onOpenStart:Q((function(){try{return Promise.resolve(null==M.current?void 0:M.current({type:"OPEN"}))}catch(e){return Promise.reject(e)}}),[]),onCloseStart:Q((function(){try{return Promise.resolve(null==M.current?void 0:M.current({type:"CLOSE"}))}catch(e){return Promise.reject(e)}}),[]),onResizeStart:Q((function(){try{return Promise.resolve(null==M.current?void 0:M.current({type:"RESIZE",source:ee.current}))}catch(e){return Promise.reject(e)}}),[]),onSnapEnd:Q((function(e,t){try{return Promise.resolve(null==j.current?void 0:j.current({type:"SNAP",source:e.snapSource}))}catch(e){return Promise.reject(e)}}),[]),onOpenEnd:Q((function(){try{return Promise.resolve(null==j.current?void 0:j.current({type:"OPEN"}))}catch(e){return Promise.reject(e)}}),[]),onCloseEnd:Q((function(){try{return Promise.resolve(null==j.current?void 0:j.current({type:"CLOSE"}))}catch(e){return Promise.reject(e)}}),[]),onResizeEnd:Q((function(){try{return Promise.resolve(null==j.current?void 0:j.current({type:"RESIZE",source:ee.current}))}catch(e){return Promise.reject(e)}}),[]),renderVisuallyHidden:Q((function(e,t){try{return Promise.resolve(be({y:xe.current,ready:0,maxHeight:fe.current,maxSnap:ve.current,minSnap:xe.current,immediate:!0})).then((function(){}))}catch(e){return Promise.reject(e)}}),[be]),activate:Q((function(e,t){try{return D.current=!0,Promise.resolve(Promise.all([ae.current.activate(),se.current.activate(),le.current.activate()])).then((function(){}))}catch(e){return Promise.reject(e)}}),[le,se,ae]),deactivate:Q((function(){try{return ae.current.deactivate(),se.current.deactivate(),le.current.deactivate(),D.current=!1,Promise.resolve()}catch(e){return Promise.reject(e)}}),[le,se,ae]),openImmediately:Q((function(){try{return J.current=xe.current,Promise.resolve(be({y:xe.current,ready:1,maxHeight:fe.current,maxSnap:ve.current,minSnap:xe.current,immediate:!0})).then((function(){}))}catch(e){return Promise.reject(e)}}),[be]),openSmoothly:Q((function(){try{return Promise.resolve(be({y:0,ready:1,maxHeight:fe.current,maxSnap:ve.current,minSnap:xe.current,immediate:!0})).then((function(){return J.current=xe.current,Promise.resolve(be({y:xe.current,ready:1,maxHeight:fe.current,maxSnap:ve.current,minSnap:xe.current,immediate:oe.current})).then((function(){}))}))}catch(e){return Promise.reject(e)}}),[be,oe]),snapSmoothly:Q((function(e,t){try{var n=me.current(e.y);return J.current=n,c.current=n,Promise.resolve(be({y:n,ready:1,maxHeight:fe.current,maxSnap:ve.current,minSnap:ge.current,immediate:oe.current,config:{velocity:e.velocity}})).then((function(){}))}catch(e){return Promise.reject(e)}}),[be,c,oe]),resizeSmoothly:Q((function(){try{var e=me.current(J.current);return J.current=e,c.current=e,Promise.resolve(be({y:e,ready:1,maxHeight:fe.current,maxSnap:ve.current,minSnap:ge.current,immediate:"element"!==ee.current||oe.current})).then((function(){}))}catch(e){return Promise.reject(e)}}),[be,c,oe]),closeSmoothly:Q((function(e,t){try{return be({minSnap:J.current,immediate:!0}),J.current=0,Promise.resolve(be({y:0,maxHeight:fe.current,maxSnap:ve.current,immediate:oe.current})).then((function(){return Promise.resolve(be({ready:0,immediate:!0})).then((function(){}))}))}catch(e){return Promise.reject(e)}}),[be,oe])}}),Ce=ye[0],we=ye[1];U((function(){R&&we(l?"OPEN":"CLOSE")}),[l,we,R]),op((function(){(pe||ue||de)&&we("RESIZE")}),[pe,ue,de,we]),U((function(){return function(){ae.current.deactivate(),se.current.deactivate(),le.current.deactivate()}}),[le,se,ae]),ne(t,(function(){return{snapTo:function(e,t){var n=void 0===t?{}:t,r=n.velocity,i=void 0===r?1:r,o=n.source,a=void 0===o?"custom":o;we("SNAP",{payload:{y:me.current(e),velocity:i,source:a}})},get height(){return J.current}}}),[we]),U((function(){var e=F.current,t=function(e){ie.current&&e.preventDefault()},n=function(t){e.scrollTop<0&&(requestAnimationFrame((function(){e.style.overflow="hidden",e.scrollTop=0,e.style.removeProperty("overflow")})),t.preventDefault())};return _&&(e.addEventListener("scroll",t),e.addEventListener("touchmove",t),e.addEventListener("touchstart",n)),function(){e.removeEventListener("scroll",t),e.removeEventListener("touchmove",t),e.removeEventListener("touchstart",n)}}),[_,F]);var $e=_d((function(e){var t=e.args,n=(t=void 0===t?[]:t)[0],r=(n=void 0===n?{}:n).closeOnTap,i=void 0!==r&&r,o=n.isContentDragging,a=void 0!==o&&o,l=e.cancel,s=e.direction[1],c=e.down,d=e.first,p=e.last,h=e.memo,f=void 0===h?A.y.getValue():h,g=e.tap,v=e.velocity,m=-1*e.movement[1];if(!D.current)return l(),f;if(u&&i&&g)return l(),setTimeout((function(){return u()}),0),f;if(g)return f;var x=f+m,b=m*v,y=Math.max(ge.current,Math.min(ve.current,x+2*b));if(!c&&u&&s>0&&x+b<ge.current/2)return l(),u(),f;var C=c?u||ge.current!==ve.current?Fc(x,u?0:ge.current,ve.current,.55):x<ge.current?Fc(x,ge.current,2*ve.current,.55):Fc(x,ge.current/2,ve.current,.55):y;return _&&a?(C>=ve.current&&(C=ve.current),f===ve.current&&F.current.scrollTop>0&&(C=ve.current),ie.current=C<ve.current):ie.current=!1,d&&we("DRAG"),p?(we("SNAP",{payload:{y:C,velocity:v>.05?v:1,source:"dragging"}}),f):(H({y:C,ready:1,maxHeight:fe.current,maxSnap:ve.current,minSnap:ge.current,immediate:!0,config:{velocity:v}}),f)}),{filterTaps:!0});if(Number.isNaN(ve.current))throw new TypeError("maxSnapRef is NaN!!");if(Number.isNaN(ge.current))throw new TypeError("minSnapRef is NaN!!");var ke=function(e){var t,n=e.spring,r=tc([n.y,n.maxHeight],(function(e,t){return Math.round(ap(t-e,0,16))+"px"})),i=tc([n.y,n.minSnap,n.maxSnap],(function(e,t,n){return ap(e,t,n)+"px"})),o=tc([n.y,n.minSnap,n.maxSnap],(function(e,t,n){return e<t?t-e+"px":e>n?n-e+"px":"0px"})),a=tc([n.y,n.maxSnap],(function(e,t){return e>=t?Math.ceil(e-t):0})),l=tc([n.y,n.minSnap],(function(e,t){if(!t)return 0;var n=Math.max(t/2-45,0);return ap((e-n)*(1/(Math.min(t/2+45,t)-n)+0),0,1)})),s=tc([n.y,n.minSnap],(function(e,t){return t?ap(e/t,0,1):0}));return(t={})["--rsbs-content-opacity"]=l,t["--rsbs-backdrop-opacity"]=s,t["--rsbs-antigap-scale-y"]=a,t["--rsbs-overlay-translate-y"]=o,t["--rsbs-overlay-rounded"]=r,t["--rsbs-overlay-h"]=i,t}({spring:A});return q.createElement(Vc.div,rp({},L,{"data-rsbs-root":!0,"data-rsbs-state":Cp.find(Ce.matches),"data-rsbs-is-blocking":x,"data-rsbs-is-dismissable":!!u,"data-rsbs-has-header":!!a,"data-rsbs-has-footer":!!o,className:i,ref:B,style:rp({},ke,C,{opacity:A.ready})}),r,x&&q.createElement("div",rp({key:"backdrop","data-rsbs-backdrop":!0},$e({closeOnTap:!0}))),q.createElement("div",{key:"overlay","aria-modal":"true",role:"dialog","data-rsbs-overlay":!0,tabIndex:-1,ref:Y,onKeyDown:function(e){"Escape"===e.key&&(e.stopPropagation(),u&&u())}},!1!==a&&q.createElement("div",rp({key:"header","data-rsbs-header":!0,ref:G},$e()),a),q.createElement("div",rp({key:"scroll","data-rsbs-scroll":!0,ref:F},_?$e({isContentDragging:!0}):{}),q.createElement("div",{"data-rsbs-content":!0,ref:Z},n)),o&&q.createElement("div",rp({key:"footer",ref:X,"data-rsbs-footer":!0},$e()),o)))})),Cp=["closed","opening","open","closing","dragging","snapping","resizing"];function wp(e){var t=e.lastSnap;return null!=t?t:Math.min.apply(Math,e.snapPoints)}function $p(e){return e.minHeight}var kp=["onSpringStart","onSpringEnd","skipInitialTransition"],Sp=G((function(e,t){var n=e.onSpringStart,r=e.onSpringEnd,i=e.skipInitialTransition,o=ip(e,kp),a=W(!1),l=a[0],s=a[1],c=K(),d=K(null),u=K(i&&o.open?"OPEN":"CLOSED");op((function(){if(o.open)return cancelAnimationFrame(c.current),s(!0),function(){u.current="CLOSED"}}),[o.open]);var p=Q((function(e){return Promise.resolve(null==n?void 0:n(e)).then((function(){"OPEN"===e.type&&cancelAnimationFrame(c.current)}))}),[n]),h=Q((function(e){return Promise.resolve(null==r?void 0:r(e)).then((function(){"CLOSE"===e.type&&(c.current=requestAnimationFrame((function(){return s(!1)})))}))}),[r]);return l?q.createElement(Ca,{"data-rsbs-portal":!0},q.createElement(yp,rp({},o,{lastSnapRef:d,ref:t,initialState:u.current,onSpringStart:p,onSpringEnd:h}))):null}));const Ep=(e,t)=>oe`
|
|
2346
|
+
function Yd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Kd(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Yd(Object(n),!0).forEach((function(t){Jd(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Yd(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Jd(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Qd,eu=(Qd=[],{activateTrap:function(e){if(Qd.length>0){var t=Qd[Qd.length-1];t!==e&&t.pause()}var n=Qd.indexOf(e);-1===n||Qd.splice(n,1),Qd.push(e)},deactivateTrap:function(e){var t=Qd.indexOf(e);-1!==t&&Qd.splice(t,1),Qd.length>0&&Qd[Qd.length-1].unpause()}}),tu=function(e){return setTimeout(e,0)},nu=function(e,t){var n=-1;return e.every((function(e,r){return!t(e)||(n=r,!1)})),n},ru=function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return"function"==typeof e?e.apply(void 0,n):e},iu=function(e){return e.target.shadowRoot&&"function"==typeof e.composedPath?e.composedPath()[0]:e.target},ou=function(e,t){var n,r=(null==t?void 0:t.document)||document,i=Kd({returnFocusOnDeactivate:!0,escapeDeactivates:!0,delayInitialFocus:!0},t),o={containers:[],containerGroups:[],tabbableGroups:[],nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1,delayInitialFocusTimer:void 0},a=function(e,t,n){return e&&void 0!==e[t]?e[t]:i[n||t]},l=function(e){return o.containerGroups.findIndex((function(t){var n=t.container,r=t.tabbableNodes;return n.contains(e)||r.find((function(t){return t===e}))}))},s=function(e){var t=i[e];if("function"==typeof t){for(var n=arguments.length,o=new Array(n>1?n-1:0),a=1;a<n;a++)o[a-1]=arguments[a];t=t.apply(void 0,o)}if(!0===t&&(t=void 0),!t){if(void 0===t||!1===t)return t;throw new Error("`".concat(e,"` was specified but was not a node, or did not return a node"))}var l=t;if("string"==typeof t&&!(l=r.querySelector(t)))throw new Error("`".concat(e,"` as selector refers to no known node"));return l},c=function(){var e=s("initialFocus");if(!1===e)return!1;if(void 0===e)if(l(r.activeElement)>=0)e=r.activeElement;else{var t=o.tabbableGroups[0];e=t&&t.firstTabbableNode||s("fallbackFocus")}if(!e)throw new Error("Your focus-trap needs to have at least one focusable element");return e},d=function(){if(o.containerGroups=o.containers.map((function(e){var t,n,r=Gd(e,i.tabbableOptions),o=(t=e,(n=(n=i.tabbableOptions)||{}).getShadowRoot?jd([t],n.includeContainer,{filter:Bd.bind(null,n),flatten:!0,getShadowRoot:n.getShadowRoot}):Nd(t,n.includeContainer,Bd.bind(null,n)));return{container:e,tabbableNodes:r,focusableNodes:o,firstTabbableNode:r.length>0?r[0]:null,lastTabbableNode:r.length>0?r[r.length-1]:null,nextTabbableNode:function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=o.findIndex((function(t){return t===e}));if(!(n<0))return t?o.slice(n+1).find((function(e){return Wd(e,i.tabbableOptions)})):o.slice(0,n).reverse().find((function(e){return Wd(e,i.tabbableOptions)}))}}})),o.tabbableGroups=o.containerGroups.filter((function(e){return e.tabbableNodes.length>0})),o.tabbableGroups.length<=0&&!s("fallbackFocus"))throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times")},u=function e(t){!1!==t&&t!==r.activeElement&&(t&&t.focus?(t.focus({preventScroll:!!i.preventScroll}),o.mostRecentlyFocusedNode=t,function(e){return e.tagName&&"input"===e.tagName.toLowerCase()&&"function"==typeof e.select}(t)&&t.select()):e(c()))},p=function(e){var t=s("setReturnFocus",e);return t||!1!==t&&e},h=function(e){var t=iu(e);l(t)>=0||(ru(i.clickOutsideDeactivates,e)?n.deactivate({returnFocus:i.returnFocusOnDeactivate&&!Xd(t,i.tabbableOptions)}):ru(i.allowOutsideClick,e)||e.preventDefault())},f=function(e){var t=iu(e),n=l(t)>=0;n||t instanceof Document?n&&(o.mostRecentlyFocusedNode=t):(e.stopImmediatePropagation(),u(o.mostRecentlyFocusedNode||c()))},g=function(e){if(function(e){return"Escape"===e.key||"Esc"===e.key||27===e.keyCode}(e)&&!1!==ru(i.escapeDeactivates,e))return e.preventDefault(),void n.deactivate();(function(e){return"Tab"===e.key||9===e.keyCode})(e)&&function(e){var t=iu(e);d();var n=null;if(o.tabbableGroups.length>0){var r=l(t),a=r>=0?o.containerGroups[r]:void 0;if(r<0)n=e.shiftKey?o.tabbableGroups[o.tabbableGroups.length-1].lastTabbableNode:o.tabbableGroups[0].firstTabbableNode;else if(e.shiftKey){var c=nu(o.tabbableGroups,(function(e){var n=e.firstTabbableNode;return t===n}));if(c<0&&(a.container===t||Xd(t,i.tabbableOptions)&&!Wd(t,i.tabbableOptions)&&!a.nextTabbableNode(t,!1))&&(c=r),c>=0){var p=0===c?o.tabbableGroups.length-1:c-1;n=o.tabbableGroups[p].lastTabbableNode}}else{var h=nu(o.tabbableGroups,(function(e){var n=e.lastTabbableNode;return t===n}));if(h<0&&(a.container===t||Xd(t,i.tabbableOptions)&&!Wd(t,i.tabbableOptions)&&!a.nextTabbableNode(t))&&(h=r),h>=0){var f=h===o.tabbableGroups.length-1?0:h+1;n=o.tabbableGroups[f].firstTabbableNode}}}else n=s("fallbackFocus");n&&(e.preventDefault(),u(n))}(e)},v=function(e){var t=iu(e);l(t)>=0||ru(i.clickOutsideDeactivates,e)||ru(i.allowOutsideClick,e)||(e.preventDefault(),e.stopImmediatePropagation())},m=function(){if(o.active)return eu.activateTrap(n),o.delayInitialFocusTimer=i.delayInitialFocus?tu((function(){u(c())})):u(c()),r.addEventListener("focusin",f,!0),r.addEventListener("mousedown",h,{capture:!0,passive:!1}),r.addEventListener("touchstart",h,{capture:!0,passive:!1}),r.addEventListener("click",v,{capture:!0,passive:!1}),r.addEventListener("keydown",g,{capture:!0,passive:!1}),n},x=function(){if(o.active)return r.removeEventListener("focusin",f,!0),r.removeEventListener("mousedown",h,!0),r.removeEventListener("touchstart",h,!0),r.removeEventListener("click",v,!0),r.removeEventListener("keydown",g,!0),n};return(n={get active(){return o.active},get paused(){return o.paused},activate:function(e){if(o.active)return this;var t=a(e,"onActivate"),n=a(e,"onPostActivate"),i=a(e,"checkCanFocusTrap");i||d(),o.active=!0,o.paused=!1,o.nodeFocusedBeforeActivation=r.activeElement,t&&t();var l=function(){i&&d(),m(),n&&n()};return i?(i(o.containers.concat()).then(l,l),this):(l(),this)},deactivate:function(e){if(!o.active)return this;var t=Kd({onDeactivate:i.onDeactivate,onPostDeactivate:i.onPostDeactivate,checkCanReturnFocus:i.checkCanReturnFocus},e);clearTimeout(o.delayInitialFocusTimer),o.delayInitialFocusTimer=void 0,x(),o.active=!1,o.paused=!1,eu.deactivateTrap(n);var r=a(t,"onDeactivate"),l=a(t,"onPostDeactivate"),s=a(t,"checkCanReturnFocus"),c=a(t,"returnFocus","returnFocusOnDeactivate");r&&r();var d=function(){tu((function(){c&&u(p(o.nodeFocusedBeforeActivation)),l&&l()}))};return c&&s?(s(p(o.nodeFocusedBeforeActivation)).then(d,d),this):(d(),this)},pause:function(){return o.paused||!o.active||(o.paused=!0,x()),this},unpause:function(){return o.paused&&o.active?(o.paused=!1,d(),m(),this):this},updateContainerElements:function(e){var t=[].concat(e).filter(Boolean);return o.containers=t.map((function(e){return"string"==typeof e?r.querySelector(e):e})),o.active&&d(),this}}).updateContainerElements(e),n};var au=!1;if("undefined"!=typeof window){var lu={get passive(){au=!0}};window.addEventListener("testPassive",null,lu),window.removeEventListener("testPassive",null,lu)}var su,cu="undefined"!=typeof window&&window.navigator&&window.navigator.platform&&(/iP(ad|hone|od)/.test(window.navigator.platform)||"MacIntel"===window.navigator.platform&&window.navigator.maxTouchPoints>1),du=[],uu=!1,pu=-1,hu=void 0,fu=void 0,gu=function(e){return du.some((function(t){return!(!t.options.allowTouchMove||!t.options.allowTouchMove(e))}))},vu=function(e){var t=e||window.event;return!!gu(t.target)||(t.touches.length>1||(t.preventDefault&&t.preventDefault(),!1))},mu=function(e,t){if(e){if(!du.some((function(t){return t.targetElement===e}))){var n={targetElement:e,options:t||{}};du=[].concat(function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}(du),[n]),cu?(e.ontouchstart=function(e){1===e.targetTouches.length&&(pu=e.targetTouches[0].clientY)},e.ontouchmove=function(t){1===t.targetTouches.length&&function(e,t){var n=e.targetTouches[0].clientY-pu;!gu(e.target)&&(t&&0===t.scrollTop&&n>0||function(e){return!!e&&e.scrollHeight-e.scrollTop<=e.clientHeight}(t)&&n<0?vu(e):e.stopPropagation())}(t,e)},uu||(document.addEventListener("touchmove",vu,au?{passive:!1}:void 0),uu=!0)):function(e){if(void 0===fu){var t=!!e&&!0===e.reserveScrollBarGap,n=window.innerWidth-document.documentElement.clientWidth;t&&n>0&&(fu=document.body.style.paddingRight,document.body.style.paddingRight=n+"px")}void 0===hu&&(hu=document.body.style.overflow,document.body.style.overflow="hidden")}(t)}}else console.error("disableBodyScroll unsuccessful - targetElement must be provided when calling disableBodyScroll on IOS devices.")},xu=function(e){e?(du=du.filter((function(t){return t.targetElement!==e})),cu?(e.ontouchstart=null,e.ontouchmove=null,uu&&0===du.length&&(document.removeEventListener("touchmove",vu,au?{passive:!1}:void 0),uu=!1)):du.length||(void 0!==fu&&(document.body.style.paddingRight=fu,fu=void 0),void 0!==hu&&(document.body.style.overflow=hu,hu=void 0))):console.error("enableBodyScroll unsuccessful - targetElement must be provided when calling enableBodyScroll on IOS devices.")},bu=[],yu="ResizeObserver loop completed with undelivered notifications.";!function(e){e.BORDER_BOX="border-box",e.CONTENT_BOX="content-box",e.DEVICE_PIXEL_CONTENT_BOX="device-pixel-content-box"}(su||(su={}));var Cu,wu=function(e){return Object.freeze(e)},$u=function(e,t){this.inlineSize=e,this.blockSize=t,wu(this)},ku=function(){function e(e,t,n,r){return this.x=e,this.y=t,this.width=n,this.height=r,this.top=this.y,this.left=this.x,this.bottom=this.top+this.height,this.right=this.left+this.width,wu(this)}return e.prototype.toJSON=function(){var e=this;return{x:e.x,y:e.y,top:e.top,right:e.right,bottom:e.bottom,left:e.left,width:e.width,height:e.height}},e.fromRect=function(t){return new e(t.x,t.y,t.width,t.height)},e}(),Su=function(e){return e instanceof SVGElement&&"getBBox"in e},Eu=function(e){if(Su(e)){var t=e.getBBox(),n=t.width,r=t.height;return!n&&!r}var i=e,o=i.offsetWidth,a=i.offsetHeight;return!(o||a||e.getClientRects().length)},Ou=function(e){var t;if(e instanceof Element)return!0;var n=null===(t=null==e?void 0:e.ownerDocument)||void 0===t?void 0:t.defaultView;return!!(n&&e instanceof n.Element)},Lu="undefined"!=typeof window?window:{},_u=new WeakMap,Tu=/auto|scroll/,Ru=/^tb|vertical/,Pu=/msie|trident/i.test(Lu.navigator&&Lu.navigator.userAgent),Mu=function(e){return parseFloat(e||"0")},Du=function(e,t,n){return void 0===e&&(e=0),void 0===t&&(t=0),void 0===n&&(n=!1),new $u((n?t:e)||0,(n?e:t)||0)},Nu=wu({devicePixelContentBoxSize:Du(),borderBoxSize:Du(),contentBoxSize:Du(),contentRect:new ku(0,0,0,0)}),ju=function(e,t){if(void 0===t&&(t=!1),_u.has(e)&&!t)return _u.get(e);if(Eu(e))return _u.set(e,Nu),Nu;var n=getComputedStyle(e),r=Su(e)&&e.ownerSVGElement&&e.getBBox(),i=!Pu&&"border-box"===n.boxSizing,o=Ru.test(n.writingMode||""),a=!r&&Tu.test(n.overflowY||""),l=!r&&Tu.test(n.overflowX||""),s=r?0:Mu(n.paddingTop),c=r?0:Mu(n.paddingRight),d=r?0:Mu(n.paddingBottom),u=r?0:Mu(n.paddingLeft),p=r?0:Mu(n.borderTopWidth),h=r?0:Mu(n.borderRightWidth),f=r?0:Mu(n.borderBottomWidth),g=u+c,v=s+d,m=(r?0:Mu(n.borderLeftWidth))+h,x=p+f,b=l?e.offsetHeight-x-e.clientHeight:0,y=a?e.offsetWidth-m-e.clientWidth:0,C=i?g+m:0,w=i?v+x:0,$=r?r.width:Mu(n.width)-C-y,k=r?r.height:Mu(n.height)-w-b,S=$+g+y+m,E=k+v+b+x,O=wu({devicePixelContentBoxSize:Du(Math.round($*devicePixelRatio),Math.round(k*devicePixelRatio),o),borderBoxSize:Du(S,E,o),contentBoxSize:Du($,k,o),contentRect:new ku(u,s,$,k)});return _u.set(e,O),O},Vu=function(e,t,n){var r=ju(e,n),i=r.borderBoxSize,o=r.contentBoxSize,a=r.devicePixelContentBoxSize;switch(t){case su.DEVICE_PIXEL_CONTENT_BOX:return a;case su.BORDER_BOX:return i;default:return o}},Iu=function(e){var t=ju(e);this.target=e,this.contentRect=t.contentRect,this.borderBoxSize=wu([t.borderBoxSize]),this.contentBoxSize=wu([t.contentBoxSize]),this.devicePixelContentBoxSize=wu([t.devicePixelContentBoxSize])},zu=function(e){if(Eu(e))return 1/0;for(var t=0,n=e.parentNode;n;)t+=1,n=n.parentNode;return t},Au=function(){var e=1/0,t=[];bu.forEach((function(n){if(0!==n.activeTargets.length){var r=[];n.activeTargets.forEach((function(t){var n=new Iu(t.target),i=zu(t.target);r.push(n),t.lastReportedSize=Vu(t.target,t.observedBox),i<e&&(e=i)})),t.push((function(){n.callback.call(n.observer,r,n.observer)})),n.activeTargets.splice(0,n.activeTargets.length)}}));for(var n=0,r=t;n<r.length;n++){(0,r[n])()}return e},Hu=function(e){bu.forEach((function(t){t.activeTargets.splice(0,t.activeTargets.length),t.skippedTargets.splice(0,t.skippedTargets.length),t.observationTargets.forEach((function(n){n.isActive()&&(zu(n.target)>e?t.activeTargets.push(n):t.skippedTargets.push(n))}))}))},Bu=function(){var e=0;for(Hu(e);bu.some((function(e){return e.activeTargets.length>0}));)e=Au(),Hu(e);return bu.some((function(e){return e.skippedTargets.length>0}))&&function(){var e;"function"==typeof ErrorEvent?e=new ErrorEvent("error",{message:yu}):((e=document.createEvent("Event")).initEvent("error",!1,!1),e.message=yu),window.dispatchEvent(e)}(),e>0},Fu=[],Zu=function(e){if(!Cu){var t=0,n=document.createTextNode("");new MutationObserver((function(){return Fu.splice(0).forEach((function(e){return e()}))})).observe(n,{characterData:!0}),Cu=function(){n.textContent="".concat(t?t--:t++)}}Fu.push(e),Cu()},qu=0,Gu={attributes:!0,characterData:!0,childList:!0,subtree:!0},Wu=["resize","load","transitionend","animationend","animationstart","animationiteration","keyup","keydown","mouseup","mousedown","mouseover","mouseout","blur","focus"],Uu=function(e){return void 0===e&&(e=0),Date.now()+e},Xu=!1,Yu=new(function(){function e(){var e=this;this.stopped=!0,this.listener=function(){return e.schedule()}}return e.prototype.run=function(e){var t=this;if(void 0===e&&(e=250),!Xu){Xu=!0;var n,r=Uu(e);n=function(){var n=!1;try{n=Bu()}finally{if(Xu=!1,e=r-Uu(),!qu)return;n?t.run(1e3):e>0?t.run(e):t.start()}},Zu((function(){requestAnimationFrame(n)}))}},e.prototype.schedule=function(){this.stop(),this.run()},e.prototype.observe=function(){var e=this,t=function(){return e.observer&&e.observer.observe(document.body,Gu)};document.body?t():Lu.addEventListener("DOMContentLoaded",t)},e.prototype.start=function(){var e=this;this.stopped&&(this.stopped=!1,this.observer=new MutationObserver(this.listener),this.observe(),Wu.forEach((function(t){return Lu.addEventListener(t,e.listener,!0)})))},e.prototype.stop=function(){var e=this;this.stopped||(this.observer&&this.observer.disconnect(),Wu.forEach((function(t){return Lu.removeEventListener(t,e.listener,!0)})),this.stopped=!0)},e}()),Ku=function(e){!qu&&e>0&&Yu.start(),!(qu+=e)&&Yu.stop()},Ju=function(){function e(e,t){this.target=e,this.observedBox=t||su.CONTENT_BOX,this.lastReportedSize={inlineSize:0,blockSize:0}}return e.prototype.isActive=function(){var e=Vu(this.target,this.observedBox,!0);return function(e){return!Su(e)&&!function(e){switch(e.tagName){case"INPUT":if("image"!==e.type)break;case"VIDEO":case"AUDIO":case"EMBED":case"OBJECT":case"CANVAS":case"IFRAME":case"IMG":return!0}return!1}(e)&&"inline"===getComputedStyle(e).display}(this.target)&&(this.lastReportedSize=e),this.lastReportedSize.inlineSize!==e.inlineSize||this.lastReportedSize.blockSize!==e.blockSize},e}(),Qu=function(e,t){this.activeTargets=[],this.skippedTargets=[],this.observationTargets=[],this.observer=e,this.callback=t},ep=new WeakMap,tp=function(e,t){for(var n=0;n<e.length;n+=1)if(e[n].target===t)return n;return-1},np=function(){function e(){}return e.connect=function(e,t){var n=new Qu(e,t);ep.set(e,n)},e.observe=function(e,t,n){var r=ep.get(e),i=0===r.observationTargets.length;tp(r.observationTargets,t)<0&&(i&&bu.push(r),r.observationTargets.push(new Ju(t,n&&n.box)),Ku(1),Yu.schedule())},e.unobserve=function(e,t){var n=ep.get(e),r=tp(n.observationTargets,t),i=1===n.observationTargets.length;r>=0&&(i&&bu.splice(bu.indexOf(n),1),n.observationTargets.splice(r,1),Ku(-1))},e.disconnect=function(e){var t=this,n=ep.get(e);n.observationTargets.slice().forEach((function(n){return t.unobserve(e,n.target)})),n.activeTargets.splice(0,n.activeTargets.length)},e}(),rp=function(){function e(e){if(0===arguments.length)throw new TypeError("Failed to construct 'ResizeObserver': 1 argument required, but only 0 present.");if("function"!=typeof e)throw new TypeError("Failed to construct 'ResizeObserver': The callback provided as parameter 1 is not a function.");np.connect(this,e)}return e.prototype.observe=function(e,t){if(0===arguments.length)throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!Ou(e))throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element");np.observe(this,e,t)},e.prototype.unobserve=function(e){if(0===arguments.length)throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!Ou(e))throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element");np.unobserve(this,e)},e.prototype.disconnect=function(){np.disconnect(this)},e.toString=function(){return"function ResizeObserver () { [polyfill code] }"},e}();function ip(){return ip=Object.assign||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},ip.apply(this,arguments)}function op(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)t.indexOf(n=o[r])>=0||(i[n]=e[n]);return i}var ap="undefined"!=typeof window?J:U;function lp(e,t,n){return t=(t=+t)==t?t:0,n=(n=+n)==n?n:0,(e=+e)==e&&(e=(e=e<=n?e:n)>=t?e:t),e}function sp(e){var t=Math.round(e);if(Number.isNaN(e))throw new TypeError("Found a NaN! Check your snapPoints / defaultSnap / snapTo ");return t}var cp={box:"border-box"};function dp(e,t){var n=t.label,r=t.enabled,i=t.resizeSourceRef,o=W(0),a=o[0],l=o[1];re(n+": "+a);var s=Q((function(e){l(e[0].borderBoxSize[0].blockSize),i.current="element"}),[i]);return ap((function(){if(e.current&&r){var t=new rp(s);return t.observe(e.current,cp),function(){t.disconnect()}}}),[e,s,r]),r?a:0}function up(e){return void 0===e&&(e=1e3),new Promise((function(t){return setTimeout(t,e)}))}var pp={DRAG:{target:"#overlay.dragging",actions:"onOpenEnd"}},hp={RESIZE:{target:"#overlay.resizing",actions:"onOpenEnd"}},fp=function(e,t,n){return void 0===n&&(n=e.context),new xs(e,t,n)}({id:"overlay",initial:"closed",context:{initialState:"CLOSED"},states:{closed:{on:{OPEN:"opening",CLOSE:void 0}},opening:{initial:"start",states:{start:{invoke:{src:"onOpenStart",onDone:"transition"}},transition:{always:[{target:"immediately",cond:"initiallyOpen"},{target:"smoothly",cond:"initiallyClosed"}]},immediately:{initial:"open",states:{open:{invoke:{src:"openImmediately",onDone:"activating"}},activating:{invoke:{src:"activate",onDone:"#overlay.opening.end"},on:ip({},pp,hp)}}},smoothly:{initial:"visuallyHidden",states:{visuallyHidden:{invoke:{src:"renderVisuallyHidden",onDone:"activating"}},activating:{invoke:{src:"activate",onDone:"open"}},open:{invoke:{src:"openSmoothly",onDone:"#overlay.opening.end"},on:ip({},pp,hp)}}},end:{invoke:{src:"onOpenEnd",onDone:"done"},on:{CLOSE:"#overlay.closing",DRAG:"#overlay.dragging"}},done:{type:"final"}},on:ip({},{CLOSE:{target:"#overlay.closing",actions:"onOpenCancel"}}),onDone:"open"},open:{on:{DRAG:"#overlay.dragging",SNAP:"snapping",RESIZE:"resizing"}},dragging:{on:{SNAP:"snapping"}},snapping:{initial:"start",states:{start:{invoke:{src:"onSnapStart",onDone:"snappingSmoothly"},entry:[ys({y:function(e,t){return t.payload.y},velocity:function(e,t){return t.payload.velocity},snapSource:function(e,t){var n=t.payload.source;return void 0===n?"custom":n}})]},snappingSmoothly:{invoke:{src:"snapSmoothly",onDone:"end"}},end:{invoke:{src:"onSnapEnd",onDone:"done"},on:{RESIZE:"#overlay.resizing",SNAP:"#overlay.snapping",CLOSE:"#overlay.closing",DRAG:"#overlay.dragging"}},done:{type:"final"}},on:{SNAP:{target:"snapping",actions:"onSnapEnd"},RESIZE:{target:"#overlay.resizing",actions:"onSnapCancel"},DRAG:{target:"#overlay.dragging",actions:"onSnapCancel"},CLOSE:{target:"#overlay.closing",actions:"onSnapCancel"}},onDone:"open"},resizing:{initial:"start",states:{start:{invoke:{src:"onResizeStart",onDone:"resizingSmoothly"}},resizingSmoothly:{invoke:{src:"resizeSmoothly",onDone:"end"}},end:{invoke:{src:"onResizeEnd",onDone:"done"},on:{SNAP:"#overlay.snapping",CLOSE:"#overlay.closing",DRAG:"#overlay.dragging"}},done:{type:"final"}},on:{RESIZE:{target:"resizing",actions:"onResizeEnd"},SNAP:{target:"snapping",actions:"onResizeCancel"},DRAG:{target:"#overlay.dragging",actions:"onResizeCancel"},CLOSE:{target:"#overlay.closing",actions:"onResizeCancel"}},onDone:"open"},closing:{initial:"start",states:{start:{invoke:{src:"onCloseStart",onDone:"deactivating"},on:{OPEN:{target:"#overlay.open",actions:"onCloseCancel"}}},deactivating:{invoke:{src:"deactivate",onDone:"closingSmoothly"}},closingSmoothly:{invoke:{src:"closeSmoothly",onDone:"end"}},end:{invoke:{src:"onCloseEnd",onDone:"done"},on:{OPEN:{target:"#overlay.opening",actions:"onCloseCancel"}}},done:{type:"final"}},on:{CLOSE:void 0,OPEN:{target:"#overlay.opening",actions:"onCloseCancel"}},onDone:"closed"}},on:{CLOSE:"closing"}},{actions:{onOpenCancel:function(e,t){},onSnapCancel:function(e,t){},onResizeCancel:function(e,t){},onCloseCancel:function(e,t){},onOpenEnd:function(e,t){},onSnapEnd:function(e,t){},onRezizeEnd:function(e,t){}},services:{onSnapStart:function(){try{return Promise.resolve(up()).then((function(){}))}catch(e){return Promise.reject(e)}},onOpenStart:function(){try{return Promise.resolve(up()).then((function(){}))}catch(e){return Promise.reject(e)}},onCloseStart:function(){try{return Promise.resolve(up()).then((function(){}))}catch(e){return Promise.reject(e)}},onResizeStart:function(){try{return Promise.resolve(up()).then((function(){}))}catch(e){return Promise.reject(e)}},onSnapEnd:function(){try{return Promise.resolve(up()).then((function(){}))}catch(e){return Promise.reject(e)}},onOpenEnd:function(){try{return Promise.resolve(up()).then((function(){}))}catch(e){return Promise.reject(e)}},onCloseEnd:function(){try{return Promise.resolve(up()).then((function(){}))}catch(e){return Promise.reject(e)}},onResizeEnd:function(){try{return Promise.resolve(up()).then((function(){}))}catch(e){return Promise.reject(e)}},renderVisuallyHidden:function(e,t){try{return Promise.resolve(up()).then((function(){}))}catch(e){return Promise.reject(e)}},activate:function(e,t){try{return Promise.resolve(up()).then((function(){}))}catch(e){return Promise.reject(e)}},deactivate:function(e,t){try{return Promise.resolve(up()).then((function(){}))}catch(e){return Promise.reject(e)}},openSmoothly:function(e,t){try{return Promise.resolve(up()).then((function(){}))}catch(e){return Promise.reject(e)}},openImmediately:function(e,t){try{return Promise.resolve(up()).then((function(){}))}catch(e){return Promise.reject(e)}},snapSmoothly:function(e,t){try{return Promise.resolve(up()).then((function(){}))}catch(e){return Promise.reject(e)}},resizeSmoothly:function(e,t){try{return Promise.resolve(up()).then((function(){}))}catch(e){return Promise.reject(e)}},closeSmoothly:function(e,t){try{return Promise.resolve(up()).then((function(){}))}catch(e){return Promise.reject(e)}}},guards:{initiallyClosed:function(e){return"CLOSED"===e.initialState},initiallyOpen:function(e){return"OPEN"===e.initialState}}}),gp=["children","sibling","className","footer","header","open","initialState","lastSnapRef","initialFocusRef","onDismiss","maxHeight","defaultSnap","snapPoints","blocking","scrollLocking","style","onSpringStart","onSpringCancel","onSpringEnd","reserveScrollBarGap","expandOnContentDrag"],vp=["velocity"],mp=["onRest","config"],xp={tension:170,friction:26},bp=xp.tension,yp=xp.friction,Cp=q.forwardRef((function(e,t){var n=e.children,r=e.sibling,i=e.className,o=e.footer,a=e.header,l=e.open,s=e.initialState,c=e.lastSnapRef,d=e.initialFocusRef,u=e.onDismiss,p=e.maxHeight,h=e.defaultSnap,f=void 0===h?$p:h,g=e.snapPoints,v=void 0===g?kp:g,m=e.blocking,x=void 0===m||m,b=e.scrollLocking,y=void 0===b||b,C=e.style,w=e.onSpringStart,$=e.onSpringCancel,k=e.onSpringEnd,S=e.reserveScrollBarGap,E=void 0===S?x:S,O=e.expandOnContentDrag,L=void 0!==O&&O,_=op(e,gp),T=function(){var e=W(!1),t=e[0],n=e[1],r=W({}),i=r[0],o=r[1],a=Q((function(e){return o((function(t){var n;return ip({},t,((n={})[e]=!1,n))})),function(){o((function(t){var n;return ip({},t,((n={})[e]=!0,n))}))}}),[]);return U((function(){var e=Object.values(i);0!==e.length&&e.every(Boolean)&&n(!0)}),[i]),{ready:t,registerReady:a}}(),R=T.ready,P=T.registerReady,M=K(!1),D=K(w),N=K($),j=K(k);U((function(){D.current=w,N.current=$,j.current=k}),[$,w,k]);var V,I,z=sc((function(){return{y:0,ready:0,maxHeight:0,minSnap:0,maxSnap:0}})),A=z[0],H=z[1],B=K(null),F=K(null),Z=K(null),G=K(null),X=K(null),Y=K(null),J=K(0),ee=K(),ie=K(!1),oe=(V=te((function(){return"undefined"!=typeof window?window.matchMedia("(prefers-reduced-motion: reduce)"):null}),[]),I=K(null==V?void 0:V.matches),re(I.current?"reduce":"no-preference"),U((function(){var e=function(e){I.current=e.matches};return null==V||V.addListener(e),function(){return null==V?void 0:V.removeListener(e)}}),[V]),I),ae=function(e){var t=e.targetRef,n=e.enabled,r=e.reserveScrollBarGap,i=K({activate:function(){throw new TypeError("Tried to activate scroll lock too early")},deactivate:function(){}});return re(n?"Enabled":"Disabled"),U((function(){if(!n)return i.current.deactivate(),void(i.current={activate:function(){},deactivate:function(){}});var e=t.current,o=!1;i.current={activate:function(){o||(o=!0,mu(e,{allowTouchMove:function(e){return e.closest("[data-body-scroll-lock-ignore]")},reserveScrollBarGap:r}))},deactivate:function(){o&&(o=!1,xu(e))}}}),[n,t,r]),i}({targetRef:F,enabled:R&&y,reserveScrollBarGap:E}),le=function(e){var t=e.targetRef,n=e.enabled,r=K({activate:function(){throw new TypeError("Tried to activate aria hider too early")},deactivate:function(){}});return re(n?"Enabled":"Disabled"),U((function(){if(!n)return r.current.deactivate(),void(r.current={activate:function(){},deactivate:function(){}});var e=t.current,i=!1,o=[],a=[];r.current={activate:function(){if(!i){i=!0;var t=e.parentNode;document.querySelectorAll("body > *").forEach((function(e){if(e!==t){var n=e.getAttribute("aria-hidden");null!==n&&"false"!==n||(o.push(n),a.push(e),e.setAttribute("aria-hidden","true"))}}))}},deactivate:function(){i&&(i=!1,a.forEach((function(e,t){var n=o[t];null===n?e.removeAttribute("aria-hidden"):e.setAttribute("aria-hidden",n)})),o=[],a=[])}}}),[t,n]),r}({targetRef:B,enabled:R&&x}),se=function(e){var t=e.targetRef,n=e.fallbackRef,r=e.initialFocusRef,i=e.enabled,o=K({activate:function(){throw new TypeError("Tried to activate focus trap too early")},deactivate:function(){}});return re(i?"Enabled":"Disabled"),U((function(){if(!i)return o.current.deactivate(),void(o.current={activate:function(){},deactivate:function(){}});var e=n.current,a=ou(t.current,{onActivate:void 0,initialFocus:r?function(){return(null==r?void 0:r.current)||e}:void 0,fallbackFocus:e,escapeDeactivates:!1,clickOutsideDeactivates:!1}),l=!1;o.current={activate:function(){try{return l?Promise.resolve():(l=!0,Promise.resolve(a.activate()).then((function(){return Promise.resolve(new Promise((function(e){return setTimeout((function(){return e(void 0)}),0)}))).then((function(){}))})))}catch(e){return Promise.reject(e)}},deactivate:function(){l&&(l=!1,a.deactivate())}}}),[i,n,r,t]),o}({targetRef:B,fallbackRef:Y,initialFocusRef:d||void 0,enabled:R&&x&&!1!==d}),ce=function(e){var t=e.getSnapPoints,n=e.heightRef,r=e.lastSnapRef,i=e.ready,o=function(e){var t=e.contentRef,n=e.controlledMaxHeight,r=e.footerEnabled,i=e.footerRef,o=e.headerEnabled,a=e.headerRef,l=e.registerReady,s=e.resizeSourceRef,c=te((function(){return l("contentHeight")}),[l]),d=function(e,t,n){var r=te((function(){return t("maxHeight")}),[t]),i=W((function(){return sp(e)||"undefined"!=typeof window?window.innerHeight:0})),o=i[0],a=i[1],l=o>0,s=K(0);return re(e?"controlled":"auto"),U((function(){l&&r()}),[l,r]),ap((function(){if(e)return a(sp(e)),void(n.current="maxheightprop");var t=function(){s.current||(s.current=requestAnimationFrame((function(){a(window.innerHeight),n.current="window",s.current=0})))};return window.addEventListener("resize",t),a(window.innerHeight),n.current="window",r(),function(){window.removeEventListener("resize",t),cancelAnimationFrame(s.current)}}),[e,r,n]),o}(n,l,s),u=dp(a,{label:"headerHeight",enabled:o,resizeSourceRef:s}),p=dp(t,{label:"contentHeight",enabled:!0,resizeSourceRef:s}),h=dp(i,{label:"footerHeight",enabled:r,resizeSourceRef:s}),f=Math.min(d-u-h,p)+u+h;re("minHeight: "+f);var g=p>0;return U((function(){g&&c()}),[g,c]),{maxHeight:d,minHeight:f,headerHeight:u,footerHeight:h}}({contentRef:e.contentRef,controlledMaxHeight:e.controlledMaxHeight,footerEnabled:e.footerEnabled,footerRef:e.footerRef,headerEnabled:e.headerEnabled,headerRef:e.headerRef,registerReady:e.registerReady,resizeSourceRef:e.resizeSourceRef}),a=o.maxHeight,l=o.minHeight,s=o.headerHeight,c=o.footerHeight,d=function(e,t){var n=[].concat(e).map(sp).reduce((function(e,n){return e.add(lp(n,0,t)),e}),new Set),r=Array.from(n),i=Math.min.apply(Math,r);if(Number.isNaN(i))throw new TypeError("minSnap is NaN");var o=Math.max.apply(Math,r);if(Number.isNaN(o))throw new TypeError("maxSnap is NaN");return{snapPoints:r,minSnap:i,maxSnap:o}}(i?t({height:n.current,footerHeight:c,headerHeight:s,minHeight:l,maxHeight:a}):[0],a),u=d.snapPoints,p=d.minSnap,h=d.maxSnap;return re("minSnap: "+p+", maxSnap:"+h),{minSnap:p,maxSnap:h,findSnap:function(e){var t=sp("function"==typeof e?e({footerHeight:c,headerHeight:s,height:n.current,minHeight:l,maxHeight:a,snapPoints:u,lastSnap:r.current}):e);return u.reduce((function(e,n){return Math.abs(n-t)<Math.abs(e-t)?n:e}),p)},maxHeight:a}}({contentRef:Z,controlledMaxHeight:p,footerEnabled:!!o,footerRef:X,getSnapPoints:v,headerEnabled:!1!==a,headerRef:G,heightRef:J,lastSnapRef:c,ready:R,registerReady:P,resizeSourceRef:ee}),de=ce.minSnap,ue=ce.maxSnap,pe=ce.maxHeight,he=ce.findSnap,fe=K(pe),ge=K(de),ve=K(ue),me=K(he),xe=K(0);ap((function(){fe.current=pe,ve.current=ue,ge.current=de,me.current=he,xe.current=he(f)}),[he,f,pe,ue,de]);var be=Q((function(e){var t=e.onRest,n=e.config,r=(n=void 0===n?{}:n).velocity,i=void 0===r?1:r,o=op(n,vp),a=op(e,mp);return new Promise((function(e){return H(ip({},a,{config:ip({velocity:i},o,{mass:1,tension:bp,friction:Math.max(yp,yp+(yp-yp*i))}),onRest:function(){var n=[].slice.call(arguments);e.apply(void 0,n),null==t||t.apply(void 0,n)}}))}))}),[H]),ye=Ms(fp,{devTools:!1,actions:{onOpenCancel:Q((function(){return null==N.current?void 0:N.current({type:"OPEN"})}),[]),onSnapCancel:Q((function(e){return null==N.current?void 0:N.current({type:"SNAP",source:e.snapSource})}),[]),onCloseCancel:Q((function(){return null==N.current?void 0:N.current({type:"CLOSE"})}),[]),onResizeCancel:Q((function(){return null==N.current?void 0:N.current({type:"RESIZE",source:ee.current})}),[]),onOpenEnd:Q((function(){return null==j.current?void 0:j.current({type:"OPEN"})}),[]),onSnapEnd:Q((function(e,t){return null==j.current?void 0:j.current({type:"SNAP",source:e.snapSource})}),[]),onResizeEnd:Q((function(){return null==j.current?void 0:j.current({type:"RESIZE",source:ee.current})}),[])},context:{initialState:s},services:{onSnapStart:Q((function(e,t){try{return Promise.resolve(null==D.current?void 0:D.current({type:"SNAP",source:t.payload.source||"custom"}))}catch(e){return Promise.reject(e)}}),[]),onOpenStart:Q((function(){try{return Promise.resolve(null==D.current?void 0:D.current({type:"OPEN"}))}catch(e){return Promise.reject(e)}}),[]),onCloseStart:Q((function(){try{return Promise.resolve(null==D.current?void 0:D.current({type:"CLOSE"}))}catch(e){return Promise.reject(e)}}),[]),onResizeStart:Q((function(){try{return Promise.resolve(null==D.current?void 0:D.current({type:"RESIZE",source:ee.current}))}catch(e){return Promise.reject(e)}}),[]),onSnapEnd:Q((function(e,t){try{return Promise.resolve(null==j.current?void 0:j.current({type:"SNAP",source:e.snapSource}))}catch(e){return Promise.reject(e)}}),[]),onOpenEnd:Q((function(){try{return Promise.resolve(null==j.current?void 0:j.current({type:"OPEN"}))}catch(e){return Promise.reject(e)}}),[]),onCloseEnd:Q((function(){try{return Promise.resolve(null==j.current?void 0:j.current({type:"CLOSE"}))}catch(e){return Promise.reject(e)}}),[]),onResizeEnd:Q((function(){try{return Promise.resolve(null==j.current?void 0:j.current({type:"RESIZE",source:ee.current}))}catch(e){return Promise.reject(e)}}),[]),renderVisuallyHidden:Q((function(e,t){try{return Promise.resolve(be({y:xe.current,ready:0,maxHeight:fe.current,maxSnap:ve.current,minSnap:xe.current,immediate:!0})).then((function(){}))}catch(e){return Promise.reject(e)}}),[be]),activate:Q((function(e,t){try{return M.current=!0,Promise.resolve(Promise.all([ae.current.activate(),se.current.activate(),le.current.activate()])).then((function(){}))}catch(e){return Promise.reject(e)}}),[le,se,ae]),deactivate:Q((function(){try{return ae.current.deactivate(),se.current.deactivate(),le.current.deactivate(),M.current=!1,Promise.resolve()}catch(e){return Promise.reject(e)}}),[le,se,ae]),openImmediately:Q((function(){try{return J.current=xe.current,Promise.resolve(be({y:xe.current,ready:1,maxHeight:fe.current,maxSnap:ve.current,minSnap:xe.current,immediate:!0})).then((function(){}))}catch(e){return Promise.reject(e)}}),[be]),openSmoothly:Q((function(){try{return Promise.resolve(be({y:0,ready:1,maxHeight:fe.current,maxSnap:ve.current,minSnap:xe.current,immediate:!0})).then((function(){return J.current=xe.current,Promise.resolve(be({y:xe.current,ready:1,maxHeight:fe.current,maxSnap:ve.current,minSnap:xe.current,immediate:oe.current})).then((function(){}))}))}catch(e){return Promise.reject(e)}}),[be,oe]),snapSmoothly:Q((function(e,t){try{var n=me.current(e.y);return J.current=n,c.current=n,Promise.resolve(be({y:n,ready:1,maxHeight:fe.current,maxSnap:ve.current,minSnap:ge.current,immediate:oe.current,config:{velocity:e.velocity}})).then((function(){}))}catch(e){return Promise.reject(e)}}),[be,c,oe]),resizeSmoothly:Q((function(){try{var e=me.current(J.current);return J.current=e,c.current=e,Promise.resolve(be({y:e,ready:1,maxHeight:fe.current,maxSnap:ve.current,minSnap:ge.current,immediate:"element"!==ee.current||oe.current})).then((function(){}))}catch(e){return Promise.reject(e)}}),[be,c,oe]),closeSmoothly:Q((function(e,t){try{return be({minSnap:J.current,immediate:!0}),J.current=0,Promise.resolve(be({y:0,maxHeight:fe.current,maxSnap:ve.current,immediate:oe.current})).then((function(){return Promise.resolve(be({ready:0,immediate:!0})).then((function(){}))}))}catch(e){return Promise.reject(e)}}),[be,oe])}}),Ce=ye[0],we=ye[1];U((function(){R&&we(l?"OPEN":"CLOSE")}),[l,we,R]),ap((function(){(pe||ue||de)&&we("RESIZE")}),[pe,ue,de,we]),U((function(){return function(){ae.current.deactivate(),se.current.deactivate(),le.current.deactivate()}}),[le,se,ae]),ne(t,(function(){return{snapTo:function(e,t){var n=void 0===t?{}:t,r=n.velocity,i=void 0===r?1:r,o=n.source,a=void 0===o?"custom":o;we("SNAP",{payload:{y:me.current(e),velocity:i,source:a}})},get height(){return J.current}}}),[we]),U((function(){var e=F.current,t=function(e){ie.current&&e.preventDefault()},n=function(t){e.scrollTop<0&&(requestAnimationFrame((function(){e.style.overflow="hidden",e.scrollTop=0,e.style.removeProperty("overflow")})),t.preventDefault())};return L&&(e.addEventListener("scroll",t),e.addEventListener("touchmove",t),e.addEventListener("touchstart",n)),function(){e.removeEventListener("scroll",t),e.removeEventListener("touchmove",t),e.removeEventListener("touchstart",n)}}),[L,F]);var $e=_d((function(e){var t=e.args,n=(t=void 0===t?[]:t)[0],r=(n=void 0===n?{}:n).closeOnTap,i=void 0!==r&&r,o=n.isContentDragging,a=void 0!==o&&o,l=e.cancel,s=e.direction[1],c=e.down,d=e.first,p=e.last,h=e.memo,f=void 0===h?A.y.getValue():h,g=e.tap,v=e.velocity,m=-1*e.movement[1];if(!M.current)return l(),f;if(u&&i&&g)return l(),setTimeout((function(){return u()}),0),f;if(g)return f;var x=f+m,b=m*v,y=Math.max(ge.current,Math.min(ve.current,x+2*b));if(!c&&u&&s>0&&x+b<ge.current/2)return l(),u(),f;var C=c?u||ge.current!==ve.current?Zc(x,u?0:ge.current,ve.current,.55):x<ge.current?Zc(x,ge.current,2*ve.current,.55):Zc(x,ge.current/2,ve.current,.55):y;return L&&a?(C>=ve.current&&(C=ve.current),f===ve.current&&F.current.scrollTop>0&&(C=ve.current),ie.current=C<ve.current):ie.current=!1,d&&we("DRAG"),p?(we("SNAP",{payload:{y:C,velocity:v>.05?v:1,source:"dragging"}}),f):(H({y:C,ready:1,maxHeight:fe.current,maxSnap:ve.current,minSnap:ge.current,immediate:!0,config:{velocity:v}}),f)}),{filterTaps:!0});if(Number.isNaN(ve.current))throw new TypeError("maxSnapRef is NaN!!");if(Number.isNaN(ge.current))throw new TypeError("minSnapRef is NaN!!");var ke=function(e){var t,n=e.spring,r=nc([n.y,n.maxHeight],(function(e,t){return Math.round(lp(t-e,0,16))+"px"})),i=nc([n.y,n.minSnap,n.maxSnap],(function(e,t,n){return lp(e,t,n)+"px"})),o=nc([n.y,n.minSnap,n.maxSnap],(function(e,t,n){return e<t?t-e+"px":e>n?n-e+"px":"0px"})),a=nc([n.y,n.maxSnap],(function(e,t){return e>=t?Math.ceil(e-t):0})),l=nc([n.y,n.minSnap],(function(e,t){if(!t)return 0;var n=Math.max(t/2-45,0);return lp((e-n)*(1/(Math.min(t/2+45,t)-n)+0),0,1)})),s=nc([n.y,n.minSnap],(function(e,t){return t?lp(e/t,0,1):0}));return(t={})["--rsbs-content-opacity"]=l,t["--rsbs-backdrop-opacity"]=s,t["--rsbs-antigap-scale-y"]=a,t["--rsbs-overlay-translate-y"]=o,t["--rsbs-overlay-rounded"]=r,t["--rsbs-overlay-h"]=i,t}({spring:A});return q.createElement(Ic.div,ip({},_,{"data-rsbs-root":!0,"data-rsbs-state":wp.find(Ce.matches),"data-rsbs-is-blocking":x,"data-rsbs-is-dismissable":!!u,"data-rsbs-has-header":!!a,"data-rsbs-has-footer":!!o,className:i,ref:B,style:ip({},ke,C,{opacity:A.ready})}),r,x&&q.createElement("div",ip({key:"backdrop","data-rsbs-backdrop":!0},$e({closeOnTap:!0}))),q.createElement("div",{key:"overlay","aria-modal":"true",role:"dialog","data-rsbs-overlay":!0,tabIndex:-1,ref:Y,onKeyDown:function(e){"Escape"===e.key&&(e.stopPropagation(),u&&u())}},!1!==a&&q.createElement("div",ip({key:"header","data-rsbs-header":!0,ref:G},$e()),a),q.createElement("div",ip({key:"scroll","data-rsbs-scroll":!0,ref:F},L?$e({isContentDragging:!0}):{}),q.createElement("div",{"data-rsbs-content":!0,ref:Z},n)),o&&q.createElement("div",ip({key:"footer",ref:X,"data-rsbs-footer":!0},$e()),o)))})),wp=["closed","opening","open","closing","dragging","snapping","resizing"];function $p(e){var t=e.lastSnap;return null!=t?t:Math.min.apply(Math,e.snapPoints)}function kp(e){return e.minHeight}var Sp=["onSpringStart","onSpringEnd","skipInitialTransition"],Ep=G((function(e,t){var n=e.onSpringStart,r=e.onSpringEnd,i=e.skipInitialTransition,o=op(e,Sp),a=W(!1),l=a[0],s=a[1],c=K(),d=K(null),u=K(i&&o.open?"OPEN":"CLOSED");ap((function(){if(o.open)return cancelAnimationFrame(c.current),s(!0),function(){u.current="CLOSED"}}),[o.open]);var p=Q((function(e){return Promise.resolve(null==n?void 0:n(e)).then((function(){"OPEN"===e.type&&cancelAnimationFrame(c.current)}))}),[n]),h=Q((function(e){return Promise.resolve(null==r?void 0:r(e)).then((function(){"CLOSE"===e.type&&(c.current=requestAnimationFrame((function(){return s(!1)})))}))}),[r]);return l?q.createElement(wa,{"data-rsbs-portal":!0},q.createElement(Cp,ip({},o,{lastSnapRef:d,ref:t,initialState:u.current,onSpringStart:p,onSpringEnd:h}))):null}));const Op=(e,t)=>oe`
|
|
2333
2347
|
[data-rsbs-overlay] {
|
|
2334
2348
|
border-top-left-radius: 16px;
|
|
2335
2349
|
border-top-right-radius: 16px;
|
|
@@ -2358,7 +2372,7 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2358
2372
|
padding: 0px;
|
|
2359
2373
|
min-height: 64px;
|
|
2360
2374
|
}
|
|
2361
|
-
`;!function(e,t){void 0===t&&(t={});var n=t.insertAt;if("undefined"!=typeof document){var r=document.head||document.getElementsByTagName("head")[0],i=document.createElement("style");i.type="text/css","top"===n&&r.firstChild?r.insertBefore(i,r.firstChild):r.appendChild(i),i.styleSheet?i.styleSheet.cssText=e:i.appendChild(document.createTextNode(e))}}("[data-rsbs-overlay] {\n border-top-left-radius: 16px;\n border-top-left-radius: var(--rsbs-overlay-rounded,16px);\n border-top-right-radius: 16px;\n border-top-right-radius: var(--rsbs-overlay-rounded,16px);\n display: flex;\n background: #fff;\n background: var(--rsbs-bg,#fff);\n flex-direction: column;\n height: 0px;\n height: var(--rsbs-overlay-h,0px);\n transform: translate3d(0, 0px, 0);\n transform: translate3d(0, var(--rsbs-overlay-translate-y,0px), 0);\n will-change: height;\n}\n\n[data-rsbs-overlay]:focus {\n outline: none;\n}\n\n[data-rsbs-is-blocking='false'] [data-rsbs-overlay] {\n box-shadow: 0 -5px 60px 0 rgba(38, 89, 115, 0.11),\n 0 -1px 0 rgba(38, 89, 115, 0.05);\n}\n\n[data-rsbs-overlay],\n[data-rsbs-root]:after {\n max-width: auto;\n max-width: var(--rsbs-max-w,auto);\n margin-left: env(safe-area-inset-left);\n margin-left: var(--rsbs-ml,env(safe-area-inset-left));\n margin-right: env(safe-area-inset-right);\n margin-right: var(--rsbs-mr,env(safe-area-inset-right));\n}\n\n[data-rsbs-overlay],\n[data-rsbs-backdrop],\n[data-rsbs-root]:after {\n z-index: 3;\n -ms-scroll-chaining: none;\n overscroll-behavior: none;\n touch-action: none;\n position: fixed;\n right: 0;\n bottom: 0;\n left: 0;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n -webkit-tap-highlight-color: transparent;\n -webkit-touch-callout: none;\n}\n\n[data-rsbs-backdrop] {\n top: -60px;\n bottom: -60px;\n background-color: rgba(0, 0, 0, 0.6);\n background-color: var(--rsbs-backdrop-bg,rgba(0, 0, 0, 0.6));\n will-change: opacity;\n cursor: pointer;\n opacity: 1;\n}\n\n[data-rsbs-is-dismissable='false'] [data-rsbs-backdrop] {\n cursor: ns-resize;\n}\n\n[data-rsbs-root]:after {\n content: '';\n pointer-events: none;\n background: #fff;\n background: var(--rsbs-bg,#fff);\n height: 1px;\n transform-origin: bottom;\n transform: scale3d(1, 0, 1);\n transform: scale3d(1, var(--rsbs-antigap-scale-y,0), 1);\n will-change: transform;\n}\n\n[data-rsbs-footer],\n[data-rsbs-header] {\n flex-shrink: 0;\n cursor: ns-resize;\n padding: 16px;\n}\n\n[data-rsbs-header] {\n text-align: center;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n box-shadow: 0 1px 0\n rgba(46, 59, 66, calc(1 * 0.125));\n box-shadow: 0 1px 0\n rgba(46, 59, 66, calc(var(--rsbs-content-opacity,1) * 0.125));\n z-index: 1;\n padding-top: calc(20px + env(safe-area-inset-top));\n padding-bottom: 8px;\n}\n\n[data-rsbs-header]:before {\n position: absolute;\n content: '';\n display: block;\n width: 36px;\n height: 4px;\n top: calc(8px + env(safe-area-inset-top));\n left: 50%;\n transform: translateX(-50%);\n border-radius: 2px;\n background-color: hsla(0, 0%, 0%, 0.14);\n background-color: var(--rsbs-handle-bg,hsla(0, 0%, 0%, 0.14));\n}\n\n@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {\n [data-rsbs-header]:before {\n transform: translateX(-50%) scaleY(0.75);\n }\n}\n\n[data-rsbs-has-header='false'] [data-rsbs-header] {\n box-shadow: none;\n padding-top: calc(12px + env(safe-area-inset-top));\n}\n\n[data-rsbs-scroll] {\n flex-shrink: 1;\n flex-grow: 1;\n -webkit-tap-highlight-color: revert;\n -webkit-touch-callout: revert;\n -webkit-user-select: auto;\n -ms-user-select: auto;\n -moz-user-select: auto;\n user-select: auto;\n overflow: auto;\n -ms-scroll-chaining: none;\n overscroll-behavior: contain;\n -webkit-overflow-scrolling: touch;\n}\n\n[data-rsbs-scroll]:focus {\n outline: none;\n}\n\n[data-rsbs-has-footer='false'] [data-rsbs-content] {\n padding-bottom: env(safe-area-inset-bottom);\n}\n\n[data-rsbs-content] {\n /* The overflow hidden is to ensure any margin on child nodes are included when the resize observer is measuring the height */\n overflow: hidden;\n}\n\n[data-rsbs-footer] {\n box-shadow: 0 -1px 0 rgba(46, 59, 66, calc(1 * 0.125)),\n 0 2px 0 #fff;\n box-shadow: 0 -1px 0 rgba(46, 59, 66, calc(var(--rsbs-content-opacity,1) * 0.125)),\n 0 2px 0 var(--rsbs-bg,#fff);\n overflow: hidden;\n z-index: 1;\n padding-bottom: calc(16px + env(safe-area-inset-bottom));\n}\n\n[data-rsbs-is-dismissable='true'] [data-rsbs-header] > *, [data-rsbs-is-dismissable='true'] [data-rsbs-scroll] > *, [data-rsbs-is-dismissable='true'] [data-rsbs-footer] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='opening'] [data-rsbs-header] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='closing'] [data-rsbs-header] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='opening'] [data-rsbs-scroll] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='closing'] [data-rsbs-scroll] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='opening'] [data-rsbs-footer] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='closing'] [data-rsbs-footer] > * {\n opacity: 1;\n opacity: var(--rsbs-content-opacity,1);\n }\n\n[data-rsbs-is-dismissable='true'] [data-rsbs-backdrop], [data-rsbs-is-dismissable='false'][data-rsbs-state='opening'] [data-rsbs-backdrop], [data-rsbs-is-dismissable='false'][data-rsbs-state='closing'] [data-rsbs-backdrop] {\n opacity: 1;\n opacity: var(--rsbs-backdrop-opacity,1);\n }\n\n[data-rsbs-state='closed'],\n[data-rsbs-state='closing'] {\n /* Allows interactions on the rest of the page before the close transition is finished */\n pointer-events: none;\n}\n");const
|
|
2375
|
+
`;!function(e,t){void 0===t&&(t={});var n=t.insertAt;if("undefined"!=typeof document){var r=document.head||document.getElementsByTagName("head")[0],i=document.createElement("style");i.type="text/css","top"===n&&r.firstChild?r.insertBefore(i,r.firstChild):r.appendChild(i),i.styleSheet?i.styleSheet.cssText=e:i.appendChild(document.createTextNode(e))}}("[data-rsbs-overlay] {\n border-top-left-radius: 16px;\n border-top-left-radius: var(--rsbs-overlay-rounded,16px);\n border-top-right-radius: 16px;\n border-top-right-radius: var(--rsbs-overlay-rounded,16px);\n display: flex;\n background: #fff;\n background: var(--rsbs-bg,#fff);\n flex-direction: column;\n height: 0px;\n height: var(--rsbs-overlay-h,0px);\n transform: translate3d(0, 0px, 0);\n transform: translate3d(0, var(--rsbs-overlay-translate-y,0px), 0);\n will-change: height;\n}\n\n[data-rsbs-overlay]:focus {\n outline: none;\n}\n\n[data-rsbs-is-blocking='false'] [data-rsbs-overlay] {\n box-shadow: 0 -5px 60px 0 rgba(38, 89, 115, 0.11),\n 0 -1px 0 rgba(38, 89, 115, 0.05);\n}\n\n[data-rsbs-overlay],\n[data-rsbs-root]:after {\n max-width: auto;\n max-width: var(--rsbs-max-w,auto);\n margin-left: env(safe-area-inset-left);\n margin-left: var(--rsbs-ml,env(safe-area-inset-left));\n margin-right: env(safe-area-inset-right);\n margin-right: var(--rsbs-mr,env(safe-area-inset-right));\n}\n\n[data-rsbs-overlay],\n[data-rsbs-backdrop],\n[data-rsbs-root]:after {\n z-index: 3;\n -ms-scroll-chaining: none;\n overscroll-behavior: none;\n touch-action: none;\n position: fixed;\n right: 0;\n bottom: 0;\n left: 0;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n -webkit-tap-highlight-color: transparent;\n -webkit-touch-callout: none;\n}\n\n[data-rsbs-backdrop] {\n top: -60px;\n bottom: -60px;\n background-color: rgba(0, 0, 0, 0.6);\n background-color: var(--rsbs-backdrop-bg,rgba(0, 0, 0, 0.6));\n will-change: opacity;\n cursor: pointer;\n opacity: 1;\n}\n\n[data-rsbs-is-dismissable='false'] [data-rsbs-backdrop] {\n cursor: ns-resize;\n}\n\n[data-rsbs-root]:after {\n content: '';\n pointer-events: none;\n background: #fff;\n background: var(--rsbs-bg,#fff);\n height: 1px;\n transform-origin: bottom;\n transform: scale3d(1, 0, 1);\n transform: scale3d(1, var(--rsbs-antigap-scale-y,0), 1);\n will-change: transform;\n}\n\n[data-rsbs-footer],\n[data-rsbs-header] {\n flex-shrink: 0;\n cursor: ns-resize;\n padding: 16px;\n}\n\n[data-rsbs-header] {\n text-align: center;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n box-shadow: 0 1px 0\n rgba(46, 59, 66, calc(1 * 0.125));\n box-shadow: 0 1px 0\n rgba(46, 59, 66, calc(var(--rsbs-content-opacity,1) * 0.125));\n z-index: 1;\n padding-top: calc(20px + env(safe-area-inset-top));\n padding-bottom: 8px;\n}\n\n[data-rsbs-header]:before {\n position: absolute;\n content: '';\n display: block;\n width: 36px;\n height: 4px;\n top: calc(8px + env(safe-area-inset-top));\n left: 50%;\n transform: translateX(-50%);\n border-radius: 2px;\n background-color: hsla(0, 0%, 0%, 0.14);\n background-color: var(--rsbs-handle-bg,hsla(0, 0%, 0%, 0.14));\n}\n\n@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {\n [data-rsbs-header]:before {\n transform: translateX(-50%) scaleY(0.75);\n }\n}\n\n[data-rsbs-has-header='false'] [data-rsbs-header] {\n box-shadow: none;\n padding-top: calc(12px + env(safe-area-inset-top));\n}\n\n[data-rsbs-scroll] {\n flex-shrink: 1;\n flex-grow: 1;\n -webkit-tap-highlight-color: revert;\n -webkit-touch-callout: revert;\n -webkit-user-select: auto;\n -ms-user-select: auto;\n -moz-user-select: auto;\n user-select: auto;\n overflow: auto;\n -ms-scroll-chaining: none;\n overscroll-behavior: contain;\n -webkit-overflow-scrolling: touch;\n}\n\n[data-rsbs-scroll]:focus {\n outline: none;\n}\n\n[data-rsbs-has-footer='false'] [data-rsbs-content] {\n padding-bottom: env(safe-area-inset-bottom);\n}\n\n[data-rsbs-content] {\n /* The overflow hidden is to ensure any margin on child nodes are included when the resize observer is measuring the height */\n overflow: hidden;\n}\n\n[data-rsbs-footer] {\n box-shadow: 0 -1px 0 rgba(46, 59, 66, calc(1 * 0.125)),\n 0 2px 0 #fff;\n box-shadow: 0 -1px 0 rgba(46, 59, 66, calc(var(--rsbs-content-opacity,1) * 0.125)),\n 0 2px 0 var(--rsbs-bg,#fff);\n overflow: hidden;\n z-index: 1;\n padding-bottom: calc(16px + env(safe-area-inset-bottom));\n}\n\n[data-rsbs-is-dismissable='true'] [data-rsbs-header] > *, [data-rsbs-is-dismissable='true'] [data-rsbs-scroll] > *, [data-rsbs-is-dismissable='true'] [data-rsbs-footer] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='opening'] [data-rsbs-header] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='closing'] [data-rsbs-header] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='opening'] [data-rsbs-scroll] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='closing'] [data-rsbs-scroll] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='opening'] [data-rsbs-footer] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='closing'] [data-rsbs-footer] > * {\n opacity: 1;\n opacity: var(--rsbs-content-opacity,1);\n }\n\n[data-rsbs-is-dismissable='true'] [data-rsbs-backdrop], [data-rsbs-is-dismissable='false'][data-rsbs-state='opening'] [data-rsbs-backdrop], [data-rsbs-is-dismissable='false'][data-rsbs-state='closing'] [data-rsbs-backdrop] {\n opacity: 1;\n opacity: var(--rsbs-backdrop-opacity,1);\n }\n\n[data-rsbs-state='closed'],\n[data-rsbs-state='closing'] {\n /* Allows interactions on the rest of the page before the close transition is finished */\n pointer-events: none;\n}\n");const Lp=({header:e,content:t,footer:n,open:r=!1,onClose:i,minimizedHeight:o,midHeight:a=200,maxFullHeight:l,defaultSnap:s="minimized",className:c,blocking:d,zIndex:u=1e3})=>B(Ep,{css:Op(!!e,u),className:c,open:r,onDismiss:i,header:e,footer:n,snapPoints:({headerHeight:e,maxHeight:t,footerHeight:r})=>[20,o||e,a+(n?r:0),l||t-t/6],defaultSnap:({headerHeight:e,maxHeight:t,footerHeight:r})=>{let i=20;return"minimized"===s?i=o||e:"mid"===s?i=a+(n?r:0):"full"===s&&(i=l||t-t/6),i},blocking:d,children:t}),_p=oe`
|
|
2362
2376
|
a,
|
|
2363
2377
|
p {
|
|
2364
2378
|
font-size: 16px;
|
|
@@ -2390,19 +2404,19 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2390
2404
|
a:hover {
|
|
2391
2405
|
text-decoration: underline;
|
|
2392
2406
|
}
|
|
2393
|
-
`,
|
|
2407
|
+
`,Tp=oe`
|
|
2394
2408
|
svg {
|
|
2395
2409
|
height: 12px;
|
|
2396
2410
|
width: 12px;
|
|
2397
2411
|
color: ${fe("neutral",600)};
|
|
2398
2412
|
}
|
|
2399
|
-
`,
|
|
2413
|
+
`,Rp=oe`
|
|
2400
2414
|
cursor: pointer;
|
|
2401
2415
|
color: ${fe("neutral",600)};
|
|
2402
2416
|
display: flex;
|
|
2403
2417
|
justify-content: center;
|
|
2404
2418
|
align-items: center;
|
|
2405
|
-
`,
|
|
2419
|
+
`,Pp=({links:e,separator:t,maxItems:n=99,linkRouter:r})=>{const[i,o]=W(e.length>n);U((()=>{o(e.length>n)}),[e.length]);const a=r;return B(D.Root,{children:B(D.List,{gap:"16px",children:i?H(F,{children:[B(D.Item,{css:_p,children:H(a,{to:e[0].link,href:e[0].link,children:[e[0].icon,e[0].label]})}),B(D.Separator,{css:Tp,children:t||B(Ee,{rotate:"270"})}),B("li",{className:"chakra-breadcrumb__item",children:B("button",{css:Rp,type:"button",onClick:()=>o(!1),children:"..."})}),B(D.Separator,{css:Tp,children:t||B(Ee,{rotate:"270"})}),B(D.Item,{css:_p,children:H("p",{"aria-current":"page","aria-label":e[e.length-1].label,children:[e[e.length-1].icon,e[e.length-1].label]})})]}):e.map(((n,r)=>n?.label?H(ie,{children:[B(D.Item,{css:_p,children:r<e.length-1?H(a,{to:n.link,href:n.link,children:[n.icon,n.label]}):H("p",{"aria-current":"page","aria-label":n.label,children:[n.label&&n.icon?n.icon:"",n.label]})}),r<e.length-1?B(D.Separator,{css:Tp,children:t||B(Ee,{rotate:"270"})}):null]},n.label):null))})})},Mp=(e,t)=>oe`
|
|
2406
2420
|
min-height: 56px;
|
|
2407
2421
|
width: 100vw;
|
|
2408
2422
|
position: ${e?"sticky":"absolute"};
|
|
@@ -2427,7 +2441,7 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2427
2441
|
flex-direction: column;
|
|
2428
2442
|
align-items: flex-start;
|
|
2429
2443
|
}
|
|
2430
|
-
`,
|
|
2444
|
+
`,Np=oe`
|
|
2431
2445
|
display: flex;
|
|
2432
2446
|
align-items: center;
|
|
2433
2447
|
flex-wrap: wrap;
|
|
@@ -2440,7 +2454,7 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2440
2454
|
color: ${fe("neutral",700)};
|
|
2441
2455
|
text-decoration: underline;
|
|
2442
2456
|
}
|
|
2443
|
-
`,
|
|
2457
|
+
`,jp=oe`
|
|
2444
2458
|
width: 240px;
|
|
2445
2459
|
font-size: 14px;
|
|
2446
2460
|
line-height: 20px;
|
|
@@ -2451,13 +2465,13 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2451
2465
|
@media screen and (max-width: 768px) {
|
|
2452
2466
|
text-align: left;
|
|
2453
2467
|
}
|
|
2454
|
-
`,
|
|
2468
|
+
`,Vp=({children:e,label:t="© World Resources Institute",fixed:n,filled:r,maxWidth:i})=>{const o=(new Date).getFullYear();return B("footer",{css:Mp(n,r),children:H("div",{css:Dp(i),children:[B("div",{children:B(Ve,{height:"32px",width:"91px"})}),B("div",{css:Np,children:e}),B("div",{children:H("p",{css:jp,children:[t," ",o]})})]})})},Ip=oe`
|
|
2455
2469
|
width: 100%;
|
|
2456
2470
|
display: flex;
|
|
2457
2471
|
align-items: center;
|
|
2458
2472
|
height: 56px;
|
|
2459
2473
|
background-color: ${fe("neutral",200)};
|
|
2460
|
-
`,
|
|
2474
|
+
`,zp=oe`
|
|
2461
2475
|
height: 56px;
|
|
2462
2476
|
width: 99%;
|
|
2463
2477
|
background-color: ${fe("neutral",200)};
|
|
@@ -2551,9 +2565,9 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2551
2565
|
opacity: 1;
|
|
2552
2566
|
}
|
|
2553
2567
|
}
|
|
2554
|
-
`,zp=oe`
|
|
2555
|
-
position: relative;
|
|
2556
2568
|
`,Ap=oe`
|
|
2569
|
+
position: relative;
|
|
2570
|
+
`,Hp=oe`
|
|
2557
2571
|
position: absolute;
|
|
2558
2572
|
top: -5px;
|
|
2559
2573
|
right: -5px;
|
|
@@ -2568,7 +2582,7 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2568
2582
|
display: flex;
|
|
2569
2583
|
justify-content: center;
|
|
2570
2584
|
align-items: center;
|
|
2571
|
-
`,
|
|
2585
|
+
`,Bp=(e,t)=>e.findIndex((e=>e.value===t)),Fp=({defaultValue:e,tabs:t,onTabClick:n,hideLabels:r,activationMode:i="manual"})=>{const[o,a]=W(Bp(t,e)||0);return B("div",{css:Ip,children:B(N.Root,{width:"full",defaultValue:e||t?.[0]?.value,onValueChange:({value:e})=>{return a(Bp(t,r=e)),void(n&&n(r));var r},activationMode:i,children:B(N.List,{alignItems:"center",border:"none",children:t.map((e=>{const{label:t,icon:n,bagdeCount:i,"aria-label":o,...a}=e;return H(N.Trigger,{css:zp,"aria-label":o||t,...a,children:[H("div",{css:Ap,children:[n,i?B("div",{css:Hp,className:"ds-badge-count",children:i}):null]}),r?null:B("p",{children:t})]},t)}))})})})},Zp=(e,t)=>oe`
|
|
2572
2586
|
height: ${e?"96px":"48px"};
|
|
2573
2587
|
width: 100%;
|
|
2574
2588
|
background-color: ${fe("neutral",100)};
|
|
@@ -2577,7 +2591,7 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2577
2591
|
left: 0;
|
|
2578
2592
|
z-index: 102;
|
|
2579
2593
|
border-bottom: 1px solid ${fe("neutral",400)};
|
|
2580
|
-
`,
|
|
2594
|
+
`,qp=oe`
|
|
2581
2595
|
height: 48px;
|
|
2582
2596
|
width: 100%;
|
|
2583
2597
|
background-color: ${fe("neutral",100)};
|
|
@@ -2587,7 +2601,7 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2587
2601
|
justify-content: flex-start;
|
|
2588
2602
|
gap: 0px;
|
|
2589
2603
|
padding: 8px 16px;
|
|
2590
|
-
`,
|
|
2604
|
+
`,Gp=(e,t)=>oe`
|
|
2591
2605
|
height: 48px;
|
|
2592
2606
|
width: 100%;
|
|
2593
2607
|
max-width: ${t?`${t}px`:"100%"};
|
|
@@ -2597,7 +2611,7 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2597
2611
|
justify-content: space-between;
|
|
2598
2612
|
margin: 0 auto;
|
|
2599
2613
|
padding: 8px 16px;
|
|
2600
|
-
`,
|
|
2614
|
+
`,Wp=oe`
|
|
2601
2615
|
outline: none;
|
|
2602
2616
|
a {
|
|
2603
2617
|
&:focus-visible {
|
|
@@ -2608,12 +2622,12 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2608
2622
|
outline-width: 2px;
|
|
2609
2623
|
}
|
|
2610
2624
|
}
|
|
2611
|
-
`,
|
|
2625
|
+
`,Up=e=>oe`
|
|
2612
2626
|
display: ${e?"none":"flex"};
|
|
2613
2627
|
align-items: center;
|
|
2614
2628
|
justify-content: flex-start;
|
|
2615
2629
|
gap: 0px;
|
|
2616
|
-
`,
|
|
2630
|
+
`,Xp=e=>oe`
|
|
2617
2631
|
font-size: 16px;
|
|
2618
2632
|
line-height: 24px;
|
|
2619
2633
|
font-weight: 400;
|
|
@@ -2638,12 +2652,12 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2638
2652
|
font-weight: 700;
|
|
2639
2653
|
color: ${fe("accessible","controls-on-neutral-lights")};
|
|
2640
2654
|
`:""}
|
|
2641
|
-
`,
|
|
2655
|
+
`,Yp=oe`
|
|
2642
2656
|
height: 48px;
|
|
2643
2657
|
display: flex;
|
|
2644
2658
|
align-items: center;
|
|
2645
2659
|
justify-content: flex-end;
|
|
2646
|
-
`,
|
|
2660
|
+
`,Kp=e=>oe`
|
|
2647
2661
|
height: 100%;
|
|
2648
2662
|
font-size: 16px;
|
|
2649
2663
|
line-height: 24px;
|
|
@@ -2662,7 +2676,7 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2662
2676
|
}
|
|
2663
2677
|
}
|
|
2664
2678
|
`:""}
|
|
2665
|
-
`,
|
|
2679
|
+
`,Jp=e=>oe`
|
|
2666
2680
|
height: 100%;
|
|
2667
2681
|
display: flex;
|
|
2668
2682
|
align-items: center;
|
|
@@ -2670,7 +2684,7 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2670
2684
|
gap: 20px;
|
|
2671
2685
|
padding-left: 16px;
|
|
2672
2686
|
border-left: 1px solid ${fe("neutral",e?700:300)};
|
|
2673
|
-
`,
|
|
2687
|
+
`,Qp=oe`
|
|
2674
2688
|
background-color: none;
|
|
2675
2689
|
border: none;
|
|
2676
2690
|
cursor: pointer;
|
|
@@ -2695,7 +2709,7 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2695
2709
|
outline-width: 2px;
|
|
2696
2710
|
background-color: ${fe("neutral",200)};
|
|
2697
2711
|
}
|
|
2698
|
-
`,
|
|
2712
|
+
`,eh=e=>oe`
|
|
2699
2713
|
position: absolute;
|
|
2700
2714
|
top: 48px;
|
|
2701
2715
|
right: 0;
|
|
@@ -2708,10 +2722,10 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2708
2722
|
justify-content: flex-start;
|
|
2709
2723
|
gap: 16px;
|
|
2710
2724
|
transition: width 0.5s ease-in-out;
|
|
2711
|
-
`,
|
|
2725
|
+
`,th=oe`
|
|
2712
2726
|
height: 100%;
|
|
2713
2727
|
width: 100%;
|
|
2714
|
-
`,
|
|
2728
|
+
`,nh=oe`
|
|
2715
2729
|
background-color: ${fe("neutral",200)};
|
|
2716
2730
|
border-bottom: 1px solid ${fe("neutral",300)};
|
|
2717
2731
|
|
|
@@ -2731,13 +2745,13 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2731
2745
|
margin-left: -12px;
|
|
2732
2746
|
}
|
|
2733
2747
|
}
|
|
2734
|
-
`,nh=oe`
|
|
2735
|
-
background-color: ${fe("neutral",100)};
|
|
2736
2748
|
`,rh=oe`
|
|
2749
|
+
background-color: ${fe("neutral",100)};
|
|
2750
|
+
`,ih=oe`
|
|
2737
2751
|
min-height: 100vh;
|
|
2738
2752
|
width: 100%;
|
|
2739
2753
|
overflow-y: scroll;
|
|
2740
|
-
`;oe``;const
|
|
2754
|
+
`;oe``;const oh=e=>oe`
|
|
2741
2755
|
display: inline-block;
|
|
2742
2756
|
width: 100%;
|
|
2743
2757
|
padding: 12px 16px;
|
|
@@ -2766,7 +2780,7 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2766
2780
|
outline-width: 2px;
|
|
2767
2781
|
background-color: ${fe("neutral",200)};
|
|
2768
2782
|
}
|
|
2769
|
-
`,
|
|
2783
|
+
`,ah=oe`
|
|
2770
2784
|
width: 100%;
|
|
2771
2785
|
padding: 12px 16px;
|
|
2772
2786
|
display: flex;
|
|
@@ -2790,7 +2804,7 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2790
2804
|
outline-width: 2px;
|
|
2791
2805
|
background-color: ${fe("neutral",200)};
|
|
2792
2806
|
}
|
|
2793
|
-
`,
|
|
2807
|
+
`,lh=e=>oe`
|
|
2794
2808
|
position: absolute;
|
|
2795
2809
|
top: 0px;
|
|
2796
2810
|
right: 0;
|
|
@@ -2802,7 +2816,7 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2802
2816
|
align-items: flex-start;
|
|
2803
2817
|
justify-content: flex-start;
|
|
2804
2818
|
transition: width 0.5s ease-in-out;
|
|
2805
|
-
`,
|
|
2819
|
+
`,sh=oe`
|
|
2806
2820
|
height: 48px;
|
|
2807
2821
|
width: 100%;
|
|
2808
2822
|
display: flex;
|
|
@@ -2813,7 +2827,7 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2813
2827
|
position: relative;
|
|
2814
2828
|
top: 0;
|
|
2815
2829
|
left: 0;
|
|
2816
|
-
`,
|
|
2830
|
+
`,ch=oe`
|
|
2817
2831
|
position: absolute;
|
|
2818
2832
|
bottom: 0;
|
|
2819
2833
|
left: 0;
|
|
@@ -2828,13 +2842,13 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2828
2842
|
button {
|
|
2829
2843
|
width: calc(48% - 24px);
|
|
2830
2844
|
}
|
|
2831
|
-
`,
|
|
2845
|
+
`,dh=({navigationSection:e,utilitySection:t,actionsSection:n,linkRouter:r,isOpen:i,setIsOpen:o,pathname:a})=>{const[l,s]=W(void 0),[c,d]=W(-1),u=K(null),p=K([]),h=r;return H(F,{children:[B("div",{css:eh(i),children:i&&H("div",{css:th,children:[H("div",{style:{overflowY:"scroll",width:"100%",height:"100%",paddingBottom:"72px"},children:[t?B("div",{css:nh,children:t?.map((e=>B("div",{className:"ds-utility-item",children:e})))}):null,e?B("div",{css:rh,children:e.map(((e,t)=>e.link?B(h,{to:e.link,href:e.link,onClick:()=>{s(void 0),d(-1),o(!1)},css:oh(a===e.link),children:e.label},e.label):H("button",{css:ah,type:"button",ref:e=>p.current[t]=e,onClick:()=>{e.items&&(s(e),d(t),setTimeout((()=>{u.current?.focus()}),100))},children:[e.label,e.items?B(Ee,{rotate:"270",color:"var(--chakra-colors-neutral-700)"}):null]},e.label)))}):null]}),n?B("div",{css:ch,children:n.map((e=>B(ye,{label:e.label,onClick:()=>{e?.onClick?.(),s(void 0),d(-1),o(!1)}},e.label)))}):null]})}),B("div",{css:lh(!!l?.items),children:l?.items?H(F,{children:[H("div",{css:sh,children:[H("button",{type:"button",onClick:()=>{s(void 0),d(-1),p.current[c]?.focus()},"aria-label":"Go back",css:Qp,ref:u,children:[B(Ee,{rotate:"90",color:"var(--chakra-colors-neutral-700)"}),l?.label]}),H("button",{type:"button",onClick:()=>{s(void 0),d(-1),o(!1)},"aria-label":"Close menu",css:Qp,children:["Close",B(_e,{height:"16px",width:"16px"})]})]}),B("div",{css:ih,children:l?.items?.map((e=>B(h,{to:e.link,href:e.link,css:oh(),onClick:()=>{s(void 0),d(-1),o(!1)},children:e.label},e.label)))})]}):null})]})},uh=1023,ph=({logo:e,linkRouter:t,pathname:n,navigationSection:r,utilitySection:i,actionsSection:o,maxWidth:a,fixed:l,onNavbarHeightChange:s})=>{const c=K(null),d=K(null),u=K(null),[p,h]=W(!1),[f,g]=W(-1),[v,m]=W("undefined"!=typeof window&&window?.innerWidth<=uh),[x,b]=W(!1),y=t,C=Q((()=>{if(d.current&&c.current&&u.current){const e=c.current.getBoundingClientRect(),t=d.current.getBoundingClientRect(),n=u.current.getBoundingClientRect();t.width,e.width,window.innerWidth<=uh||window.innerWidth<=f?(s?.(96),h(!0)):window.innerWidth>uh&&window.innerWidth<=1440?e.right>=t.left?(s?.(96),h(!0),g(window.innerWidth)):window.innerWidth>f&&(s?.(48),h(!1),g(-1)):(s?.(48),h(!1),g(-1)),p&&(window.innerWidth<=uh||n.right>=t.left?(m(!0),s?.(48)):(m(!1),s?.(96)))}}),[f,p]);return U((()=>(C(),window.addEventListener("resize",C),()=>{window.removeEventListener("resize",C)})),[C]),H("nav",{css:Zp(p&&!v,l),children:[H("div",{css:Gp(p&&!v,a),children:[H("div",{css:(w=p&&!v,oe`
|
|
2832
2846
|
display: flex;
|
|
2833
2847
|
align-items: center;
|
|
2834
2848
|
justify-content: flex-start;
|
|
2835
2849
|
gap: 12px;
|
|
2836
2850
|
color: ${fe("neutral",w?100:900)};
|
|
2837
|
-
`),ref:c,children:[e?B("div",{ref:u,css:
|
|
2851
|
+
`),ref:c,children:[e?B("div",{ref:u,css:Wp,children:e}):null,B("div",{css:Up(p),children:r?.map((e=>e.link?B(y,{to:e.link,href:e.link,css:Xp(n===e.link),children:e.label},e.label):B(ht,{label:e.label,items:e.items||[]},e.label)))})]}),B("div",{css:Yp,ref:d,children:v?H("button",{type:"button",onClick:()=>b(!x),"aria-label":"Open menu",css:Qp,children:[x?"Close":"Menu",B(x?_e:et,{height:"16px",width:"16px"})]}):H(F,{children:[B("div",{css:Yp,children:i?.map(((e,t)=>B("div",{css:Kp(p),children:e},t)))}),o?B("div",{css:Jp(p),children:o.map((e=>B(ye,{...e},e.label)))}):null]})})]}),p&&!v?B("div",{css:qp,children:r?.map((e=>e.link?B(y,{to:e.link,href:e.link,css:Xp(n===e.link),children:e.label},e.label):B(ht,{label:e.label,items:e.items||[]},e.label)))}):null,v?B(dh,{navigationSection:r,utilitySection:i,actionsSection:o,linkRouter:t,isOpen:x,setIsOpen:b,pathname:n}):null]});var w},hh=oe`
|
|
2838
2852
|
width: 64px;
|
|
2839
2853
|
height: 100%;
|
|
2840
2854
|
z-index: 100;
|
|
@@ -2843,7 +2857,7 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2843
2857
|
display: flex;
|
|
2844
2858
|
flex-direction: column;
|
|
2845
2859
|
justify-content: space-between;
|
|
2846
|
-
`,
|
|
2860
|
+
`,fh=oe`
|
|
2847
2861
|
width: 64px;
|
|
2848
2862
|
height: 64px;
|
|
2849
2863
|
background-color: ${fe("neutral",200)};
|
|
@@ -2933,7 +2947,7 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2933
2947
|
}
|
|
2934
2948
|
}
|
|
2935
2949
|
}
|
|
2936
|
-
`,
|
|
2950
|
+
`,gh=oe`
|
|
2937
2951
|
display: flex;
|
|
2938
2952
|
justify-content: center;
|
|
2939
2953
|
align-items: center;
|
|
@@ -2946,7 +2960,7 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2946
2960
|
fill: ${fe("neutral",600)};
|
|
2947
2961
|
}
|
|
2948
2962
|
}
|
|
2949
|
-
`,
|
|
2963
|
+
`,vh=oe`
|
|
2950
2964
|
width: 64px;
|
|
2951
2965
|
height: 64px;
|
|
2952
2966
|
background-color: ${fe("neutral",200)};
|
|
@@ -2984,7 +2998,7 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2984
2998
|
text-align: center;
|
|
2985
2999
|
color: ${fe("neutral",600)};
|
|
2986
3000
|
}
|
|
2987
|
-
`,
|
|
3001
|
+
`,mh=oe`
|
|
2988
3002
|
width: 320px;
|
|
2989
3003
|
height: 100%;
|
|
2990
3004
|
z-index: 100;
|
|
@@ -2992,14 +3006,14 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2992
3006
|
background-color: ${fe("neutral",100)};
|
|
2993
3007
|
overflow-y: auto;
|
|
2994
3008
|
overflow-x: hidden;
|
|
2995
|
-
`,
|
|
3009
|
+
`,xh=({tabs:e=[],defaultValue:t,onTabClick:n,children:i,onOpenChange:o})=>{const[a,l]=W(!1),[s,c]=W(t||e?.[0]?.value);return H("div",{style:{height:"calc(100vh - 48px - 56px)",position:"fixed",top:"48px",left:0,display:"flex"},children:[H("div",{css:hh,children:[B(N.Root,{defaultValue:t||e?.[0]?.value,orientation:"horizontal",width:"full",onValueChange:({value:e})=>{var t;c(t=e),n&&n(t)},role:"tablist",children:B(N.List,{alignItems:"center",border:"none",style:{flexDirection:"column"},children:e.map((e=>B(N.Trigger,{css:fh,"aria-label":e["aria-label"]||e.label,...e,children:H(r,{display:"flex",alignItems:"center",flexDirection:"column",gap:"5px",className:"ds-tab-label",children:[e.icon?B("div",{css:gh,children:e.icon}):null,B("p",{children:e.label})]})},e.label)))})}),i?B(j.Root,{onOpenChange:({open:e})=>{l(e),o&&o(!e)},children:H(j.Trigger,{css:vh,children:[B("div",{css:gh,children:B(a?we:Ce,{})}),H("div",{className:"ds-tab-label",children:[B("p",{children:a?"Show":"Hide"}),B("p",{children:"Sidebar"})]})]})}):null]}),i?B(j.Root,{defaultOpen:!0,open:!a,children:B(j.Content,{height:"100%",children:B("div",{css:mh,role:"tabpanel","aria-labelledby":s,children:i})})}):null]})},bh=e=>oe`
|
|
2996
3010
|
width: 100%;
|
|
2997
3011
|
display: flex;
|
|
2998
3012
|
align-items: center;
|
|
2999
3013
|
height: 40px;
|
|
3000
3014
|
|
|
3001
3015
|
${"view"===e&&`\n border: 1px solid ${fe("neutral",400)};\n background-color: ${fe("neutral",200)};\n border-radius: 4px;\n padding: 4px;\n `}
|
|
3002
|
-
`,
|
|
3016
|
+
`,yh=oe`
|
|
3003
3017
|
width: 99%;
|
|
3004
3018
|
height: 40px;
|
|
3005
3019
|
padding: 8px 16px;
|
|
@@ -3015,7 +3029,7 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3015
3029
|
&:focus-visible {
|
|
3016
3030
|
box-shadow: none;
|
|
3017
3031
|
}
|
|
3018
|
-
`,
|
|
3032
|
+
`,Ch=oe`
|
|
3019
3033
|
background-color: ${fe("neutral",200)};
|
|
3020
3034
|
color: ${fe("neutral",700)};
|
|
3021
3035
|
|
|
@@ -3072,11 +3086,11 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3072
3086
|
opacity: 1;
|
|
3073
3087
|
}
|
|
3074
3088
|
}
|
|
3075
|
-
`,
|
|
3089
|
+
`,wh=oe`
|
|
3076
3090
|
width: 4px;
|
|
3077
3091
|
height: 24px;
|
|
3078
3092
|
background-color: ${fe("neutral",400)};
|
|
3079
|
-
|
|
3093
|
+
`,$h=oe`
|
|
3080
3094
|
height: 32px;
|
|
3081
3095
|
border-radius: 2px;
|
|
3082
3096
|
background-color: ${fe("neutral",200)};
|
|
@@ -3149,12 +3163,12 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3149
3163
|
opacity: 1;
|
|
3150
3164
|
}
|
|
3151
3165
|
}
|
|
3152
|
-
|
|
3166
|
+
`,kh=(e,t)=>e.findIndex((e=>e.value===t)),Sh=e=>1===e?"none":2===e?"left":"right",Eh=({variant:e="panel",defaultValue:t,tabs:n,onTabClick:i,activationMode:o="manual"})=>{const[a,l]=W(kh(n,t)||0),s="view"===e;return B("div",{css:bh(e),children:B(N.Root,{width:"full",defaultValue:t||n?.[0]?.value,onValueChange:({value:e})=>{return l(kh(n,t=e)),void(i&&i(t));var t},activationMode:o,children:B(N.List,{alignItems:"center",border:"none",children:n.map(((e,t)=>H(ie,{children:[s&&1===t&&"left"===Sh(a)?B("div",{css:wh}):null,B(N.Trigger,{css:[yh,s?$h:Ch],"aria-label":e["aria-label"]||e.label,...e,children:H(r,{display:"flex",alignItems:"center",gap:"5px",children:[e.icon,e.label]})},e.label),s&&1===t&&"right"===Sh(a)?B("div",{css:wh}):null]},e.label)))})})})},Oh=oe`
|
|
3153
3167
|
display: flex;
|
|
3154
3168
|
justify-content: flex-start;
|
|
3155
3169
|
align-items: center;
|
|
3156
3170
|
gap: 8px;
|
|
3157
|
-
`,
|
|
3171
|
+
`,Lh=e=>oe`
|
|
3158
3172
|
width: ${e||"16px"};
|
|
3159
3173
|
position: relative;
|
|
3160
3174
|
display: flex;
|
|
@@ -3166,7 +3180,7 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3166
3180
|
position: absolute;
|
|
3167
3181
|
top: 0px;
|
|
3168
3182
|
right: 0px;
|
|
3169
|
-
`,
|
|
3183
|
+
`,Th=oe`
|
|
3170
3184
|
height: 10px;
|
|
3171
3185
|
background-color: ${fe("error",500)};
|
|
3172
3186
|
padding: 0 3px 1px 3px;
|
|
@@ -3177,11 +3191,11 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3177
3191
|
position: absolute;
|
|
3178
3192
|
top: -2px;
|
|
3179
3193
|
left: 9px;
|
|
3180
|
-
`,
|
|
3194
|
+
`,Rh=oe`
|
|
3181
3195
|
font-size: 9px;
|
|
3182
3196
|
font-weight: 700;
|
|
3183
3197
|
color: ${fe("error",100)};
|
|
3184
|
-
`,
|
|
3198
|
+
`,Ph=oe`
|
|
3185
3199
|
height: 16px;
|
|
3186
3200
|
min-width: 16px;
|
|
3187
3201
|
background-color: ${fe("error",500)};
|
|
@@ -3190,11 +3204,11 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3190
3204
|
justify-content: center;
|
|
3191
3205
|
align-items: center;
|
|
3192
3206
|
padding: 0px 4px 1px 4px;
|
|
3193
|
-
`,
|
|
3207
|
+
`,Mh=oe`
|
|
3194
3208
|
font-size: 16px;
|
|
3195
3209
|
font-weight: 700;
|
|
3196
3210
|
color: ${fe("error",100)};
|
|
3197
|
-
`,Dh=({hasNotification:e,notificationCount:t,label:n})=>{const[r,i]=W(!1);U((()=>{const e=()=>{window.innerWidth<1024?i(!0):i(!1)};return e(),window.addEventListener("resize",e),()=>{window.removeEventListener("resize",e)}}),[]);const o=(()=>{let e="";return t&&t>0&&(e=`${t>99?"99+":t}`),e})();let a="16px";return t&&t>99?a="28px":t&&t>9&&(a="22px"),H("div",r?{css:
|
|
3211
|
+
`,Dh=({hasNotification:e,notificationCount:t,label:n})=>{const[r,i]=W(!1);U((()=>{const e=()=>{window.innerWidth<1024?i(!0):i(!1)};return e(),window.addEventListener("resize",e),()=>{window.removeEventListener("resize",e)}}),[]);const o=(()=>{let e="";return t&&t>0&&(e=`${t>99?"99+":t}`),e})();let a="16px";return t&&t>99?a="28px":t&&t>9&&(a="22px"),H("div",r?{css:Oh,role:"status","aria-live":"polite",children:[H("div",{css:Lh(),children:[B(Ie,{color:"currentColor",height:"16px",width:"16px"}),!e||t||n?null:B("div",{css:_h,"aria-hidden":!0})]}),n?B("p",{children:n}):null,o.length>0?B("div",{css:Ph,children:B("p",{css:Mh,"aria-label":`${t} unread message`,children:o})}):null]}:{css:Oh,role:"status","aria-live":"polite",children:[n?B("p",{children:n}):null,H("div",{css:Lh(a),children:[o.length>0?B("div",{css:Th,children:B("p",{css:Rh,"aria-label":`${t} unread message`,children:o})}):null,e&&!t?B("div",{css:_h,"aria-hidden":!0}):null,B(Ie,{color:"currentColor",height:"16px",width:"16px"})]})]})},Nh=(e,t)=>oe`
|
|
3198
3212
|
width: 100%;
|
|
3199
3213
|
min-width: ${"small"===e?"234px":"320px"};
|
|
3200
3214
|
border-radius: 4px;
|
|
@@ -3209,7 +3223,7 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3209
3223
|
button {
|
|
3210
3224
|
margin-left: ${t?0:"24px"};
|
|
3211
3225
|
}
|
|
3212
|
-
`,
|
|
3226
|
+
`,jh=oe`
|
|
3213
3227
|
display: flex;
|
|
3214
3228
|
align-items: flex-start;
|
|
3215
3229
|
gap: 8px;
|
|
@@ -3217,28 +3231,28 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3217
3231
|
svg {
|
|
3218
3232
|
margin-top: 6px;
|
|
3219
3233
|
}
|
|
3220
|
-
`,
|
|
3234
|
+
`,Vh=e=>oe`
|
|
3221
3235
|
color: ${fe("neutral",800)};
|
|
3222
3236
|
font-size: ${"small"===e?"14px":"18px"};
|
|
3223
3237
|
line-height: ${"small"===e?"20px":"28px"};
|
|
3224
3238
|
font-weight: 400;
|
|
3225
3239
|
text-align: left;
|
|
3226
|
-
`,
|
|
3240
|
+
`,Ih=e=>oe`
|
|
3227
3241
|
color: ${fe("neutral",700)};
|
|
3228
3242
|
font-size: ${"small"===e?"12px":"16px"};
|
|
3229
3243
|
line-height: ${"small"===e?"16px":"24px"};
|
|
3230
3244
|
font-weight: 400;
|
|
3231
3245
|
margin-left: 24px;
|
|
3232
3246
|
text-align: left;
|
|
3233
|
-
`,
|
|
3247
|
+
`,zh=oe`
|
|
3234
3248
|
background-color: ${fe("neutral",100)};
|
|
3235
3249
|
border: 1px solid ${fe("neutral",300)};
|
|
3236
3250
|
color: ${fe("neutral",700)};
|
|
3237
|
-
`,
|
|
3251
|
+
`,Ah=oe`
|
|
3238
3252
|
background-color: ${fe("neutral",200)};
|
|
3239
3253
|
border: 1px solid ${fe("neutral",300)};
|
|
3240
3254
|
color: ${fe("neutral",700)};
|
|
3241
|
-
`,
|
|
3255
|
+
`,Hh=oe`
|
|
3242
3256
|
background-color: ${fe("success",100)};
|
|
3243
3257
|
border: 1px solid ${fe("success",300)};
|
|
3244
3258
|
color: ${fe("success",500)};
|
|
@@ -3246,7 +3260,7 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3246
3260
|
p {
|
|
3247
3261
|
color: ${fe("success",900)};
|
|
3248
3262
|
}
|
|
3249
|
-
`,
|
|
3263
|
+
`,Bh=oe`
|
|
3250
3264
|
background-color: ${fe("warning",100)};
|
|
3251
3265
|
border: 1px solid ${fe("warning",300)};
|
|
3252
3266
|
color: ${fe("warning",500)};
|
|
@@ -3254,7 +3268,7 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3254
3268
|
p {
|
|
3255
3269
|
color: ${fe("warning",900)};
|
|
3256
3270
|
}
|
|
3257
|
-
`,
|
|
3271
|
+
`,Fh=oe`
|
|
3258
3272
|
background-color: ${fe("error",100)};
|
|
3259
3273
|
border: 1px solid ${fe("error",300)};
|
|
3260
3274
|
color: ${fe("error",500)};
|
|
@@ -3262,32 +3276,32 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3262
3276
|
p {
|
|
3263
3277
|
color: ${fe("error",900)};
|
|
3264
3278
|
}
|
|
3265
|
-
`,
|
|
3279
|
+
`,Zh=({label:e,caption:t,variant:n,size:r="large",icon:i=B(Se,{height:"16px",width:"16px"}),onActionClick:o,actionLabel:a,isButtonRight:l})=>{let s=zh;return"info-grey"===n?s=Ah:"success"===n?s=Hh:"warning"===n?s=Bh:"error"===n&&(s=Fh),H("div",{css:[Nh(r,l),s],"aria-roledescription":"Note",children:[H("div",{children:[H("div",{css:jh,children:[i,B("p",{css:Vh(r),children:e})]}),B("p",{css:Ih(r),children:t})]}),a?B(ye,{label:a,variant:"info-white"===n||"info-grey"===n?"primary":"secondary",size:"large"===r?"default":"small",onClick:o}):null]})},qh=oe`
|
|
3266
3280
|
height: 8px;
|
|
3267
3281
|
width: 100%;
|
|
3268
3282
|
background-color: ${fe("neutral",300)};
|
|
3269
3283
|
display: flex;
|
|
3270
3284
|
align-items: center;
|
|
3271
3285
|
justify-content: flex-start;
|
|
3272
|
-
`,
|
|
3286
|
+
`,Gh=e=>oe`
|
|
3273
3287
|
height: 100%;
|
|
3274
3288
|
width: ${e}%;
|
|
3275
3289
|
background-color: ${fe("primary",500)};
|
|
3276
3290
|
transition: width 0.5s ease-in-out;
|
|
3277
|
-
`,
|
|
3291
|
+
`,Wh=({progress:e})=>{let t=e;return t>100&&(t=100),t<0&&(t=0),B("div",{css:qh,role:"progressbar","aria-label":`Progress: ${t}%`,"aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":t,children:B("div",{css:Gh(t)})})},Uh=oe`
|
|
3278
3292
|
width: 100%;
|
|
3279
3293
|
display: flex;
|
|
3280
3294
|
align-items: center;
|
|
3281
3295
|
justify-content: space-between;
|
|
3282
3296
|
position: relative;
|
|
3283
|
-
`,
|
|
3297
|
+
`,Xh=oe`
|
|
3284
3298
|
height: 60px;
|
|
3285
3299
|
width: 80px;
|
|
3286
3300
|
display: flex;
|
|
3287
3301
|
flex-direction: column;
|
|
3288
3302
|
align-items: center;
|
|
3289
3303
|
justify-content: space-between;
|
|
3290
|
-
`,
|
|
3304
|
+
`,Yh=(e,t)=>oe`
|
|
3291
3305
|
height: 32px;
|
|
3292
3306
|
width: 32px;
|
|
3293
3307
|
display: flex;
|
|
@@ -3323,12 +3337,12 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3323
3337
|
}
|
|
3324
3338
|
|
|
3325
3339
|
${t?`\n background-color: ${fe("neutral",300)};\n \n &:hover {\n background-color: ${fe("neutral",300)};\n box-shadow: none;\n }\n `:""}
|
|
3326
|
-
`,
|
|
3340
|
+
`,Kh=e=>oe`
|
|
3327
3341
|
color: ${fe("neutral",e?800:600)};
|
|
3328
3342
|
font-size: 14px;
|
|
3329
3343
|
line-height: 20px;
|
|
3330
3344
|
font-weight: 400;
|
|
3331
|
-
`,
|
|
3345
|
+
`,Jh=oe`
|
|
3332
3346
|
height: 1px;
|
|
3333
3347
|
width: 100%;
|
|
3334
3348
|
padding: 0 30px;
|
|
@@ -3336,11 +3350,11 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3336
3350
|
top: 16px;
|
|
3337
3351
|
left: 0;
|
|
3338
3352
|
z-index: -1;
|
|
3339
|
-
`,
|
|
3353
|
+
`,Qh=oe`
|
|
3340
3354
|
height: 1px;
|
|
3341
3355
|
width: 100%;
|
|
3342
3356
|
background-color: ${fe("neutral",400)};
|
|
3343
|
-
`,
|
|
3357
|
+
`,ef=({steps:e,currentStep:t})=>H("div",{css:Uh,children:[e.map(((e,n)=>H("div",{css:Xh,children:[B("button",{css:Yh(t>=n+1,t<n+1),type:"button",onClick:e.onClick,"aria-current":t===n+1,"aria-disabled":t<n+1,disabled:t<n+1,"aria-label":`Current Step ${n}${e.label?` ${e.label}`:""}`,"data-active":t>=n+1,children:t>n+1?B($e,{height:"16px",width:"16px"}):n+1}),e.label?B("p",{css:Kh(t===n+1),children:e.label}):null]},`${e.label}-${n}`))),B("div",{css:Jh,children:B("div",{css:Qh})})]}),tf=oe`
|
|
3344
3358
|
justify-content: space-between;
|
|
3345
3359
|
align-items: center;
|
|
3346
3360
|
gap: 8px;
|
|
@@ -3383,18 +3397,18 @@ function Xd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3383
3397
|
color: ${fe("error",900)};
|
|
3384
3398
|
}
|
|
3385
3399
|
}
|
|
3386
|
-
`,
|
|
3400
|
+
`,nf=oe`
|
|
3387
3401
|
font-size: 18px;
|
|
3388
3402
|
line-height: 28px;
|
|
3389
3403
|
font-weight: 400;
|
|
3390
3404
|
color: ${fe("neutral",800)};
|
|
3391
|
-
`,
|
|
3405
|
+
`,rf=oe`
|
|
3392
3406
|
font-size: 16px;
|
|
3393
3407
|
line-height: 24px;
|
|
3394
3408
|
font-weight: 400;
|
|
3395
3409
|
color: ${fe("neutral",700)};
|
|
3396
|
-
`,rf=oe`
|
|
3397
|
-
padding: 6px;
|
|
3398
3410
|
`,of=oe`
|
|
3399
3411
|
padding: 6px;
|
|
3400
|
-
`,af=
|
|
3412
|
+
`,af=oe`
|
|
3413
|
+
padding: 6px;
|
|
3414
|
+
`,lf={pauseOnPageIdle:!0,offsets:"24px"},sf={"top-start":V({placement:"top-start",...lf}),"top-end":V({placement:"top-end",...lf}),"bottom-start":V({placement:"bottom-start",...lf}),"bottom-end":V({placement:"bottom-end",...lf})},cf=e=>{sf[e.placement].create({title:e.label,description:e.caption,duration:e.duration||5e3,meta:{closable:e.closable,icon:e.icon,closableLabel:e.closableLabel},...e})},df=()=>Object.keys(sf).map((e=>B(l,{children:B(I,{toaster:sf[e],insetInline:{mdDown:"4"},children:t=>H(z.Root,{css:tf,width:{md:"sm"},children:[H(A,{flexDirection:"row",className:"ds-toast-icon-container",children:["info"===t.type?t.meta?.icon?t.meta.icon:B(Se,{color:"var(--chakra-colors-neutral-700)"}):null,"loading"===t.type?B(i,{size:"lg",borderWidth:"3px",color:"var(--chakra-colors-primary-500)"}):null,"success"===t.type?t.meta?.icon?t.meta.icon:B(De,{color:"var(--chakra-colors-success-500)"}):null,"warning"===t.type?t.meta?.icon?t.meta.icon:B(Ne,{color:"var(--chakra-colors-warning-500)"}):null,"error"===t.type?t.meta?.icon?t.meta.icon:B(je,{color:"var(--chakra-colors-error-500)"}):null,H(A,{gap:"1",flex:"1",maxWidth:"100%",children:[B(z.Title,{css:nf,"aria-label":`${t.title}`,children:t.title}),t.description?B(z.Title,{css:rf,"aria-label":`${t.description}`,children:t.description}):null]})]}),t.action||t.meta?.closable?H(A,{flexDirection:"row",children:[t.action?B(ye,{css:of,label:t.action.label,size:"small",variant:"info"===t.type?"primary":"secondary",onClick:()=>{t?.action?.onClick&&t.action.onClick(),sf[e].dismiss()}}):null,t.meta?.closable?B(ye,{css:af,label:t.meta.closableLabel,"aria-label":t.meta?.closableLabel||"Dismiss",leftIcon:B(_e,{height:"10px!",width:"10px!"}),size:"small",variant:"secondary",onClick:()=>sf[e].dismiss()}):null]}):null]})})},e)));export{Dh as Badge,Nr as BaseMap,Pp as Breadcrumb,ye as Button,Lt as Checkbox,pn as CheckboxList,Nt as CheckboxOptionCard,ot as CloseButton,ao as ExtendableCard,Vp as Footer,it as IconButton,Vr as IconMarker,Ir as IconMarkers,Zh as InlineMessage,Jn as InputWithUnits,Mi as ItemCount,Xr as LayerGroup,Yr as LayerGroupContainer,Ur as LayerItem,ti as LayerParameters,hi as LegendItem,Bi as List,mt as MapControlsToolbar,ht as Menu,Fp as MobileTabBar,da as Modal,$t as MultiActionButton,ph as Navbar,xh as NavigationRail,Bt as OptionCard,Wi as Pagination,ma as Panel,ar as Password,Wh as ProgressBar,wi as QualitativeAttribute,Gt as Radio,Wt as RadioGroup,fr as RadioList,tt as SSOButtons,_i as ScaleBar,Kn as Select,Lp as Sheet,nn as Slider,xr as SliderInput,ef as StepProgressIndicator,on as Switch,Eh as TabBar,to as Table,ro as TableCell,no as TableRow,Un as Tag,Sn as TextInput,Er as Textarea,df as Toast,vt as Toolbar,Et as Tooltip,he as designSystemStyles,fe as getThemedColor,cf as showToast};
|