@worldresources/wri-design-systems 2.121.0 → 2.123.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/README.md +60 -10
- package/dist/index.cjs.js +936 -569
- package/dist/index.d.ts +67 -9
- package/dist/index.esm.js +935 -568
- package/package.json +4 -3
package/dist/index.esm.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import{createSystem as e,defaultConfig as
|
1
|
+
import{createSystem as e,defaultConfig as t,Button as r,Box as n,Spinner as o,Icon as l,Group as a,Portal as i,Menu as s,Checkbox as c,CheckboxGroup as d,HStack as p,CheckboxCard as u,RadioCard as h,RadioGroup as x,Slider as g,For as f,Switch as C,Field as b,Input as m,Select as v,Tag as y,createListCollection as w,Textarea as $,Accordion as k,Tabs as L,Popover as M,Pagination as S,ButtonGroup as V,Table as D,Breadcrumb as _,Collapsible as R,Dialog as I,createToaster as P,Toaster as T,Toast as E,Stack as z}from"@chakra-ui/react";import{jsxs as O,jsx as H,Fragment as j}from"@emotion/react/jsx-runtime";import{css as B}from"@emotion/react";import{jsx as N,jsxs as A,Fragment as Z}from"react/jsx-runtime";import*as F from"react";import W,{useState as Y,useEffect as U,Fragment as X,Children as q,cloneElement as G}from"react";import K from"object-assign";import J from"react-dom";const Q={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"}}},ee=e(t,{theme:{tokens:{colors:Q}}}),te=(e,t)=>ee.tokens.getVar(`colors.${e}.${t}`)||Q?.[e]?.[t]?.value,re=e=>B`
|
2
2
|
width: auto;
|
3
3
|
height: ${"small"===e?"28px":"40px"};
|
4
4
|
font-size: ${"small"===e?"12px":"16px"};
|
@@ -7,91 +7,97 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
7
7
|
padding: ${"small"===e?"6px 8px":"8px 16px"};
|
8
8
|
border-radius: 4px;
|
9
9
|
box-shadow: 0px 1px 2px 0px #0000000d;
|
10
|
+
cursor: pointer;
|
10
11
|
|
11
12
|
&:focus-visible {
|
12
|
-
box-shadow:
|
13
|
+
box-shadow:
|
14
|
+
0 0 0 2px ${te("neutral",100)},
|
15
|
+
rgba(0, 0, 0, 0.05) 0px 2px 2px 4px;
|
13
16
|
}
|
14
17
|
|
15
18
|
svg {
|
16
19
|
width: ${"small"===e?"10px":"16px"};
|
17
20
|
height: ${"small"===e?"10px":"16px"};
|
18
21
|
}
|
19
|
-
`,
|
20
|
-
${e?`\n background-color: ${
|
21
|
-
`,
|
22
|
-
${e?`\n background-color: ${
|
23
|
-
`,
|
24
|
-
${e?`\n background-color: transparent;\n color: ${
|
25
|
-
`,
|
26
|
-
${e?`\n background-color: ${
|
27
|
-
`,
|
22
|
+
`,ne=e=>B`
|
23
|
+
${e?`\n background-color: ${te("neutral",300)};\n border: 1px solid ${te("neutral",400)};\n color: ${te("neutral",500)};\n cursor: not-allowed !important;\n\n &:hover {\n background-color: ${te("neutral",300)} !important;\n }\n `:`\n background-color: ${te("primary",500)};\n border: 1px solid ${te("primary",600)};\n color: ${te("accessible","text-on-primary-mids")||te("primary",900)};\n box-shadow: 0px 1px 2px 0px #0000000D;\n\n &:hover {\n background-color: ${te("primary",500)};\n box-shadow: 0px 2px 4px -2px #0000001A;\n box-shadow: 0px 4px 6px -1px #0000001A;\n }\n\n &:active {\n outline: none;\n background-color: ${te("primary",600)} !important;\n border: 1px solid ${te("primary",700)} !important;\n box-shadow: 0px 2px 4px -2px #0000001A;\n box-shadow: 0px 4px 6px -1px #0000001A;\n }\n\n &:focus-visible {\n outline-color: ${te("primary",700)};\n background-color: ${te("primary",500)};\n }\n `}
|
24
|
+
`,oe=e=>B`
|
25
|
+
${e?`\n background-color: ${te("neutral",200)};\n border: 1px solid ${te("neutral",300)};\n color: ${te("neutral",500)};\n cursor: not-allowed !important;\n\n &:hover {\n background-color: ${te("neutral",200)} !important;\n }\n `:`\n background-color: ${te("neutral",100)};\n border: 1px solid ${te("neutral",300)};\n color: ${te("secondary",800)};\n box-shadow: 0px 1px 2px 0px #0000000D;\n\n &:hover {\n background-color: ${te("neutral",100)};\n box-shadow: 0px 2px 4px -2px #0000001A;\n box-shadow: 0px 4px 6px -1px #0000001A;\n }\n\n &:active {\n outline: none;\n background-color: ${te("neutral",200)} !important;\n border: 1px solid ${te("neutral",300)} !important;\n box-shadow: 0px 2px 4px -2px #0000001A;\n box-shadow: 0px 4px 6px -1px #0000001A;\n }\n\n &:focus-visible {\n outline-color: ${te("primary",700)};\n }\n `}
|
26
|
+
`,le=e=>B`
|
27
|
+
${e?`\n background-color: transparent;\n color: ${te("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: ${te("secondary",900)};\n box-shadow: none;\n\n &:hover {\n background-color: color-mix(in srgb, ${te("primary",500)} 20%, transparent);\n }\n\n &:active {\n outline: none;\n background-color: color-mix(in srgb, ${te("primary",500)} 40%, transparent);\n box-shadow: 0px 4px 6px -1px #0000001A;\n }\n\n &:focus-visible {\n outline-color: ${te("primary",700)};\n }\n `}
|
28
|
+
`,ae=e=>B`
|
29
|
+
${e?`\n background-color: ${te("neutral",200)};\n border: 1px solid ${te("neutral",300)};\n color: ${te("neutral",500)};\n cursor: not-allowed !important;\n\n &:hover {\n background-color: ${te("neutral",200)} !important;\n }\n `:`\n background-color: transparent;\n border: 1px solid ${te("primary",800)};\n color: ${te("primary",800)};\n\n &:hover {\n background-color: ${te("primary",100)};\n color: ${te("primary",900)};\n }\n\n &:active {\n outline: none;\n background-color: ${te("primary",200)} !important;\n border: 1px solid ${te("primary",900)} !important;\n color: ${te("primary",900)};\n }\n\n &:focus-visible {\n outline-color: ${te("primary",700)};\n background-color: ${te("primary",100)};\n }\n `}
|
30
|
+
`,ie=({label:e,loading:t,variant:l="primary",size:a="default",disabled:i,leftIcon:s,rightIcon:c,...d})=>{let p=ne;"secondary"===l?p=oe:"borderless"===l?p=le:"outline"===l&&(p=ae);return O(r,{"aria-label":(()=>{let r=d["aria-label"]||e;return t&&(r="Loading"),r})(),css:[re(a),p(i)],disabled:i||t,"aria-disabled":i||t,...d,children:[s&&!t?H(n,{marginRight:e?2:0,display:"flex",alignItems:"center",children:s}):null,!c&&t?H(o,{size:"sm",marginRight:e?2:0}):null,e,c&&!t?H(n,{marginLeft:e?2:0,display:"flex",alignItems:"center",children:c}):null,c&&t?H(o,{size:"sm",marginLeft:e?2:0}):null]})},se=B`
|
28
31
|
width: 20px !important;
|
29
32
|
padding: 0 !important;
|
30
33
|
min-width: 20px !important;
|
31
34
|
height: 20px;
|
32
35
|
border-radius: 2px;
|
33
|
-
background-color: ${
|
36
|
+
background-color: ${te("neutral",300)};
|
34
37
|
|
35
38
|
svg {
|
36
39
|
width: 10px;
|
37
40
|
height: 10px;
|
38
41
|
|
39
42
|
path {
|
40
|
-
fill: ${
|
43
|
+
fill: ${te("neutral",800)};
|
41
44
|
}
|
42
45
|
}
|
43
46
|
|
44
47
|
&:hover {
|
45
|
-
background-color: ${
|
48
|
+
background-color: ${te("neutral",300)};
|
46
49
|
box-shadow: 0px 1px 2px -1px #0000001a;
|
47
50
|
box-shadow: 0px 1px 3px 0px #0000001a;
|
48
51
|
}
|
49
52
|
|
50
53
|
&:active {
|
51
|
-
background-color: ${
|
54
|
+
background-color: ${te("neutral",400)};
|
52
55
|
box-shadow: 0px 1px 2px -1px #0000001a;
|
53
56
|
box-shadow: 0px 1px 3px 0px #0000001a;
|
54
57
|
}
|
55
58
|
|
56
59
|
&:focus-visible {
|
57
|
-
outline-color: ${
|
60
|
+
outline-color: ${te("primary",700)};
|
61
|
+
box-shadow:
|
62
|
+
0 0 0 2px ${te("neutral",100)},
|
63
|
+
rgba(0, 0, 0, 0.05) 0px 2px 2px 4px;
|
58
64
|
}
|
59
65
|
|
60
66
|
&:disabled {
|
61
|
-
background-color: ${
|
67
|
+
background-color: ${te("neutral",200)} !important;
|
62
68
|
box-shadow: none;
|
63
69
|
|
64
70
|
svg {
|
65
71
|
path {
|
66
|
-
fill: ${
|
72
|
+
fill: ${te("neutral",400)};
|
67
73
|
}
|
68
74
|
}
|
69
75
|
}
|
70
|
-
`,ne=e=>S(t,{...e,children:P("svg",{viewBox:"0 0 16 17",children:[P("g",{clipPath:"url(#clip0_1216_84)",children:[S("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"}),S("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"})]}),S("defs",{children:S("clipPath",{id:"clip0_1216_84",children:S("rect",{width:"16",height:"16",fill:"white",transform:"translate(0 0.5)"})})})]})}),te=e=>S(t,{...e,children:P("svg",{viewBox:"0 0 16 17",children:[S("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"}),S("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"})]})}),ae=e=>S(t,{...e,children:S("svg",{viewBox:"0 0 12 12",height:"12px",width:"12px",children:S("path",{d:"M4.19632 10.4277L0 6.23139L1.04908 5.18231L4.19632 8.32955L10.9509 1.57495L12 2.62403L4.19632 10.4277Z",fill:"currentColor"})})}),oe=e=>S(t,{...e,children:S("svg",{viewBox:"0 0 12 12",height:"12px",width:"12px",children:S("path",{d:"M0 6.75V5.25H12V6.75H0Z",fill:"auto"})})}),de=e=>S(t,{...e,children:S("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:S("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"})})}),ce=e=>S(t,{...e,children:S("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:S("path",{d:"M8 13.3667L0 5.36667L1.86667 3.5L8 9.63333L14.1333 3.5L16 5.36667L8 13.3667Z",fill:"currentColor"})})}),se=e=>S(t,{...e,children:S("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:S("path",{d:"M1 10L0 9L4 5L0 1L1 0L5 4L9 0L10 1L6 5L10 9L9 10L5 6L1 10Z",fill:"currentColor"})})}),pe=e=>S(t,{...e,children:S("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:S("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"})})}),he=e=>S(t,{...e,children:P("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[S("g",{clipPath:"url(#clip0_4626_1381)",children:S("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"})}),S("defs",{children:S("clipPath",{id:"clip0_4626_1381",children:S("rect",{width:"10",height:"10",fill:"white"})})})]})}),xe=e=>S(t,{...e,children:S("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:S("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"})})}),ue=e=>S(t,{...e,children:P("svg",{width:"17",height:"16",viewBox:"0 0 17 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[S("g",{clipPath:"url(#clip0_5584_387)",children:S("path",{d:"M8.49906 16L0.940002 10.1207L2.32583 9.07087L8.49906 13.8583L14.6723 9.07087L16.0581 10.1207L8.49906 16ZM8.49906 11.7585L0.940002 5.87926L8.49906 0L16.0581 5.87926L8.49906 11.7585Z",fill:"currentColor"})}),S("defs",{children:S("clipPath",{id:"clip0_5584_387",children:S("rect",{width:"16",height:"16",fill:"white",transform:"translate(0.5)"})})})]})}),Ce=e=>S(t,{...e,children:S("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:S("path",{d:"M1.71286 12.5714V3.42857H5.14144V12.5714H1.71286ZM6.28429 12.5714V6.85714H9.71286V12.5714H6.28429ZM10.8557 12.5714V0H14.2843V12.5714H10.8557ZM0.570007 16V13.7143H15.4271V16H0.570007Z",fill:"currentColor"})})}),ge=e=>S(t,{...e,children:P("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[S("g",{clipPath:"url(#clip0_4916_54426)",children:S("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"})}),S("defs",{children:S("clipPath",{id:"clip0_4916_54426",children:S("rect",{width:"20",height:"20",fill:"white"})})})]})}),be=e=>S(t,{...e,children:S("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:S("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=>S(t,{...e,children:S("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:S("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"})})}),fe=e=>S(t,{...e,children:P("svg",{width:"91",height:"32",viewBox:"0 0 91 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[S("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.79733 2.62109L7.05688 4.36154L8.6964 6.00105L10.4368 4.26061L8.79733 2.62109",fill:"#9B9B9B"}),S("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.4348 17.7395L26.7261 24.0306L28.4666 22.2904L22.1753 15.999L20.4348 17.7395",fill:"#9B9B9B"}),S("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"}),S("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M25.0828 8.74062L26.823 10.4811L28.4667 8.83761L26.7262 7.09717L25.0828 8.74062",fill:"#9B9B9B"}),S("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.05664 26.7665L8.79688 28.5069L15.088 22.216L13.3476 20.4756L7.05664 26.7665",fill:"#9B9B9B"}),S("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.9583 17.865L17.6987 19.6052L24.2126 13.0913L22.4722 11.3511L15.9583 17.865",fill:"#9B9B9B"}),S("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"}),S("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.58008 22.2898L4.32031 24.0302L5.95651 22.394L4.21607 20.6538L2.58008 22.2898",fill:"#9B9B9B"}),S("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.9583 8.91145L17.6987 10.6517L23.99 4.36056L22.2496 2.62012L15.9583 8.91145",fill:"#9B9B9B"}),S("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"}),S("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.3071 8.61154L17.8244 15.1288L19.5646 13.3885L13.0474 6.87109L11.3071 8.61154",fill:"#9B9B9B"}),S("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.6091 26.8674L22.2493 28.5073L23.9897 26.7671L22.3496 25.127L20.6091 26.8674",fill:"#9B9B9B"}),S("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.58008 8.83789L8.87079 15.1286L10.6112 13.3884L4.32052 7.09766L2.58008 8.83789",fill:"#9B9B9B"}),S("mask",{id:"mask0_2684_24177",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"11",y:"15",width:"14",height:"17",children:S("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.3035 15.999H24.2159V31.0746H11.3035V15.999Z",fill:"white"})}),P("g",{mask:"url(#mask0_2684_24177)",children:[S("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.4817 17.7395L17.9989 24.2567L19.7392 22.5163L13.2219 15.999L11.4817 17.7395",fill:"#9B9B9B"}),S("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"})]}),S("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.82666 18.0429L8.5669 19.7834L15.0881 13.2624L13.3476 11.522L6.82666 18.0429",fill:"#9B9B9B"}),S("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"}),S("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"}),S("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"}),S("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"}),S("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"}),S("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"}),S("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"}),S("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"}),S("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"}),S("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"}),S("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"}),S("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"}),S("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"}),S("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"}),S("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"}),S("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"}),S("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"}),S("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"}),S("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"}),S("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"}),S("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"}),S("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"}),S("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"})]})}),ve=e=>S(t,{...e,children:P("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[S("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:"#1A1919"}),S("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"})]})}),$e=e=>S(t,{...e,children:S("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:S("path",{d:"M8.57143 11.4285H0V8.57137H8.57143V-6.10352e-05H11.4286V8.57137H20V11.4285H11.4286V19.9999H8.57143V11.4285Z",fill:"currentColor"})})}),we=e=>S(t,{...e,children:S("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:S("path",{d:"M0 11.2499V8.74994H20V11.2499H0Z",fill:"currentColor"})})}),ke=e=>S(t,{...e,children:P("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[S("g",{clipPath:"url(#clip0_8714_101)",children:S("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"})}),S("defs",{children:S("clipPath",{id:"clip0_8714_101",children:S("rect",{width:"20",height:"20",fill:"white"})})})]})}),ye=e=>S(t,{...e,children:S("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:S("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"})})}),Le=e=>S(t,{...e,children:S("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:S("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"})})}),Ve=e=>S(t,{...e,children:S("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:S("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"})})}),Re=e=>S(t,{...e,children:S("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:S("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"})})}),Me=e=>S(t,{...e,children:S("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:S("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"})})}),ze=e=>S(t,{...e,children:S("svg",{width:"11",height:"12",viewBox:"0 0 11 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:S("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"})})}),He=e=>S(t,{...e,children:S("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:S("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"})})}),_e=E`
|
76
|
+
`,ce=e=>N(l,{...e,children:A("svg",{viewBox:"0 0 16 17",children:[A("g",{clipPath:"url(#clip0_1216_84)",children:[N("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"}),N("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"})]}),N("defs",{children:N("clipPath",{id:"clip0_1216_84",children:N("rect",{width:"16",height:"16",fill:"white",transform:"translate(0 0.5)"})})})]})}),de=e=>N(l,{...e,children:A("svg",{viewBox:"0 0 16 17",children:[N("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"}),N("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"})]})}),pe=e=>N(l,{...e,children:N("svg",{viewBox:"0 0 12 12",height:"12px",width:"12px",children:N("path",{d:"M4.19632 10.4277L0 6.23139L1.04908 5.18231L4.19632 8.32955L10.9509 1.57495L12 2.62403L4.19632 10.4277Z",fill:"currentColor"})})}),ue=e=>N(l,{...e,children:N("svg",{viewBox:"0 0 12 12",height:"12px",width:"12px",children:N("path",{d:"M0 6.75V5.25H12V6.75H0Z",fill:"auto"})})}),he=e=>N(l,{...e,children:N("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:N("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"})})}),xe=e=>N(l,{...e,children:N("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:N("path",{d:"M8 13.3667L0 5.36667L1.86667 3.5L8 9.63333L14.1333 3.5L16 5.36667L8 13.3667Z",fill:"currentColor"})})}),ge=e=>N(l,{...e,children:N("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:N("path",{d:"M1 10L0 9L4 5L0 1L1 0L5 4L9 0L10 1L6 5L10 9L9 10L5 6L1 10Z",fill:"currentColor"})})}),fe=e=>N(l,{...e,children:N("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:N("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"})})}),Ce=e=>N(l,{...e,children:A("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[N("g",{clipPath:"url(#clip0_4626_1381)",children:N("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"})}),N("defs",{children:N("clipPath",{id:"clip0_4626_1381",children:N("rect",{width:"10",height:"10",fill:"white"})})})]})}),be=e=>N(l,{...e,children:N("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:N("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"})})}),me=e=>N(l,{...e,children:A("svg",{width:"17",height:"16",viewBox:"0 0 17 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[N("g",{clipPath:"url(#clip0_5584_387)",children:N("path",{d:"M8.49906 16L0.940002 10.1207L2.32583 9.07087L8.49906 13.8583L14.6723 9.07087L16.0581 10.1207L8.49906 16ZM8.49906 11.7585L0.940002 5.87926L8.49906 0L16.0581 5.87926L8.49906 11.7585Z",fill:"currentColor"})}),N("defs",{children:N("clipPath",{id:"clip0_5584_387",children:N("rect",{width:"16",height:"16",fill:"white",transform:"translate(0.5)"})})})]})}),ve=e=>N(l,{...e,children:N("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:N("path",{d:"M1.71286 12.5714V3.42857H5.14144V12.5714H1.71286ZM6.28429 12.5714V6.85714H9.71286V12.5714H6.28429ZM10.8557 12.5714V0H14.2843V12.5714H10.8557ZM0.570007 16V13.7143H15.4271V16H0.570007Z",fill:"currentColor"})})}),ye=e=>N(l,{...e,children:A("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[N("g",{clipPath:"url(#clip0_4916_54426)",children:N("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"})}),N("defs",{children:N("clipPath",{id:"clip0_4916_54426",children:N("rect",{width:"20",height:"20",fill:"white"})})})]})}),we=e=>N(l,{...e,children:N("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:N("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"})})}),$e=e=>N(l,{...e,children:N("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:N("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"})})}),ke=e=>N(l,{...e,children:A("svg",{width:"91",height:"32",viewBox:"0 0 91 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[N("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.79733 2.62109L7.05688 4.36154L8.6964 6.00105L10.4368 4.26061L8.79733 2.62109",fill:"#9B9B9B"}),N("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.4348 17.7395L26.7261 24.0306L28.4666 22.2904L22.1753 15.999L20.4348 17.7395",fill:"#9B9B9B"}),N("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"}),N("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M25.0828 8.74062L26.823 10.4811L28.4667 8.83761L26.7262 7.09717L25.0828 8.74062",fill:"#9B9B9B"}),N("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.05664 26.7665L8.79688 28.5069L15.088 22.216L13.3476 20.4756L7.05664 26.7665",fill:"#9B9B9B"}),N("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.9583 17.865L17.6987 19.6052L24.2126 13.0913L22.4722 11.3511L15.9583 17.865",fill:"#9B9B9B"}),N("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"}),N("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.58008 22.2898L4.32031 24.0302L5.95651 22.394L4.21607 20.6538L2.58008 22.2898",fill:"#9B9B9B"}),N("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.9583 8.91145L17.6987 10.6517L23.99 4.36056L22.2496 2.62012L15.9583 8.91145",fill:"#9B9B9B"}),N("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"}),N("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.3071 8.61154L17.8244 15.1288L19.5646 13.3885L13.0474 6.87109L11.3071 8.61154",fill:"#9B9B9B"}),N("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.6091 26.8674L22.2493 28.5073L23.9897 26.7671L22.3496 25.127L20.6091 26.8674",fill:"#9B9B9B"}),N("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.58008 8.83789L8.87079 15.1286L10.6112 13.3884L4.32052 7.09766L2.58008 8.83789",fill:"#9B9B9B"}),N("mask",{id:"mask0_2684_24177",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"11",y:"15",width:"14",height:"17",children:N("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.3035 15.999H24.2159V31.0746H11.3035V15.999Z",fill:"white"})}),A("g",{mask:"url(#mask0_2684_24177)",children:[N("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.4817 17.7395L17.9989 24.2567L19.7392 22.5163L13.2219 15.999L11.4817 17.7395",fill:"#9B9B9B"}),N("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"})]}),N("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.82666 18.0429L8.5669 19.7834L15.0881 13.2624L13.3476 11.522L6.82666 18.0429",fill:"#9B9B9B"}),N("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"}),N("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"}),N("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"}),N("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"}),N("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"}),N("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"}),N("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"}),N("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"}),N("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"}),N("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"}),N("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"}),N("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"}),N("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"}),N("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"}),N("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"}),N("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"}),N("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"}),N("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"}),N("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"}),N("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"}),N("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"}),N("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"}),N("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"})]})}),Le=e=>N(l,{...e,children:A("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[N("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:"#1A1919"}),N("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"})]})}),Me=e=>N(l,{...e,children:N("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:N("path",{d:"M8.57143 11.4285H0V8.57137H8.57143V-6.10352e-05H11.4286V8.57137H20V11.4285H11.4286V19.9999H8.57143V11.4285Z",fill:"currentColor"})})}),Se=e=>N(l,{...e,children:N("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:N("path",{d:"M0 11.2499V8.74994H20V11.2499H0Z",fill:"currentColor"})})}),Ve=e=>N(l,{...e,children:A("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[N("g",{clipPath:"url(#clip0_8714_101)",children:N("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"})}),N("defs",{children:N("clipPath",{id:"clip0_8714_101",children:N("rect",{width:"20",height:"20",fill:"white"})})})]})}),De=e=>N(l,{...e,children:N("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:N("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"})})}),_e=e=>N(l,{...e,children:N("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:N("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"})})}),Re=e=>N(l,{...e,children:N("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:N("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"})})}),Ie=e=>N(l,{...e,children:N("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:N("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"})})}),Pe=e=>N(l,{...e,children:N("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:N("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"})})}),Te=e=>N(l,{...e,children:N("svg",{width:"11",height:"12",viewBox:"0 0 11 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:N("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"})})}),Ee=e=>N(l,{...e,children:N("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:N("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"})})}),ze=B`
|
71
77
|
width: 20px !important;
|
72
78
|
padding: 0 !important;
|
73
79
|
min-width: 20px !important;
|
74
80
|
height: 20px;
|
75
81
|
border-radius: 2px;
|
76
|
-
background-color: ${
|
82
|
+
background-color: ${te("neutral",100)};
|
77
83
|
|
78
84
|
svg {
|
79
85
|
width: 15px;
|
80
86
|
height: 15px;
|
81
87
|
|
82
88
|
path {
|
83
|
-
fill: ${
|
89
|
+
fill: ${te("neutral",800)};
|
84
90
|
}
|
85
91
|
}
|
86
92
|
|
87
93
|
p {
|
88
|
-
color: ${
|
94
|
+
color: ${te("neutral",800)};
|
89
95
|
}
|
90
96
|
|
91
97
|
&:hover {
|
92
98
|
background-color: color-mix(
|
93
99
|
in srgb,
|
94
|
-
${
|
100
|
+
${te("primary",500)} 20%,
|
95
101
|
transparent
|
96
102
|
);
|
97
103
|
}
|
@@ -99,13 +105,16 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
99
105
|
&:active {
|
100
106
|
background-color: color-mix(
|
101
107
|
in srgb,
|
102
|
-
${
|
108
|
+
${te("primary",500)} 40%,
|
103
109
|
transparent
|
104
110
|
);
|
105
111
|
}
|
106
112
|
|
107
113
|
&:focus-visible {
|
108
|
-
outline-color: ${
|
114
|
+
outline-color: ${te("primary",700)};
|
115
|
+
box-shadow:
|
116
|
+
0 0 0 2px ${te("neutral",100)},
|
117
|
+
rgba(0, 0, 0, 0.05) 0px 2px 2px 4px;
|
109
118
|
}
|
110
119
|
|
111
120
|
&:disabled {
|
@@ -113,20 +122,20 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
113
122
|
|
114
123
|
svg {
|
115
124
|
path {
|
116
|
-
fill: ${
|
125
|
+
fill: ${te("neutral",500)};
|
117
126
|
}
|
118
127
|
}
|
119
128
|
}
|
120
|
-
`,
|
129
|
+
`,Oe=({icon:e,disabled:t,...n})=>H(r,{css:ze,"aria-label":n["aria-label"],disabled:t,...n,children:e}),He=({disabled:e,...t})=>H(Oe,{css:se,icon:H(ge,{}),"aria-label":t["aria-label"]||"Close",disabled:e,...t}),je=B`
|
121
130
|
position: relative;
|
122
|
-
`,
|
131
|
+
`,Be=B`
|
123
132
|
height: 32px;
|
124
133
|
width: 32px;
|
125
134
|
padding: 0;
|
126
135
|
min-width: 32px;
|
127
136
|
border-radius: 2px;
|
128
|
-
background-color: ${
|
129
|
-
border: 1px solid ${
|
137
|
+
background-color: ${te("neutral",100)};
|
138
|
+
border: 1px solid ${te("neutral",300)};
|
130
139
|
box-shadow: 0px 4px 6px -4px #0000001a;
|
131
140
|
box-shadow: 0px 10px 15px -3px #0000001a;
|
132
141
|
|
@@ -135,72 +144,76 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
135
144
|
height: 20px;
|
136
145
|
|
137
146
|
path {
|
138
|
-
fill: ${
|
147
|
+
fill: ${te("neutral",800)};
|
139
148
|
}
|
140
149
|
}
|
141
150
|
|
142
151
|
&:hover {
|
143
|
-
background-color: ${
|
152
|
+
background-color: ${te("neutral",200)};
|
144
153
|
}
|
145
154
|
|
146
155
|
&:active {
|
147
|
-
background-color: ${
|
156
|
+
background-color: ${te("neutral",300)} !important;
|
148
157
|
}
|
149
158
|
|
150
159
|
&:focus-visible {
|
151
|
-
outline-color: ${
|
152
|
-
background-color: ${
|
160
|
+
outline-color: ${te("primary",700)};
|
161
|
+
background-color: ${te("neutral",200)};
|
162
|
+
box-shadow:
|
163
|
+
0 0 0 2px ${te("neutral",100)},
|
164
|
+
rgba(0, 0, 0, 0.05) 0px 2px 2px 4px;
|
153
165
|
}
|
154
166
|
|
155
167
|
&:disabled {
|
156
|
-
background-color: ${
|
168
|
+
background-color: ${te("neutral",300)} !important;
|
157
169
|
|
158
170
|
svg {
|
159
171
|
path {
|
160
|
-
fill: ${
|
172
|
+
fill: ${te("neutral",500)};
|
161
173
|
}
|
162
174
|
}
|
163
175
|
}
|
164
|
-
`,
|
176
|
+
`,Ne=e=>B`
|
165
177
|
position: absolute;
|
166
178
|
height: ${e?"1px":"6px"};
|
167
179
|
width: ${e?"6px":"1px"};
|
168
180
|
top: ${e?"31px":"1px"};
|
169
181
|
left: ${e?"1px":"31px"};
|
170
|
-
background-color: ${
|
182
|
+
background-color: ${te("neutral",100)};
|
171
183
|
z-index: 1;
|
172
|
-
`,
|
184
|
+
`,Ae=e=>B`
|
173
185
|
position: absolute;
|
174
186
|
height: ${e?"1px":"6px"};
|
175
187
|
width: ${e?"6px":"1px"};
|
176
188
|
bottom: ${e?"31px":"1px"};
|
177
189
|
left: ${e?"25px":"31px"};
|
178
|
-
background-color: ${
|
179
|
-
`,
|
190
|
+
background-color: ${te("neutral",100)};
|
191
|
+
`,Ze=({items:e,vertical:t})=>{if(1===e.length){const t=e[0];return H(r,{css:Be,"aria-label":t.ariaLabel,disabled:t.disabled,onClick:t.onClick,children:t.icon})}return O("div",{css:je,children:[H("div",{css:Ne(t)}),H(a,{orientation:t?"vertical":"horizontal",attached:!0,children:e.map((e=>H(r,{css:Be,"aria-label":e.ariaLabel,disabled:e.disabled,onClick:e.onClick,children:e.icon},e.ariaLabel)))}),H("div",{css:Ae(t)})]})},Fe=B`
|
180
192
|
width: 200px;
|
181
|
-
border: 1px solid ${
|
193
|
+
border: 1px solid ${te("neutral",600)};
|
182
194
|
border-radius: 4px;
|
183
195
|
padding: 8px;
|
184
|
-
`,
|
196
|
+
`,We=e=>B`
|
185
197
|
&[data-state='open'] {
|
186
|
-
background-color: ${"primary"===e?
|
187
|
-
border: 1px solid ${
|
198
|
+
background-color: ${"primary"===e?te("primary",600):te("neutral",200)} !important;
|
199
|
+
border: 1px solid ${te("primary",800)} !important;
|
188
200
|
}
|
189
|
-
`,
|
201
|
+
`,Ye=e=>B`
|
190
202
|
font-size: ${"small"===e?"14px":"16px"};
|
191
203
|
line-height: ${"small"===e?"20px":"24px"};
|
192
|
-
color: ${
|
204
|
+
color: ${te("neutral",800)};
|
193
205
|
padding: 4px;
|
194
206
|
cursor: pointer;
|
195
207
|
|
196
208
|
&[data-highlighted] {
|
197
|
-
background-color: ${
|
209
|
+
background-color: ${te("neutral",200)};
|
198
210
|
}
|
199
|
-
`,
|
211
|
+
`,Ue=W.forwardRef(((e,t)=>{const{portalled:r=!0,portalRef:n,...o}=e;return H(i,{disabled:!r,container:n,children:H(s.Positioner,{children:H(s.Content,{css:Fe,ref:t,...o})})})})),Xe=({variant:e="primary",size:t="default",mainActionLabel:r,mainActionOnClick:n=()=>{},otherActions:o=[],...l})=>{const[i,c]=Y(!1);return O(a,{attached:!0,"aria-disabled":l.disabled,children:[H(ie,{css:{},label:r,variant:e,size:t,onClick:n,...l}),O(s.Root,{onOpenChange:({open:e})=>c(e),positioning:{placement:"bottom-end"},children:[H(s.Trigger,{css:We(e),"data-group-item":!0,"data-last":!0,asChild:!0,children:H(ie,{variant:e,size:t,leftIcon:H(xe,{rotate:i?"180":"0",color:te("accessible","text-on-primary-mids")||te("primary",900)}),disabled:l.disabled})}),H(Ue,{children:o.map((({label:e,value:r,onClick:n})=>H(s.Item,{css:Ye(t),onClick:n,value:r,children:e},r)))})]})]})},qe=B`
|
200
212
|
.chakra-checkbox__control {
|
201
213
|
width: 20px;
|
202
214
|
height: 20px;
|
203
|
-
border: 1px solid ${
|
215
|
+
border: 1px solid ${te("neutral",700)};
|
216
|
+
cursor: pointer;
|
204
217
|
|
205
218
|
svg {
|
206
219
|
width: 12px;
|
@@ -213,34 +226,37 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
213
226
|
&:hover,
|
214
227
|
&[data-hover] {
|
215
228
|
outline: 4px solid
|
216
|
-
color-mix(in srgb, ${
|
229
|
+
color-mix(in srgb, ${te("primary",500)} 20%, transparent);
|
217
230
|
}
|
218
231
|
|
219
232
|
&:active,
|
220
233
|
&[data-active] {
|
221
234
|
outline: 4px solid
|
222
|
-
color-mix(in srgb, ${
|
235
|
+
color-mix(in srgb, ${te("primary",500)} 40%, transparent);
|
223
236
|
}
|
224
237
|
|
225
238
|
&:focus-visible,
|
226
239
|
&[data-focus-visible] {
|
227
240
|
box-shadow: none;
|
228
|
-
outline: 2px solid ${
|
241
|
+
outline: 2px solid ${te("primary",700)};
|
229
242
|
outline-offset: 2px;
|
243
|
+
box-shadow:
|
244
|
+
0 0 0 2px ${te("neutral",100)},
|
245
|
+
rgba(0, 0, 0, 0.05) 0px 2px 2px 4px;
|
230
246
|
}
|
231
247
|
|
232
248
|
&[data-state='checked'],
|
233
249
|
&[data-state='indeterminate'] {
|
234
|
-
border: 1px solid ${
|
235
|
-
background-color: ${
|
250
|
+
border: 1px solid ${te("primary",700)};
|
251
|
+
background-color: ${te("primary",500)} !important;
|
236
252
|
|
237
253
|
svg path {
|
238
|
-
fill: ${
|
254
|
+
fill: ${te("accessible","text-on-primary-mids")||te("primary",900)};
|
239
255
|
}
|
240
256
|
}
|
241
257
|
|
242
258
|
&[data-disabled] {
|
243
|
-
border: 1px solid ${
|
259
|
+
border: 1px solid ${te("neutral",400)};
|
244
260
|
background-color: transparent !important;
|
245
261
|
cursor: not-allowed;
|
246
262
|
|
@@ -254,20 +270,28 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
254
270
|
&[data-state='checked'],
|
255
271
|
&[data-state='indeterminate'] {
|
256
272
|
border: none !important;
|
257
|
-
background-color: ${
|
273
|
+
background-color: ${te("neutral",300)} !important;
|
258
274
|
|
259
275
|
svg path {
|
260
|
-
fill: ${
|
276
|
+
fill: ${te("neutral",500)} !important;
|
261
277
|
}
|
262
278
|
}
|
263
279
|
}
|
264
280
|
}
|
265
|
-
|
281
|
+
|
282
|
+
.chakra-checkbox__label {
|
283
|
+
cursor: pointer;
|
284
|
+
|
285
|
+
&[data-disabled] {
|
286
|
+
cursor: not-allowed;
|
287
|
+
}
|
288
|
+
}
|
289
|
+
`,Ge=({name:e,value:t,checked:r,defaultChecked:n,disabled:o,indeterminate:l,onCheckedChange:a,children:i,...s})=>O(c.Root,{css:qe,name:e,value:t,checked:l?"indeterminate":r,defaultChecked:n,disabled:o,onCheckedChange:a,"aria-label":s["aria-label"]||e,gap:i?"10px":"0",...s,children:[H(c.HiddenInput,{}),H(c.Control,{children:H(l?ue:pe,{})}),H(c.Label,{children:i})]}),Ke=B`
|
266
290
|
width: 241px;
|
267
291
|
min-height: 70px;
|
268
292
|
padding: 12px;
|
269
|
-
background-color: ${
|
270
|
-
border: 1px solid ${
|
293
|
+
background-color: ${te("neutral",100)};
|
294
|
+
border: 1px solid ${te("neutral",300)};
|
271
295
|
border-radius: 4px;
|
272
296
|
cursor: pointer;
|
273
297
|
box-shadow: 0px 1px 2px 0px #0000000d;
|
@@ -280,26 +304,29 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
280
304
|
|
281
305
|
&:focus-visible,
|
282
306
|
&[data-focus-visible] {
|
283
|
-
outline: 2px solid ${
|
307
|
+
outline: 2px solid ${te("primary",700)};
|
284
308
|
outline-offset: 2px;
|
285
309
|
box-shadow: 0px 2px 4px -2px #0000001a;
|
286
310
|
box-shadow: 0px 4px 6px -1px #0000001a;
|
311
|
+
box-shadow:
|
312
|
+
0 0 0 2px ${te("neutral",100)},
|
313
|
+
rgba(0, 0, 0, 0.05) 0px 2px 2px 4px;
|
287
314
|
}
|
288
315
|
|
289
316
|
&[data-state='checked'] {
|
290
|
-
background-color: ${
|
291
|
-
border: 1px solid ${
|
317
|
+
background-color: ${te("primary",100)};
|
318
|
+
border: 1px solid ${te("primary",700)};
|
292
319
|
}
|
293
320
|
|
294
321
|
&[data-disabled] {
|
295
322
|
outline: none;
|
296
323
|
box-shadow: none;
|
297
|
-
border: 1px solid ${
|
298
|
-
background-color: ${
|
299
|
-
color: ${
|
324
|
+
border: 1px solid ${te("neutral",300)};
|
325
|
+
background-color: ${te("neutral",100)};
|
326
|
+
color: ${te("neutral",600)};
|
300
327
|
cursor: not-allowed;
|
301
328
|
}
|
302
|
-
`,
|
329
|
+
`,Je=B`
|
303
330
|
width: 100%;
|
304
331
|
padding: 0;
|
305
332
|
display: flex;
|
@@ -307,38 +334,138 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
307
334
|
position: relative;
|
308
335
|
|
309
336
|
&[data-disabled] {
|
310
|
-
background-color: ${
|
337
|
+
background-color: ${te("neutral",100)};
|
338
|
+
}
|
339
|
+
`,Qe=B`
|
340
|
+
svg {
|
341
|
+
height: 32px;
|
342
|
+
width: 32px;
|
311
343
|
}
|
312
|
-
`,
|
344
|
+
`,et=(e,t)=>B`
|
345
|
+
font-size: 16px;
|
346
|
+
line-height: 24px;
|
347
|
+
font-weight: 400;
|
348
|
+
color: ${te("neutral",t?600:900)};
|
349
|
+
text-align: ${"centered"===e?"center":"left"};
|
350
|
+
display: block;
|
351
|
+
`,tt=(e,t)=>B`
|
352
|
+
font-size: 14px;
|
353
|
+
line-height: 20px;
|
354
|
+
font-weight: 400;
|
355
|
+
color: ${te("neutral",t?600:700)};
|
356
|
+
text-align: ${"centered"===e?"center":"left"};
|
357
|
+
`,rt=e=>B`
|
358
|
+
position: ${"centered"===e?"absolute":"relative"};
|
359
|
+
top: 0;
|
360
|
+
right: 0;
|
361
|
+
width: 20px;
|
362
|
+
height: 20px;
|
363
|
+
border: 1px solid ${te("neutral",700)};
|
364
|
+
cursor: pointer;
|
365
|
+
|
366
|
+
&[data-state='checked'] {
|
367
|
+
border: 1px solid ${te("primary",700)};
|
368
|
+
background-color: ${te("primary",500)};
|
369
|
+
stroke: ${te("accessible","text-on-primary-mids")||te("primary",900)};
|
370
|
+
|
371
|
+
&[data-disabled] {
|
372
|
+
border: 1px solid ${te("neutral",300)};
|
373
|
+
background-color: ${te("neutral",300)};
|
374
|
+
stroke: ${te("neutral",500)};
|
375
|
+
}
|
376
|
+
}
|
377
|
+
|
378
|
+
&[data-disabled] {
|
379
|
+
border: 1px solid ${te("neutral",400)};
|
380
|
+
cursor: not-allowed;
|
381
|
+
}
|
382
|
+
`,nt=({defaultValue:e,items:t,onValueChange:r})=>H(d,{defaultValue:e,onValueChange:r,children:H(p,{alignItems:"flex-start",flexWrap:"wrap",gap:"12px",children:t.map((t=>{return O(u.Root,{css:Ke,defaultChecked:-1!==e?.indexOf(t.value),disabled:t.disabled,value:t.value,children:[H(u.HiddenInput,{}),O(u.Control,{css:Je,children:[O(u.Content,{css:(n=t.variant,B`
|
313
383
|
width: 100%;
|
314
384
|
display: flex;
|
315
|
-
flex-direction: ${"centered"===
|
385
|
+
flex-direction: ${"centered"===n?"column":"row"};
|
316
386
|
align-items: center;
|
317
387
|
gap: 12px;
|
318
|
-
|
388
|
+
`),children:[H("div",{css:Qe,children:t.icon}),O("div",{style:{width:"100%"},children:[H(u.Label,{css:et(t.variant,t.disabled),children:t.label}),t.caption?H(u.Description,{css:tt(t.variant,t.disabled),children:t.caption}):null]})]}),H(u.Indicator,{css:rt(t.variant)})]}),t.children&&"expanded"===t.variant?H(u.Addon,{css:(r=t.disabled,B`
|
389
|
+
width: 100%;
|
390
|
+
border-color: ${te("neutral",300)};
|
391
|
+
margin-top: 12px;
|
392
|
+
padding: 0px;
|
393
|
+
padding-top: 8px;
|
394
|
+
color: ${r?te("neutral",500):"inherit"};
|
395
|
+
`),children:t.children}):null]},`${t.label}-${t.value}`);var r,n}))})}),ot=B`
|
396
|
+
width: 241px;
|
397
|
+
min-height: 70px;
|
398
|
+
padding: 12px;
|
399
|
+
background-color: ${te("neutral",100)};
|
400
|
+
border: 1px solid ${te("neutral",300)};
|
401
|
+
border-radius: 4px;
|
402
|
+
cursor: pointer;
|
403
|
+
box-shadow: 0px 1px 2px 0px #0000000d;
|
404
|
+
flex: none;
|
405
|
+
|
406
|
+
&:hover {
|
407
|
+
box-shadow: 0px 2px 4px -2px #0000001a;
|
408
|
+
box-shadow: 0px 4px 6px -1px #0000001a;
|
409
|
+
}
|
410
|
+
|
411
|
+
&:focus-visible,
|
412
|
+
&[data-focus-visible] {
|
413
|
+
outline: 2px solid ${te("primary",700)};
|
414
|
+
outline-offset: 2px;
|
415
|
+
box-shadow: 0px 2px 4px -2px #0000001a;
|
416
|
+
box-shadow: 0px 4px 6px -1px #0000001a;
|
417
|
+
box-shadow:
|
418
|
+
0 0 0 2px ${te("neutral",100)},
|
419
|
+
rgba(0, 0, 0, 0.05) 0px 2px 2px 4px;
|
420
|
+
}
|
421
|
+
|
422
|
+
&[data-state='checked'] {
|
423
|
+
background-color: ${te("primary",100)};
|
424
|
+
border: 1px solid ${te("primary",700)};
|
425
|
+
}
|
426
|
+
|
427
|
+
&[data-disabled] {
|
428
|
+
outline: none;
|
429
|
+
box-shadow: none;
|
430
|
+
border: 1px solid ${te("neutral",300)};
|
431
|
+
background-color: ${te("neutral",100)};
|
432
|
+
color: ${te("neutral",600)};
|
433
|
+
cursor: not-allowed;
|
434
|
+
}
|
435
|
+
`,lt=B`
|
436
|
+
width: 100%;
|
437
|
+
padding: 0;
|
438
|
+
display: flex;
|
439
|
+
justify-content: space-between;
|
440
|
+
position: relative;
|
441
|
+
|
442
|
+
&[data-disabled] {
|
443
|
+
background-color: ${te("neutral",100)};
|
444
|
+
}
|
445
|
+
`,at=B`
|
319
446
|
svg {
|
320
447
|
height: 32px;
|
321
448
|
width: 32px;
|
322
449
|
}
|
323
|
-
`,
|
450
|
+
`,it=(e,t)=>B`
|
324
451
|
font-size: 16px;
|
325
452
|
line-height: 24px;
|
326
453
|
font-weight: 400;
|
327
|
-
color: ${
|
454
|
+
color: ${te("neutral",t?600:900)};
|
328
455
|
text-align: ${"centered"===e?"center":"left"};
|
329
|
-
`,
|
456
|
+
`,st=(e,t)=>B`
|
330
457
|
font-size: 14px;
|
331
458
|
line-height: 20px;
|
332
459
|
font-weight: 400;
|
333
|
-
color: ${
|
460
|
+
color: ${te("neutral",t?600:700)};
|
334
461
|
text-align: ${"centered"===e?"center":"left"};
|
335
|
-
`,
|
336
|
-
position: absolute;
|
462
|
+
`,ct=e=>B`
|
463
|
+
position: ${"centered"===e?"absolute":"relative"};
|
337
464
|
top: 0;
|
338
465
|
right: 0;
|
339
466
|
width: 20px;
|
340
467
|
height: 20px;
|
341
|
-
border: 1px solid ${
|
468
|
+
border: 1px solid ${te("neutral",700)};
|
342
469
|
cursor: pointer;
|
343
470
|
|
344
471
|
.dot {
|
@@ -348,30 +475,39 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
348
475
|
}
|
349
476
|
|
350
477
|
&[data-checked] {
|
351
|
-
border: 1px solid ${
|
352
|
-
background-color: ${
|
353
|
-
color: ${
|
478
|
+
border: 1px solid ${te("primary",700)};
|
479
|
+
background-color: ${te("primary",100)};
|
480
|
+
color: ${te("primary",700)};
|
354
481
|
|
355
482
|
&[data-disabled] {
|
356
|
-
border: 1px solid ${
|
357
|
-
color: ${
|
483
|
+
border: 1px solid ${te("neutral",400)};
|
484
|
+
color: ${te("neutral",400)};
|
358
485
|
}
|
359
486
|
}
|
360
487
|
|
361
488
|
&[data-disabled] {
|
362
|
-
border: 1px solid ${
|
489
|
+
border: 1px solid ${te("neutral",400)};
|
490
|
+
cursor: not-allowed;
|
363
491
|
}
|
364
|
-
`,
|
492
|
+
`,dt=({defaultValue:e,items:t,onValueChange:r})=>H(h.Root,{defaultValue:e,onValueChange:r,children:H(p,{alignItems:"flex-start",flexWrap:"wrap",gap:"12px",children:t.map((e=>{return O(h.Item,{css:ot,value:e.value,disabled:e.disabled,children:[H(h.ItemHiddenInput,{}),O(h.ItemControl,{css:lt,children:[O("div",{css:(r=e.variant,B`
|
365
493
|
width: 100%;
|
366
|
-
|
494
|
+
display: flex;
|
495
|
+
flex-direction: ${"centered"===r?"column":"row"};
|
496
|
+
align-items: center;
|
497
|
+
gap: 12px;
|
498
|
+
`),children:[H("div",{css:at,children:e.icon}),O("div",{style:{width:"100%"},children:[H("p",{css:it(e.variant,e.disabled),"aria-label":e.label,"aria-disabled":e.disabled,children:e.label}),H("p",{css:st(e.variant,e.disabled),"aria-label":e.caption,"aria-disabled":e.disabled,children:e.caption})]})]}),H(h.ItemIndicator,{css:ct(e.variant)})]}),e.children&&"expanded"===e.variant?H(h.ItemAddon,{css:(t=e.disabled,B`
|
499
|
+
width: 100%;
|
500
|
+
border-top: 1px solid ${te("neutral",300)};
|
367
501
|
margin-top: 12px;
|
502
|
+
padding: 0px;
|
368
503
|
padding-top: 8px;
|
369
|
-
color: ${
|
370
|
-
|
504
|
+
color: ${t?te("neutral",500):"inherit"};
|
505
|
+
`),children:e.children}):null]},`${e.label}-${e.value}`);var t,r}))})}),pt=B`
|
371
506
|
.radio-item-indicator {
|
372
507
|
width: 20px;
|
373
508
|
height: 20px;
|
374
|
-
border: 1px solid ${
|
509
|
+
border: 1px solid ${te("neutral",700)};
|
510
|
+
cursor: pointer;
|
375
511
|
|
376
512
|
.dot {
|
377
513
|
width: 10px !important;
|
@@ -381,43 +517,50 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
381
517
|
|
382
518
|
&:hover {
|
383
519
|
outline: 4px solid
|
384
|
-
color-mix(in srgb, ${
|
520
|
+
color-mix(in srgb, ${te("primary",500)} 20%, transparent);
|
385
521
|
}
|
386
522
|
|
387
523
|
&:active {
|
388
524
|
outline: 4px solid
|
389
|
-
color-mix(in srgb, ${
|
525
|
+
color-mix(in srgb, ${te("primary",500)} 40%, transparent);
|
390
526
|
}
|
391
527
|
|
392
528
|
&:focus-visible,
|
393
529
|
&[data-focus-visible] {
|
394
|
-
outline: 2px solid
|
530
|
+
outline: 2px solid
|
531
|
+
${te("accessible","controls-on-neutral-lights")||te("primary",700)};
|
395
532
|
outline-offset: 2px;
|
396
|
-
box-shadow:
|
533
|
+
box-shadow:
|
534
|
+
0 0 0 2px ${te("neutral",100)},
|
535
|
+
rgba(0, 0, 0, 0.05) 0px 2px 2px 4px;
|
397
536
|
|
398
537
|
&[data-checked] {
|
399
|
-
border: 2px solid
|
538
|
+
border: 2px solid
|
539
|
+
${te("accessible","controls-on-neutral-lights")||te("primary",700)};
|
400
540
|
|
401
541
|
&[data-disabled] {
|
402
|
-
border: 2px solid ${
|
542
|
+
border: 2px solid ${te("neutral",400)};
|
403
543
|
}
|
404
544
|
}
|
405
545
|
}
|
406
546
|
|
407
547
|
&[data-checked] {
|
408
|
-
border: 1px solid
|
409
|
-
|
410
|
-
color: ${
|
548
|
+
border: 1px solid
|
549
|
+
${te("accessible","controls-on-neutral-lights")||te("primary",700)};
|
550
|
+
background-color: ${te("neutral",100)} !important;
|
551
|
+
color: ${te("accessible","controls-on-neutral-lights")||te("primary",700)};
|
411
552
|
|
412
553
|
&[data-disabled] {
|
413
|
-
border: 1px solid ${
|
414
|
-
color: ${
|
554
|
+
border: 1px solid ${te("neutral",400)};
|
555
|
+
color: ${te("neutral",400)};
|
556
|
+
cursor: not-allowed;
|
415
557
|
}
|
416
558
|
}
|
417
559
|
|
418
560
|
&[data-disabled] {
|
419
|
-
border: 1px solid ${
|
420
|
-
background-color: ${
|
561
|
+
border: 1px solid ${te("neutral",400)} !important;
|
562
|
+
background-color: ${te("neutral",100)} !important;
|
563
|
+
cursor: not-allowed;
|
421
564
|
|
422
565
|
&:hover,
|
423
566
|
&:active {
|
@@ -425,24 +568,28 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
425
568
|
}
|
426
569
|
}
|
427
570
|
}
|
428
|
-
`,
|
571
|
+
`,ut=B`
|
572
|
+
cursor: pointer;
|
573
|
+
|
429
574
|
&[data-disabled] {
|
430
|
-
color: ${
|
575
|
+
color: ${te("neutral",500)};
|
576
|
+
cursor: not-allowed;
|
431
577
|
}
|
432
|
-
`,
|
578
|
+
`,ht=({children:e,value:t,disabled:r,...n})=>O(x.Item,{css:pt,value:t,disabled:r,...n,children:[H(x.ItemHiddenInput,{}),H(x.ItemIndicator,{className:"radio-item-indicator"}),e?H(x.ItemText,{css:ut,children:e}):null]}),xt=({children:e,horizontal:t=!1,name:r,defaultValue:n,onChange:o,customGap:l,...a})=>{const[i,s]=Y(n);let c=t?"20px":"8px";return c=l||c,N(x.Root,{onValueChange:e=>{s(e.value||""),o&&o(r,e.value||"")},value:i,...a,children:N(p,{gap:c,flexDirection:t?"row":"column",alignItems:"flex-start",flexWrap:"wrap",children:e})})},gt=B`
|
433
579
|
height: 60px;
|
434
580
|
padding: 40px 12px;
|
435
|
-
`,
|
581
|
+
`,ft=B`
|
436
582
|
height: 20px;
|
437
583
|
width: 20px;
|
438
|
-
background-color: ${
|
439
|
-
border: 2px solid ${
|
584
|
+
background-color: ${te("primary",500)};
|
585
|
+
border: 2px solid ${te("primary",700)};
|
440
586
|
box-shadow: 0px 1px 2px 0px #0000000d;
|
587
|
+
cursor: pointer;
|
441
588
|
|
442
589
|
&:hover,
|
443
590
|
&[data-hover] {
|
444
591
|
outline: 4px solid
|
445
|
-
color-mix(in srgb, ${
|
592
|
+
color-mix(in srgb, ${te("primary",500)} 20%, transparent);
|
446
593
|
|
447
594
|
.slider-value-preview {
|
448
595
|
display: flex;
|
@@ -451,7 +598,7 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
451
598
|
|
452
599
|
&[data-dragging] {
|
453
600
|
outline: 4px solid
|
454
|
-
color-mix(in srgb, ${
|
601
|
+
color-mix(in srgb, ${te("primary",500)} 40%, transparent);
|
455
602
|
|
456
603
|
div {
|
457
604
|
display: flex;
|
@@ -460,9 +607,11 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
460
607
|
|
461
608
|
&:focus-visible,
|
462
609
|
&[data-focus-visible] {
|
463
|
-
|
464
|
-
outline: 2px solid ${K("primary",700)};
|
610
|
+
outline: 2px solid ${te("primary",700)};
|
465
611
|
outline-offset: 2px;
|
612
|
+
box-shadow:
|
613
|
+
0 0 0 2px ${te("neutral",100)},
|
614
|
+
rgba(0, 0, 0, 0.05) 0px 2px 2px 4px;
|
466
615
|
|
467
616
|
.slider-value-preview {
|
468
617
|
display: flex;
|
@@ -470,19 +619,19 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
470
619
|
}
|
471
620
|
|
472
621
|
&[data-disabled] {
|
473
|
-
background-color: ${
|
622
|
+
background-color: ${te("neutral",400)};
|
474
623
|
border: none;
|
475
624
|
box-shadow: none;
|
476
625
|
outline: none;
|
477
626
|
cursor: not-allowed;
|
478
627
|
}
|
479
|
-
`,
|
628
|
+
`,Ct=B`
|
480
629
|
font-size: 14px;
|
481
630
|
line-height: 20px;
|
482
|
-
color: ${
|
631
|
+
color: ${te("neutral",800)};
|
483
632
|
height: 28px;
|
484
|
-
background-color: ${
|
485
|
-
border: 1px solid ${
|
633
|
+
background-color: ${te("neutral",100)};
|
634
|
+
border: 1px solid ${te("neutral",300)};
|
486
635
|
border-radius: 8px;
|
487
636
|
padding: 0 8px;
|
488
637
|
display: none;
|
@@ -490,27 +639,27 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
490
639
|
align-items: center;
|
491
640
|
position: relative;
|
492
641
|
top: -30px;
|
493
|
-
`,
|
494
|
-
background-color: ${
|
642
|
+
`,bt=B`
|
643
|
+
background-color: ${te("neutral",300)};
|
495
644
|
border: none;
|
496
645
|
box-shadow: none;
|
497
|
-
`,
|
498
|
-
background-color: ${
|
499
|
-
border: 1px solid ${
|
646
|
+
`,mt=B`
|
647
|
+
background-color: ${te("primary",500)};
|
648
|
+
border: 1px solid ${te("primary",700)};
|
500
649
|
border-radius: 8px;
|
501
650
|
|
502
651
|
&:disabled,
|
503
652
|
&[disabled],
|
504
653
|
&[data-disabled],
|
505
654
|
&[aria-disabled='true'] {
|
506
|
-
--chakra-colors-border-emphasized: ${
|
507
|
-
background-color: ${
|
655
|
+
--chakra-colors-border-emphasized: ${te("neutral",400)};
|
656
|
+
background-color: ${te("neutral",400)};
|
508
657
|
border: none;
|
509
658
|
}
|
510
|
-
`,
|
659
|
+
`,vt=(e,t)=>B`
|
511
660
|
font-size: 12px;
|
512
661
|
line-height: 16px;
|
513
|
-
color: ${
|
662
|
+
color: ${te("neutral",800)};
|
514
663
|
|
515
664
|
p {
|
516
665
|
position: relative;
|
@@ -519,30 +668,30 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
519
668
|
|
520
669
|
&[data-state='under-value'] {
|
521
670
|
.chakra-slider__markerIndicator {
|
522
|
-
background-color: ${
|
671
|
+
background-color: ${te("neutral",e?500:200)};
|
523
672
|
}
|
524
673
|
|
525
674
|
&[data-disabled] {
|
526
675
|
.chakra-slider__markerIndicator {
|
527
|
-
background-color: ${
|
676
|
+
background-color: ${te("neutral",e?400:500)};
|
528
677
|
}
|
529
678
|
}
|
530
679
|
}
|
531
680
|
|
532
681
|
&[data-state='over-value'] {
|
533
682
|
.chakra-slider__markerIndicator {
|
534
|
-
background-color: ${
|
683
|
+
background-color: ${te("neutral",500)};
|
535
684
|
}
|
536
685
|
|
537
686
|
&[data-disabled] {
|
538
687
|
.chakra-slider__markerIndicator {
|
539
|
-
background-color: ${
|
688
|
+
background-color: ${te("neutral",400)};
|
540
689
|
}
|
541
690
|
}
|
542
691
|
}
|
543
692
|
|
544
|
-
${
|
545
|
-
`,
|
693
|
+
${t?`\n --ty: -6px !important;\n\n .chakra-slider__markerIndicator {\n height: 16px;\n width: 4px;\n background-color: ${te("primary",700)} !important;\n }\n\n &[data-disabled] {\n .chakra-slider__markerIndicator {\n background-color: ${te("neutral",400)} !important;\n }\n }\n `:""};
|
694
|
+
`,yt=e=>{const{value:t}=e;return H(f,{each:t,children:(e,t)=>O(g.Thumb,{css:ft,index:t,children:[H("div",{css:Ct,className:"slider-value-preview",children:e}),H(g.HiddenInput,{})]},t)})},wt=W.forwardRef(((e,t)=>{const{marks:r,isCentred:n}=e;return r?.length?H(g.MarkerGroup,{ref:t,children:r.map(((e,t)=>{const r="number"==typeof e?e:e.value,o="number"==typeof e?void 0:e.label,l=n&&1===t;return O(g.Marker,{css:vt(n,l),value:r,children:[H(g.MarkerIndicator,{}),H("p",{children:o})]},r)}))}):null})),$t=W.forwardRef(((e,t)=>{const{marks:r,onValueChange:n,isCentred:o,value:l,...a}=e,[i,s]=Y(l||[0]);U((()=>{s(l||[0])}),[l]);let c=r?.map((e=>"number"==typeof e?{value:e,label:void 0}:e));if(o){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 H(g.Root,{css:gt,ref:t,thumbAlignment:"center",onValueChange:e=>{s(e.value),n&&n(e)},origin:o?"center":"start",value:i,...a,children:O(g.Control,{"data-has-mark-label":d||void 0,children:[H(g.Track,{css:bt,children:H(g.Range,{css:mt})}),H(yt,{value:i}),H(wt,{marks:c,isCentred:o})]})})})),kt=B`
|
546
695
|
.chakra-switch__control-container {
|
547
696
|
width: 42px;
|
548
697
|
height: 26px;
|
@@ -550,11 +699,11 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
550
699
|
display: flex;
|
551
700
|
justify-content: center;
|
552
701
|
align-items: center;
|
553
|
-
background-color: ${
|
702
|
+
background-color: ${te("neutral",700)};
|
554
703
|
}
|
555
704
|
|
556
705
|
&[data-state='checked'] .chakra-switch__control-container {
|
557
|
-
background-color: ${
|
706
|
+
background-color: ${te("primary",700)};
|
558
707
|
}
|
559
708
|
|
560
709
|
&[data-disabled] .chakra-switch__control-container {
|
@@ -566,22 +715,24 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
566
715
|
width: 40px;
|
567
716
|
display: flex;
|
568
717
|
align-items: center;
|
569
|
-
background-color: ${
|
718
|
+
background-color: ${te("neutral",600)};
|
570
719
|
|
571
720
|
&:focus-visible,
|
572
721
|
&[data-focus-visible] {
|
573
|
-
box-shadow: none;
|
574
722
|
outline: none;
|
575
|
-
outline: 2px solid ${
|
723
|
+
outline: 2px solid ${te("primary",700)};
|
576
724
|
outline-offset: 3px;
|
725
|
+
box-shadow:
|
726
|
+
0 0 0 2px ${te("neutral",100)},
|
727
|
+
rgba(0, 0, 0, 0.05) 0px 2px 2px 4px;
|
577
728
|
}
|
578
729
|
|
579
730
|
&[data-state='checked'] {
|
580
|
-
background-color: ${
|
731
|
+
background-color: ${te("primary",500)};
|
581
732
|
}
|
582
733
|
|
583
734
|
&[data-disabled] {
|
584
|
-
background-color: ${
|
735
|
+
background-color: ${te("neutral",300)};
|
585
736
|
}
|
586
737
|
}
|
587
738
|
|
@@ -590,19 +741,19 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
590
741
|
width: 12px;
|
591
742
|
|
592
743
|
path {
|
593
|
-
fill: ${
|
744
|
+
fill: ${te("accessible","controls-on-neutral-lights")||te("primary",700)};
|
594
745
|
}
|
595
746
|
}
|
596
747
|
|
597
748
|
&:hover,
|
598
749
|
&[data-hover] {
|
599
750
|
outline: 9px solid
|
600
|
-
color-mix(in srgb, ${
|
751
|
+
color-mix(in srgb, ${te("primary",500)} 20%, transparent);
|
601
752
|
}
|
602
753
|
|
603
754
|
&[data-active] {
|
604
755
|
outline: 9px solid
|
605
|
-
color-mix(in srgb, ${
|
756
|
+
color-mix(in srgb, ${te("primary",500)} 40%, transparent);
|
606
757
|
}
|
607
758
|
|
608
759
|
&[data-disabled] {
|
@@ -611,86 +762,94 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
611
762
|
&[data-state='checked'] {
|
612
763
|
svg {
|
613
764
|
path {
|
614
|
-
fill: ${
|
765
|
+
fill: ${te("neutral",500)};
|
615
766
|
}
|
616
767
|
}
|
617
768
|
}
|
618
769
|
}
|
619
770
|
}
|
620
|
-
|
771
|
+
|
772
|
+
.chakra-switch__label {
|
773
|
+
cursor: pointer;
|
774
|
+
|
775
|
+
&[data-disabled] {
|
776
|
+
cursor: not-allowed;
|
777
|
+
}
|
778
|
+
}
|
779
|
+
`,Lt=({name:e,defaultChecked:t=!1,onChange:r,disabled:n=!1,isLabelOnLeft:o=!1,children:l,...a})=>H("div",{style:{display:"flex",alignItems:"center"},children:O(C.Root,{css:kt,id:e,name:e,"aria-label":a["aria-label"]||e,defaultChecked:t,onCheckedChange:({checked:t})=>{r&&r(e,t)},disabled:n,...a,children:[o&&null!=l?H(C.Label,{children:l}):null,H(C.HiddenInput,{style:{width:"42px",height:"26px"}}),H("div",{className:"chakra-switch__control-container",children:H(C.Control,{children:H(C.Thumb,{children:H(C.ThumbIndicator,{display:"flex",children:H(pe,{})})})})}),o||null==l?null:H(C.Label,{children:l})]})}),Mt=B`
|
621
780
|
position: relative;
|
622
781
|
height: 100%;
|
623
|
-
`,
|
782
|
+
`,St=B`
|
624
783
|
font-size: 16px;
|
625
784
|
line-height: 24px;
|
626
|
-
color: ${
|
785
|
+
color: ${te("neutral",900)};
|
627
786
|
text-align: left;
|
628
787
|
|
629
788
|
span {
|
630
|
-
color: ${
|
789
|
+
color: ${te("error",500)};
|
631
790
|
margin-right: 3px;
|
632
791
|
}
|
633
|
-
`,
|
792
|
+
`,Vt=B`
|
634
793
|
font-size: 14px;
|
635
794
|
line-height: 20px;
|
636
|
-
color: ${
|
795
|
+
color: ${te("neutral",700)};
|
637
796
|
text-align: left;
|
638
|
-
`,
|
797
|
+
`,Dt=e=>B`
|
639
798
|
margin-top: 12px;
|
640
799
|
display: flex;
|
641
800
|
flex-direction: ${e?"row":"column"};
|
642
801
|
flex-wrap: wrap;
|
643
802
|
gap: ${e?"20px":"12px"};
|
644
|
-
|
803
|
+
`,_t=B`
|
645
804
|
width: 3px;
|
646
805
|
height: 100%;
|
647
|
-
background-color: ${
|
806
|
+
background-color: ${te("error",900)};
|
648
807
|
position: absolute;
|
649
808
|
top: 0;
|
650
809
|
left: 0;
|
651
|
-
`,
|
810
|
+
`,Rt=B`
|
652
811
|
font-size: 14px;
|
653
812
|
line-height: 20px;
|
654
813
|
font-weight: 700;
|
655
|
-
color: ${
|
814
|
+
color: ${te("error",900)};
|
656
815
|
text-align: left;
|
657
|
-
`,
|
658
|
-
margin-left: ${
|
659
|
-
`),children:[
|
816
|
+
`,It=({label:e,caption:t,checkboxes:r,defaultValue:n,onCheckedChange:o,errorMessage:l,horizontal:a,required:i})=>{const[s,c]=Y(n?{[n]:!0}:{});return O("div",{css:Mt,"aria-roledescription":"group","aria-labelledby":e,children:[l?H("div",{css:_t}):null,O("div",{css:(d=!!l,B`
|
817
|
+
margin-left: ${d?"19px":"0px"};
|
818
|
+
`),children:[O("p",{css:St,"aria-label":e,children:[i&&H("span",{"aria-label":"required",children:"*"}),e]}),H("p",{css:Vt,"aria-label":t,children:t}),l?H("p",{css:Rt,"aria-label":l,children:l}):null,H("div",{css:Dt(a),children:r.map((e=>H(Ge,{css:{},defaultChecked:n===e.value,onCheckedChange:({checked:t})=>((e,t)=>{const r={...s};t&&(r[t]=e,c(r)),o&&o(r)})(t,e.name),...e},e.name)))})]})]});var d},Pt=B`
|
660
819
|
width: 100%;
|
661
820
|
max-width: 370px;
|
662
821
|
position: relative;
|
663
|
-
`,
|
822
|
+
`,Tt=e=>B`
|
664
823
|
font-size: 16px;
|
665
824
|
line-height: 24px;
|
666
825
|
font-weight: 400;
|
667
|
-
color: ${
|
826
|
+
color: ${te("neutral",e?600:900)};
|
668
827
|
text-align: left;
|
669
828
|
|
670
829
|
span {
|
671
|
-
color: ${e?
|
830
|
+
color: ${e?te("neutral",600):te("error",500)};
|
672
831
|
margin-right: 3px;
|
673
832
|
}
|
674
|
-
`,
|
833
|
+
`,Et=e=>B`
|
675
834
|
font-size: 14px;
|
676
835
|
line-height: 20px;
|
677
836
|
font-weight: 400;
|
678
|
-
color: ${
|
837
|
+
color: ${te("neutral",e?600:700)};
|
679
838
|
text-align: left;
|
680
|
-
`,
|
839
|
+
`,zt=B`
|
681
840
|
width: 3px;
|
682
841
|
height: 100%;
|
683
|
-
background-color: ${
|
842
|
+
background-color: ${te("error",900)};
|
684
843
|
position: absolute;
|
685
844
|
top: 0;
|
686
845
|
left: 0;
|
687
|
-
`,
|
846
|
+
`,Ot=B`
|
688
847
|
font-size: 14px;
|
689
848
|
line-height: 20px;
|
690
849
|
font-weight: 700;
|
691
|
-
color: ${
|
850
|
+
color: ${te("error",900)};
|
692
851
|
text-align: left;
|
693
|
-
`,
|
852
|
+
`,Ht=(e,t)=>B`
|
694
853
|
width: 100%;
|
695
854
|
margin-top: 8px;
|
696
855
|
|
@@ -699,7 +858,7 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
699
858
|
|
700
859
|
input {
|
701
860
|
margin-top: 0px;
|
702
|
-
${"start"===
|
861
|
+
${"start"===t?`\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n ${e?`\n border: 1px solid ${te("error",900)};\n border-left: none;\n `:""}\n `:`\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n ${e?`\n border: 1px solid ${te("error",900)};\n border-right: none;\n `:""}\n `}
|
703
862
|
}
|
704
863
|
}
|
705
864
|
|
@@ -709,16 +868,16 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
709
868
|
|
710
869
|
.chakra-select__trigger {
|
711
870
|
padding: 6px 4px;
|
712
|
-
background-color: ${
|
871
|
+
background-color: ${te("neutral",300)};
|
713
872
|
|
714
|
-
${"start"===
|
873
|
+
${"start"===t?`\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n ${e?`\n border: 1px solid ${te("error",900)};\n border-right: none;\n `:""}\n `:`\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n ${e?`\n border: 1px solid ${te("error",900)};\n border-left: none;\n `:""}\n `}
|
715
874
|
|
716
875
|
p {
|
717
|
-
color: ${
|
876
|
+
color: ${te("neutral",700)};
|
718
877
|
}
|
719
878
|
|
720
879
|
&[data-state='open'] {
|
721
|
-
background-color: ${
|
880
|
+
background-color: ${te("neutral",400)};
|
722
881
|
}
|
723
882
|
}
|
724
883
|
|
@@ -726,7 +885,7 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
726
885
|
padding: 0 4px;
|
727
886
|
}
|
728
887
|
}
|
729
|
-
`,
|
888
|
+
`,jt=e=>B`
|
730
889
|
position: relative;
|
731
890
|
height: 100%;
|
732
891
|
width: 100%;
|
@@ -735,73 +894,76 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
735
894
|
align-items: flex-start;
|
736
895
|
gap: ${"small"===e?"12px":"16px"};
|
737
896
|
margin-bottom: 20px;
|
738
|
-
`,
|
897
|
+
`,Bt=B`
|
739
898
|
width: 3px;
|
740
899
|
height: 100%;
|
741
|
-
background-color: ${
|
900
|
+
background-color: ${te("error",900)};
|
742
901
|
position: absolute;
|
743
902
|
top: 0;
|
744
903
|
left: 0;
|
745
|
-
`,
|
746
|
-
color: ${
|
904
|
+
`,Nt=(e,t)=>B`
|
905
|
+
color: ${te("neutral",t?600:900)};
|
747
906
|
font-size: ${"small"===e?"14px":"16px"};
|
748
907
|
font-weight: 400;
|
749
908
|
line-height: ${"small"===e?"20px":"24px"};
|
750
909
|
margin-bottom: 2px;
|
751
910
|
|
752
911
|
span {
|
753
|
-
color: ${
|
912
|
+
color: ${te("neutral",t?600:700)};
|
754
913
|
}
|
755
914
|
|
756
915
|
.chakra-field__requiredIndicator {
|
757
|
-
color: ${
|
916
|
+
color: ${t?te("neutral",600):te("error",500)};
|
758
917
|
}
|
759
|
-
`,
|
760
|
-
color: ${
|
918
|
+
`,At=(e,t)=>B`
|
919
|
+
color: ${te("neutral",t?600:700)};
|
761
920
|
font-size: ${"small"===e?"12px":"14px"};
|
762
921
|
font-weight: 400;
|
763
922
|
line-height: ${"small"===e?"16px":"20px"};
|
764
|
-
`,
|
765
|
-
color: ${
|
923
|
+
`,Zt=e=>B`
|
924
|
+
color: ${te("error",900)};
|
766
925
|
font-size: ${"small"===e?"12px":"14px"};
|
767
926
|
font-weight: 700;
|
768
927
|
line-height: ${"small"===e?"16px":"20px"};
|
769
928
|
margin-top: 2px;
|
770
|
-
`,
|
929
|
+
`,Ft=(e,t,r)=>B`
|
771
930
|
height: ${"small"===e?"28px":"40px"};
|
772
931
|
width: 100%;
|
773
932
|
border-radius: 4px;
|
774
933
|
padding: ${"small"===e?"4px 8px":"12px"};
|
775
934
|
margin-top: 8px;
|
776
|
-
background-color: ${
|
777
|
-
color: ${
|
778
|
-
border: 1px solid ${
|
935
|
+
background-color: ${te("neutral",100)};
|
936
|
+
color: ${te("neutral",800)};
|
937
|
+
border: 1px solid ${te("neutral",400)};
|
779
938
|
box-shadow: 0px 1px 2px 0px #0000000d;
|
780
939
|
|
781
940
|
&:focus-visible,
|
782
941
|
&[data-focus-visible] {
|
783
|
-
border: 2px solid ${
|
784
|
-
outline: 2px solid ${
|
942
|
+
border: 2px solid ${te("neutral",700)};
|
943
|
+
outline: 2px solid ${te("primary",700)};
|
785
944
|
outline-offset: 2px;
|
945
|
+
box-shadow:
|
946
|
+
0 0 0 2px ${te("neutral",100)},
|
947
|
+
rgba(0, 0, 0, 0.05) 0px 2px 2px 4px;
|
786
948
|
}
|
787
949
|
|
788
950
|
&:active {
|
789
|
-
border: 1px solid ${
|
951
|
+
border: 1px solid ${te("primary",600)} !important;
|
790
952
|
outline: none !important;
|
791
953
|
box-shadow: 0px 1px 2px 0px #0000000d;
|
792
954
|
}
|
793
955
|
|
794
956
|
&[data-invalid] {
|
795
|
-
border: 1px solid ${
|
957
|
+
border: 1px solid ${te("error",900)} !important;
|
796
958
|
}
|
797
959
|
|
798
960
|
&:disabled {
|
799
|
-
background-color: ${
|
800
|
-
border: 1px solid ${
|
961
|
+
background-color: ${te("neutral",200)};
|
962
|
+
border: 1px solid ${te("neutral",300)} !important;
|
801
963
|
}
|
802
964
|
|
803
|
-
${
|
804
|
-
`,
|
965
|
+
${t||r?`\n border: 1px solid ${te("neutral",700)};\n `:""}
|
966
|
+
`,Wt=({label:e,caption:t,placeholder:r,errorMessage:n,required:o,disabled:l,size:a="default",defaultValue:i="",onChange:s,...c})=>{const[d,p]=Y(i);return O("div",{css:jt(a),className:"text-input-container",children:[n?H("div",{css:Bt}):null,O(b.Root,{required:o,invalid:!!n,gap:"0",style:{marginLeft:n?"19px":"0px"},children:[e?O(b.Label,{css:Nt(a,l),"aria-label":e,children:[H(b.RequiredIndicator,{"aria-label":"required"}),e,o?"":H("span",{children:" (Optional)"})]}):null,t?H(b.HelperText,{css:At(a,l),"aria-label":t,children:t}):null,n?H(b.ErrorText,{css:Zt(a),"aria-label":n,children:n}):null,H(m,{placeholder:r,disabled:l,css:Ft(a,d,i),onChange:e=>{p(e.target.value),s&&s(e)},value:d,_placeholder:{color:"var(--chakra-colors-neutral-500)"},...c})]})]})},Yt=F.forwardRef(((e,t)=>{const{children:r,...n}=e;return A(v.Control,{...n,children:[N(v.Trigger,{ref:t,children:r}),N(v.IndicatorGroup,{children:N(v.Indicator,{children:N(xe,{})})})]})})),Ut=F.forwardRef(((e,t)=>{const{...r}=e;return N(i,{children:N(v.Positioner,{children:N(v.Content,{...r,ref:t})})})})),Xt=F.forwardRef(((e,t)=>{const{item:r,children:n,...o}=e;return N(v.Item,{item:r,...o,ref:t,children:n},r.value)})),qt=F.forwardRef(((e,t)=>{const{children:r,...n}=e;return N(v.ValueText,{...n,ref:t,children:N(v.Context,{children:t=>{const n=t.selectedItems;return 0===n.length?e.placeholder:r?r(n):1===n.length?t.collection.stringifyItem(n[0]):`${n.length} selected`}})})})),Gt=F.forwardRef(((e,t)=>N(v.Root,{...e,ref:t,positioning:{sameWidth:!0,...e.positioning},children:e.asChild?e.children:A(Z,{children:[N(v.HiddenSelect,{}),e.children]})})));F.forwardRef(((e,t)=>{const{children:r,label:n,...o}=e;return A(v.ItemGroup,{...o,ref:t,children:[N(v.ItemGroupLabel,{children:n}),r]})}));const Kt=v.Label;v.ItemText;const Jt=e=>B`
|
805
967
|
position: relative;
|
806
968
|
height: 100%;
|
807
969
|
width: 100%;
|
@@ -810,54 +972,55 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
810
972
|
align-items: flex-start;
|
811
973
|
gap: ${"small"===e?"12px":"16px"};
|
812
974
|
margin-bottom: 16px;
|
813
|
-
`,
|
975
|
+
`,Qt=B`
|
814
976
|
width: 3px;
|
815
977
|
height: 100%;
|
816
|
-
background-color: ${
|
978
|
+
background-color: ${te("error",900)};
|
817
979
|
position: absolute;
|
818
980
|
top: 0;
|
819
981
|
left: 0;
|
820
|
-
`,
|
982
|
+
`,er=e=>B`
|
821
983
|
font-size: ${"small"===e?"14px":"16px"};
|
822
984
|
line-height: ${"small"===e?"20px":"24px"};
|
823
985
|
font-weight: 400;
|
824
|
-
color: ${
|
986
|
+
color: ${te("neutral",900)};
|
825
987
|
text-align: left;
|
826
988
|
|
827
989
|
span {
|
828
|
-
color: ${
|
990
|
+
color: ${te("error",500)};
|
829
991
|
margin-right: 3px;
|
830
992
|
}
|
831
993
|
|
832
994
|
&[data-disabled] {
|
833
|
-
color: ${
|
995
|
+
color: ${te("neutral",600)};
|
834
996
|
|
835
997
|
span {
|
836
|
-
color: ${
|
998
|
+
color: ${te("neutral",600)};
|
837
999
|
}
|
838
1000
|
}
|
839
|
-
`,
|
1001
|
+
`,tr=(e,t)=>B`
|
840
1002
|
font-size: ${"small"===e?"12px":"14px"};
|
841
1003
|
line-height: ${"small"===e?"16px":"20px"};
|
842
1004
|
font-weight: 400;
|
843
|
-
color: ${
|
1005
|
+
color: ${te("neutral",700)};
|
844
1006
|
text-align: left;
|
845
1007
|
|
846
|
-
${
|
847
|
-
`,
|
1008
|
+
${t?`color: ${te("neutral",600)} !important;`:""}
|
1009
|
+
`,rr=(e,t,r,n)=>B`
|
848
1010
|
.chakra-select__trigger {
|
849
1011
|
min-height: ${"small"===e?"32px":"40px"};
|
850
1012
|
border-radius: 4px;
|
851
1013
|
padding: 6px 8px;
|
852
|
-
border: 1px solid ${((e,
|
1014
|
+
border: 1px solid ${((e,t)=>t?te("error",900):te("neutral",e?700:400))(t,r)};
|
853
1015
|
box-shadow: 0px 1px 2px 0px #0000000d;
|
1016
|
+
cursor: pointer;
|
854
1017
|
|
855
1018
|
.chakra-select__valueText {
|
856
1019
|
font-size: ${"small"===e?"14px":"16px"};
|
857
1020
|
line-height: ${"small"===e?"20px":"24px"};
|
858
|
-
color: ${
|
1021
|
+
color: ${te("neutral",700)};
|
859
1022
|
|
860
|
-
${
|
1023
|
+
${n?"\n display: flex;\n flex-wrap: wrap;\n gap: 8px;\n ":""}
|
861
1024
|
}
|
862
1025
|
|
863
1026
|
&[data-state='open'] {
|
@@ -869,13 +1032,16 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
869
1032
|
&:is(:focus-visible, [data-focus-visible]) {
|
870
1033
|
outline-offset: 2px;
|
871
1034
|
outline-width: 2px;
|
872
|
-
outline-color: ${
|
873
|
-
border: 2px solid ${
|
1035
|
+
outline-color: ${te("primary",700)};
|
1036
|
+
border: 2px solid ${te("neutral",700)};
|
1037
|
+
box-shadow:
|
1038
|
+
0 0 0 2px ${te("neutral",100)},
|
1039
|
+
rgba(0, 0, 0, 0.05) 0px 2px 2px 4px;
|
874
1040
|
}
|
875
1041
|
|
876
1042
|
&[data-disabled] {
|
877
|
-
border: 1px solid ${
|
878
|
-
background-color: ${
|
1043
|
+
border: 1px solid ${te("neutral",300)};
|
1044
|
+
background-color: ${te("neutral",200)};
|
879
1045
|
}
|
880
1046
|
}
|
881
1047
|
|
@@ -884,50 +1050,50 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
884
1050
|
width: ${"small"===e?"12px":"16px"};
|
885
1051
|
|
886
1052
|
path {
|
887
|
-
fill: ${
|
1053
|
+
fill: ${te("neutral",700)};
|
888
1054
|
}
|
889
1055
|
}
|
890
1056
|
|
891
1057
|
&[data-disabled] {
|
892
1058
|
svg path {
|
893
|
-
fill: ${
|
1059
|
+
fill: ${te("neutral",500)};
|
894
1060
|
}
|
895
1061
|
}
|
896
1062
|
}
|
897
|
-
`,
|
1063
|
+
`,nr=B`
|
898
1064
|
margin-top: -8px;
|
899
1065
|
border-radius: 4px;
|
900
|
-
border: 1px solid ${
|
1066
|
+
border: 1px solid ${te("neutral",400)};
|
901
1067
|
border-top-left-radius: 0px;
|
902
1068
|
border-top-right-radius: 0px;
|
903
1069
|
border-top: none;
|
904
|
-
`,
|
1070
|
+
`,or=B`
|
905
1071
|
align-items: flex-start;
|
906
1072
|
&[data-highlighted] {
|
907
|
-
background-color: ${
|
1073
|
+
background-color: ${te("neutral",200)};
|
908
1074
|
cursor: pointer;
|
909
1075
|
}
|
910
|
-
`,
|
1076
|
+
`,lr=(e,t)=>B`
|
911
1077
|
font-size: ${"small"===e?"14px":"16px"};
|
912
1078
|
line-height: ${"small"===e?"20px":"24px"};
|
913
|
-
color: ${
|
1079
|
+
color: ${te("neutral",800)};
|
914
1080
|
text-align: left;
|
915
1081
|
|
916
|
-
${
|
917
|
-
`,
|
1082
|
+
${t?`color: ${te("neutral",600)} !important;`:""}
|
1083
|
+
`,ar=(e,t)=>B`
|
918
1084
|
font-size: ${"small"===e?"14px":"16px"};
|
919
1085
|
line-height: ${"small"===e?"20px":"24px"};
|
920
|
-
color: ${
|
1086
|
+
color: ${te("neutral",700)};
|
921
1087
|
text-align: left;
|
922
1088
|
|
923
|
-
${
|
924
|
-
`,
|
1089
|
+
${t?`color: ${te("neutral",600)} !important;`:""}
|
1090
|
+
`,ir=e=>B`
|
925
1091
|
font-size: ${"small"===e?"12px":"14px"};
|
926
1092
|
line-height: ${"small"===e?"16px":"20px"};
|
927
1093
|
font-weight: 700;
|
928
|
-
color: ${
|
1094
|
+
color: ${te("error",900)};
|
929
1095
|
text-align: left;
|
930
|
-
`,
|
1096
|
+
`,sr=e=>B`
|
931
1097
|
max-width: 100%;
|
932
1098
|
display: flex;
|
933
1099
|
justify-content: center;
|
@@ -936,7 +1102,7 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
936
1102
|
padding: 4px 8px;
|
937
1103
|
border-radius: 4px;
|
938
1104
|
font-weight: 700;
|
939
|
-
color: ${
|
1105
|
+
color: ${te("neutral",700)};
|
940
1106
|
box-shadow: none;
|
941
1107
|
|
942
1108
|
height: 24px;
|
@@ -989,55 +1155,55 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
989
1155
|
|
990
1156
|
&:focus-visible {
|
991
1157
|
outline-offset: 2px;
|
992
|
-
outline: 2px solid ${
|
1158
|
+
outline: 2px solid ${te("primary",700)};
|
993
1159
|
outline-style: auto;
|
994
1160
|
}
|
995
1161
|
}
|
996
1162
|
|
997
1163
|
&[data-disabled='true'] {
|
998
|
-
border: 1px solid ${
|
999
|
-
background-color: ${
|
1000
|
-
color: ${
|
1001
|
-
}
|
1002
|
-
`,
|
1003
|
-
background-color: ${
|
1004
|
-
border: 1px solid ${
|
1005
|
-
`,
|
1006
|
-
background-color: ${
|
1007
|
-
border: 1px solid ${
|
1008
|
-
`,
|
1009
|
-
background-color: ${
|
1010
|
-
border: 1px solid ${
|
1011
|
-
color: ${
|
1012
|
-
`,
|
1013
|
-
background-color: ${
|
1014
|
-
border: 1px solid ${
|
1015
|
-
color: ${
|
1016
|
-
`,
|
1017
|
-
background-color: ${
|
1018
|
-
border: 1px solid ${
|
1019
|
-
color: ${
|
1020
|
-
`,
|
1164
|
+
border: 1px solid ${te("neutral",400)};
|
1165
|
+
background-color: ${te("neutral",300)};
|
1166
|
+
color: ${te("neutral",600)};
|
1167
|
+
}
|
1168
|
+
`,cr=B`
|
1169
|
+
background-color: ${te("neutral",100)};
|
1170
|
+
border: 1px solid ${te("neutral",300)};
|
1171
|
+
`,dr=B`
|
1172
|
+
background-color: ${te("neutral",200)};
|
1173
|
+
border: 1px solid ${te("neutral",400)};
|
1174
|
+
`,pr=B`
|
1175
|
+
background-color: ${te("success",100)};
|
1176
|
+
border: 1px solid ${te("success",300)};
|
1177
|
+
color: ${te("success",900)};
|
1178
|
+
`,ur=B`
|
1179
|
+
background-color: ${te("warning",100)};
|
1180
|
+
border: 1px solid ${te("warning",300)};
|
1181
|
+
color: ${te("warning",900)};
|
1182
|
+
`,hr=B`
|
1183
|
+
background-color: ${te("error",100)};
|
1184
|
+
border: 1px solid ${te("error",300)};
|
1185
|
+
color: ${te("error",900)};
|
1186
|
+
`,xr=({label:e,size:t="default",variant:r,disabled:n,icon:o,onClose:l,closable:a,...i})=>{let s=cr;return"info-grey"===r?s=dr:"success"===r?s=pr:"warning"===r?s=ur:"error"===r&&(s=hr),O(y.Root,{css:[sr(t),s],"data-disabled":n,...i,children:[o?H(y.StartElement,{"aria-label":`${e} tag icon`,children:o}):null,H(y.Label,{"aria-label":e,children:e}),a&&!n&&"small"!==t?H(y.EndElement,{children:H("div",{className:"chakra-tag__closeTrigger",role:"button",tabIndex:0,onClick:l,onKeyDown:e=>{!l||"Enter"!==e.key&&" "!==e.key||l()},"aria-label":`${e} tag close button`,children:H(ge,{})})}):null]})},gr=({placeholder:e,size:t,disabled:r})=>H(qt,{placeholder:e,children:e=>{const{label:n,caption:o}=e[0];return O(p,{flexDirection:"column",alignItems:"flex-start",children:[H("p",{css:lr(t,r),children:n}),o?H("p",{css:ar(t,r),children:o}):null]})}}),fr=({placeholder:e,removeItem:t,disabled:r})=>H(qt,{placeholder:e,children:e=>e.map((e=>H(p,{flexDirection:"row",alignItems:"flex-start",children:H(xr,{label:e.label,variant:"info-grey",disabled:r,onClose:()=>t(e.value),closable:!0},e.value)},e.value)))}),Cr=({label:e,caption:t,placeholder:r="",items:o,size:l="default",required:a,disabled:i,onChange:s,errorMessage:c,multiple:d,...p})=>{const[u,h]=Y(p.defaultValue||[]),x=(e=>w({items:e}))(o),g=e=>{h(e),s&&s(e)};return O("div",{css:Jt(l),style:p.style,className:"select-input-container",children:[c?H("div",{css:Qt}):null,O(Gt,{css:{},collection:x,disabled:i,required:a,multiple:d,"aria-label":p["aria-label"]||e,value:u,onValueChange:e=>g(e.value),style:{marginLeft:c?"19px":"0px"},...p,children:[e?O(Kt,{css:er(l),children:[a?H("span",{children:"*"}):null,e]}):null,t?H("p",{css:tr(l,i),children:t}):null,c&&H("p",{css:ir(l),children:c}),H(Yt,{css:rr(l,u.length>0,!!c,d),children:d?H(fr,{placeholder:r,disabled:i,removeItem:e=>{const t=u.filter((t=>t!==e));g(t)}}):H(gr,{placeholder:r,size:l,disabled:i})}),H(Ut,{css:nr,children:x.items.map((e=>O(Xt,{css:or,item:e,children:[O(n,{children:[H("p",{css:lr(l),children:e.label}),H("p",{css:ar(l),children:e.caption})]}),d?H(Ge,{checked:u.some((t=>t===e.value))}):null]},e.value)))})]})]})},br=({label:e,caption:t,errorMessage:r,units:n,unitsPosition:o="end",defaultUnit:l="",defaultValue:i="",onChange:s,required:c,disabled:d})=>{const[p,u]=Y(i),[h,x]=Y(l?[l]:[n[0].value]),g=(e,t)=>{s&&s("end"===o?""+(t?`${p} ${e}`:`${e} ${h}`):""+(t?`${e} ${p}`:`${h} ${e}`))};return O("div",{css:Pt,children:[r?H("div",{css:zt}):null,O("div",{style:{marginLeft:r?"19px":"0px"},children:[O("p",{css:Tt(d),"aria-label":e,children:[c?H("span",{children:"*"}):null,e]}),H("p",{css:Et(d),"aria-label":t,children:t}),r?H("p",{css:Ot,"aria-label":r,children:r}):null,O(a,{css:Ht(!!r,o),attached:!0,children:["start"===o?H(Cr,{placeholder:"",value:h,items:n,disabled:d,onChange:e=>{x(e),g(e?.[0],!0)}}):null,H(Wt,{type:"number",value:p,disabled:d,onChange:e=>{u(e.target.value),g(e.target.value)}}),"end"===o?H(Cr,{placeholder:"",value:h,items:n,disabled:d,onChange:e=>{x(e),g(e?.[0],!0)}}):null]})]})]})},mr=B`
|
1021
1187
|
width: 100%;
|
1022
1188
|
max-width: 486px;
|
1023
|
-
`,
|
1189
|
+
`,vr=B`
|
1024
1190
|
font-size: 16px;
|
1025
1191
|
line-height: 24px;
|
1026
1192
|
font-weight: 400;
|
1027
|
-
color: ${
|
1193
|
+
color: ${te("neutral",900)};
|
1028
1194
|
text-align: left;
|
1029
1195
|
|
1030
1196
|
span {
|
1031
|
-
color: ${
|
1197
|
+
color: ${te("error",500)};
|
1032
1198
|
margin-right: 3px;
|
1033
1199
|
}
|
1034
|
-
`,
|
1200
|
+
`,yr=B`
|
1035
1201
|
font-size: 14px;
|
1036
1202
|
line-height: 20px;
|
1037
1203
|
font-weight: 400;
|
1038
|
-
color: ${
|
1204
|
+
color: ${te("neutral",700)};
|
1039
1205
|
text-align: left;
|
1040
|
-
`,
|
1206
|
+
`,wr=B`
|
1041
1207
|
display: flex;
|
1042
1208
|
align-items: center;
|
1043
1209
|
justify-content: space-between;
|
@@ -1055,12 +1221,12 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
1055
1221
|
button {
|
1056
1222
|
width: 98px;
|
1057
1223
|
}
|
1058
|
-
|
1224
|
+
`,$r=B`
|
1059
1225
|
margin-top: 12px;
|
1060
|
-
`,
|
1226
|
+
`,kr=e=>B`
|
1061
1227
|
height: 8px;
|
1062
1228
|
width: 100%;
|
1063
|
-
background-color: ${
|
1229
|
+
background-color: ${te("neutral",300)};
|
1064
1230
|
margin-top: 8px;
|
1065
1231
|
margin-bottom: 12px;
|
1066
1232
|
border-radius: 8px;
|
@@ -1068,90 +1234,99 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
1068
1234
|
div {
|
1069
1235
|
height: 100%;
|
1070
1236
|
width: ${"Weak"===e?"25%":"Medium"===e?"50%":"Strong"===e?"75%":"Very Strong"===e?" 100%":"5%"};
|
1071
|
-
background-color: ${
|
1237
|
+
background-color: ${te("Medium"===e?"warning":"Strong"===e||"Very Strong"===e?"success":"error",900)};
|
1072
1238
|
border-radius: 8px;
|
1073
1239
|
}
|
1074
|
-
`,
|
1240
|
+
`,Lr=e=>B`
|
1075
1241
|
display: flex;
|
1076
1242
|
align-items: center;
|
1077
1243
|
gap: 4px;
|
1078
1244
|
font-size: 14px;
|
1079
1245
|
line-height: 20px;
|
1080
1246
|
font-weight: 400;
|
1081
|
-
color: ${
|
1247
|
+
color: ${te("neutral",700)};
|
1082
1248
|
|
1083
1249
|
div {
|
1084
1250
|
height: 16px;
|
1085
1251
|
width: 16px;
|
1086
|
-
background-color: ${
|
1252
|
+
background-color: ${te(e?"success":"error",100)};
|
1087
1253
|
display: flex;
|
1088
1254
|
justify-content: center;
|
1089
1255
|
align-items: center;
|
1090
1256
|
}
|
1091
|
-
`,
|
1257
|
+
`,Mr=({label:e,caption:t,required:r,disabledRules:n,onChange:o,minLength:l=8,hideValidations:a})=>{const[i,s]=Y(!1),[c,d]=Y(""),[p,u]=Y({strength:"Very weak",length:!1,uppercase:!1,lowercase:!1,numbers:!1,specialCharacters:!1});return O("div",{css:mr,children:[O("p",{css:vr,"aria-label":e,children:[r?H("span",{children:"*"}):null,e]}),H("p",{css:yr,"aria-label":t,children:t}),O("div",{css:wr,children:[H(Wt,{type:i?"text":"password",value:c,onChange:e=>(e=>{const t={...p};let r=0,n=!1;t.length=e.length>=l,r+=e.length>=l?1:0,n=/[A-Z]/.test(e),r+=n?1:0,t.uppercase=n,n=/[a-z]/.test(e),r+=n?1:0,t.lowercase=n,n=/[0-9]/.test(e),r+=n?1:0,t.numbers=n,n=/[-'/`~!¡#*$@_%+=.,^&(){}[\]|;:“‘"<>?\\]/.test(e),r+=n?1:0,t.specialCharacters=n,t.strength="Very Weak",e.length>=4&&r>=2&&(t.strength="Weak"),e.length>=6&&r>=3&&(t.strength="Medium"),e.length>=l&&r>=4&&(t.strength="Strong"),e.length>=l+2&&r>=5&&(t.strength="Very Strong"),d(e),u(t),o&&o(t)})(e.target.value)}),H(ie,{label:i?"Hide":"Show",variant:"secondary",leftIcon:H(i?Ce:fe,{}),onClick:()=>s(!i)})]}),c&&!a?O("div",{css:$r,children:[O("p",{css:(h=p.strength,B`
|
1092
1258
|
font-size: 16px;
|
1093
1259
|
line-height: 24px;
|
1094
1260
|
font-weight: 400;
|
1095
|
-
color: ${
|
1261
|
+
color: ${te("neutral",800)};
|
1096
1262
|
text-align: left;
|
1097
1263
|
|
1098
1264
|
span {
|
1099
1265
|
font-weight: 700;
|
1100
|
-
color: ${
|
1266
|
+
color: ${te("Medium"===h?"warning":"Strong"===h||"Very Strong"===h?"success":"error",900)};
|
1101
1267
|
}
|
1102
|
-
`),children:["Password Strength: ",
|
1268
|
+
`),children:["Password Strength: ",H("span",{children:p.strength})]}),H("div",{css:kr(p.strength),children:H("div",{})}),O("div",{css:Lr(p.length),children:[H("div",{children:p.length?H(pe,{color:"var(--chakra-colors-success-500)",height:"8px",width:"8px"}):H(ge,{color:"var(--chakra-colors-error-900)",height:"8px",width:"8px"})}),O("p",{children:["Use a minimum of ",l," characters"]})]}),n?.uppercase?null:O("div",{css:Lr(p.uppercase),children:[H("div",{children:p.uppercase?H(pe,{color:"var(--chakra-colors-success-500)",height:"8px",width:"8px"}):H(ge,{color:"var(--chakra-colors-error-900)",height:"8px",width:"8px"})}),H("p",{children:"Use an uppercase letter"})]}),n?.lowercase?null:O("div",{css:Lr(p.lowercase),children:[H("div",{children:p.lowercase?H(pe,{color:"var(--chakra-colors-success-500)",height:"8px",width:"8px"}):H(ge,{color:"var(--chakra-colors-error-900)",height:"8px",width:"8px"})}),H("p",{children:"Use a lowercase letter"})]}),n?.numbers?null:O("div",{css:Lr(p.numbers),children:[H("div",{children:p.numbers?H(pe,{color:"var(--chakra-colors-success-500)",height:"8px",width:"8px"}):H(ge,{color:"var(--chakra-colors-error-900)",height:"8px",width:"8px"})}),H("p",{children:"Use a number"})]}),n?.specialCharacters?null:O("div",{css:Lr(p.specialCharacters),children:[H("div",{children:p.specialCharacters?H(pe,{color:"var(--chakra-colors-success-500)",height:"8px",width:"8px"}):H(ge,{color:"var(--chakra-colors-error-900)",height:"8px",width:"8px"})}),H("p",{children:"Use a special character"})]})]}):null]});var h},Sr=B`
|
1103
1269
|
position: relative;
|
1104
1270
|
height: 100%;
|
1105
|
-
`,
|
1271
|
+
`,Vr=B`
|
1106
1272
|
font-size: 16px;
|
1107
1273
|
line-height: 24px;
|
1108
|
-
color: ${
|
1274
|
+
color: ${te("neutral",900)};
|
1109
1275
|
text-align: left;
|
1110
1276
|
|
1111
1277
|
span {
|
1112
|
-
color: ${
|
1278
|
+
color: ${te("error",500)};
|
1113
1279
|
margin-right: 3px;
|
1114
1280
|
}
|
1115
|
-
`,
|
1281
|
+
`,Dr=B`
|
1116
1282
|
font-size: 14px;
|
1117
1283
|
line-height: 20px;
|
1118
|
-
color: ${
|
1284
|
+
color: ${te("neutral",700)};
|
1119
1285
|
text-align: left;
|
1120
|
-
|
1286
|
+
`,_r=B`
|
1121
1287
|
margin-top: 12px;
|
1122
|
-
`,
|
1288
|
+
`,Rr=B`
|
1123
1289
|
width: 3px;
|
1124
1290
|
height: 100%;
|
1125
|
-
background-color: ${
|
1291
|
+
background-color: ${te("error",900)};
|
1126
1292
|
position: absolute;
|
1127
1293
|
top: 0;
|
1128
1294
|
left: 0;
|
1129
|
-
`,
|
1295
|
+
`,Ir=B`
|
1130
1296
|
font-size: 14px;
|
1131
1297
|
line-height: 20px;
|
1132
1298
|
font-weight: 700;
|
1133
|
-
color: ${
|
1299
|
+
color: ${te("error",900)};
|
1134
1300
|
text-align: left;
|
1135
|
-
`,
|
1136
|
-
|
1137
|
-
|
1301
|
+
`,Pr=B`
|
1302
|
+
height: 100%;
|
1303
|
+
min-height: 48px;
|
1304
|
+
width: 100%;
|
1305
|
+
max-width: 366px;
|
1306
|
+
border: 1px solid ${te("neutral",400)};
|
1307
|
+
border-radius: 4px;
|
1308
|
+
background-color: ${te("neutral",100)};
|
1309
|
+
padding: 12px;
|
1310
|
+
`,Tr=({label:e,caption:t,name:r,radios:n,defaultValue:o,onCheckedChange:l,errorMessage:a,horizontal:i,variant:s="default",required:c})=>{return O("div",{css:Sr,"aria-roledescription":"group","aria-labelledby":e,children:[a?H("div",{css:Rr}):null,O("div",{css:(d=!!a,B`
|
1311
|
+
margin-left: ${d?"19px":"0px"};
|
1312
|
+
`),children:[O("p",{css:Vr,"aria-label":e,children:[c&&H("span",{"aria-label":"required",children:"*"}),e]}),H("p",{css:Dr,"aria-label":t,children:t}),a?H("p",{css:Ir,"aria-label":a,children:a}):null,H("div",{css:_r,children:H(xt,{name:r,defaultValue:o,onChange:l,horizontal:i&&"card"!==s,children:n.map((e=>H(ht,{css:"card"===s?Pr:{},...e},e.value)))})})]})]});var d},Er=e=>B`
|
1138
1313
|
font-size: ${"small"===e?"14px":"16px"};
|
1139
1314
|
line-height: ${"small"===e?"20px":"24px"};
|
1140
1315
|
font-weight: 400;
|
1141
|
-
color: ${
|
1316
|
+
color: ${te("neutral",900)};
|
1142
1317
|
text-align: left;
|
1143
1318
|
|
1144
1319
|
span {
|
1145
|
-
color: ${
|
1320
|
+
color: ${te("error",500)};
|
1146
1321
|
margin-right: 3px;
|
1147
1322
|
}
|
1148
|
-
`,
|
1323
|
+
`,zr=e=>B`
|
1149
1324
|
font-size: ${"small"===e?"12px":"14px"};
|
1150
1325
|
line-height: ${"small"===e?"16px":"20px"};
|
1151
1326
|
font-weight: 400;
|
1152
|
-
color: ${
|
1327
|
+
color: ${te("neutral",700)};
|
1153
1328
|
text-align: left;
|
1154
|
-
`,
|
1329
|
+
`,Or=B`
|
1155
1330
|
display: flex;
|
1156
1331
|
align-items: center;
|
1157
1332
|
gap: 12px;
|
@@ -1172,7 +1347,7 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
1172
1347
|
margin-top: 18px;
|
1173
1348
|
width: 100%;
|
1174
1349
|
}
|
1175
|
-
`,
|
1350
|
+
`,Hr=({label:e,caption:t,size:r="default",sliderItem:n,required:o,onChange:l})=>{const[a,i]=Y(n.value||[]),s=(e,t)=>{const r=e.target.value,o=[...a];let l=r?parseInt(r,10):r;const s=n.min||0,c=n.max||100;l=Number.isNaN(l)?s:l,l=l<s?s:l,l=l>c?c:l,o[t]=l,i(o)},c=(e,t)=>{const r=e.target.value||"0",o=[...a];let s=parseInt(r,10);const c=n.min||0,d=n.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],r=a[1];0===t?(s=s<c?c:s,s=s>r?r:s):1===t&&(s=s<e?e:s,s=s>d?d:s)}o[t]=s,i(o),l&&l(o)};return O("div",{children:[O("p",{css:Er(r),"aria-label":e,children:[o?H("span",{children:"*"}):null,e]}),t?H("p",{css:zr(r),"aria-label":t,children:t}):null,O("div",{css:Or,children:[n.step&&n.marks?H(Cr,{items:n.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)));i(t),l&&l(t)}}):H(Wt,{"aria-label":e,min:n.min,max:n.max,value:a?.[0],type:"number",onChange:e=>s(e,0),onBlur:e=>c(e,0),className:"opacity-control-text-input",onClick:e=>e.target.select()}),H($t,{css:{},...n,value:a,onValueChangeEnd:e=>{i(e.value),l&&l(e.value)}}),2===a?.length?H(Wt,{"aria-label":e,min:n.min,max:n.max,value:a?.[1],type:"number",onChange:e=>s(e,1),onBlur:e=>c(e,1),className:"opacity-control-text-input",onClick:e=>e.target.select()}):null]})]})},jr=e=>B`
|
1176
1351
|
position: relative;
|
1177
1352
|
height: 100%;
|
1178
1353
|
width: 100%;
|
@@ -1181,150 +1356,156 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
1181
1356
|
align-items: flex-start;
|
1182
1357
|
gap: ${"small"===e?"12px":"16px"};
|
1183
1358
|
margin-bottom: 16px;
|
1184
|
-
`,
|
1359
|
+
`,Br=B`
|
1185
1360
|
width: 3px;
|
1186
1361
|
height: 100%;
|
1187
|
-
background-color: ${
|
1362
|
+
background-color: ${te("error",900)};
|
1188
1363
|
position: absolute;
|
1189
1364
|
top: 0;
|
1190
1365
|
left: 0;
|
1191
|
-
`,
|
1192
|
-
color: ${
|
1366
|
+
`,Nr=(e,t)=>B`
|
1367
|
+
color: ${te("neutral",t?600:900)};
|
1193
1368
|
font-size: ${"small"===e?"14px":"16px"};
|
1194
1369
|
font-weight: 400;
|
1195
1370
|
line-height: ${"small"===e?"20px":"24px"};
|
1196
1371
|
margin-bottom: 2px;
|
1197
1372
|
|
1198
1373
|
span {
|
1199
|
-
color: ${
|
1374
|
+
color: ${te("neutral",t?600:700)};
|
1200
1375
|
}
|
1201
1376
|
|
1202
1377
|
.chakra-field__requiredIndicator {
|
1203
|
-
color: ${
|
1378
|
+
color: ${t?te("neutral",600):te("error",500)};
|
1204
1379
|
}
|
1205
|
-
`,
|
1206
|
-
color: ${
|
1380
|
+
`,Ar=(e,t)=>B`
|
1381
|
+
color: ${te("neutral",t?600:700)};
|
1207
1382
|
font-size: ${"small"===e?"12px":"14px"};
|
1208
1383
|
font-weight: 400;
|
1209
1384
|
line-height: ${"small"===e?"16px":"20px"};
|
1210
|
-
`,
|
1211
|
-
color: ${
|
1385
|
+
`,Zr=B`
|
1386
|
+
color: ${te("neutral",600)};
|
1212
1387
|
font-size: 12px;
|
1213
1388
|
font-weight: 400;
|
1214
1389
|
line-height: 16px;
|
1215
1390
|
margin-top: 8px;
|
1216
|
-
`,
|
1217
|
-
color: ${
|
1391
|
+
`,Fr=B`
|
1392
|
+
color: ${te("error",900)};
|
1218
1393
|
font-size: 14px;
|
1219
1394
|
font-weight: 700;
|
1220
1395
|
line-height: 20px;
|
1221
1396
|
margin-top: 2px;
|
1222
|
-
`,
|
1397
|
+
`,Wr=(e,t,r)=>B`
|
1223
1398
|
height: 104px;
|
1224
1399
|
width: 100%;
|
1225
1400
|
border-radius: 4px;
|
1226
1401
|
padding: ${"small"===e?"8px":"12px"};
|
1227
1402
|
margin-top: 8px;
|
1228
|
-
background-color: ${
|
1229
|
-
color: ${
|
1230
|
-
border: 1px solid ${
|
1403
|
+
background-color: ${te("neutral",100)};
|
1404
|
+
color: ${te("neutral",800)};
|
1405
|
+
border: 1px solid ${te("neutral",400)};
|
1231
1406
|
box-shadow: 0px 1px 2px 0px #0000000d;
|
1232
1407
|
|
1233
1408
|
&:focus-visible,
|
1234
1409
|
&[data-focus-visible] {
|
1235
|
-
border: 2px solid ${
|
1236
|
-
outline: 2px solid ${
|
1410
|
+
border: 2px solid ${te("neutral",700)};
|
1411
|
+
outline: 2px solid ${te("primary",700)};
|
1237
1412
|
outline-offset: 2px;
|
1413
|
+
box-shadow:
|
1414
|
+
0 0 0 2px ${te("neutral",100)},
|
1415
|
+
rgba(0, 0, 0, 0.05) 0px 2px 2px 4px;
|
1238
1416
|
}
|
1239
1417
|
|
1240
1418
|
&:active {
|
1241
|
-
border: 1px solid ${
|
1419
|
+
border: 1px solid ${te("primary",600)} !important;
|
1242
1420
|
outline: none !important;
|
1243
1421
|
box-shadow: 0px 1px 2px 0px #0000000d;
|
1244
1422
|
}
|
1245
1423
|
|
1246
1424
|
&[data-invalid] {
|
1247
|
-
border: 1px solid ${
|
1425
|
+
border: 1px solid ${te("error",900)} !important;
|
1248
1426
|
}
|
1249
1427
|
|
1250
1428
|
&:disabled {
|
1251
|
-
background-color: ${
|
1252
|
-
border: 1px solid ${
|
1429
|
+
background-color: ${te("neutral",200)};
|
1430
|
+
border: 1px solid ${te("neutral",300)} !important;
|
1253
1431
|
}
|
1254
1432
|
|
1255
|
-
${
|
1256
|
-
`,
|
1433
|
+
${t||r?`\n border: 1px solid ${te("neutral",700)};\n `:""}
|
1434
|
+
`,Yr=({label:e,caption:t,placeholder:r,errorMessage:n,required:o,disabled:l,size:a="default",defaultValue:i="",onChange:s,minLength:c,maxLength:d,...p})=>{const[u,h]=Y(i),[x,g]=Y(!1),[f,C]=Y(!1),[m,v]=Y("");U((()=>{const{length:e}=i;c&&e<c&&e>0?(g(e<c),C(!1),v(`Enter at least ${c-e} characters`)):c&&0===e&&v(`Min ${c} characters`),d&&e>0?(g(!1),C(e>d),v(`You have ${d-e} characters remaining`)):d&&0===e&&v(`Max ${d} characters`)}),[]);const y=!!n||x||f;return O("div",{css:jr(a),children:[y?H("div",{css:Br}):null,O(b.Root,{required:o,invalid:y,gap:"0",style:{marginLeft:y?"19px":"0px"},children:[e?O(b.Label,{css:Nr(a,l),"aria-label":e,children:[H(b.RequiredIndicator,{"aria-label":"required"}),e,o?"":H("span",{children:" (Optional)"})]}):null,t?H(b.HelperText,{css:Ar(a,l),"aria-label":t,children:t}):null,n?H(b.ErrorText,{css:Fr,"aria-label":n,children:n}):null,H($,{placeholder:r,disabled:l,css:Wr(a,u,i),onChange:e=>{h(e.target.value);const{length:t}=e.target.value;c&&d?(g(t<c),C(t>d),v(`You have ${d-t} characters remaining`)):c?(g(t<c),C(!1),v(t<c?`Enter at least ${c-t} characters`:"")):d&&(C(t>d),g(!1),v(`You have ${d-t} characters remaining`)),s&&s(e)},value:u,_placeholder:{color:"var(--chakra-colors-neutral-500)"},...p}),x&&c?O(b.ErrorText,{css:Fr,style:{marginTop:"8px",fontSize:"12px",lineHeight:"16px"},"aria-live":"polite",children:["You need ",c-u.length," more characters"]}):null,f&&d?O(b.ErrorText,{css:Fr,style:{marginTop:"8px",fontSize:"12px",lineHeight:"16px"},"aria-live":"polite",children:["You have ",u.length-d," characters too many"]}):null,!m||f||x?null:H(b.HelperText,{css:Zr,"aria-label":m,children:m})]})]})},Ur=(e,t)=>B`
|
1257
1435
|
height: 28px;
|
1258
1436
|
width: 28px;
|
1259
|
-
background-color: ${e||
|
1260
|
-
border: 1px solid ${
|
1437
|
+
background-color: ${e||te("success",300)};
|
1438
|
+
border: 1px solid ${te("neutral",100)};
|
1261
1439
|
border-radius: 50%;
|
1262
1440
|
box-shadow: 0px 2px 4px -2px #0000001a;
|
1263
1441
|
box-shadow: 0px 4px 6px -1px #0000001a;
|
1264
|
-
cursor: ${
|
1442
|
+
cursor: ${t?"pointer":"default"};
|
1265
1443
|
display: flex;
|
1266
1444
|
align-items: center;
|
1267
1445
|
justify-content: center;
|
1268
1446
|
|
1269
1447
|
&:focus-visible {
|
1270
|
-
outline-color: ${
|
1448
|
+
outline-color: ${te("primary",700)};
|
1271
1449
|
outline-offset: 2px;
|
1450
|
+
box-shadow:
|
1451
|
+
0 0 0 2px ${te("neutral",100)},
|
1452
|
+
rgba(0, 0, 0, 0.05) 0px 2px 2px 4px;
|
1272
1453
|
}
|
1273
1454
|
|
1274
1455
|
svg {
|
1275
1456
|
height: 14px;
|
1276
1457
|
width: 14px;
|
1277
1458
|
}
|
1278
|
-
`,
|
1279
|
-
background-color: ${
|
1280
|
-
`,
|
1459
|
+
`,Xr=({ariaLabel:e,icon:t,backgroundColor:r,onClick:n})=>H("div",{css:Ur(r,!!n),"aria-label":e,role:"button",tabIndex:0,onClick:n,onKeyDown:n,children:t}),qr=B`
|
1460
|
+
background-color: ${te("neutral",100)};
|
1461
|
+
`,Gr=B`
|
1281
1462
|
font-size: 16px;
|
1282
1463
|
font-weight: 700;
|
1283
1464
|
line-height: 24px;
|
1284
1465
|
text-align: left;
|
1285
|
-
color: ${
|
1466
|
+
color: ${te("neutral",900)};
|
1286
1467
|
display: flex;
|
1287
1468
|
align-items: center;
|
1288
1469
|
text-align: left;
|
1289
1470
|
gap: 10px;
|
1290
|
-
`,
|
1471
|
+
`,Kr=B`
|
1291
1472
|
font-size: 12px;
|
1292
1473
|
font-weight: 400;
|
1293
1474
|
line-height: 16px;
|
1294
1475
|
text-align: left;
|
1295
|
-
color: ${
|
1476
|
+
color: ${te("neutral",700)};
|
1296
1477
|
margin-bottom: 8px;
|
1297
|
-
`,
|
1478
|
+
`,Jr=B`
|
1298
1479
|
width: 268px;
|
1299
1480
|
padding: 16px 0;
|
1300
|
-
border-bottom: 1px solid ${
|
1301
|
-
`,
|
1481
|
+
border-bottom: 1px solid ${te("neutral",300)};
|
1482
|
+
`,Qr=B`
|
1302
1483
|
display: flex;
|
1303
1484
|
align-items: flex-start;
|
1304
1485
|
justify-content: space-between;
|
1305
|
-
`,
|
1486
|
+
`,en=B`
|
1306
1487
|
display: flex;
|
1307
1488
|
flex-direction: column;
|
1308
|
-
`,
|
1489
|
+
`,tn=e=>B`
|
1309
1490
|
font-size: 16px;
|
1310
1491
|
font-weight: 400;
|
1311
1492
|
line-height: 24px;
|
1312
1493
|
text-align: left;
|
1313
|
-
color: ${
|
1314
|
-
`,
|
1494
|
+
color: ${te("neutral",e?500:800)};
|
1495
|
+
`,rn=e=>B`
|
1315
1496
|
font-size: 14px;
|
1316
1497
|
font-weight: 400;
|
1317
1498
|
line-height: 20px;
|
1318
1499
|
text-align: left;
|
1319
|
-
color: ${
|
1320
|
-
`,
|
1500
|
+
color: ${te("neutral",e?500:700)};
|
1501
|
+
`,nn=({name:e,label:t,caption:r,showInfoButton:o=!0,infoButtonLabel:l="About data",variant:a="switch",disabled:i,onInfoClick:s,isDefaultSelected:c=!1,onChange:d})=>{const p="switch"===a;return O("div",{css:Jr,children:[O("div",p?{css:Qr,children:[O("div",{css:en,children:[H("p",{css:tn(i),"aria-label":t,"aria-disabled":i,children:t}),H("p",{"aria-label":r,css:rn(i),children:r})]}),H(Lt,{"aria-label":`${t}, ${r}`,name:e,disabled:i,defaultChecked:c,onChange:d,role:"switch"})]}:{style:{display:"flex",flexDirection:"column"},children:[H(ht,{value:e,disabled:i,fontSize:"16px",color:"var(--chakra-colors-neutral-800)",children:t}),H("p",{style:{marginLeft:"28px"},css:rn(i),children:r})]}),o?H(n,{display:"flex",justifyContent:"flex-start",marginTop:"8px",marginLeft:p?0:"28px",children:H(ie,{variant:"secondary",label:l,rightIcon:H(he,{}),size:"small",onClick:s,disabled:i})}):null]})},on=({label:e,caption:t,value:r,layerItems:o,onChangeForRadioVariant:l})=>{const[a,i]=Y({}),[s]=Y((e=>{const t=e.find((e=>"radio"===e.variant&&e.isDefaultSelected));return t?.name})(o));U((()=>{let t={...a};o.forEach((r=>{r.isDefaultSelected&&(t={...t,["radio"===r.variant?e:r.name]:r.isDefaultSelected})})),i(t)}),[]);const c=(e,t,r,n)=>{const o={...a,[e]:t};i(o),r&&r(e,t,n)},d=Object.values(a).filter((e=>!0===e)).length;return O(k.Item,{value:r,width:"300px",children:[O(k.ItemTrigger,{padding:"16px",alignItems:"flex-start",children:[O(n,{width:"full",display:"flex",flexDirection:"column",alignItems:"flex-start",children:[O("span",{css:Gr,children:[e,H(xr,{label:`${d} Active`,size:"small",variant:d>0?"success":"info-grey"})]}),H("div",{css:Kr,children:t})]}),H(k.ItemIndicator,{display:"flex",children:H(xe,{color:"var(--chakra-colors-neutral-700)",height:"16px",width:"16px"})})]}),H(k.ItemContent,{paddingLeft:"16px",paddingRight:"16px",children:H(xt,{name:e,defaultValue:s,customGap:"0px",onChange:(e,t)=>c(e,!!t,l,t),children:o.map((e=>H(nn,{...e,onChange:(t,r)=>c(t,r,e.onChange)},e.label)))})})]})},ln=({children:e,defaultValue:t,...r})=>H("div",{css:qr,style:{width:"300px"},children:H(k.Root,{css:{},defaultValue:t,multiple:!0,...r,children:e})}),an=e=>B`
|
1321
1502
|
width: 100%;
|
1322
1503
|
display: flex;
|
1323
1504
|
align-items: center;
|
1324
1505
|
height: 40px;
|
1325
1506
|
|
1326
|
-
${"view"===e&&`\n border: 1px solid ${
|
1327
|
-
`,
|
1507
|
+
${"view"===e&&`\n border: 1px solid ${te("neutral",400)};\n background-color: ${te("neutral",200)};\n border-radius: 4px;\n padding: 4px;\n `}
|
1508
|
+
`,sn=B`
|
1328
1509
|
width: 99%;
|
1329
1510
|
height: 40px;
|
1330
1511
|
padding: 8px 16px;
|
@@ -1340,40 +1521,46 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
1340
1521
|
&:focus-visible {
|
1341
1522
|
box-shadow: none;
|
1342
1523
|
}
|
1343
|
-
`,
|
1344
|
-
background-color: ${
|
1345
|
-
color: ${
|
1524
|
+
`,cn=B`
|
1525
|
+
background-color: ${te("neutral",200)};
|
1526
|
+
color: ${te("neutral",700)};
|
1346
1527
|
|
1347
1528
|
&:hover {
|
1348
|
-
background-color: ${
|
1529
|
+
background-color: ${te("neutral",300)};
|
1349
1530
|
}
|
1350
1531
|
|
1351
1532
|
&:active {
|
1352
|
-
background-color: ${
|
1533
|
+
background-color: ${te("neutral",400)};
|
1353
1534
|
}
|
1354
1535
|
|
1355
1536
|
&:focus-visible {
|
1356
|
-
background-color: ${
|
1357
|
-
outline-color: ${
|
1537
|
+
background-color: ${te("neutral",300)};
|
1538
|
+
outline-color: ${te("primary",700)};
|
1358
1539
|
outline-offset: 2px;
|
1540
|
+
box-shadow:
|
1541
|
+
0 0 0 2px ${te("neutral",100)},
|
1542
|
+
rgba(0, 0, 0, 0.05) 0px 2px 2px 4px;
|
1359
1543
|
}
|
1360
1544
|
|
1361
1545
|
&[data-selected] {
|
1362
|
-
background-color: ${
|
1363
|
-
color: ${
|
1546
|
+
background-color: ${te("neutral",100)};
|
1547
|
+
color: ${te("neutral",900)};
|
1364
1548
|
|
1365
1549
|
&:hover {
|
1366
|
-
background-color: ${
|
1550
|
+
background-color: ${te("neutral",300)};
|
1367
1551
|
}
|
1368
1552
|
|
1369
1553
|
&:active {
|
1370
|
-
background-color: ${
|
1554
|
+
background-color: ${te("neutral",400)};
|
1371
1555
|
}
|
1372
1556
|
|
1373
1557
|
&:focus-visible {
|
1374
|
-
background-color: ${
|
1375
|
-
outline-color: ${
|
1558
|
+
background-color: ${te("neutral",100)};
|
1559
|
+
outline-color: ${te("primary",700)};
|
1376
1560
|
outline-offset: 2px;
|
1561
|
+
box-shadow:
|
1562
|
+
0 0 0 2px ${te("neutral",100)},
|
1563
|
+
rgba(0, 0, 0, 0.05) 0px 2px 2px 4px;
|
1377
1564
|
}
|
1378
1565
|
|
1379
1566
|
&::before {
|
@@ -1382,64 +1569,70 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
1382
1569
|
}
|
1383
1570
|
|
1384
1571
|
&[data-disabled] {
|
1385
|
-
background-color: ${
|
1386
|
-
color: ${
|
1572
|
+
background-color: ${te("neutral",200)};
|
1573
|
+
color: ${te("neutral",400)};
|
1387
1574
|
|
1388
1575
|
&[data-selected] {
|
1389
|
-
background-color: ${
|
1390
|
-
color: ${
|
1576
|
+
background-color: ${te("neutral",100)};
|
1577
|
+
color: ${te("neutral",400)};
|
1391
1578
|
opacity: 1;
|
1392
1579
|
}
|
1393
1580
|
}
|
1394
|
-
`,
|
1581
|
+
`,dn=B`
|
1395
1582
|
width: 4px;
|
1396
1583
|
height: 24px;
|
1397
|
-
background-color: ${
|
1398
|
-
`,
|
1584
|
+
background-color: ${te("neutral",400)};
|
1585
|
+
`,pn=B`
|
1399
1586
|
height: 32px;
|
1400
1587
|
border-radius: 2px;
|
1401
|
-
background-color: ${
|
1402
|
-
color: ${
|
1588
|
+
background-color: ${te("neutral",200)};
|
1589
|
+
color: ${te("neutral",700)};
|
1403
1590
|
|
1404
1591
|
&:hover {
|
1405
|
-
background-color: ${
|
1592
|
+
background-color: ${te("neutral",300)};
|
1406
1593
|
box-shadow: 0px 1px 2px 0px #0000000d;
|
1407
1594
|
}
|
1408
1595
|
|
1409
1596
|
&:active {
|
1410
|
-
background-color: ${
|
1597
|
+
background-color: ${te("neutral",300)};
|
1411
1598
|
box-shadow: 0px 2px 4px -2px #0000001a;
|
1412
1599
|
box-shadow: 0px 4px 6px -1px #0000001a;
|
1413
1600
|
}
|
1414
1601
|
|
1415
1602
|
&:focus-visible {
|
1416
|
-
outline-color: ${
|
1603
|
+
outline-color: ${te("primary",700)};
|
1417
1604
|
outline-offset: 2px;
|
1605
|
+
box-shadow:
|
1606
|
+
0 0 0 2px ${te("neutral",100)},
|
1607
|
+
rgba(0, 0, 0, 0.05) 0px 2px 2px 4px;
|
1418
1608
|
}
|
1419
1609
|
|
1420
1610
|
&[data-selected] {
|
1421
|
-
background-color: ${
|
1422
|
-
border: 1px solid ${
|
1611
|
+
background-color: ${te("neutral",100)};
|
1612
|
+
border: 1px solid ${te("neutral",300)};
|
1423
1613
|
box-shadow: 0px 1px 2px 0px #0000000d;
|
1424
|
-
color: ${
|
1614
|
+
color: ${te("neutral",900)};
|
1425
1615
|
|
1426
1616
|
&:hover {
|
1427
|
-
background-color: ${
|
1428
|
-
border: 1px solid ${
|
1617
|
+
background-color: ${te("neutral",200)};
|
1618
|
+
border: 1px solid ${te("neutral",300)};
|
1429
1619
|
box-shadow: 0px 2px 4px -2px #0000001a;
|
1430
1620
|
box-shadow: 0px 4px 6px -1px #0000001a;
|
1431
1621
|
}
|
1432
1622
|
|
1433
1623
|
&:active {
|
1434
|
-
background-color: ${
|
1435
|
-
border: 1px solid ${
|
1624
|
+
background-color: ${te("neutral",300)};
|
1625
|
+
border: 1px solid ${te("neutral",300)};
|
1436
1626
|
box-shadow: 0px 2px 4px -2px #0000001a;
|
1437
1627
|
box-shadow: 0px 4px 6px -1px #0000001a;
|
1438
1628
|
}
|
1439
1629
|
|
1440
1630
|
&:focus-visible {
|
1441
|
-
outline-color: ${
|
1631
|
+
outline-color: ${te("primary",700)};
|
1442
1632
|
outline-offset: 2px;
|
1633
|
+
box-shadow:
|
1634
|
+
0 0 0 2px ${te("neutral",100)},
|
1635
|
+
rgba(0, 0, 0, 0.05) 0px 2px 2px 4px;
|
1443
1636
|
}
|
1444
1637
|
|
1445
1638
|
&::before {
|
@@ -1448,8 +1641,8 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
1448
1641
|
}
|
1449
1642
|
|
1450
1643
|
&[data-disabled] {
|
1451
|
-
background-color: ${
|
1452
|
-
color: ${
|
1644
|
+
background-color: ${te("neutral",200)};
|
1645
|
+
color: ${te("neutral",400)};
|
1453
1646
|
box-shadow: none;
|
1454
1647
|
|
1455
1648
|
&:hover {
|
@@ -1457,41 +1650,42 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
1457
1650
|
}
|
1458
1651
|
|
1459
1652
|
&[data-selected] {
|
1460
|
-
background-color: ${
|
1461
|
-
color: ${
|
1653
|
+
background-color: ${te("neutral",100)};
|
1654
|
+
color: ${te("neutral",400)};
|
1462
1655
|
opacity: 1;
|
1463
1656
|
}
|
1464
1657
|
}
|
1465
|
-
`,
|
1658
|
+
`,un=(e,t)=>e.findIndex((e=>e.value===t)),hn=e=>1===e?"none":2===e?"left":"right",xn=({variant:e="panel",defaultValue:t,tabs:r,onTabClick:o})=>{const[l,a]=Y(un(r,t)||0),i="view"===e;return H("div",{css:an(e),children:H(L.Root,{width:"full",defaultValue:t||r?.[0]?.value,onFocusChange:({focusedValue:e})=>{return a(un(r,t=e)),void(o&&o(t));var t},children:H(L.List,{alignItems:"center",border:"none",children:r.map(((e,t)=>O(X,{children:[i&&1===t&&"left"===hn(l)?H("div",{css:dn}):null,H(L.Trigger,{css:[sn,i?pn:cn],"aria-label":e["aria-label"]||e.label,...e,children:O(n,{display:"flex",alignItems:"center",gap:"5px",children:[e.icon,e.label]})},e.label),i&&1===t&&"right"===hn(l)?H("div",{css:dn}):null]},e.label)))})})})},gn=B`
|
1466
1659
|
width: 300px;
|
1467
|
-
background-color: ${
|
1468
|
-
`,
|
1660
|
+
background-color: ${te("neutral",100)};
|
1661
|
+
`,fn=B`
|
1469
1662
|
padding: 16px 16px 20px 16px;
|
1470
|
-
border-bottom: 1px solid ${
|
1471
|
-
`,
|
1472
|
-
color: ${
|
1663
|
+
border-bottom: 1px solid ${te("neutral",300)};
|
1664
|
+
`,Cn=B`
|
1665
|
+
color: ${te("neutral",900)};
|
1473
1666
|
font-weight: 700;
|
1474
1667
|
font-size: 20px;
|
1475
1668
|
line-height: 28px;
|
1476
1669
|
text-align: left;
|
1477
|
-
`,
|
1478
|
-
color: ${
|
1670
|
+
`,bn=B`
|
1671
|
+
color: ${te("neutral",700)};
|
1479
1672
|
font-weight: 400;
|
1480
1673
|
font-size: 14px;
|
1481
1674
|
line-height: 20px;
|
1482
1675
|
text-align: left;
|
1483
|
-
`,
|
1676
|
+
`,mn=({title:e,description:t,tabBarVariant:r="panel",buttonTabs:n,defaultValue:o,onTabClick:l,children:a})=>O("div",{css:gn,children:[O("aside",{css:fn,role:"complementary",children:[H("h2",{css:Cn,"aria-label":e,children:e}),H("p",{css:bn,"aria-label":t,children:t})]}),n&&n.length>0?H(xn,{variant:r,defaultValue:o,tabs:n,onTabClick:l}):null,a]}),vn=B`
|
1484
1677
|
margin-bottom: 16px;
|
1485
|
-
border: 1px solid ${
|
1678
|
+
border: 1px solid ${te("neutral",300)};
|
1486
1679
|
border-radius: 4px;
|
1487
1680
|
box-shadow: 0px 1px 2px 0px #0000000d;
|
1488
|
-
`,
|
1681
|
+
`,yn=B`
|
1489
1682
|
padding: 6px 8px;
|
1490
1683
|
align-items: center;
|
1491
|
-
background-color: ${
|
1684
|
+
background-color: ${te("neutral",100)};
|
1685
|
+
cursor: pointer;
|
1492
1686
|
|
1493
1687
|
&[aria-expanded='true'] {
|
1494
|
-
border-bottom: 1px solid ${
|
1688
|
+
border-bottom: 1px solid ${te("neutral",300)};
|
1495
1689
|
border-bottom-right-radius: 0px;
|
1496
1690
|
border-bottom-left-radius: 0px;
|
1497
1691
|
}
|
@@ -1500,19 +1694,19 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
1500
1694
|
height: 10px;
|
1501
1695
|
width: 10px;
|
1502
1696
|
}
|
1503
|
-
`,
|
1697
|
+
`,wn=B`
|
1504
1698
|
font-size: 12px;
|
1505
1699
|
font-weight: 700;
|
1506
1700
|
line-height: 16px;
|
1507
|
-
color: ${
|
1508
|
-
|
1701
|
+
color: ${te("neutral",800)};
|
1702
|
+
`,$n=B`
|
1509
1703
|
padding: 12px 8px;
|
1510
1704
|
display: flex;
|
1511
1705
|
flex-direction: column;
|
1512
1706
|
|
1513
1707
|
.layer-parameters-item-child {
|
1514
1708
|
padding-bottom: 16px;
|
1515
|
-
border-bottom: 1px solid ${
|
1709
|
+
border-bottom: 1px solid ${te("neutral",300)};
|
1516
1710
|
margin-bottom: 16px;
|
1517
1711
|
|
1518
1712
|
&:last-child {
|
@@ -1521,59 +1715,59 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
1521
1715
|
margin-bottom: 0px;
|
1522
1716
|
}
|
1523
1717
|
}
|
1524
|
-
`,
|
1718
|
+
`,kn=({label:e,children:t,openedByDefault:r})=>H("div",{children:H(k.Root,{defaultValue:r?[e]:[],multiple:!0,children:O(k.Item,{css:vn,value:e,children:[O(k.ItemTrigger,{css:yn,children:[H(n,{width:"full",display:"flex",flexDirection:"column",alignItems:"flex-start",children:H("p",{css:wn,children:e})}),H(k.ItemIndicator,{display:"flex",children:H(xe,{color:"var(--chakra-colors-neutral-700)",height:"16px",width:"16px"})})]}),H(k.ItemContent,{css:$n,children:q.map(t,(e=>H("div",{className:"layer-parameters-item-child",children:e})))})]})})}),Ln=B`
|
1525
1719
|
padding: 12px;
|
1526
1720
|
padding-bottom: 20px;
|
1527
1721
|
display: flex;
|
1528
1722
|
gap: 12px;
|
1529
|
-
border-bottom: 1px solid ${
|
1530
|
-
`,
|
1723
|
+
border-bottom: 1px solid ${te("neutral",300)};
|
1724
|
+
`,Mn=B`
|
1531
1725
|
display: flex;
|
1532
1726
|
flex-direction: column;
|
1533
1727
|
|
1534
1728
|
svg {
|
1535
1729
|
path {
|
1536
|
-
fill: ${
|
1730
|
+
fill: ${te("neutral",700)} !important;
|
1537
1731
|
}
|
1538
1732
|
}
|
1539
|
-
`,
|
1733
|
+
`,Sn=B`
|
1540
1734
|
display: flex;
|
1541
1735
|
align-items: flex-start;
|
1542
1736
|
justify-content: space-between;
|
1543
1737
|
gap: 12px;
|
1544
1738
|
margin-bottom: 16px;
|
1545
|
-
`,
|
1739
|
+
`,Vn=B`
|
1546
1740
|
font-size: 16px;
|
1547
1741
|
line-height: 24px;
|
1548
1742
|
font-weight: 400;
|
1549
1743
|
text-align: left;
|
1550
|
-
color: ${
|
1551
|
-
`,
|
1744
|
+
color: ${te("neutral",900)};
|
1745
|
+
`,Dn=B`
|
1552
1746
|
font-size: 14px;
|
1553
1747
|
line-height: 20px;
|
1554
1748
|
font-weight: 400;
|
1555
1749
|
text-align: left;
|
1556
|
-
color: ${
|
1557
|
-
`,
|
1750
|
+
color: ${te("neutral",700)};
|
1751
|
+
`,_n=B`
|
1558
1752
|
display: flex;
|
1559
1753
|
justify-content: space-between;
|
1560
1754
|
|
1561
1755
|
button {
|
1562
1756
|
width: 110px;
|
1563
1757
|
}
|
1564
|
-
`,
|
1758
|
+
`,Rn=B`
|
1565
1759
|
width: 234px;
|
1566
|
-
border: 1px solid ${
|
1760
|
+
border: 1px solid ${te("neutral",600)};
|
1567
1761
|
border-radius: 4px;
|
1568
|
-
|
1762
|
+
`,In=B`
|
1569
1763
|
padding: 12px;
|
1570
|
-
`,
|
1764
|
+
`,Pn=B`
|
1571
1765
|
font-size: 14px;
|
1572
1766
|
line-height: 20px;
|
1573
1767
|
font-weight: 400;
|
1574
1768
|
text-align: left;
|
1575
|
-
color: ${
|
1576
|
-
`,
|
1769
|
+
color: ${te("neutral",900)};
|
1770
|
+
`,Tn=B`
|
1577
1771
|
display: flex;
|
1578
1772
|
align-items: center;
|
1579
1773
|
gap: 12px;
|
@@ -1594,23 +1788,23 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
1594
1788
|
margin-top: 18px;
|
1595
1789
|
width: 100%;
|
1596
1790
|
}
|
1597
|
-
`,
|
1791
|
+
`,En=({defaultValue:e,onOpacityChanged:t})=>{const[r,n]=Y(e);return O(M.Root,{positioning:{placement:"bottom-end"},children:[H(M.Trigger,{asChild:!0,children:H(ie,{label:"Opacity",size:"small",variant:"secondary",leftIcon:H(he,{})})}),H(M.Positioner,{children:H(M.Content,{css:Rn,children:O(M.Body,{css:In,children:[H("p",{css:Pn,children:"Opacity"}),O("div",{css:Tn,children:[O("div",{style:{position:"relative"},children:[H(Wt,{"aria-label":"Opacity",min:"0",max:"100",value:r,onChange:e=>{const r=e.target.value||"0";let o=parseInt(r,10);o=Number.isNaN(o)?0:o,o=o<0?0:o,o=o>100?100:o,n(o),t&&t(o)},className:"opacity-control-text-input",onClick:e=>e.target.select()}),H("p",{style:{position:"absolute",top:"18.5px",right:"5px"},children:"%"})]}),H($t,{min:0,max:100,value:[r],onValueChangeEnd:({value:e})=>{n(e[0]),t&&t(e[0])}})]})]})})})]})},zn=({layerName:e,dataUnit:t,onDrag:r,onUpClick:n,onDownClick:o,onRemoveClick:l,children:a,onInfoClick:i,onOpacityChanged:s})=>O("div",{css:Ln,children:[O("div",{css:Mn,children:[H(Oe,{icon:H(be,{}),"aria-label":"Drag and drop","aria-hidden":!0,onClick:r,style:{display:"none",marginBottom:"12px"}}),O("div",{style:{display:"flex",flexDirection:"column",gap:"12px"},children:[H(Oe,{icon:H(xe,{rotate:"180"}),"aria-label":"Up",onClick:n}),H(Oe,{icon:H(xe,{}),"aria-label":"Down",onClick:o})]})]}),O("div",{children:[O("div",{css:Sn,children:[O("div",{children:[H("h3",{css:Vn,children:e}),H("p",{css:Dn,children:t})]}),H(ie,{label:"Remove",size:"small",variant:"secondary",rightIcon:H(ge,{}),onClick:l})]}),a,O("div",{css:_n,children:[H(ie,{label:"About data",size:"small",variant:"secondary",leftIcon:H(he,{}),onClick:i}),H(En,{defaultValue:80,onOpacityChanged:s})]})]})]}),On=B`
|
1598
1792
|
width: 290px;
|
1599
1793
|
box-shadow: 0px 2px 4px -2px #0000001a;
|
1600
1794
|
box-shadow: 0px 4px 6px -1px #0000001a;
|
1601
|
-
`,
|
1795
|
+
`,Hn=(e,t,r)=>{const n=Array.from(e),[o]=n.splice(t,1);return n.splice(r,0,o),n},jn=({legendContent:e,analysisContent:t,onTabClick:r})=>{const[n,o]=Y("legend-tab"),[l,a]=Y(e);return O("div",{css:On,children:[H(xn,{tabs:[{label:"Legend",value:"legend-tab",icon:H(me,{})},{label:"Analysis",value:"analysis-tab",icon:H(ve,{})}],onTabClick:e=>{o(e),r&&r(e)}}),"legend-tab"===n?H("div",{style:{display:"flex",flexDirection:"column",gap:"10px"},children:q.map(l,((e,t)=>G(e,{onUpClick:()=>{const e=Hn(l,t,t-1);a(e)},onDownClick:()=>{const e=Hn(l,t,t+1);a(e)}})))}):null,"analysis-tab"===n?H("div",{style:{display:"flex",flexDirection:"column",gap:"10px"},children:t}):null]})},Bn=e=>B`
|
1602
1796
|
width: 20px;
|
1603
1797
|
height: 20px;
|
1604
1798
|
border-radius: 50%;
|
1605
1799
|
background-color: ${e};
|
1606
|
-
border: 1px solid ${
|
1607
|
-
`,
|
1800
|
+
border: 1px solid ${te("neutral",400)};
|
1801
|
+
`,Nn=e=>B`
|
1608
1802
|
width: 20px;
|
1609
1803
|
height: 8px;
|
1610
1804
|
border-radius: 2px;
|
1611
1805
|
background-color: ${e};
|
1612
|
-
border: 1px solid ${
|
1613
|
-
`,
|
1806
|
+
border: 1px solid ${te("neutral",400)};
|
1807
|
+
`,An=e=>B`
|
1614
1808
|
width: 20px;
|
1615
1809
|
height: 20px;
|
1616
1810
|
border-radius: 50%;
|
@@ -1623,45 +1817,45 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
1623
1817
|
width: 10px;
|
1624
1818
|
height: 10px;
|
1625
1819
|
}
|
1626
|
-
`,
|
1820
|
+
`,Zn=B`
|
1627
1821
|
min-height: 36px;
|
1628
1822
|
width: 100%;
|
1629
1823
|
display: flex;
|
1630
1824
|
justify-content: space-between;
|
1631
1825
|
gap: 8px;
|
1632
1826
|
margin-bottom: 16px;
|
1633
|
-
`,
|
1827
|
+
`,Fn=B`
|
1634
1828
|
display: flex;
|
1635
1829
|
gap: 8px;
|
1636
|
-
`,
|
1830
|
+
`,Wn=B`
|
1637
1831
|
font-size: 14px;
|
1638
1832
|
line-height: 20px;
|
1639
1833
|
font-weight: 400;
|
1640
|
-
color: ${
|
1641
|
-
`,
|
1834
|
+
color: ${te("neutral",800)};
|
1835
|
+
`,Yn=B`
|
1642
1836
|
font-size: 12px;
|
1643
1837
|
line-height: 16px;
|
1644
1838
|
font-weight: 400;
|
1645
|
-
color: ${
|
1646
|
-
`,
|
1839
|
+
color: ${te("neutral",700)};
|
1840
|
+
`,Un=B`
|
1647
1841
|
button {
|
1648
1842
|
height: 25px;
|
1649
1843
|
font-size: 12px;
|
1650
1844
|
line-height: 16px;
|
1651
1845
|
font-weight: 400;
|
1652
|
-
color: ${
|
1846
|
+
color: ${te("neutral",600)};
|
1653
1847
|
padding: 0 10px;
|
1654
1848
|
}
|
1655
|
-
`,
|
1849
|
+
`,Xn=({type:e,label:t,caption:r,color:n,onActionClick:o,showActionButton:l,pointIcon:a})=>{const[i,s]=Y(!0),c="line"===e,d="point"===e;return O("div",{css:Zn,children:[O("div",{css:Fn,children:[O("div",{children:["raster"===e&&H("div",{css:Bn(n)}),c&&H("div",{css:Nn(n)}),d&&H("div",{css:An(n),children:a})]}),O("div",{children:[H("p",{css:Wn,"aria-label":t,children:t}),H("p",{css:Yn,"aria-label":r,children:r})]})]}),o&&l?H("div",{css:Un,children:H(ie,{variant:"borderless",label:i?"Hide":"Show",rightIcon:H(i?Ce:fe,{}),"aria-label":"Show or Hide action",onClick:()=>{s(!i),o&&o()}})}):null]})},qn=B`
|
1656
1850
|
width: 100%;
|
1657
1851
|
display: flex;
|
1658
1852
|
flex-direction: column;
|
1659
1853
|
margin-bottom: 16px;
|
1660
|
-
`,
|
1854
|
+
`,Gn=B`
|
1661
1855
|
height: 20px;
|
1662
1856
|
width: 100%;
|
1663
1857
|
margin-bottom: 8px;
|
1664
|
-
border: 1px solid ${
|
1858
|
+
border: 1px solid ${te("neutral",300)};
|
1665
1859
|
border-radius: 4px;
|
1666
1860
|
display: flex;
|
1667
1861
|
align-items: center;
|
@@ -1675,59 +1869,59 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
1675
1869
|
border-top-right-radius: 3px;
|
1676
1870
|
border-bottom-right-radius: 3px;
|
1677
1871
|
}
|
1678
|
-
`,
|
1872
|
+
`,Kn=B`
|
1679
1873
|
display: flex;
|
1680
1874
|
justify-content: space-between;
|
1681
1875
|
align-items: flex-start;
|
1682
|
-
`,
|
1876
|
+
`,Jn=B`
|
1683
1877
|
width: 100%;
|
1684
1878
|
font-size: 12px;
|
1685
1879
|
line-height: 16px;
|
1686
1880
|
font-weight: 400;
|
1687
|
-
color: ${
|
1881
|
+
color: ${te("neutral",800)};
|
1688
1882
|
text-align: center;
|
1689
|
-
`,
|
1883
|
+
`,Qn=B`
|
1690
1884
|
font-size: 12px;
|
1691
1885
|
line-height: 16px;
|
1692
1886
|
font-weight: 400;
|
1693
|
-
color: ${
|
1887
|
+
color: ${te("neutral",700)};
|
1694
1888
|
text-align: center;
|
1695
|
-
`,
|
1889
|
+
`,eo=e=>{const t=e.map(((t,r)=>`${r/(e.length-1)*100}%`));return`linear-gradient(to right, ${e.map(((e,r)=>`${e} ${t[r]}`)).join(", ")})`},to=({colors:e,values:t,subLabels:r,isGradient:n})=>{return O("div",{css:qn,children:[H("div",n?{css:(o=eo(e),B`
|
1696
1890
|
height: 20px;
|
1697
1891
|
width: 100%;
|
1698
1892
|
margin-bottom: 8px;
|
1699
|
-
border: 1px solid ${
|
1893
|
+
border: 1px solid ${te("neutral",300)};
|
1700
1894
|
border-radius: 4px;
|
1701
|
-
${
|
1702
|
-
`)}:{css:
|
1895
|
+
${o?`background: ${o};`:""}
|
1896
|
+
`)}:{css:Gn,children:e?.map(((e,r)=>H("div",{"data-test":`${e}-${t?.[r]}`,style:{backgroundColor:e,width:"100%",height:"100%"}},`${e}-${t?.[r]}`)))}),H("div",{css:Kn,children:t?.map((e=>H("div",{style:{width:n?"auto":`calc(100% / ${t.length})`,display:"flex",justifyContent:"center"},children:H("p",{css:Jn,children:e})},e)))}),r&&r.length?H("div",{css:Kn,children:r.map((e=>H("div",{style:{width:n?"auto":`calc(100% / ${t.length})`,display:"flex",justifyContent:"center"},children:H("p",{css:Qn,style:{width:"100%"},children:e})},e)))}):null]});var o},ro=B`
|
1703
1897
|
display: flex;
|
1704
1898
|
flex-direction: column;
|
1705
|
-
|
1706
|
-
`,Ui=E`
|
1899
|
+
`,no=B`
|
1707
1900
|
display: flex;
|
1708
1901
|
gap: 16px;
|
1709
1902
|
align-items: center;
|
1903
|
+
margin-bottom: 24px;
|
1710
1904
|
|
1711
1905
|
.select-input-container {
|
1712
1906
|
margin-bottom: 0px;
|
1713
1907
|
}
|
1714
|
-
`,
|
1908
|
+
`,oo=B`
|
1715
1909
|
font-size: 18px;
|
1716
1910
|
line-height: 28px;
|
1717
1911
|
font-weight: 400;
|
1718
|
-
color: ${
|
1719
|
-
`,
|
1912
|
+
color: ${te("neutral",700)};
|
1913
|
+
`,lo=({pageSize:e,currentPage:t,totalItems:r,onPageSizeChange:n,showItemCountText:o})=>O("div",{css:ro,children:[O("div",{css:no,children:[H("div",{style:{width:"80px"},children:H(Cr,{defaultValue:[`${e}`],items:[{label:"10",value:"10"},{label:"20",value:"20"},{label:"50",value:"50"},{label:"100",value:"100"}],onChange:e=>{n&&n(parseInt(e[0],10))},required:!0})}),H("p",{css:oo,children:"Per Page"})]}),o?H("p",{css:oo,children:(()=>{const n=e,o=(t-1)*n+1;return`Showing ${o}-${Math.min(o+n-1,r)} of ${r}`})()}):null]}),ao=B`
|
1720
1914
|
svg {
|
1721
1915
|
path {
|
1722
|
-
fill: ${
|
1916
|
+
fill: ${te("primary",500)};
|
1723
1917
|
}
|
1724
1918
|
}
|
1725
|
-
`,
|
1919
|
+
`,io=B`
|
1726
1920
|
font-size: 16px;
|
1727
1921
|
line-height: 24px;
|
1728
1922
|
font-weight: 700;
|
1729
|
-
color: ${
|
1730
|
-
`,
|
1923
|
+
color: ${te("neutral",900)};
|
1924
|
+
`,so=B`
|
1731
1925
|
span {
|
1732
1926
|
height: 20px;
|
1733
1927
|
width: 20px;
|
@@ -1737,32 +1931,32 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
1737
1931
|
background-color: transparent;
|
1738
1932
|
}
|
1739
1933
|
}
|
1740
|
-
`,
|
1934
|
+
`,co=B`
|
1741
1935
|
font-size: 16px;
|
1742
1936
|
line-height: 24px;
|
1743
1937
|
font-weight: 400;
|
1744
|
-
color: ${
|
1938
|
+
color: ${te("neutral",700)};
|
1745
1939
|
|
1746
1940
|
&[data-selected] {
|
1747
|
-
color: ${
|
1941
|
+
color: ${te("neutral",900)};
|
1748
1942
|
font-weight: 700;
|
1749
1943
|
}
|
1750
|
-
`,
|
1751
|
-
border: 1px solid ${
|
1944
|
+
`,po=({totalItems:e,pageSize:t,currentPage:r,compact:n,onPageChange:o})=>H("div",n?{"aria-label":"Pagination",children:H(S.Root,{count:e,pageSize:t,defaultPage:1,children:O(V,{gap:"4",size:"sm",variant:"ghost",children:[H(S.PrevTrigger,{asChild:!0,children:H(Oe,{css:ao,style:{rotate:"90deg"},icon:H(xe,{color:"var(--chakra-colors-primary-600)"}),"aria-label":"Previous page"})}),H(S.PageText,{css:io}),H(S.NextTrigger,{asChild:!0,children:H(Oe,{css:ao,style:{rotate:"270deg"},icon:H(xe,{color:"var(--chakra-colors-primary-600)"}),"aria-label":"Next page"})})]})})}:{"aria-label":"Pagination",children:H(S.Root,{count:e,pageSize:t,defaultPage:r,onPageChange:e=>o&&o(e.page),siblingCount:1,children:O(V,{gap:"2",size:"sm",variant:"ghost",css:so,children:[H(S.PrevTrigger,{asChild:!0,children:H(Oe,{css:ao,style:{rotate:"90deg"},icon:H(xe,{}),"aria-label":"Previous page"})}),H(S.Items,{render:e=>H(Oe,{css:co,"aria-label":`Page ${e.value}`,icon:H("p",{children:e.value})})}),H(S.NextTrigger,{asChild:!0,children:H(Oe,{css:ao,style:{rotate:"270deg"},icon:H(xe,{}),"aria-label":"Next page"})})]})})}),uo=B`
|
1945
|
+
border: 1px solid ${te("neutral",300)};
|
1752
1946
|
border-radius: 2px;
|
1753
|
-
box-shadow: 0 0 0 1px ${
|
1754
|
-
`,
|
1947
|
+
box-shadow: 0 0 0 1px ${te("neutral",300)};
|
1948
|
+
`,ho=B`
|
1755
1949
|
tr {
|
1756
|
-
background-color: ${
|
1950
|
+
background-color: ${te("neutral",200)};
|
1757
1951
|
}
|
1758
|
-
`,
|
1952
|
+
`,xo=B`
|
1759
1953
|
font-size: 16px;
|
1760
1954
|
line-height: 24px;
|
1761
1955
|
font-weight: 700;
|
1762
|
-
color: ${
|
1956
|
+
color: ${te("neutral",800)};
|
1763
1957
|
display: flex;
|
1764
1958
|
align-items: center;
|
1765
|
-
`,
|
1959
|
+
`,go=B`
|
1766
1960
|
height: 24px;
|
1767
1961
|
width: 10px;
|
1768
1962
|
display: flex;
|
@@ -1781,29 +1975,29 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
1781
1975
|
height: 10px;
|
1782
1976
|
width: 10px;
|
1783
1977
|
path {
|
1784
|
-
fill: ${
|
1978
|
+
fill: ${te("neutral",400)};
|
1785
1979
|
}
|
1786
1980
|
}
|
1787
1981
|
}
|
1788
|
-
`,
|
1982
|
+
`,fo=e=>B`
|
1789
1983
|
svg {
|
1790
1984
|
path {
|
1791
|
-
fill: ${e?
|
1985
|
+
fill: ${e?te("primary",600):te("neutral",400)} !important;
|
1792
1986
|
}
|
1793
1987
|
}
|
1794
|
-
`,
|
1988
|
+
`,Co=B`
|
1795
1989
|
margin-top: 12px;
|
1796
1990
|
display: flex;
|
1797
1991
|
justify-content: space-between;
|
1798
|
-
`,
|
1992
|
+
`,bo=B`
|
1799
1993
|
margin-top: 9px;
|
1800
|
-
`,
|
1994
|
+
`,mo=({columns:e,data:t,renderRow:r,striped:n,stickyHeader:o,pagination:l,selectable:a,selectedRows:i,onSortColumn:s,onPageSizeChange:c,onPageChange:d,onAllItemsSelected:p})=>{const[u,h]=Y({key:"",order:""}),{totalItems:x=t.length,currentPage:g=1,pageSize:f=10,showItemCount:C,showItemCountText:b}=l||{},m=(e,t)=>{h({key:e,order:t}),s&&s({key:e,order:t})},v=i?.length===t?.length,y=i&&i.length>0&&!v;return O("div",{children:[O(D.Root,{css:uo,striped:n,stickyHeader:o,interactive:!0,children:[H(D.Header,{css:ho,children:O(D.Row,{children:[a?H(D.ColumnHeader,{children:H(Ge,{name:"header-checkbox",checked:v,indeterminate:y,onCheckedChange:({checked:e})=>{p&&p(e)}})}):null,e.map((e=>H(D.ColumnHeader,{role:e.sortable?"columnheader":void 0,"aria-sort":e.sortable&&"asc"===u.order?"ascending":e.sortable&&"desc"===u.order?"descending":void 0,children:O("div",{css:xo,children:[e.label,e.sortable?O("div",{css:go,children:[H(Oe,{css:fo(u.key===e.key&&"asc"===u.order),icon:H(xe,{style:{transform:"rotate(180deg)"}}),onClick:()=>m(e.key,"asc"),"aria-label":"Ascending"}),H(Oe,{css:fo(u.key===e.key&&"desc"===u.order),icon:H(xe,{}),onClick:()=>m(e.key,"desc"),"aria-label":"Descending"})]}):null]})},e.key)))]})}),H(D.Body,{children:t.map((e=>H(W.Fragment,{children:r(e)},e.id)))})]}),O("div",{css:Co,children:[H("div",{children:C?H(lo,{pageSize:f,currentPage:g,totalItems:x,onPageSizeChange:c,showItemCountText:b}):null}),l?H("div",{css:bo,children:H(po,{totalItems:x,pageSize:f,currentPage:g,onPageChange:d})}):null]})]})},vo=D.Row,yo=D.Cell,wo=B`
|
1801
1995
|
a,
|
1802
1996
|
p {
|
1803
1997
|
font-size: 16px;
|
1804
1998
|
font-weight: 400;
|
1805
1999
|
line-height: 24px;
|
1806
|
-
color: ${
|
2000
|
+
color: ${te("neutral",600)};
|
1807
2001
|
display: flex;
|
1808
2002
|
align-items: center;
|
1809
2003
|
justify-content: center;
|
@@ -1813,45 +2007,45 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
1813
2007
|
svg {
|
1814
2008
|
height: 16px;
|
1815
2009
|
width: 16px;
|
1816
|
-
color: ${
|
2010
|
+
color: ${te("neutral",600)};
|
1817
2011
|
}
|
1818
2012
|
}
|
1819
2013
|
|
1820
2014
|
p {
|
1821
2015
|
font-weight: 700;
|
1822
|
-
color: ${
|
2016
|
+
color: ${te("neutral",800)};
|
1823
2017
|
|
1824
2018
|
svg {
|
1825
|
-
color: ${
|
2019
|
+
color: ${te("neutral",800)};
|
1826
2020
|
}
|
1827
2021
|
}
|
1828
2022
|
|
1829
2023
|
a:hover {
|
1830
2024
|
text-decoration: underline;
|
1831
2025
|
}
|
1832
|
-
|
2026
|
+
`,$o=B`
|
1833
2027
|
svg {
|
1834
2028
|
height: 12px;
|
1835
2029
|
width: 12px;
|
1836
|
-
color: ${
|
2030
|
+
color: ${te("neutral",600)};
|
1837
2031
|
}
|
1838
|
-
`,
|
2032
|
+
`,ko=B`
|
1839
2033
|
cursor: pointer;
|
1840
|
-
color: ${
|
2034
|
+
color: ${te("neutral",600)};
|
1841
2035
|
display: flex;
|
1842
2036
|
justify-content: center;
|
1843
2037
|
align-items: center;
|
1844
|
-
`,
|
2038
|
+
`,Lo=({links:e,separator:t,maxItems:r=99,linkRouter:n})=>{const[o,l]=Y(e.length>r);U((()=>{l(e.length>r)}),[e.length]);const a=n;return H(_.Root,{children:H(_.List,{gap:"16px",children:o?O(j,{children:[H(_.Item,{css:wo,children:O(a,{to:e[0].link,href:e[0].link,children:[e[0].icon,e[0].label]})}),H(_.Separator,{css:$o,children:t||H(xe,{rotate:"270"})}),H("li",{className:"chakra-breadcrumb__item",children:H("button",{css:ko,type:"button",onClick:()=>l(!1),children:"..."})}),H(_.Separator,{css:$o,children:t||H(xe,{rotate:"270"})}),H(_.Item,{css:wo,children:O("p",{"aria-current":"page","aria-label":e[e.length-1].label,children:[e[e.length-1].icon,e[e.length-1].label]})})]}):e.map(((r,n)=>r?.label?O(X,{children:[H(_.Item,{css:wo,children:n<e.length-1?O(a,{to:r.link,href:r.link,children:[r.icon,r.label]}):O("p",{"aria-current":"page","aria-label":r.label,children:[r.label&&r.icon?r.icon:"",r.label]})}),n<e.length-1?H(_.Separator,{css:$o,children:t||H(xe,{rotate:"270"})}):null]},r.label):null))})})},Mo=(e,t)=>B`
|
1845
2039
|
min-height: 56px;
|
1846
2040
|
width: 100vw;
|
1847
2041
|
position: ${e?"fixed":"absolute"};
|
1848
2042
|
bottom: 0;
|
1849
2043
|
left: 0;
|
1850
|
-
background-color: ${
|
1851
|
-
background-color: ${
|
1852
|
-
border-top: 1px solid ${
|
2044
|
+
background-color: ${t?te("neutral",200):"transparent"};
|
2045
|
+
background-color: ${te("neutral",t?200:100)};
|
2046
|
+
border-top: 1px solid ${te("neutral",400)};
|
1853
2047
|
z-index: 101;
|
1854
|
-
`,
|
2048
|
+
`,So=e=>B`
|
1855
2049
|
height: 100%;
|
1856
2050
|
width: 100%;
|
1857
2051
|
max-width: ${e?`${e}px`:"100%"};
|
@@ -1866,7 +2060,7 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
1866
2060
|
flex-direction: column;
|
1867
2061
|
align-items: flex-start;
|
1868
2062
|
}
|
1869
|
-
`,
|
2063
|
+
`,Vo=B`
|
1870
2064
|
display: flex;
|
1871
2065
|
align-items: center;
|
1872
2066
|
flex-wrap: wrap;
|
@@ -1876,40 +2070,40 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
1876
2070
|
font-size: 14px;
|
1877
2071
|
line-height: 20px;
|
1878
2072
|
font-weight: 400;
|
1879
|
-
color: ${
|
2073
|
+
color: ${te("neutral",700)};
|
1880
2074
|
text-decoration: underline;
|
1881
2075
|
}
|
1882
|
-
`,
|
2076
|
+
`,Do=B`
|
1883
2077
|
width: 240px;
|
1884
2078
|
font-size: 14px;
|
1885
2079
|
line-height: 20px;
|
1886
2080
|
font-weight: 400;
|
1887
|
-
color: ${
|
2081
|
+
color: ${te("neutral",600)};
|
1888
2082
|
text-align: right;
|
1889
2083
|
|
1890
2084
|
@media screen and (max-width: 768px) {
|
1891
2085
|
text-align: left;
|
1892
2086
|
}
|
1893
|
-
`,
|
2087
|
+
`,_o=({children:e,label:t="©️World Resources Institute",fixed:r,filled:n,maxWidth:o})=>{const l=(new Date).getFullYear();return H("footer",{css:Mo(r,n),children:O("div",{css:So(o),children:[H("div",{children:H(ke,{height:"32px",width:"91px"})}),H("div",{css:Vo,children:e}),H("div",{children:O("p",{css:Do,children:[t," ",l]})})]})})},Ro=e=>B`
|
1894
2088
|
width: 64px;
|
1895
2089
|
height: ${e||"100vh"};
|
1896
2090
|
z-index: 100;
|
1897
2091
|
position: fixed;
|
1898
2092
|
top: 0;
|
1899
2093
|
left: 0;
|
1900
|
-
border-right: 1px solid ${
|
1901
|
-
background-color: ${
|
2094
|
+
border-right: 1px solid ${te("neutral",300)};
|
2095
|
+
background-color: ${te("neutral",200)};
|
1902
2096
|
display: flex;
|
1903
2097
|
flex-direction: column;
|
1904
2098
|
justify-content: space-between;
|
1905
|
-
|
2099
|
+
`,Io=B`
|
1906
2100
|
width: 64px;
|
1907
2101
|
height: 64px;
|
1908
|
-
background-color: ${
|
2102
|
+
background-color: ${te("neutral",200)};
|
1909
2103
|
border-radius: initial;
|
1910
2104
|
border-style: solid;
|
1911
2105
|
border-width: 1px 1px 0px 0px;
|
1912
|
-
border-color: ${
|
2106
|
+
border-color: ${te("neutral",300)};
|
1913
2107
|
cursor: pointer;
|
1914
2108
|
border-left: 2px solid transparent;
|
1915
2109
|
padding: 0 5px;
|
@@ -1918,16 +2112,16 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
1918
2112
|
justify-content: center;
|
1919
2113
|
|
1920
2114
|
&:hover {
|
1921
|
-
background-color: ${
|
2115
|
+
background-color: ${te("neutral",100)};
|
1922
2116
|
}
|
1923
2117
|
|
1924
2118
|
&:active {
|
1925
|
-
background-color: ${
|
2119
|
+
background-color: ${te("neutral",300)} !important;
|
1926
2120
|
}
|
1927
2121
|
|
1928
2122
|
&:focus-visible {
|
1929
|
-
background-color: ${
|
1930
|
-
outline-color: ${
|
2123
|
+
background-color: ${te("neutral",200)};
|
2124
|
+
outline-color: ${te("primary",700)};
|
1931
2125
|
outline-offset: 2px;
|
1932
2126
|
box-shadow: none;
|
1933
2127
|
}
|
@@ -1937,20 +2131,20 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
1937
2131
|
font-weight: 400;
|
1938
2132
|
line-height: 14px;
|
1939
2133
|
text-align: center;
|
1940
|
-
color: ${
|
2134
|
+
color: ${te("neutral",700)};
|
1941
2135
|
}
|
1942
2136
|
|
1943
2137
|
&[data-selected] {
|
1944
|
-
background-color: ${
|
1945
|
-
border-left: 2px solid ${
|
2138
|
+
background-color: ${te("neutral",100)};
|
2139
|
+
border-left: 2px solid ${te("secondary",500)};
|
1946
2140
|
|
1947
2141
|
&:hover {
|
1948
|
-
background-color: ${
|
2142
|
+
background-color: ${te("neutral",200)};
|
1949
2143
|
}
|
1950
2144
|
|
1951
2145
|
&:focus-visible {
|
1952
|
-
background-color: ${
|
1953
|
-
outline-color: ${
|
2146
|
+
background-color: ${te("neutral",100)};
|
2147
|
+
outline-color: ${te("primary",700)};
|
1954
2148
|
outline-offset: 2px;
|
1955
2149
|
box-shadow: none;
|
1956
2150
|
}
|
@@ -1958,12 +2152,12 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
1958
2152
|
.tab-label {
|
1959
2153
|
p {
|
1960
2154
|
font-weight: 700;
|
1961
|
-
color: ${
|
2155
|
+
color: ${te("neutral",800)};
|
1962
2156
|
}
|
1963
2157
|
|
1964
2158
|
svg {
|
1965
2159
|
path {
|
1966
|
-
fill: ${
|
2160
|
+
fill: ${te("neutral",700)};
|
1967
2161
|
}
|
1968
2162
|
}
|
1969
2163
|
}
|
@@ -1974,25 +2168,25 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
1974
2168
|
}
|
1975
2169
|
|
1976
2170
|
&[data-disabled] {
|
1977
|
-
background-color: ${
|
2171
|
+
background-color: ${te("neutral",200)} !important;
|
1978
2172
|
|
1979
2173
|
&[data-selected] {
|
1980
|
-
background-color: ${
|
2174
|
+
background-color: ${te("neutral",100)} !important;
|
1981
2175
|
}
|
1982
2176
|
|
1983
2177
|
.tab-label {
|
1984
2178
|
p {
|
1985
|
-
color: ${
|
2179
|
+
color: ${te("neutral",400)};
|
1986
2180
|
}
|
1987
2181
|
|
1988
2182
|
svg {
|
1989
2183
|
path {
|
1990
|
-
fill: ${
|
2184
|
+
fill: ${te("neutral",400)};
|
1991
2185
|
}
|
1992
2186
|
}
|
1993
2187
|
}
|
1994
2188
|
}
|
1995
|
-
`,
|
2189
|
+
`,Po=B`
|
1996
2190
|
display: flex;
|
1997
2191
|
justify-content: center;
|
1998
2192
|
align-items: center;
|
@@ -2002,17 +2196,17 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
2002
2196
|
height: 16px;
|
2003
2197
|
|
2004
2198
|
path {
|
2005
|
-
fill: ${
|
2199
|
+
fill: ${te("neutral",600)};
|
2006
2200
|
}
|
2007
2201
|
}
|
2008
|
-
`,
|
2202
|
+
`,To=B`
|
2009
2203
|
width: 64px;
|
2010
2204
|
height: 64px;
|
2011
|
-
background-color: ${
|
2205
|
+
background-color: ${te("neutral",200)};
|
2012
2206
|
border-radius: initial;
|
2013
2207
|
border-style: solid;
|
2014
2208
|
border-width: 1px 1px 0px 0px;
|
2015
|
-
border-color: ${
|
2209
|
+
border-color: ${te("neutral",300)};
|
2016
2210
|
cursor: pointer;
|
2017
2211
|
border-left: 2px solid transparent;
|
2018
2212
|
padding: 0 5px;
|
@@ -2023,15 +2217,15 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
2023
2217
|
gap: 5px;
|
2024
2218
|
|
2025
2219
|
&:hover {
|
2026
|
-
background-color: ${
|
2220
|
+
background-color: ${te("neutral",100)};
|
2027
2221
|
}
|
2028
2222
|
|
2029
2223
|
&:active {
|
2030
|
-
background-color: ${
|
2224
|
+
background-color: ${te("neutral",300)} !important;
|
2031
2225
|
}
|
2032
2226
|
|
2033
2227
|
&:focus-visible {
|
2034
|
-
outline-color: ${
|
2228
|
+
outline-color: ${te("primary",700)};
|
2035
2229
|
outline-offset: 2px;
|
2036
2230
|
box-shadow: none;
|
2037
2231
|
}
|
@@ -2041,9 +2235,9 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
2041
2235
|
font-weight: 400;
|
2042
2236
|
line-height: 14px;
|
2043
2237
|
text-align: center;
|
2044
|
-
color: ${
|
2238
|
+
color: ${te("neutral",600)};
|
2045
2239
|
}
|
2046
|
-
`,
|
2240
|
+
`,Eo=B`
|
2047
2241
|
width: 300px;
|
2048
2242
|
height: 100vh;
|
2049
2243
|
z-index: 100;
|
@@ -2051,23 +2245,196 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
2051
2245
|
top: 0;
|
2052
2246
|
left: 64px;
|
2053
2247
|
box-shadow: 2px 0px 2px 0px #0000000d;
|
2054
|
-
background-color: ${
|
2248
|
+
background-color: ${te("neutral",100)};
|
2055
2249
|
overflow-y: auto;
|
2056
2250
|
overflow-x: hidden;
|
2057
|
-
`,
|
2251
|
+
`,zo=({tabs:e=[],defaultValue:t,onTabClick:r,children:o,onOpenChange:l,customHeight:a})=>{const[i,s]=Y(!1),[c,d]=Y(t||e?.[0]?.value);return O(j,{children:[O("div",{css:Ro(a),children:[H(L.Root,{defaultValue:t||e?.[0]?.value,orientation:"horizontal",width:"full",onFocusChange:({focusedValue:e})=>{return d(t=e),void(r&&r(t));var t},role:"tablist",children:H(L.List,{alignItems:"center",border:"none",style:{flexDirection:"column"},children:e.map((e=>H(L.Trigger,{css:Io,"aria-label":e["aria-label"]||e.label,...e,children:O(n,{display:"flex",alignItems:"center",flexDirection:"column",gap:"5px",className:"tab-label",children:[e.icon?H("div",{css:Po,children:e.icon}):null,H("p",{children:e.label})]})},e.label)))})}),o?H(R.Root,{onOpenChange:({open:e})=>{s(e),l&&l(!e)},children:O(R.Trigger,{css:To,children:[H("div",{css:Po,children:H(i?de:ce,{})}),O("div",{className:"tab-label",children:[H("p",{children:i?"Show":"Hide"}),H("p",{children:"Sidebar"})]})]})}):null]}),o?H(R.Root,{defaultOpen:!0,open:!i,children:H(R.Content,{children:H("div",{css:Eo,role:"tabpanel","aria-labelledby":c,children:o})})}):null]})},Oo=B`
|
2252
|
+
width: 224px;
|
2253
|
+
border: 1px solid ${te("neutral",600)};
|
2254
|
+
`,Ho=B`
|
2255
|
+
display: flex;
|
2256
|
+
justify-content: space-between;
|
2257
|
+
align-items: center;
|
2258
|
+
font-size: 16px;
|
2259
|
+
line-height: 24px;
|
2260
|
+
font-weight: 400;
|
2261
|
+
color: ${te("neutral",900)};
|
2262
|
+
|
2263
|
+
&:hover {
|
2264
|
+
background-color: color-mix(
|
2265
|
+
in srgb,
|
2266
|
+
${te("primary",500)} 20%,
|
2267
|
+
transparent
|
2268
|
+
);
|
2269
|
+
}
|
2270
|
+
|
2271
|
+
&:active {
|
2272
|
+
background-color: color-mix(
|
2273
|
+
in srgb,
|
2274
|
+
${te("primary",500)} 40%,
|
2275
|
+
transparent
|
2276
|
+
);
|
2277
|
+
}
|
2278
|
+
|
2279
|
+
&[data-highlighted] {
|
2280
|
+
background-color: color-mix(
|
2281
|
+
in srgb,
|
2282
|
+
${te("primary",500)} 20%,
|
2283
|
+
transparent
|
2284
|
+
);
|
2285
|
+
|
2286
|
+
&:not(:hover) {
|
2287
|
+
background-color: ${te("neutral",100)};
|
2288
|
+
outline-color: ${te("success",500)};
|
2289
|
+
box-shadow:
|
2290
|
+
0 0 0 2px ${te("neutral",700)},
|
2291
|
+
rgba(0, 0, 0, 0.05) 0px 2px 2px 4px;
|
2292
|
+
}
|
2293
|
+
|
2294
|
+
&[aria-expanded='true'] {
|
2295
|
+
background-color: color-mix(
|
2296
|
+
in srgb,
|
2297
|
+
${te("primary",500)} 20%,
|
2298
|
+
transparent
|
2299
|
+
);
|
2300
|
+
outline: none;
|
2301
|
+
box-shadow: none;
|
2302
|
+
}
|
2303
|
+
}
|
2304
|
+
`,jo=B`
|
2305
|
+
display: flex;
|
2306
|
+
align-items: flex-start;
|
2307
|
+
gap: 0;
|
2308
|
+
cursor: pointer;
|
2309
|
+
|
2310
|
+
svg {
|
2311
|
+
height: 16px;
|
2312
|
+
width: 16px;
|
2313
|
+
color: ${te("neutral",700)};
|
2314
|
+
margin-top: 4px;
|
2315
|
+
}
|
2316
|
+
|
2317
|
+
&:hover {
|
2318
|
+
background-color: color-mix(
|
2319
|
+
in srgb,
|
2320
|
+
${te("primary",500)} 20%,
|
2321
|
+
transparent
|
2322
|
+
);
|
2323
|
+
}
|
2324
|
+
|
2325
|
+
&:active {
|
2326
|
+
background-color: color-mix(
|
2327
|
+
in srgb,
|
2328
|
+
${te("primary",500)} 40%,
|
2329
|
+
transparent
|
2330
|
+
);
|
2331
|
+
}
|
2332
|
+
|
2333
|
+
&[data-highlighted] {
|
2334
|
+
background-color: color-mix(
|
2335
|
+
in srgb,
|
2336
|
+
${te("primary",500)} 20%,
|
2337
|
+
transparent
|
2338
|
+
);
|
2339
|
+
|
2340
|
+
&:not(:hover) {
|
2341
|
+
background-color: ${te("neutral",100)};
|
2342
|
+
outline-color: ${te("primary",700)};
|
2343
|
+
box-shadow:
|
2344
|
+
0 0 0 2px ${te("primary",700)},
|
2345
|
+
rgba(0, 0, 0, 0.05) 0px 2px 2px 4px;
|
2346
|
+
}
|
2347
|
+
}
|
2348
|
+
|
2349
|
+
&[data-disabled] {
|
2350
|
+
cursor: not-allowed;
|
2351
|
+
background-color: transparent;
|
2352
|
+
outline: none;
|
2353
|
+
box-shadow: none;
|
2354
|
+
|
2355
|
+
.menu-item-label,
|
2356
|
+
.menu-item-caption {
|
2357
|
+
color: ${te("neutral",600)};
|
2358
|
+
}
|
2359
|
+
}
|
2360
|
+
`,Bo=B`
|
2361
|
+
display: flex;
|
2362
|
+
align-items: center;
|
2363
|
+
justify-content: space-between;
|
2364
|
+
color: ${te("neutral",700)};
|
2365
|
+
width: 100%;
|
2366
|
+
|
2367
|
+
.menu-item-label {
|
2368
|
+
font-size: 16px;
|
2369
|
+
line-height: 24px;
|
2370
|
+
font-weight: 400;
|
2371
|
+
color: ${te("neutral",900)};
|
2372
|
+
}
|
2373
|
+
|
2374
|
+
.menu-item-caption {
|
2375
|
+
font-size: 14px;
|
2376
|
+
line-height: 20px;
|
2377
|
+
font-weight: 400;
|
2378
|
+
color: ${te("neutral",700)};
|
2379
|
+
}
|
2380
|
+
`,No=B`
|
2381
|
+
font-size: 14px;
|
2382
|
+
line-height: 20px;
|
2383
|
+
font-weight: 700;
|
2384
|
+
color: ${te("neutral",900)};
|
2385
|
+
`,Ao=({item:e})=>{return H(s.Item,{css:jo,value:e.value,disabled:e.disabled,children:e.children?e.children:O(j,{children:[e.startIcon,O("div",{css:(t=!!e.startIcon,r=!!e.endIcon,B`
|
2386
|
+
width: 100%;
|
2387
|
+
margin-left: ${t?"8px":"0"};
|
2388
|
+
margin-right: ${r?"8px":"0"};
|
2389
|
+
`),children:[O("div",{css:Bo,children:[H("p",{className:"menu-item-label",children:e.label}),e.command?H(s.ItemCommand,{children:e.command}):null]}),e.caption?H("p",{className:"menu-item-caption",children:e.caption}):null]}),e.endIcon]})});var t,r},Zo=({label:e,items:t,groups:r,onSelect:n})=>O(s.Root,{onSelect:({value:e})=>n&&n(e),children:[H(s.Trigger,{asChild:!0,children:H(ie,{label:e,variant:"secondary"})}),H(i,{children:H(s.Positioner,{children:O(s.Content,{css:Oo,children:[t?.map((e=>e.submenu?O(s.Root,{positioning:{placement:"right-start",gutter:2},onSelect:({value:e})=>n&&n(e),children:[O(s.TriggerItem,{css:Ho,children:[e.label," ",H(xe,{rotate:"270",color:"var(--chakra-colors-neutral-700)"})]}),H(i,{children:H(s.Positioner,{children:H(s.Content,{css:Oo,children:e.submenu.map((e=>H(Ao,{item:e},e.value)))})})})]},e.value):H(Ao,{item:e},e.value))),r?.map(((e,t)=>O(W.Fragment,{children:[O(s.ItemGroup,{children:[H(s.ItemGroupLabel,{css:No,children:e.title}),e.items?.map((e=>H(Ao,{item:e},e.value)))]}),t!==r.length-1?H(s.Separator,{borderColor:"var(--chakra-colors-neutral-300)"}):null]},e.title)))]})})})]});function Fo(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function Wo(e){if(e.__esModule)return e;var t=e.default;if("function"==typeof t){var r=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};r.prototype=t.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(e).forEach((function(t){var n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:function(){return e[t]}})})),r}var Yo,Uo={exports:{}},Xo={},qo={exports:{}},Go={exports:{}},Ko={};var Jo,Qo,el,tl,rl,nl,ol,ll,al,il,sl,cl,dl,pl={};
|
2390
|
+
/** @license React v16.13.1
|
2391
|
+
* react-is.development.js
|
2392
|
+
*
|
2393
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
2394
|
+
*
|
2395
|
+
* This source code is licensed under the MIT license found in the
|
2396
|
+
* LICENSE file in the root directory of this source tree.
|
2397
|
+
*/function ul(){return Qo||(Qo=1,"production"===process.env.NODE_ENV?Go.exports=function(){if(Yo)return Ko;Yo=1;var e="function"==typeof Symbol&&Symbol.for,t=e?Symbol.for("react.element"):60103,r=e?Symbol.for("react.portal"):60106,n=e?Symbol.for("react.fragment"):60107,o=e?Symbol.for("react.strict_mode"):60108,l=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,i=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,p=e?Symbol.for("react.suspense"):60113,u=e?Symbol.for("react.suspense_list"):60120,h=e?Symbol.for("react.memo"):60115,x=e?Symbol.for("react.lazy"):60116,g=e?Symbol.for("react.block"):60121,f=e?Symbol.for("react.fundamental"):60117,C=e?Symbol.for("react.responder"):60118,b=e?Symbol.for("react.scope"):60119;function m(e){if("object"==typeof e&&null!==e){var u=e.$$typeof;switch(u){case t:switch(e=e.type){case s:case c:case n:case l:case o:case p:return e;default:switch(e=e&&e.$$typeof){case i:case d:case x:case h:case a:return e;default:return u}}case r:return u}}}function v(e){return m(e)===c}return Ko.AsyncMode=s,Ko.ConcurrentMode=c,Ko.ContextConsumer=i,Ko.ContextProvider=a,Ko.Element=t,Ko.ForwardRef=d,Ko.Fragment=n,Ko.Lazy=x,Ko.Memo=h,Ko.Portal=r,Ko.Profiler=l,Ko.StrictMode=o,Ko.Suspense=p,Ko.isAsyncMode=function(e){return v(e)||m(e)===s},Ko.isConcurrentMode=v,Ko.isContextConsumer=function(e){return m(e)===i},Ko.isContextProvider=function(e){return m(e)===a},Ko.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===t},Ko.isForwardRef=function(e){return m(e)===d},Ko.isFragment=function(e){return m(e)===n},Ko.isLazy=function(e){return m(e)===x},Ko.isMemo=function(e){return m(e)===h},Ko.isPortal=function(e){return m(e)===r},Ko.isProfiler=function(e){return m(e)===l},Ko.isStrictMode=function(e){return m(e)===o},Ko.isSuspense=function(e){return m(e)===p},Ko.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===n||e===c||e===l||e===o||e===p||e===u||"object"==typeof e&&null!==e&&(e.$$typeof===x||e.$$typeof===h||e.$$typeof===a||e.$$typeof===i||e.$$typeof===d||e.$$typeof===f||e.$$typeof===C||e.$$typeof===b||e.$$typeof===g)},Ko.typeOf=m,Ko}():Go.exports=(Jo||(Jo=1,"production"!==process.env.NODE_ENV&&function(){var e="function"==typeof Symbol&&Symbol.for,t=e?Symbol.for("react.element"):60103,r=e?Symbol.for("react.portal"):60106,n=e?Symbol.for("react.fragment"):60107,o=e?Symbol.for("react.strict_mode"):60108,l=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,i=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,p=e?Symbol.for("react.suspense"):60113,u=e?Symbol.for("react.suspense_list"):60120,h=e?Symbol.for("react.memo"):60115,x=e?Symbol.for("react.lazy"):60116,g=e?Symbol.for("react.block"):60121,f=e?Symbol.for("react.fundamental"):60117,C=e?Symbol.for("react.responder"):60118,b=e?Symbol.for("react.scope"):60119;function m(e){if("object"==typeof e&&null!==e){var u=e.$$typeof;switch(u){case t:var g=e.type;switch(g){case s:case c:case n:case l:case o:case p:return g;default:var f=g&&g.$$typeof;switch(f){case i:case d:case x:case h:case a:return f;default:return u}}case r:return u}}}var v=s,y=c,w=i,$=a,k=t,L=d,M=n,S=x,V=h,D=r,_=l,R=o,I=p,P=!1;function T(e){return m(e)===c}pl.AsyncMode=v,pl.ConcurrentMode=y,pl.ContextConsumer=w,pl.ContextProvider=$,pl.Element=k,pl.ForwardRef=L,pl.Fragment=M,pl.Lazy=S,pl.Memo=V,pl.Portal=D,pl.Profiler=_,pl.StrictMode=R,pl.Suspense=I,pl.isAsyncMode=function(e){return P||(P=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),T(e)||m(e)===s},pl.isConcurrentMode=T,pl.isContextConsumer=function(e){return m(e)===i},pl.isContextProvider=function(e){return m(e)===a},pl.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===t},pl.isForwardRef=function(e){return m(e)===d},pl.isFragment=function(e){return m(e)===n},pl.isLazy=function(e){return m(e)===x},pl.isMemo=function(e){return m(e)===h},pl.isPortal=function(e){return m(e)===r},pl.isProfiler=function(e){return m(e)===l},pl.isStrictMode=function(e){return m(e)===o},pl.isSuspense=function(e){return m(e)===p},pl.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===n||e===c||e===l||e===o||e===p||e===u||"object"==typeof e&&null!==e&&(e.$$typeof===x||e.$$typeof===h||e.$$typeof===a||e.$$typeof===i||e.$$typeof===d||e.$$typeof===f||e.$$typeof===C||e.$$typeof===b||e.$$typeof===g)},pl.typeOf=m}()),pl)),Go.exports}function hl(){if(tl)return el;tl=1;return el="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"}function xl(){return nl?rl:(nl=1,rl=Function.call.bind(Object.prototype.hasOwnProperty))}function gl(){if(il)return al;il=1;var e=ul(),t=K,r=hl(),n=xl(),o=function(){if(ll)return ol;ll=1;var e=function(){};if("production"!==process.env.NODE_ENV){var t=hl(),r={},n=xl();e=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}}function o(o,l,a,i,s){if("production"!==process.env.NODE_ENV)for(var c in o)if(n(o,c)){var d;try{if("function"!=typeof o[c]){var p=Error((i||"React class")+": "+a+" type `"+c+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof o[c]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw p.name="Invariant Violation",p}d=o[c](l,c,i,a,null,t)}catch(e){d=e}if(!d||d instanceof Error||e((i||"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 r)){r[d.message]=!0;var u=s?s():"";e("Failed "+a+" type: "+d.message+(null!=u?u:""))}}}return o.resetWarningCache=function(){"production"!==process.env.NODE_ENV&&(r={})},ol=o}(),l=function(){};function a(){return null}return"production"!==process.env.NODE_ENV&&(l=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}),al=function(i,s){var c="function"==typeof Symbol&&Symbol.iterator;var d="<<anonymous>>",p={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:x(a),arrayOf:function(e){return x((function(t,n,o,l,a){if("function"!=typeof e)return new h("Property `"+a+"` of component `"+o+"` has invalid PropType notation inside arrayOf.");var i=t[n];if(!Array.isArray(i))return new h("Invalid "+l+" `"+a+"` of type `"+b(i)+"` supplied to `"+o+"`, expected an array.");for(var s=0;s<i.length;s++){var c=e(i,s,o,l,a+"["+s+"]",r);if(c instanceof Error)return c}return null}))},element:x((function(e,t,r,n,o){var l=e[t];return i(l)?null:new h("Invalid "+n+" `"+o+"` of type `"+b(l)+"` supplied to `"+r+"`, expected a single ReactElement.")})),elementType:x((function(t,r,n,o,l){var a=t[r];return e.isValidElementType(a)?null:new h("Invalid "+o+" `"+l+"` of type `"+b(a)+"` supplied to `"+n+"`, expected a single ReactElement type.")})),instanceOf:function(e){return x((function(t,r,n,o,l){if(!(t[r]instanceof e)){var a=e.name||d;return new h("Invalid "+o+" `"+l+"` of type `"+(((i=t[r]).constructor&&i.constructor.name?i.constructor.name:d)+"` supplied to `")+n+"`, expected instance of `"+a+"`.")}var i;return null}))},node:x((function(e,t,r,n,o){return C(e[t])?null:new h("Invalid "+n+" `"+o+"` supplied to `"+r+"`, expected a ReactNode.")})),objectOf:function(e){return x((function(t,o,l,a,i){if("function"!=typeof e)return new h("Property `"+i+"` of component `"+l+"` has invalid PropType notation inside objectOf.");var s=t[o],c=b(s);if("object"!==c)return new h("Invalid "+a+" `"+i+"` of type `"+c+"` supplied to `"+l+"`, expected an object.");for(var d in s)if(n(s,d)){var p=e(s,d,l,a,i+"."+d,r);if(p instanceof Error)return p}return null}))},oneOf:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&l(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 x((function(t,r,n,o,l){for(var a=t[r],i=0;i<e.length;i++)if(u(a,e[i]))return null;var s=JSON.stringify(e,(function(e,t){return"symbol"===m(t)?String(t):t}));return new h("Invalid "+o+" `"+l+"` of value `"+String(a)+"` supplied to `"+n+"`, expected one of "+s+".")}))},oneOfType:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&l("Invalid argument supplied to oneOfType, expected an instance of array."),a;for(var t=0;t<e.length;t++){var o=e[t];if("function"!=typeof o)return l("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+v(o)+" at index "+t+"."),a}return x((function(t,o,l,a,i){for(var s=[],c=0;c<e.length;c++){var d=(0,e[c])(t,o,l,a,i,r);if(null==d)return null;d.data&&n(d.data,"expectedType")&&s.push(d.data.expectedType)}return new h("Invalid "+a+" `"+i+"` supplied to `"+l+"`"+(s.length>0?", expected one of type ["+s.join(", ")+"]":"")+".")}))},shape:function(e){return x((function(t,n,o,l,a){var i=t[n],s=b(i);if("object"!==s)return new h("Invalid "+l+" `"+a+"` of type `"+s+"` supplied to `"+o+"`, expected `object`.");for(var c in e){var d=e[c];if("function"!=typeof d)return f(o,l,a,c,m(d));var p=d(i,c,o,l,a+"."+c,r);if(p)return p}return null}))},exact:function(e){return x((function(o,l,a,i,s){var c=o[l],d=b(c);if("object"!==d)return new h("Invalid "+i+" `"+s+"` of type `"+d+"` supplied to `"+a+"`, expected `object`.");var p=t({},o[l],e);for(var u in p){var x=e[u];if(n(e,u)&&"function"!=typeof x)return f(a,i,s,u,m(x));if(!x)return new h("Invalid "+i+" `"+s+"` key `"+u+"` supplied to `"+a+"`.\nBad object: "+JSON.stringify(o[l],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(e),null," "));var g=x(c,u,a,i,s+"."+u,r);if(g)return g}return null}))}};function u(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 x(e){if("production"!==process.env.NODE_ENV)var t={},n=0;function o(o,a,i,c,p,u,x){if(c=c||d,u=u||i,x!==r){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 f=c+":"+i;!t[f]&&n<3&&(l("You are manually calling a React.PropTypes validation function for the `"+u+"` 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[f]=!0,n++)}}return null==a[i]?o?null===a[i]?new h("The "+p+" `"+u+"` is marked as required in `"+c+"`, but its value is `null`."):new h("The "+p+" `"+u+"` is marked as required in `"+c+"`, but its value is `undefined`."):null:e(a,i,c,p,u)}var a=o.bind(null,!1);return a.isRequired=o.bind(null,!0),a}function g(e){return x((function(t,r,n,o,l,a){var i=t[r];return b(i)!==e?new h("Invalid "+o+" `"+l+"` of type `"+m(i)+"` supplied to `"+n+"`, expected `"+e+"`.",{expectedType:e}):null}))}function f(e,t,r,n,o){return new h((e||"React class")+": "+t+" type `"+r+"."+n+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+o+"`.")}function C(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(C);if(null===e||i(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 r,n=t.call(e);if(t!==e.entries){for(;!(r=n.next()).done;)if(!C(r.value))return!1}else for(;!(r=n.next()).done;){var o=r.value;if(o&&!C(o[1]))return!1}return!0;default:return!1}}function b(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 m(e){if(null==e)return""+e;var t=b(e);if("object"===t){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return t}function v(e){var t=m(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,p.checkPropTypes=o,p.resetWarningCache=o.resetWarningCache,p.PropTypes=p,p},al}function fl(){if(dl)return qo.exports;if(dl=1,"production"!==process.env.NODE_ENV){var e=ul();qo.exports=gl()(e.isElement,!0)}else qo.exports=function(){if(cl)return sl;cl=1;var e=hl();function t(){}function r(){}return r.resetWarningCache=t,sl=function(){function n(t,r,n,o,l,a){if(a!==e){var i=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 i.name="Invariant Violation",i}}function o(){return n}n.isRequired=n;var l={array:n,bigint:n,bool:n,func:n,number:n,object:n,string:n,symbol:n,any:n,arrayOf:o,element:n,elementType:n,instanceOf:o,node:n,objectOf:o,oneOf:o,oneOfType:o,shape:o,exact:o,checkPropTypes:r,resetWarningCache:t};return l.PropTypes=l,l}}()();return qo.exports}function Cl(e){var t,r,n="";if("string"==typeof e||"number"==typeof e)n+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(r=Cl(e[t]))&&(n&&(n+=" "),n+=r);else for(t in e)e[t]&&(n&&(n+=" "),n+=t);return n}function bl(){for(var e,t,r=0,n="";r<arguments.length;)(e=arguments[r++])&&(t=Cl(e))&&(n&&(n+=" "),n+=t);return n}var ml,vl=Wo(Object.freeze({__proto__:null,clsx:bl,default:bl})),yl={},wl={};function $l(){if(ml)return wl;return ml=1,Object.defineProperty(wl,"__esModule",{value:!0}),wl.dontSetMe=function(e,t,r){if(e[t])return new Error("Invalid prop ".concat(t," passed to ").concat(r," - do not set this, set it on the child."))},wl.findInArray=function(e,t){for(let r=0,n=e.length;r<n;r++)if(t.apply(t,[e[r],r,e]))return e[r]},wl.int=function(e){return parseInt(e,10)},wl.isFunction=function(e){return"function"==typeof e||"[object Function]"===Object.prototype.toString.call(e)},wl.isNum=function(e){return"number"==typeof e&&!isNaN(e)},wl}var kl,Ll,Ml={};function Sl(){if(Ll)return yl;Ll=1,Object.defineProperty(yl,"__esModule",{value:!0}),yl.addClassName=a,yl.addEvent=function(e,t,r,n){if(!e)return;const o={capture:!0,...n};e.addEventListener?e.addEventListener(t,r,o):e.attachEvent?e.attachEvent("on"+t,r):e["on"+t]=r},yl.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")},yl.createCSSTransform=function(e,r){const n=l(e,r,"px");return{[(0,t.browserPrefixToKey)("transform",t.default)]:n}},yl.createSVGTransform=function(e,t){return l(e,t,"")},yl.getTouch=function(t,r){return t.targetTouches&&(0,e.findInArray)(t.targetTouches,(e=>r===e.identifier))||t.changedTouches&&(0,e.findInArray)(t.changedTouches,(e=>r===e.identifier))},yl.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},yl.getTranslation=l,yl.innerHeight=function(t){let r=t.clientHeight;const n=t.ownerDocument.defaultView.getComputedStyle(t);return r-=(0,e.int)(n.paddingTop),r-=(0,e.int)(n.paddingBottom),r},yl.innerWidth=function(t){let r=t.clientWidth;const n=t.ownerDocument.defaultView.getComputedStyle(t);return r-=(0,e.int)(n.paddingLeft),r-=(0,e.int)(n.paddingRight),r},yl.matchesSelector=o,yl.matchesSelectorAndParentsTo=function(e,t,r){let n=e;do{if(o(n,t))return!0;if(n===r)return!1;n=n.parentNode}while(n);return!1},yl.offsetXYFromParent=function(e,t,r){const n=t===t.ownerDocument.body?{left:0,top:0}:t.getBoundingClientRect(),o=(e.clientX+t.scrollLeft-n.left)/r,l=(e.clientY+t.scrollTop-n.top)/r;return{x:o,y:l}},yl.outerHeight=function(t){let r=t.clientHeight;const n=t.ownerDocument.defaultView.getComputedStyle(t);return r+=(0,e.int)(n.borderTopWidth),r+=(0,e.int)(n.borderBottomWidth),r},yl.outerWidth=function(t){let r=t.clientWidth;const n=t.ownerDocument.defaultView.getComputedStyle(t);return r+=(0,e.int)(n.borderLeftWidth),r+=(0,e.int)(n.borderRightWidth),r},yl.removeClassName=i,yl.removeEvent=function(e,t,r,n){if(!e)return;const o={capture:!0,...n};e.removeEventListener?e.removeEventListener(t,r,o):e.detachEvent?e.detachEvent("on"+t,r):e["on"+t]=null},yl.removeUserSelectStyles=function(e){if(!e)return;try{if(e.body&&i(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=$l(),t=function(e,t){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var n=r(t);if(n&&n.has(e))return n.get(e);var o={},l=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if("default"!==a&&Object.prototype.hasOwnProperty.call(e,a)){var i=l?Object.getOwnPropertyDescriptor(e,a):null;i&&(i.get||i.set)?Object.defineProperty(o,a,i):o[a]=e[a]}o.default=e,n&&n.set(e,o);return o}(function(){if(kl)return Ml;kl=1,Object.defineProperty(Ml,"__esModule",{value:!0}),Ml.browserPrefixToKey=r,Ml.browserPrefixToStyle=function(e,t){return t?"-".concat(t.toLowerCase(),"-").concat(e):e},Ml.default=void 0,Ml.getPrefix=t;const e=["Moz","Webkit","O","ms"];function t(){var t;let n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"transform";if("undefined"==typeof window)return"";const o=null===(t=window.document)||void 0===t||null===(t=t.documentElement)||void 0===t?void 0:t.style;if(!o)return"";if(n in o)return"";for(let t=0;t<e.length;t++)if(r(n,e[t])in o)return e[t];return""}function r(e,t){return t?"".concat(t).concat(function(e){let t="",r=!0;for(let n=0;n<e.length;n++)r?(t+=e[n].toUpperCase(),r=!1):"-"===e[n]?r=!0:t+=e[n];return t}(e)):e}return Ml.default=t(),Ml}());function r(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,n=new WeakMap;return(r=function(e){return e?n:t})(e)}let n="";function o(t,r){return n||(n=(0,e.findInArray)(["matches","webkitMatchesSelector","mozMatchesSelector","msMatchesSelector","oMatchesSelector"],(function(r){return(0,e.isFunction)(t[r])}))),!!(0,e.isFunction)(t[n])&&t[n](r)}function l(e,t,r){let{x:n,y:o}=e,l="translate(".concat(n).concat(r,",").concat(o).concat(r,")");if(t){const e="".concat("string"==typeof t.x?t.x:t.x+r),n="".concat("string"==typeof t.y?t.y:t.y+r);l="translate(".concat(e,", ").concat(n,")")+l}return l}function a(e,t){e.classList?e.classList.add(t):e.className.match(new RegExp("(?:^|\\s)".concat(t,"(?!\\S)")))||(e.className+=" ".concat(t))}function i(e,t){e.classList?e.classList.remove(t):e.className=e.className.replace(new RegExp("(?:^|\\s)".concat(t,"(?!\\S)"),"g"),"")}return yl}var Vl,Dl={};function _l(){if(Vl)return Dl;Vl=1,Object.defineProperty(Dl,"__esModule",{value:!0}),Dl.canDragX=function(e){return"both"===e.props.axis||"x"===e.props.axis},Dl.canDragY=function(e){return"both"===e.props.axis||"y"===e.props.axis},Dl.createCoreData=function(t,n,o){const l=!(0,e.isNum)(t.lastX),a=r(t);return l?{node:a,deltaX:0,deltaY:0,lastX:n,lastY:o,x:n,y:o}:{node:a,deltaX:n-t.lastX,deltaY:o-t.lastY,lastX:t.lastX,lastY:t.lastY,x:n,y:o}},Dl.createDraggableData=function(e,t){const r=e.props.scale;return{node:t.node,x:e.state.x+t.deltaX/r,y:e.state.y+t.deltaY/r,deltaX:t.deltaX/r,deltaY:t.deltaY/r,lastX:e.state.x,lastY:e.state.y}},Dl.getBoundPosition=function(n,o,l){if(!n.props.bounds)return[o,l];let{bounds:a}=n.props;a="string"==typeof a?a:function(e){return{left:e.left,top:e.top,right:e.right,bottom:e.bottom}}(a);const i=r(n);if("string"==typeof a){const{ownerDocument:r}=i,n=r.defaultView;let o;if(o="parent"===a?i.parentNode:r.querySelector(a),!(o instanceof n.HTMLElement))throw new Error('Bounds selector "'+a+'" could not find an element.');const l=o,s=n.getComputedStyle(i),c=n.getComputedStyle(l);a={left:-i.offsetLeft+(0,e.int)(c.paddingLeft)+(0,e.int)(s.marginLeft),top:-i.offsetTop+(0,e.int)(c.paddingTop)+(0,e.int)(s.marginTop),right:(0,t.innerWidth)(l)-(0,t.outerWidth)(i)-i.offsetLeft+(0,e.int)(c.paddingRight)-(0,e.int)(s.marginRight),bottom:(0,t.innerHeight)(l)-(0,t.outerHeight)(i)-i.offsetTop+(0,e.int)(c.paddingBottom)-(0,e.int)(s.marginBottom)}}(0,e.isNum)(a.right)&&(o=Math.min(o,a.right));(0,e.isNum)(a.bottom)&&(l=Math.min(l,a.bottom));(0,e.isNum)(a.left)&&(o=Math.max(o,a.left));(0,e.isNum)(a.top)&&(l=Math.max(l,a.top));return[o,l]},Dl.getControlPosition=function(e,n,o){const l="number"==typeof n?(0,t.getTouch)(e,n):null;if("number"==typeof n&&!l)return null;const a=r(o),i=o.props.offsetParent||a.offsetParent||a.ownerDocument.body;return(0,t.offsetXYFromParent)(l||e,i,o.props.scale)},Dl.snapToGrid=function(e,t,r){const n=Math.round(t/e[0])*e[0],o=Math.round(r/e[1])*e[1];return[n,o]};var e=$l(),t=Sl();function r(e){const t=e.findDOMNode();if(!t)throw new Error("<DraggableCore>: Unmounted during event!");return t}return Dl}var Rl,Il,Pl,Tl,El={},zl={};function Ol(){if(Rl)return zl;return Rl=1,Object.defineProperty(zl,"__esModule",{value:!0}),zl.default=function(){},zl}function Hl(){if(Il)return El;Il=1,Object.defineProperty(El,"__esModule",{value:!0}),El.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 r=s(t);if(r&&r.has(e))return r.get(e);var n={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var l in e)if("default"!==l&&Object.prototype.hasOwnProperty.call(e,l)){var a=o?Object.getOwnPropertyDescriptor(e,l):null;a&&(a.get||a.set)?Object.defineProperty(n,l,a):n[l]=e[l]}n.default=e,r&&r.set(e,n);return n}(W),t=i(fl()),r=i(J),n=Sl(),o=_l(),l=$l(),a=i(Ol());function i(e){return e&&e.__esModule?e:{default:e}}function s(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,r=new WeakMap;return(s=function(e){return e?r:t})(e)}function c(e,t,r){return(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t);if("object"!=typeof n)return n;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:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}const d={start:"touchstart",move:"touchmove",stop:"touchend"},p={start:"mousedown",move:"mousemove",stop:"mouseup"};let u=p,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:r}=t;if(this.props.disabled||!(e.target instanceof r.defaultView.Node)||this.props.handle&&!(0,n.matchesSelectorAndParentsTo)(e.target,this.props.handle,t)||this.props.cancel&&(0,n.matchesSelectorAndParentsTo)(e.target,this.props.cancel,t))return;"touchstart"===e.type&&e.preventDefault();const l=(0,n.getTouchIdentifier)(e);this.touchIdentifier=l;const i=(0,o.getControlPosition)(e,l,this);if(null==i)return;const{x:s,y:c}=i,d=(0,o.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,n.addUserSelectStyles)(r),this.dragging=!0,this.lastX=s,this.lastY=c,(0,n.addEvent)(r,u.move,this.handleDrag),(0,n.addEvent)(r,u.stop,this.handleDragStop))})),c(this,"handleDrag",(e=>{const t=(0,o.getControlPosition)(e,this.touchIdentifier,this);if(null==t)return;let{x:r,y:n}=t;if(Array.isArray(this.props.grid)){let e=r-this.lastX,t=n-this.lastY;if([e,t]=(0,o.snapToGrid)(this.props.grid,e,t),!e&&!t)return;r=this.lastX+e,n=this.lastY+t}const l=(0,o.createCoreData)(this,r,n);(0,a.default)("DraggableCore: handleDrag: %j",l);if(!1!==this.props.onDrag(e,l)&&!1!==this.mounted)this.lastX=r,this.lastY=n;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,o.getControlPosition)(e,this.touchIdentifier,this);if(null==t)return;let{x:r,y:l}=t;if(Array.isArray(this.props.grid)){let e=r-this.lastX||0,t=l-this.lastY||0;[e,t]=(0,o.snapToGrid)(this.props.grid,e,t),r=this.lastX+e,l=this.lastY+t}const i=(0,o.createCoreData)(this,r,l);if(!1===this.props.onStop(e,i)||!1===this.mounted)return!1;const s=this.findDOMNode();s&&this.props.enableUserSelectHack&&(0,n.removeUserSelectStyles)(s.ownerDocument),(0,a.default)("DraggableCore: handleDragStop: %j",i),this.dragging=!1,this.lastX=NaN,this.lastY=NaN,s&&((0,a.default)("DraggableCore: Removing handlers"),(0,n.removeEvent)(s.ownerDocument,u.move,this.handleDrag),(0,n.removeEvent)(s.ownerDocument,u.stop,this.handleDragStop))})),c(this,"onMouseDown",(e=>(u=p,this.handleDragStart(e)))),c(this,"onMouseUp",(e=>(u=p,this.handleDragStop(e)))),c(this,"onTouchStart",(e=>(u=d,this.handleDragStart(e)))),c(this,"onTouchEnd",(e=>(u=d,this.handleDragStop(e))))}componentDidMount(){this.mounted=!0;const e=this.findDOMNode();e&&(0,n.addEvent)(e,d.start,this.onTouchStart,{passive:!1})}componentWillUnmount(){this.mounted=!1;const e=this.findDOMNode();if(e){const{ownerDocument:t}=e;(0,n.removeEvent)(t,p.move,this.handleDrag),(0,n.removeEvent)(t,d.move,this.handleDrag),(0,n.removeEvent)(t,p.stop,this.handleDragStop),(0,n.removeEvent)(t,d.stop,this.handleDragStop),(0,n.removeEvent)(e,d.start,this.onTouchStart,{passive:!1}),this.props.enableUserSelectHack&&(0,n.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:r.default.findDOMNode(this)}render(){return e.cloneElement(e.Children.only(this.props.children),{onMouseDown:this.onMouseDown,onMouseUp:this.onMouseUp,onTouchEnd:this.onTouchEnd})}};return El.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:l.dontSetMe,style:l.dontSetMe,transform:l.dontSetMe}),c(h,"defaultProps",{allowAnyClick:!1,disabled:!1,enableUserSelectHack:!0,onStart:function(){},onDrag:function(){},onStop:function(){},onMouseDown:function(){},scale:1}),El}function jl(){return Pl||(Pl=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 r=p(t);if(r&&r.has(e))return r.get(e);var n={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var l in e)if("default"!==l&&Object.prototype.hasOwnProperty.call(e,l)){var a=o?Object.getOwnPropertyDescriptor(e,l):null;a&&(a.get||a.set)?Object.defineProperty(n,l,a):n[l]=e[l]}n.default=e,r&&r.set(e,n);return n}(W),r=d(fl()),n=d(J),o=d(vl),l=Sl(),a=_l(),i=$l(),s=d(Hl()),c=d(Ol());function d(e){return e&&e.__esModule?e:{default:e}}function p(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,r=new WeakMap;return(p=function(e){return e?r:t})(e)}function u(){return u=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},u.apply(this,arguments)}function h(e,t,r){return(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t);if("object"!=typeof n)return n;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:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}class x extends t.Component{static getDerivedStateFromProps(e,t){let{position:r}=e,{prevPropsPosition:n}=t;return!r||n&&r.x===n.x&&r.y===n.y?null:((0,c.default)("Draggable: getDerivedStateFromProps %j",{position:r,prevPropsPosition:n}),{x:r.x,y:r.y,prevPropsPosition:{...r}})}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 r=(0,a.createDraggableData)(this,t),n={x:r.x,y:r.y,slackX:0,slackY:0};if(this.props.bounds){const{x:e,y:t}=n;n.x+=this.state.slackX,n.y+=this.state.slackY;const[o,l]=(0,a.getBoundPosition)(this,n.x,n.y);n.x=o,n.y=l,n.slackX=this.state.slackX+(e-n.x),n.slackY=this.state.slackY+(t-n.y),r.x=n.x,r.y=n.y,r.deltaX=n.x-this.state.x,r.deltaY=n.y-this.state.y}if(!1===this.props.onDrag(e,r))return!1;this.setState(n)})),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 r={dragging:!1,slackX:0,slackY:0};if(Boolean(this.props.position)){const{x:e,y:t}=this.props.position;r.x=e,r.y=t}this.setState(r)})),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:n.default.findDOMNode(this)}render(){const{axis:e,bounds:r,children:n,defaultPosition:i,defaultClassName:c,defaultClassNameDragging:d,defaultClassNameDragged:p,position:h,positionOffset:x,scale:g,...f}=this.props;let C={},b=null;const m=!Boolean(h)||this.state.dragging,v=h||i,y={x:(0,a.canDragX)(this)&&m?this.state.x:v.x,y:(0,a.canDragY)(this)&&m?this.state.y:v.y};this.state.isElementSVG?b=(0,l.createSVGTransform)(y,x):C=(0,l.createCSSTransform)(y,x);const w=(0,o.default)(n.props.className||"",c,{[d]:this.state.dragging,[p]:this.state.dragged});return t.createElement(s.default,u({},f,{onStart:this.onDragStart,onDrag:this.onDrag,onStop:this.onDragStop}),t.cloneElement(t.Children.only(n),{className:w,style:{...n.props.style,...C},transform:b}))}}e.default=x,h(x,"displayName","Draggable"),h(x,"propTypes",{...s.default.propTypes,axis:r.default.oneOf(["both","x","y","none"]),bounds:r.default.oneOfType([r.default.shape({left:r.default.number,right:r.default.number,top:r.default.number,bottom:r.default.number}),r.default.string,r.default.oneOf([!1])]),defaultClassName:r.default.string,defaultClassNameDragging:r.default.string,defaultClassNameDragged:r.default.string,defaultPosition:r.default.shape({x:r.default.number,y:r.default.number}),positionOffset:r.default.shape({x:r.default.oneOfType([r.default.number,r.default.string]),y:r.default.oneOfType([r.default.number,r.default.string])}),position:r.default.shape({x:r.default.number,y:r.default.number}),className:i.dontSetMe,style:i.dontSetMe,transform:i.dontSetMe}),h(x,"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})}(Xo)),Xo}var Bl=function(){if(Tl)return Uo.exports;Tl=1;const{default:e,DraggableCore:t}=jl();return Uo.exports=e,Uo.exports.default=e,Uo.exports.DraggableCore=t,Uo.exports}(),Nl=Fo(Bl);const Al=e=>B`
|
2398
|
+
width: 240px;
|
2399
|
+
${"medium"===e&&"width: 320px;"}
|
2400
|
+
${"large"===e&&"width: 440px;"}
|
2401
|
+
${"xlarge"===e&&"width: 640px;"}
|
2402
|
+
|
2403
|
+
background-color: ${te("neutral",100)};
|
2404
|
+
border: 1px solid ${te("neutral",300)};
|
2405
|
+
border-radius: 4px;
|
2406
|
+
box-shadow: 0px 4px 6px -4px #0000001a;
|
2407
|
+
box-shadow: 0px 10px 15px -3px #0000001a;
|
2408
|
+
`,Zl=B`
|
2409
|
+
height: 40px;
|
2410
|
+
display: flex;
|
2411
|
+
align-items: center;
|
2412
|
+
justify-content: space-between;
|
2413
|
+
padding: 8px;
|
2414
|
+
border-bottom: 1px solid ${te("neutral",300)};
|
2415
|
+
`,Fl=B`
|
2416
|
+
font-size: 16px;
|
2417
|
+
line-height: 24px;
|
2418
|
+
font-weight: 700;
|
2419
|
+
color: ${te("neutral",800)};
|
2420
|
+
`,Wl=B`
|
2421
|
+
top: 10px;
|
2422
|
+
`,Yl=B`
|
2423
|
+
padding: 12px;
|
2424
|
+
`,Ul=({title:e,content:t,size:r="medium",isDraggable:n,open:o,onClose:l,showCancelButton:a,cancelLabel:s="Cancel",showActionButton:c,actionLabel:d,onActionClick:p})=>o?H(I.Root,{open:o,onOpenChange:l,placement:"center",scrollBehavior:"inside",closeOnInteractOutside:!n,preventScroll:!n,defaultOpen:!0,children:O(i,{children:[n?null:H(I.Backdrop,{}),H(Nl,{children:H(I.Positioner,{children:O(I.Content,{css:Al(r),children:[O(I.Header,{css:Zl,children:[H(I.Title,{css:Fl,children:e}),H(I.CloseTrigger,{css:Wl,asChild:!0,children:H(He,{})})]}),H(I.Body,{css:Yl,children:t}),a||c?O(I.Footer,{children:[a?H(I.ActionTrigger,{asChild:!0,children:H(ie,{label:s,variant:"secondary"})}):null,c?H(ie,{label:d,onClick:p}):null]}):null]})})})]})}):null,Xl=B`
|
2058
2425
|
position: relative;
|
2059
2426
|
display: flex;
|
2060
|
-
`,
|
2427
|
+
`,ql=B`
|
2061
2428
|
height: 4px;
|
2062
2429
|
width: 4px;
|
2063
|
-
background-color: ${
|
2430
|
+
background-color: ${te("error",500)};
|
2064
2431
|
border-radius: 4px;
|
2065
2432
|
position: absolute;
|
2066
2433
|
top: 0px;
|
2067
2434
|
right: 0px;
|
2068
|
-
`,
|
2435
|
+
`,Gl=B`
|
2069
2436
|
height: 8px;
|
2070
|
-
background-color: ${
|
2437
|
+
background-color: ${te("error",500)};
|
2071
2438
|
padding: 0 2px 1px 2px;
|
2072
2439
|
border-radius: 8px;
|
2073
2440
|
display: flex;
|
@@ -2076,26 +2443,26 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
2076
2443
|
position: absolute;
|
2077
2444
|
top: -2px;
|
2078
2445
|
left: 9px;
|
2079
|
-
`,
|
2446
|
+
`,Kl=B`
|
2080
2447
|
font-size: 8px;
|
2081
2448
|
font-weight: 700;
|
2082
|
-
color: ${
|
2083
|
-
`,
|
2449
|
+
color: ${te("error",100)};
|
2450
|
+
`,Jl=({hasNotification:e,notificationCount:t})=>{const r=(()=>{let e="";return t&&t>0&&(e=`${t>99?"99+":t}`),e})();return O("div",{css:Xl,role:"status","aria-live":"polite",children:[e&&r.length>0?H("div",{css:Gl,children:H("p",{css:Kl,"aria-label":`${t} unread message`,children:r})}):null,e&&!t?H("div",{css:ql,"aria-hidden":!0}):null,H(Le,{color:"var(--chakra-colors-neutral-800)",height:"16px",width:"16px"})]})},Ql=(e,t)=>B`
|
2084
2451
|
width: 100%;
|
2085
2452
|
min-width: ${"small"===e?"234px":"366px"};
|
2086
2453
|
border-radius: 4px;
|
2087
2454
|
padding: ${"small"===e?"8px 8px 12px 8px":"8px 12px 12px 12px"};
|
2088
2455
|
display: flex;
|
2089
|
-
align-items: ${
|
2090
|
-
justify-content: ${
|
2091
|
-
flex-direction: ${
|
2456
|
+
align-items: ${t?"center":"flex-start"};
|
2457
|
+
justify-content: ${t?"space-between":"flex-start"};
|
2458
|
+
flex-direction: ${t?"row":"column"};
|
2092
2459
|
gap: 8px;
|
2093
2460
|
margin-bottom: 16px;
|
2094
2461
|
|
2095
2462
|
button {
|
2096
|
-
margin-left: ${
|
2463
|
+
margin-left: ${t?0:"24px"};
|
2097
2464
|
}
|
2098
|
-
`,
|
2465
|
+
`,ea=B`
|
2099
2466
|
display: flex;
|
2100
2467
|
align-items: flex-start;
|
2101
2468
|
gap: 8px;
|
@@ -2103,59 +2470,59 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
2103
2470
|
svg {
|
2104
2471
|
margin-top: 6px;
|
2105
2472
|
}
|
2106
|
-
`,
|
2107
|
-
color: ${
|
2473
|
+
`,ta=e=>B`
|
2474
|
+
color: ${te("neutral",800)};
|
2108
2475
|
font-size: ${"small"===e?"14px":"18px"};
|
2109
2476
|
line-height: ${"small"===e?"20px":"28px"};
|
2110
2477
|
font-weight: 400;
|
2111
2478
|
text-align: left;
|
2112
|
-
`,
|
2113
|
-
color: ${
|
2479
|
+
`,ra=e=>B`
|
2480
|
+
color: ${te("neutral",700)};
|
2114
2481
|
font-size: ${"small"===e?"12px":"16px"};
|
2115
2482
|
line-height: ${"small"===e?"16px":"24px"};
|
2116
2483
|
font-weight: 400;
|
2117
2484
|
margin-left: 24px;
|
2118
2485
|
text-align: left;
|
2119
|
-
`,
|
2120
|
-
background-color: ${
|
2121
|
-
border: 1px solid ${
|
2122
|
-
color: ${
|
2123
|
-
`,
|
2124
|
-
background-color: ${
|
2125
|
-
border: 1px solid ${
|
2126
|
-
color: ${
|
2127
|
-
`,
|
2128
|
-
background-color: ${
|
2129
|
-
border: 1px solid ${
|
2130
|
-
color: ${
|
2486
|
+
`,na=B`
|
2487
|
+
background-color: ${te("neutral",100)};
|
2488
|
+
border: 1px solid ${te("neutral",300)};
|
2489
|
+
color: ${te("neutral",700)};
|
2490
|
+
`,oa=B`
|
2491
|
+
background-color: ${te("neutral",200)};
|
2492
|
+
border: 1px solid ${te("neutral",300)};
|
2493
|
+
color: ${te("neutral",700)};
|
2494
|
+
`,la=B`
|
2495
|
+
background-color: ${te("success",100)};
|
2496
|
+
border: 1px solid ${te("success",300)};
|
2497
|
+
color: ${te("success",500)};
|
2131
2498
|
|
2132
2499
|
p {
|
2133
|
-
color: ${
|
2500
|
+
color: ${te("success",900)};
|
2134
2501
|
}
|
2135
|
-
`,
|
2136
|
-
background-color: ${
|
2137
|
-
border: 1px solid ${
|
2138
|
-
color: ${
|
2502
|
+
`,aa=B`
|
2503
|
+
background-color: ${te("warning",100)};
|
2504
|
+
border: 1px solid ${te("warning",300)};
|
2505
|
+
color: ${te("warning",500)};
|
2139
2506
|
|
2140
2507
|
p {
|
2141
|
-
color: ${
|
2508
|
+
color: ${te("warning",900)};
|
2142
2509
|
}
|
2143
|
-
`,
|
2144
|
-
background-color: ${
|
2145
|
-
border: 1px solid ${
|
2146
|
-
color: ${
|
2510
|
+
`,ia=B`
|
2511
|
+
background-color: ${te("error",100)};
|
2512
|
+
border: 1px solid ${te("error",300)};
|
2513
|
+
color: ${te("error",500)};
|
2147
2514
|
|
2148
2515
|
p {
|
2149
|
-
color: ${
|
2516
|
+
color: ${te("error",900)};
|
2150
2517
|
}
|
2151
|
-
`,
|
2518
|
+
`,sa=({label:e,caption:t,variant:r,size:n="large",icon:o=H(he,{height:"16px",width:"16px"}),onActionClick:l,actionLabel:a,isButtonRight:i})=>{let s=na;return"info-grey"===r?s=oa:"success"===r?s=la:"warning"===r?s=aa:"error"===r&&(s=ia),O("div",{css:[Ql(n,i),s],"aria-roledescription":"Note",children:[O("div",{children:[O("div",{css:ea,children:[o,H("p",{css:ta(n),children:e})]}),H("p",{css:ra(n),children:t})]}),a?H(ie,{label:a,variant:"info-white"===r||"info-grey"===r?"primary":"secondary",size:"large"===n?"default":"small",onClick:l}):null]})},ca=B`
|
2152
2519
|
justify-content: space-between;
|
2153
2520
|
align-items: center;
|
2154
2521
|
gap: 8px;
|
2155
2522
|
border-radius: 8px;
|
2156
2523
|
padding: 8px 12px;
|
2157
|
-
background-color: ${
|
2158
|
-
border: 1px solid ${
|
2524
|
+
background-color: ${te("neutral",100)};
|
2525
|
+
border: 1px solid ${te("neutral",300)};
|
2159
2526
|
box-shadow: 0px 4px 6px -4px #0000001a;
|
2160
2527
|
box-shadow: 0px 10px 15px -3px #0000001a;
|
2161
2528
|
|
@@ -2166,43 +2533,43 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Ic
|
|
2166
2533
|
}
|
2167
2534
|
|
2168
2535
|
&[data-type='success'] {
|
2169
|
-
background-color: ${
|
2170
|
-
border: 1px solid ${
|
2536
|
+
background-color: ${te("success",100)};
|
2537
|
+
border: 1px solid ${te("success",500)};
|
2171
2538
|
|
2172
2539
|
.chakra-toast__title {
|
2173
|
-
color: ${
|
2540
|
+
color: ${te("success",900)};
|
2174
2541
|
}
|
2175
2542
|
}
|
2176
2543
|
|
2177
2544
|
&[data-type='warning'] {
|
2178
|
-
background-color: ${
|
2179
|
-
border: 1px solid ${
|
2545
|
+
background-color: ${te("warning",100)};
|
2546
|
+
border: 1px solid ${te("warning",500)};
|
2180
2547
|
|
2181
2548
|
.chakra-toast__title {
|
2182
|
-
color: ${
|
2549
|
+
color: ${te("warning",900)};
|
2183
2550
|
}
|
2184
2551
|
}
|
2185
2552
|
|
2186
2553
|
&[data-type='error'] {
|
2187
|
-
background-color: ${
|
2188
|
-
border: 1px solid ${
|
2554
|
+
background-color: ${te("error",100)};
|
2555
|
+
border: 1px solid ${te("error",500)};
|
2189
2556
|
|
2190
2557
|
.chakra-toast__title {
|
2191
|
-
color: ${
|
2558
|
+
color: ${te("error",900)};
|
2192
2559
|
}
|
2193
2560
|
}
|
2194
|
-
`,
|
2561
|
+
`,da=B`
|
2195
2562
|
font-size: 18px;
|
2196
2563
|
line-height: 28px;
|
2197
2564
|
font-weight: 400;
|
2198
|
-
color: ${
|
2199
|
-
`,
|
2565
|
+
color: ${te("neutral",800)};
|
2566
|
+
`,pa=B`
|
2200
2567
|
font-size: 16px;
|
2201
2568
|
line-height: 24px;
|
2202
2569
|
font-weight: 400;
|
2203
|
-
color: ${
|
2204
|
-
`,
|
2570
|
+
color: ${te("neutral",700)};
|
2571
|
+
`,ua=B`
|
2205
2572
|
padding: 6px;
|
2206
|
-
`,
|
2573
|
+
`,ha=B`
|
2207
2574
|
padding: 6px;
|
2208
|
-
`,
|
2575
|
+
`,xa={pauseOnPageIdle:!0,offsets:"24px"},ga={"top-start":P({placement:"top-start",...xa}),"top-end":P({placement:"top-end",...xa}),"bottom-start":P({placement:"bottom-start",...xa}),"bottom-end":P({placement:"bottom-end",...xa})},fa=e=>{ga[e.placement].create({title:e.label,description:e.caption,duration:e.duration||5e3,meta:{closable:e.closable,icon:e.icon,closableLabel:e.closableLabel},...e})},Ca=()=>Object.keys(ga).map((e=>H(i,{children:H(T,{toaster:ga[e],insetInline:{mdDown:"4"},children:t=>O(E.Root,{css:ca,width:{md:"sm"},children:[O(z,{flexDirection:"row",className:"icon-container",children:["info"===t.type?t.meta?.icon?t.meta.icon:H(he,{color:"var(--chakra-colors-neutral-700)"}):null,"loading"===t.type?H(o,{size:"lg",borderWidth:"3px",color:"var(--chakra-colors-primary-500)"}):null,"success"===t.type?t.meta?.icon?t.meta.icon:H(ye,{color:"var(--chakra-colors-success-500)"}):null,"warning"===t.type?t.meta?.icon?t.meta.icon:H(we,{color:"var(--chakra-colors-warning-500)"}):null,"error"===t.type?t.meta?.icon?t.meta.icon:H($e,{color:"var(--chakra-colors-error-500)"}):null,O(z,{gap:"1",flex:"1",maxWidth:"100%",children:[H(E.Title,{css:da,"aria-label":`${t.title}`,children:t.title}),t.description?H(E.Title,{css:pa,"aria-label":`${t.description}`,children:t.description}):null]})]}),t.action||t.meta?.closable?O(z,{flexDirection:"row",children:[t.action?H(ie,{css:ua,label:t.action.label,size:"small",variant:"info"===t.type?"primary":"secondary",onClick:()=>{t?.action?.onClick&&t.action.onClick(),ga[e].dismiss()}}):null,t.meta?.closable?H(ie,{css:ha,label:t.meta.closableLabel,"aria-label":t.meta?.closableLabel||"Dismiss",leftIcon:H(ge,{height:"10px!",width:"10px!"}),size:"small",variant:"secondary",onClick:()=>ga[e].dismiss()}):null]}):null]})})},e))),ba={Zoom:({onZoomInClick:e,onZoomOutClick:t,vertical:r})=>N(Ze,{items:[{icon:N(Me,{}),ariaLabel:"zoom in",onClick:e},{icon:N(Se,{}),ariaLabel:"zoom out",onClick:t}],vertical:r}),Expand:({onClick:e})=>N(Ze,{items:[{icon:N(Ve,{}),ariaLabel:"expand",onClick:e}]}),Share:({onClick:e})=>N(Ze,{items:[{icon:N(De,{}),ariaLabel:"share",onClick:e}]}),Print:({onClick:e})=>N(Ze,{items:[{icon:N(_e,{}),ariaLabel:"print",onClick:e}]}),Settings:({onClick:e})=>N(Ze,{items:[{icon:N(Re,{}),ariaLabel:"settings",onClick:e}]}),Question:({onClick:e})=>N(Ze,{items:[{icon:N(Ie,{}),ariaLabel:"question",onClick:e}]})},ma={Paper:({ariaLabel:e,onClick:t})=>N(Xr,{ariaLabel:e||"paper icon",icon:N(Pe,{color:"#79022C"}),backgroundColor:"#FFBCD4",onClick:t}),Drop:({ariaLabel:e,onClick:t})=>N(Xr,{ariaLabel:e||"drop icon",icon:N(Te,{color:"#7D2A03"}),backgroundColor:"#F3A078",onClick:t}),Plant:({ariaLabel:e,onClick:t})=>N(Xr,{ariaLabel:e||"plant icon",icon:N(Ee,{color:"#3B6402"}),backgroundColor:"#B7E578",onClick:t})};export{Jl as Badge,Lo as Breadcrumb,ie as Button,Ge as Checkbox,It as CheckboxList,nt as CheckboxOptionCard,He as CloseButton,_o as Footer,Oe as IconButton,Xr as IconMarker,ma as IconMarkers,sa as InlineMessage,br as InputWithUnits,lo as ItemCount,on as LayerGroup,ln as LayerGroupContainer,nn as LayerItem,mn as LayerPanel,kn as LayerParameters,zn as LegendItem,jn as LegendPanel,Ze as MapControl,ba as MapControls,Zo as Menu,Ul as Modal,Xe as MultiActionButton,zo as NavigationRail,dt as OptionCard,po as Pagination,Mr as Password,Xn as QualitativeAttribute,ht as Radio,xt as RadioGroup,Tr as RadioList,to as ScaleBar,Cr as Select,$t as Slider,Hr as SliderInput,Lt as Switch,xn as TabBar,mo as Table,yo as TableCell,vo as TableRow,xr as Tag,Wt as TextInput,Yr as Textarea,Ca as Toast,ee as designSystemStyles,te as getThemedColor,fa as showToast};
|