@worldresources/wri-design-systems 2.117.0 → 2.119.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -1,4 +1,4 @@
1
- import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Icon as i,Portal as a,Menu as o,Group as d,Checkbox as c,RadioCard as s,HStack as p,RadioGroup as h,Slider as x,For as u,Switch as C,Field as g,Input as b,Select as m,Tag as f,createListCollection as v,Textarea as $,Accordion as w,Tabs as k,Popover as y,Breadcrumb as L,Collapsible as R,createToaster as V,Toaster as M,Toast as _,Stack as z}from"@chakra-ui/react";import{jsxs as I,jsx as B,Fragment as H}from"@emotion/react/jsx-runtime";import{css as Z}from"@emotion/react";import{jsx as T,jsxs as E,Fragment as F}from"react/jsx-runtime";import*as D from"react";import j,{useState as A,useEffect as S,Fragment as N,Children as q,cloneElement as O}from"react";const P={neutral:{100:{value:"#FFFFFF"},200:{value:"#F6F6F6"},300:{value:"#E7E6E6"},400:{value:"#C9C9C9"},500:{value:"#9B9B9B"},600:{value:"#686767"},700:{value:"#4F4E4E"},800:{value:"#1A1919"},900:{value:"#000000"}},primary:{100:{value:"#FFFBF2"},200:{value:"#FCEFD3"},500:{value:"#F0AB00"},600:{value:"#D49700"},700:{value:"#AD7500"},800:{value:"#5F4205"},900:{value:"#332300"}},secondary:{500:{value:"#3855A3"},600:{value:"#263A71"},700:{value:"#1F2F5C"}},success:{100:{value:"#F3FFF2"},200:{value:"#D3EED1"},300:{value:"#C7E9C0"},500:{value:"#086600"}},warning:{100:{value:"#FEF7E5"},200:{value:"#E3CC8F"},500:{value:"#804600"}},error:{100:{value:"#FFF3F4"},200:{value:"#EDA1A9"},500:{value:"#A80011"}}},U=e(l,{theme:{tokens:{colors:P}}}),W=(e,l)=>U.tokens.getVar(`colors.${e}.${l}`)||P?.[e]?.[l]?.value,G=e=>Z`
1
+ import{createSystem as e,defaultConfig as l,Button as r,Box as i,Spinner as n,Icon as t,Group as a,Portal as o,Menu as d,Checkbox as c,RadioCard as s,HStack as p,RadioGroup as h,Slider as x,For as u,Switch as C,Field as g,Input as b,Select as m,Tag as f,createListCollection as v,Textarea as $,Accordion as w,Tabs as k,Popover as y,Pagination as L,ButtonGroup as V,Table as R,Breadcrumb as M,Collapsible as z,createToaster as H,Toaster as _,Toast as I,Stack as B}from"@chakra-ui/react";import{jsxs as Z,jsx as T,Fragment as E}from"@emotion/react/jsx-runtime";import{css as F}from"@emotion/react";import{jsx as S,jsxs as P,Fragment as D}from"react/jsx-runtime";import*as j from"react";import A,{useState as N,useEffect as q,Fragment as O,Children as U,cloneElement as W}from"react";const G={neutral:{100:{value:"#FFFFFF"},200:{value:"#F6F6F6"},300:{value:"#E7E6E6"},400:{value:"#C9C9C9"},500:{value:"#9B9B9B"},600:{value:"#686767"},700:{value:"#4F4E4E"},800:{value:"#1A1919"},900:{value:"#000000"}},primary:{100:{value:"#FFFBF2"},200:{value:"#FCEFD3"},500:{value:"#F0AB00"},600:{value:"#D49700"},700:{value:"#AD7500"},800:{value:"#5F4205"},900:{value:"#332300"}},secondary:{500:{value:"#3855A3"},600:{value:"#263A71"},700:{value:"#1F2F5C"}},success:{100:{value:"#F3FFF2"},200:{value:"#D3EED1"},300:{value:"#C7E9C0"},500:{value:"#086600"}},warning:{100:{value:"#FEF7E5"},200:{value:"#E3CC8F"},500:{value:"#804600"}},error:{100:{value:"#FFF3F4"},200:{value:"#EDA1A9"},500:{value:"#A80011"}}},Y=e(l,{theme:{tokens:{colors:G}}}),K=(e,l,r=Y)=>r.tokens.getVar(`colors.${e}.${l}`)||G?.[e]?.[l]?.value,Q=e=>F`
2
2
  width: auto;
3
3
  height: ${"small"===e?"28px":"40px"};
4
4
  font-size: ${"small"===e?"12px":"16px"};
@@ -16,78 +16,82 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
16
16
  width: ${"small"===e?"10px":"16px"};
17
17
  height: ${"small"===e?"10px":"16px"};
18
18
  }
19
- `,Y=e=>Z`
20
- ${e?`\n background-color: ${W("neutral",300)};\n border: 1px solid ${W("neutral",400)};\n color: ${W("neutral",500)};\n\n &:hover {\n background-color: ${W("neutral",300)} !important;\n }\n `:`\n background-color: ${W("primary",500)};\n border: 1px solid ${W("primary",600)};\n color: ${W("primary",900)};\n box-shadow: 0px 1px 2px 0px #0000000D;\n\n &:hover {\n background-color: ${W("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: ${W("primary",600)} !important;\n border: 1px solid ${W("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: ${W("primary",700)};\n background-color: ${W("primary",500)};\n box-shadow: 0px 1px 2px 0px #0000000D;\n }\n `}
21
- `,K=e=>Z`
22
- ${e?`\n background-color: ${W("neutral",200)};\n border: 1px solid ${W("neutral",300)};\n color: ${W("neutral",500)};\n\n &:hover {\n background-color: ${W("neutral",200)} !important;\n }\n `:`\n background-color: ${W("neutral",100)};\n border: 1px solid ${W("neutral",300)};\n color: ${W("neutral",700)};\n box-shadow: 0px 1px 2px 0px #0000000D;\n\n &:hover {\n background-color: ${W("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: ${W("neutral",200)} !important;\n border: 1px solid ${W("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: ${W("primary",700)};\n box-shadow: 0px 1px 2px 0px #0000000D;\n }\n `}
23
- `,J=e=>Z`
24
- ${e?`\n background-color: transparent;\n color: ${W("neutral",500)};\n\n &:hover {\n background-color: transparent !important;\n }\n `:`\n background-color: transparent;\n border: none;\n color: ${W("neutral",800)};\n box-shadow: none;\n\n &:hover {\n background-color: color-mix(in srgb, ${W("primary",500)} 20%, transparent);\n }\n\n &:active {\n outline: none;\n background-color: color-mix(in srgb, ${W("primary",500)} 40%, transparent);\n box-shadow: 0px 4px 6px -1px #0000001A;\n }\n\n &:focus-visible {\n outline-color: ${W("primary",700)};\n box-shadow: 0px 1px 2px 0px #0000000D;\n }\n `}
25
- `,Q=e=>Z`
26
- ${e?`\n background-color: ${W("neutral",200)};\n border: 1px solid ${W("neutral",300)};\n color: ${W("neutral",500)};\n\n &:hover {\n background-color: ${W("neutral",200)} !important;\n }\n `:`\n background-color: transparent;\n border: 1px solid ${W("primary",800)};\n color: ${W("primary",800)};\n\n &:hover {\n background-color: ${W("primary",100)};\n color: ${W("primary",900)};\n }\n\n &:active {\n outline: none;\n background-color: ${W("primary",200)} !important;\n border: 1px solid ${W("primary",900)} !important;\n color: ${W("primary",900)};\n }\n\n &:focus-visible {\n outline-color: ${W("primary",700)};\n background-color: ${W("primary",100)};\n }\n `}
27
- `,X=({label:e,loading:l,variant:i="primary",size:a="default",disabled:o,leftIcon:d,rightIcon:c,...s})=>{let p=Y;"secondary"===i?p=K:"borderless"===i?p=J:"outline"===i&&(p=Q);return I(r,{"aria-label":(()=>{let r=s["aria-label"]||e;return l&&(r="Loading"),r})(),css:[G(a),p(o)],disabled:o||l,"aria-disabled":o||l,...s,children:[d&&!l?B(n,{marginRight:e?2:0,display:"flex",alignItems:"center",children:d}):null,!c&&l?B(t,{size:"sm",marginRight:e?2:0}):null,e,c&&!l?B(n,{marginLeft:e?2:0,display:"flex",alignItems:"center",children:c}):null,c&&l?B(t,{size:"sm",marginLeft:e?2:0}):null]})},ee=Z`
19
+ `,J=e=>F`
20
+ ${e?`\n background-color: ${K("neutral",300)};\n border: 1px solid ${K("neutral",400)};\n color: ${K("neutral",500)};\n\n &:hover {\n background-color: ${K("neutral",300)} !important;\n }\n `:`\n background-color: ${K("primary",500)};\n border: 1px solid ${K("primary",600)};\n color: ${K("primary",900)};\n box-shadow: 0px 1px 2px 0px #0000000D;\n\n &:hover {\n background-color: ${K("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: ${K("primary",600)} !important;\n border: 1px solid ${K("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: ${K("primary",700)};\n background-color: ${K("primary",500)};\n box-shadow: 0px 1px 2px 0px #0000000D;\n }\n `}
21
+ `,X=e=>F`
22
+ ${e?`\n background-color: ${K("neutral",200)};\n border: 1px solid ${K("neutral",300)};\n color: ${K("neutral",500)};\n\n &:hover {\n background-color: ${K("neutral",200)} !important;\n }\n `:`\n background-color: ${K("neutral",100)};\n border: 1px solid ${K("neutral",300)};\n color: ${K("neutral",700)};\n box-shadow: 0px 1px 2px 0px #0000000D;\n\n &:hover {\n background-color: ${K("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: ${K("neutral",200)} !important;\n border: 1px solid ${K("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: ${K("primary",700)};\n box-shadow: 0px 1px 2px 0px #0000000D;\n }\n `}
23
+ `,ee=e=>F`
24
+ ${e?`\n background-color: transparent;\n color: ${K("neutral",500)};\n\n &:hover {\n background-color: transparent !important;\n }\n `:`\n background-color: transparent;\n border: none;\n color: ${K("neutral",800)};\n box-shadow: none;\n\n &:hover {\n background-color: color-mix(in srgb, ${K("primary",500)} 20%, transparent);\n }\n\n &:active {\n outline: none;\n background-color: color-mix(in srgb, ${K("primary",500)} 40%, transparent);\n box-shadow: 0px 4px 6px -1px #0000001A;\n }\n\n &:focus-visible {\n outline-color: ${K("primary",700)};\n box-shadow: 0px 1px 2px 0px #0000000D;\n }\n `}
25
+ `,le=e=>F`
26
+ ${e?`\n background-color: ${K("neutral",200)};\n border: 1px solid ${K("neutral",300)};\n color: ${K("neutral",500)};\n\n &:hover {\n background-color: ${K("neutral",200)} !important;\n }\n `:`\n background-color: transparent;\n border: 1px solid ${K("primary",800)};\n color: ${K("primary",800)};\n\n &:hover {\n background-color: ${K("primary",100)};\n color: ${K("primary",900)};\n }\n\n &:active {\n outline: none;\n background-color: ${K("primary",200)} !important;\n border: 1px solid ${K("primary",900)} !important;\n color: ${K("primary",900)};\n }\n\n &:focus-visible {\n outline-color: ${K("primary",700)};\n background-color: ${K("primary",100)};\n }\n `}
27
+ `,re=({label:e,loading:l,variant:t="primary",size:a="default",disabled:o,leftIcon:d,rightIcon:c,...s})=>{let p=J;"secondary"===t?p=X:"borderless"===t?p=ee:"outline"===t&&(p=le);return Z(r,{"aria-label":(()=>{let r=s["aria-label"]||e;return l&&(r="Loading"),r})(),css:[Q(a),p(o)],disabled:o||l,"aria-disabled":o||l,...s,children:[d&&!l?T(i,{marginRight:e?2:0,display:"flex",alignItems:"center",children:d}):null,!c&&l?T(n,{size:"sm",marginRight:e?2:0}):null,e,c&&!l?T(i,{marginLeft:e?2:0,display:"flex",alignItems:"center",children:c}):null,c&&l?T(n,{size:"sm",marginLeft:e?2:0}):null]})},ie=F`
28
28
  width: 20px !important;
29
29
  padding: 0 !important;
30
30
  min-width: 20px !important;
31
31
  height: 20px;
32
32
  border-radius: 2px;
33
- background-color: ${W("neutral",300)};
33
+ background-color: ${K("neutral",300)};
34
34
 
35
35
  svg {
36
36
  width: 10px;
37
37
  height: 10px;
38
38
 
39
39
  path {
40
- fill: ${W("neutral",800)};
40
+ fill: ${K("neutral",800)};
41
41
  }
42
42
  }
43
43
 
44
44
  &:hover {
45
- background-color: ${W("neutral",300)};
45
+ background-color: ${K("neutral",300)};
46
46
  box-shadow: 0px 1px 2px -1px #0000001a;
47
47
  box-shadow: 0px 1px 3px 0px #0000001a;
48
48
  }
49
49
 
50
50
  &:active {
51
- background-color: ${W("neutral",400)};
51
+ background-color: ${K("neutral",400)};
52
52
  box-shadow: 0px 1px 2px -1px #0000001a;
53
53
  box-shadow: 0px 1px 3px 0px #0000001a;
54
54
  }
55
55
 
56
56
  &:focus-visible {
57
- outline-color: ${W("primary",700)};
57
+ outline-color: ${K("primary",700)};
58
58
  }
59
59
 
60
60
  &:disabled {
61
- background-color: ${W("neutral",200)} !important;
61
+ background-color: ${K("neutral",200)} !important;
62
62
  box-shadow: none;
63
63
 
64
64
  svg {
65
65
  path {
66
- fill: ${W("neutral",400)};
66
+ fill: ${K("neutral",400)};
67
67
  }
68
68
  }
69
69
  }
70
- `,le=e=>T(i,{...e,children:E("svg",{viewBox:"0 0 16 17",children:[E("g",{clipPath:"url(#clip0_1216_84)",children:[T("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"}),T("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"})]}),T("defs",{children:T("clipPath",{id:"clip0_1216_84",children:T("rect",{width:"16",height:"16",fill:"white",transform:"translate(0 0.5)"})})})]})}),re=e=>T(i,{...e,children:E("svg",{viewBox:"0 0 16 17",children:[T("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"}),T("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"})]})}),ne=e=>T(i,{...e,children:T("svg",{viewBox:"0 0 12 12",height:"12px",width:"12px",children:T("path",{d:"M4.19632 10.4277L0 6.23139L1.04908 5.18231L4.19632 8.32955L10.9509 1.57495L12 2.62403L4.19632 10.4277Z",fill:"currentColor"})})}),te=e=>T(i,{...e,children:T("svg",{viewBox:"0 0 12 12",height:"12px",width:"12px",children:T("path",{d:"M0 6.75V5.25H12V6.75H0Z",fill:"auto"})})}),ie=e=>T(i,{...e,children:T("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:T("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"})})}),ae=e=>T(i,{...e,children:T("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:T("path",{d:"M8 13.3667L0 5.36667L1.86667 3.5L8 9.63333L14.1333 3.5L16 5.36667L8 13.3667Z",fill:"currentColor"})})}),oe=e=>T(i,{...e,children:T("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:T("path",{d:"M1 10L0 9L4 5L0 1L1 0L5 4L9 0L10 1L6 5L10 9L9 10L5 6L1 10Z",fill:"currentColor"})})}),de=e=>T(i,{...e,children:T("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:T("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=>T(i,{...e,children:E("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[T("g",{clipPath:"url(#clip0_4626_1381)",children:T("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"})}),T("defs",{children:T("clipPath",{id:"clip0_4626_1381",children:T("rect",{width:"10",height:"10",fill:"white"})})})]})}),se=e=>T(i,{...e,children:T("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:T("path",{d:"M6.25 20C5.5625 20 4.97396 19.7552 4.48437 19.2656C3.99479 18.776 3.75 18.1875 3.75 17.5C3.75 16.8125 3.99479 16.224 4.48437 15.7344C4.97396 15.2448 5.5625 15 6.25 15C6.9375 15 7.52604 15.2448 8.01562 15.7344C8.50521 16.224 8.75 16.8125 8.75 17.5C8.75 18.1875 8.50521 18.776 8.01562 19.2656C7.52604 19.7552 6.9375 20 6.25 20ZM13.75 20C13.0625 20 12.474 19.7552 11.9844 19.2656C11.4948 18.776 11.25 18.1875 11.25 17.5C11.25 16.8125 11.4948 16.224 11.9844 15.7344C12.474 15.2448 13.0625 15 13.75 15C14.4375 15 15.026 15.2448 15.5156 15.7344C16.0052 16.224 16.25 16.8125 16.25 17.5C16.25 18.1875 16.0052 18.776 15.5156 19.2656C15.026 19.7552 14.4375 20 13.75 20ZM6.25 12.5C5.5625 12.5 4.97396 12.2552 4.48437 11.7656C3.99479 11.276 3.75 10.6875 3.75 10C3.75 9.3125 3.99479 8.72396 4.48437 8.23438C4.97396 7.74479 5.5625 7.5 6.25 7.5C6.9375 7.5 7.52604 7.74479 8.01562 8.23438C8.50521 8.72396 8.75 9.3125 8.75 10C8.75 10.6875 8.50521 11.276 8.01562 11.7656C7.52604 12.2552 6.9375 12.5 6.25 12.5ZM13.75 12.5C13.0625 12.5 12.474 12.2552 11.9844 11.7656C11.4948 11.276 11.25 10.6875 11.25 10C11.25 9.3125 11.4948 8.72396 11.9844 8.23438C12.474 7.74479 13.0625 7.5 13.75 7.5C14.4375 7.5 15.026 7.74479 15.5156 8.23438C16.0052 8.72396 16.25 9.3125 16.25 10C16.25 10.6875 16.0052 11.276 15.5156 11.7656C15.026 12.2552 14.4375 12.5 13.75 12.5ZM6.25 5C5.5625 5 4.97396 4.75521 4.48437 4.26562C3.99479 3.77604 3.75 3.1875 3.75 2.5C3.75 1.8125 3.99479 1.22396 4.48437 0.734375C4.97396 0.244792 5.5625 0 6.25 0C6.9375 0 7.52604 0.244792 8.01562 0.734375C8.50521 1.22396 8.75 1.8125 8.75 2.5C8.75 3.1875 8.50521 3.77604 8.01562 4.26562C7.52604 4.75521 6.9375 5 6.25 5ZM13.75 5C13.0625 5 12.474 4.75521 11.9844 4.26562C11.4948 3.77604 11.25 3.1875 11.25 2.5C11.25 1.8125 11.4948 1.22396 11.9844 0.734375C12.474 0.244792 13.0625 0 13.75 0C14.4375 0 15.026 0.244792 15.5156 0.734375C16.0052 1.22396 16.25 1.8125 16.25 2.5C16.25 3.1875 16.0052 3.77604 15.5156 4.26562C15.026 4.75521 14.4375 5 13.75 5Z",fill:"currentColor"})})}),pe=e=>T(i,{...e,children:E("svg",{width:"17",height:"16",viewBox:"0 0 17 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[T("g",{clipPath:"url(#clip0_5584_387)",children:T("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"})}),T("defs",{children:T("clipPath",{id:"clip0_5584_387",children:T("rect",{width:"16",height:"16",fill:"white",transform:"translate(0.5)"})})})]})}),he=e=>T(i,{...e,children:T("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:T("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"})})}),xe=e=>T(i,{...e,children:E("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[T("g",{clipPath:"url(#clip0_4916_54426)",children:T("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"})}),T("defs",{children:T("clipPath",{id:"clip0_4916_54426",children:T("rect",{width:"20",height:"20",fill:"white"})})})]})}),ue=e=>T(i,{...e,children:T("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:T("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"})})}),Ce=e=>T(i,{...e,children:T("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:T("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"})})}),ge=e=>T(i,{...e,children:E("svg",{width:"91",height:"32",viewBox:"0 0 91 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[T("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.79733 2.62109L7.05688 4.36154L8.6964 6.00105L10.4368 4.26061L8.79733 2.62109",fill:"#9B9B9B"}),T("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.4348 17.7395L26.7261 24.0306L28.4666 22.2904L22.1753 15.999L20.4348 17.7395",fill:"#9B9B9B"}),T("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"}),T("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M25.0828 8.74062L26.823 10.4811L28.4667 8.83761L26.7262 7.09717L25.0828 8.74062",fill:"#9B9B9B"}),T("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.05664 26.7665L8.79688 28.5069L15.088 22.216L13.3476 20.4756L7.05664 26.7665",fill:"#9B9B9B"}),T("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.9583 17.865L17.6987 19.6052L24.2126 13.0913L22.4722 11.3511L15.9583 17.865",fill:"#9B9B9B"}),T("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"}),T("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.58008 22.2898L4.32031 24.0302L5.95651 22.394L4.21607 20.6538L2.58008 22.2898",fill:"#9B9B9B"}),T("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.9583 8.91145L17.6987 10.6517L23.99 4.36056L22.2496 2.62012L15.9583 8.91145",fill:"#9B9B9B"}),T("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"}),T("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.3071 8.61154L17.8244 15.1288L19.5646 13.3885L13.0474 6.87109L11.3071 8.61154",fill:"#9B9B9B"}),T("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.6091 26.8674L22.2493 28.5073L23.9897 26.7671L22.3496 25.127L20.6091 26.8674",fill:"#9B9B9B"}),T("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.58008 8.83789L8.87079 15.1286L10.6112 13.3884L4.32052 7.09766L2.58008 8.83789",fill:"#9B9B9B"}),T("mask",{id:"mask0_2684_24177",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"11",y:"15",width:"14",height:"17",children:T("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.3035 15.999H24.2159V31.0746H11.3035V15.999Z",fill:"white"})}),E("g",{mask:"url(#mask0_2684_24177)",children:[T("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.4817 17.7395L17.9989 24.2567L19.7392 22.5163L13.2219 15.999L11.4817 17.7395",fill:"#9B9B9B"}),T("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"})]}),T("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.82666 18.0429L8.5669 19.7834L15.0881 13.2624L13.3476 11.522L6.82666 18.0429",fill:"#9B9B9B"}),T("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"}),T("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"}),T("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"}),T("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"}),T("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"}),T("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"}),T("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"}),T("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"}),T("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"}),T("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"}),T("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"}),T("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"}),T("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"}),T("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"}),T("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"}),T("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"}),T("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"}),T("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"}),T("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"}),T("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"}),T("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"}),T("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"}),T("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"})]})}),be=e=>T(i,{...e,children:E("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[T("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"}),T("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=Z`
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=F`
71
71
  width: 20px !important;
72
72
  padding: 0 !important;
73
73
  min-width: 20px !important;
74
74
  height: 20px;
75
75
  border-radius: 2px;
76
- background-color: transparent;
76
+ background-color: ${K("neutral",100)};
77
77
 
78
78
  svg {
79
79
  width: 15px;
80
80
  height: 15px;
81
81
 
82
82
  path {
83
- fill: ${W("neutral",800)};
83
+ fill: ${K("neutral",800)};
84
84
  }
85
85
  }
86
86
 
87
+ p {
88
+ color: ${K("neutral",800)};
89
+ }
90
+
87
91
  &:hover {
88
92
  background-color: color-mix(
89
93
  in srgb,
90
- ${W("primary",500)} 20%,
94
+ ${K("primary",500)} 20%,
91
95
  transparent
92
96
  );
93
97
  }
@@ -95,13 +99,13 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
95
99
  &:active {
96
100
  background-color: color-mix(
97
101
  in srgb,
98
- ${W("primary",500)} 40%,
102
+ ${K("primary",500)} 40%,
99
103
  transparent
100
104
  );
101
105
  }
102
106
 
103
107
  &:focus-visible {
104
- outline-color: ${W("primary",700)};
108
+ outline-color: ${K("primary",700)};
105
109
  }
106
110
 
107
111
  &:disabled {
@@ -109,35 +113,94 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
109
113
 
110
114
  svg {
111
115
  path {
112
- fill: ${W("neutral",500)};
116
+ fill: ${K("neutral",500)};
113
117
  }
114
118
  }
115
119
  }
116
- `,fe=({icon:e,disabled:l,...n})=>B(r,{css:me,"aria-label":n["aria-label"],disabled:l,...n,children:e}),ve=({disabled:e,...l})=>B(fe,{css:ee,icon:B(oe,{}),"aria-label":l["aria-label"]||"Close",disabled:e,...l}),$e=Z`
120
+ `,Ie=({icon:e,disabled:l,...i})=>T(r,{css:_e,"aria-label":i["aria-label"],disabled:l,...i,children:e}),Be=({disabled:e,...l})=>T(Ie,{css:ie,icon:T(se,{}),"aria-label":l["aria-label"]||"Close",disabled:e,...l}),Ze=F`
121
+ position: relative;
122
+ `,Te=F`
123
+ height: 32px;
124
+ width: 32px;
125
+ padding: 0;
126
+ min-width: 32px;
127
+ border-radius: 2px;
128
+ background-color: ${K("neutral",100)};
129
+ border: 1px solid ${K("neutral",300)};
130
+ box-shadow: 0px 4px 6px -4px #0000001a;
131
+ box-shadow: 0px 10px 15px -3px #0000001a;
132
+
133
+ svg {
134
+ width: 20px;
135
+ height: 20px;
136
+
137
+ path {
138
+ fill: ${K("neutral",800)};
139
+ }
140
+ }
141
+
142
+ &:hover {
143
+ background-color: ${K("neutral",200)};
144
+ }
145
+
146
+ &:active {
147
+ background-color: ${K("neutral",300)} !important;
148
+ }
149
+
150
+ &:focus-visible {
151
+ outline-color: ${K("primary",700)};
152
+ background-color: ${K("neutral",200)};
153
+ }
154
+
155
+ &:disabled {
156
+ background-color: ${K("neutral",300)} !important;
157
+
158
+ svg {
159
+ path {
160
+ fill: ${K("neutral",500)};
161
+ }
162
+ }
163
+ }
164
+ `,Ee=e=>F`
165
+ position: absolute;
166
+ height: ${e?"1px":"6px"};
167
+ width: ${e?"6px":"1px"};
168
+ top: ${e?"31px":"1px"};
169
+ left: ${e?"1px":"31px"};
170
+ background-color: ${K("neutral",100)};
171
+ z-index: 1;
172
+ `,Fe=e=>F`
173
+ position: absolute;
174
+ height: ${e?"1px":"6px"};
175
+ width: ${e?"6px":"1px"};
176
+ bottom: ${e?"31px":"1px"};
177
+ left: ${e?"25px":"31px"};
178
+ background-color: ${K("neutral",100)};
179
+ `,Se=({items:e,vertical:l})=>{if(1===e.length){const l=e[0];return T(r,{css:Te,"aria-label":l.ariaLabel,disabled:l.disabled,onClick:l.onClick,children:l.icon})}return Z("div",{css:Ze,children:[T("div",{css:Ee(l)}),T(a,{orientation:l?"vertical":"horizontal",attached:!0,children:e.map((e=>T(r,{css:Te,"aria-label":e.ariaLabel,disabled:e.disabled,onClick:e.onClick,children:e.icon},e.ariaLabel)))}),T("div",{css:Fe(l)})]})},Pe=F`
117
180
  width: 200px;
118
- border: 1px solid ${W("neutral",600)};
181
+ border: 1px solid ${K("neutral",600)};
119
182
  border-radius: 4px;
120
183
  padding: 8px;
121
- `,we=e=>Z`
184
+ `,De=e=>F`
122
185
  &[data-state='open'] {
123
- background-color: ${"primary"===e?W("primary",600):W("neutral",200)} !important;
124
- border: 1px solid ${W("primary",800)} !important;
186
+ background-color: ${"primary"===e?K("primary",600):K("neutral",200)} !important;
187
+ border: 1px solid ${K("primary",800)} !important;
125
188
  }
126
- `,ke=e=>Z`
189
+ `,je=e=>F`
127
190
  font-size: ${"small"===e?"14px":"16px"};
128
191
  line-height: ${"small"===e?"20px":"24px"};
129
- color: ${W("neutral",800)};
192
+ color: ${K("neutral",800)};
130
193
  padding: 4px;
131
194
  cursor: pointer;
132
195
 
133
196
  &[data-highlighted] {
134
- background-color: ${W("neutral",200)};
197
+ background-color: ${K("neutral",200)};
135
198
  }
136
- `,ye=j.forwardRef(((e,l)=>{const{portalled:r=!0,portalRef:n,...t}=e;return B(a,{disabled:!r,container:n,children:B(o.Positioner,{children:B(o.Content,{css:$e,ref:l,...t})})})})),Le=({variant:e="primary",size:l="default",mainActionLabel:r,mainActionOnClick:n=()=>{},otherActions:t=[],...i})=>{const[a,c]=A(!1);return I(d,{attached:!0,"aria-disabled":i.disabled,children:[B(X,{css:{},label:r,variant:e,size:l,onClick:n,...i}),I(o.Root,{onOpenChange:({open:e})=>c(e),positioning:{placement:"bottom-end"},children:[B(o.Trigger,{css:we(e),"data-group-item":!0,"data-last":!0,asChild:!0,children:B(X,{variant:e,size:l,leftIcon:B(ae,{rotate:a?"180":"0"}),disabled:i.disabled})}),B(ye,{children:t.map((({label:e,value:r,onClick:n})=>B(o.Item,{css:ke(l),onClick:n,value:r,children:e},r)))})]})]})},Re=Z`
199
+ `,Ae=A.forwardRef(((e,l)=>{const{portalled:r=!0,portalRef:i,...n}=e;return T(o,{disabled:!r,container:i,children:T(d.Positioner,{children:T(d.Content,{css:Pe,ref:l,...n})})})})),Ne=({variant:e="primary",size:l="default",mainActionLabel:r,mainActionOnClick:i=()=>{},otherActions:n=[],...t})=>{const[o,c]=N(!1);return Z(a,{attached:!0,"aria-disabled":t.disabled,children:[T(re,{css:{},label:r,variant:e,size:l,onClick:i,...t}),Z(d.Root,{onOpenChange:({open:e})=>c(e),positioning:{placement:"bottom-end"},children:[T(d.Trigger,{css:De(e),"data-group-item":!0,"data-last":!0,asChild:!0,children:T(re,{variant:e,size:l,leftIcon:T(ce,{rotate:o?"180":"0"}),disabled:t.disabled})}),T(Ae,{children:n.map((({label:e,value:r,onClick:i})=>T(d.Item,{css:je(l),onClick:i,value:r,children:e},r)))})]})]})},qe=F`
137
200
  .chakra-checkbox__control {
138
201
  width: 20px;
139
202
  height: 20px;
140
- border: 1px solid ${W("neutral",600)};
203
+ border: 1px solid ${K("neutral",600)};
141
204
 
142
205
  svg {
143
206
  width: 12px;
@@ -150,34 +213,34 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
150
213
  &:hover,
151
214
  &[data-hover] {
152
215
  outline: 4px solid
153
- color-mix(in srgb, ${W("primary",500)} 20%, transparent);
216
+ color-mix(in srgb, ${K("primary",500)} 20%, transparent);
154
217
  }
155
218
 
156
219
  &:active,
157
220
  &[data-active] {
158
221
  outline: 4px solid
159
- color-mix(in srgb, ${W("primary",500)} 40%, transparent);
222
+ color-mix(in srgb, ${K("primary",500)} 40%, transparent);
160
223
  }
161
224
 
162
225
  &:focus-visible,
163
226
  &[data-focus-visible] {
164
227
  box-shadow: none;
165
- outline: 2px solid ${W("primary",700)};
228
+ outline: 2px solid ${K("primary",700)};
166
229
  outline-offset: 2px;
167
230
  }
168
231
 
169
232
  &[data-state='checked'],
170
233
  &[data-state='indeterminate'] {
171
- border: 1px solid ${W("primary",700)};
172
- background-color: ${W("primary",500)} !important;
234
+ border: 1px solid ${K("primary",700)};
235
+ background-color: ${K("primary",500)} !important;
173
236
 
174
237
  svg path {
175
- fill: ${W("primary",900)};
238
+ fill: ${K("primary",900)};
176
239
  }
177
240
  }
178
241
 
179
242
  &[data-disabled] {
180
- border: 1px solid ${W("neutral",400)};
243
+ border: 1px solid ${K("neutral",400)};
181
244
  background-color: transparent !important;
182
245
  cursor: not-allowed;
183
246
 
@@ -191,20 +254,20 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
191
254
  &[data-state='checked'],
192
255
  &[data-state='indeterminate'] {
193
256
  border: none !important;
194
- background-color: ${W("neutral",300)} !important;
257
+ background-color: ${K("neutral",300)} !important;
195
258
 
196
259
  svg path {
197
- fill: ${W("neutral",500)} !important;
260
+ fill: ${K("neutral",500)} !important;
198
261
  }
199
262
  }
200
263
  }
201
264
  }
202
- `,Ve=({name:e,value:l,checked:r,defaultChecked:n,disabled:t,indeterminate:i,onCheckedChange:a,children:o,...d})=>I(c.Root,{css:Re,name:e,value:l,checked:i?"indeterminate":r,defaultChecked:n,disabled:t,onCheckedChange:a,"aria-label":d["aria-label"]||e,gap:o?"10px":"0",...d,children:[B(c.HiddenInput,{}),B(c.Control,{children:B(i?te:ne,{})}),B(c.Label,{children:o})]}),Me=Z`
265
+ `,Oe=({name:e,value:l,checked:r,defaultChecked:i,disabled:n,indeterminate:t,onCheckedChange:a,children:o,...d})=>Z(c.Root,{css:qe,name:e,value:l,checked:t?"indeterminate":r,defaultChecked:i,disabled:n,onCheckedChange:a,"aria-label":d["aria-label"]||e,gap:o?"10px":"0",...d,children:[T(c.HiddenInput,{}),T(c.Control,{children:T(t?oe:ae,{})}),T(c.Label,{children:o})]}),Ue=F`
203
266
  width: 241px;
204
267
  min-height: 70px;
205
268
  padding: 12px;
206
- background-color: ${W("neutral",100)};
207
- border: 1px solid ${W("neutral",300)};
269
+ background-color: ${K("neutral",100)};
270
+ border: 1px solid ${K("neutral",300)};
208
271
  border-radius: 4px;
209
272
  cursor: pointer;
210
273
  box-shadow: 0px 1px 2px 0px #0000000d;
@@ -217,26 +280,26 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
217
280
 
218
281
  &:focus-visible,
219
282
  &[data-focus-visible] {
220
- outline: 2px solid ${W("primary",700)};
283
+ outline: 2px solid ${K("primary",700)};
221
284
  outline-offset: 2px;
222
285
  box-shadow: 0px 2px 4px -2px #0000001a;
223
286
  box-shadow: 0px 4px 6px -1px #0000001a;
224
287
  }
225
288
 
226
289
  &[data-state='checked'] {
227
- background-color: ${W("primary",100)};
228
- border: 1px solid ${W("primary",700)};
290
+ background-color: ${K("primary",100)};
291
+ border: 1px solid ${K("primary",700)};
229
292
  }
230
293
 
231
294
  &[data-disabled] {
232
295
  outline: none;
233
296
  box-shadow: none;
234
- border: 1px solid ${W("neutral",300)};
235
- background-color: ${W("neutral",100)};
236
- color: ${W("neutral",500)};
297
+ border: 1px solid ${K("neutral",300)};
298
+ background-color: ${K("neutral",100)};
299
+ color: ${K("neutral",500)};
237
300
  cursor: not-allowed;
238
301
  }
239
- `,_e=Z`
302
+ `,We=F`
240
303
  width: 100%;
241
304
  padding: 0;
242
305
  display: flex;
@@ -244,38 +307,38 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
244
307
  position: relative;
245
308
 
246
309
  &[data-disabled] {
247
- background-color: ${W("neutral",100)};
310
+ background-color: ${K("neutral",100)};
248
311
  }
249
- `,ze=e=>Z`
312
+ `,Ge=e=>F`
250
313
  width: 100%;
251
314
  display: flex;
252
315
  flex-direction: ${"centered"===e?"column":"row"};
253
316
  align-items: center;
254
317
  gap: 12px;
255
- `,Ie=Z`
318
+ `,Ye=F`
256
319
  svg {
257
320
  height: 32px;
258
321
  width: 32px;
259
322
  }
260
- `,Be=(e,l)=>Z`
323
+ `,Ke=(e,l)=>F`
261
324
  font-size: 16px;
262
325
  line-height: 24px;
263
326
  font-weight: 400;
264
- color: ${W("neutral",l?500:800)};
327
+ color: ${K("neutral",l?500:800)};
265
328
  text-align: ${"centered"===e?"center":"left"};
266
- `,He=(e,l)=>Z`
329
+ `,Qe=(e,l)=>F`
267
330
  font-size: 14px;
268
331
  line-height: 20px;
269
332
  font-weight: 400;
270
- color: ${W("neutral",l?500:700)};
333
+ color: ${K("neutral",l?500:700)};
271
334
  text-align: ${"centered"===e?"center":"left"};
272
- `,Ze=Z`
335
+ `,Je=F`
273
336
  position: absolute;
274
337
  top: 0;
275
338
  right: 0;
276
339
  width: 20px;
277
340
  height: 20px;
278
- border: 1px solid ${W("neutral",600)};
341
+ border: 1px solid ${K("neutral",600)};
279
342
  cursor: pointer;
280
343
 
281
344
  .dot {
@@ -285,30 +348,30 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
285
348
  }
286
349
 
287
350
  &[data-checked] {
288
- border: 1px solid ${W("primary",700)};
289
- background-color: ${W("neutral",100)} !important;
290
- color: ${W("primary",700)};
351
+ border: 1px solid ${K("primary",700)};
352
+ background-color: ${K("neutral",100)} !important;
353
+ color: ${K("primary",700)};
291
354
 
292
355
  &[data-disabled] {
293
- border: 1px solid ${W("neutral",400)};
294
- color: ${W("neutral",400)};
356
+ border: 1px solid ${K("neutral",400)};
357
+ color: ${K("neutral",400)};
295
358
  }
296
359
  }
297
360
 
298
361
  &[data-disabled] {
299
- border: 1px solid ${W("neutral",400)};
362
+ border: 1px solid ${K("neutral",400)};
300
363
  }
301
- `,Te=e=>Z`
364
+ `,Xe=e=>F`
302
365
  width: 100%;
303
- border-top: 1px solid ${W("neutral",300)};
366
+ border-top: 1px solid ${K("neutral",300)};
304
367
  margin-top: 12px;
305
368
  padding-top: 8px;
306
- color: ${e?W("neutral",500):"inherit"};
307
- `,Ee=({label:e,caption:l,icon:r,variant:n="default",disabled:t,children:i,value:a})=>I(s.Item,{css:Me,value:a,disabled:t,children:[B(s.ItemHiddenInput,{}),I(s.ItemControl,{css:_e,children:[I("div",{css:ze(n),children:[B("div",{css:Ie,children:r}),I("div",{style:{width:"100%"},children:[B("p",{css:Be(n,t),"aria-label":e,"aria-disabled":t,children:e}),B("p",{css:He(n,t),"aria-label":l,"aria-disabled":t,children:l})]})]}),B(s.ItemIndicator,{css:Ze})]}),"expanded"===n?B("div",{css:Te(t),children:i}):null]}),Fe=({children:e,...l})=>T(s.Root,{...l,children:T(p,{alignItems:"flex-start",flexWrap:"wrap",gap:"12px",children:e})}),De=Z`
369
+ color: ${e?K("neutral",500):"inherit"};
370
+ `,el=({label:e,caption:l,icon:r,variant:i="default",disabled:n,children:t,value:a})=>Z(s.Item,{css:Ue,value:a,disabled:n,children:[T(s.ItemHiddenInput,{}),Z(s.ItemControl,{css:We,children:[Z("div",{css:Ge(i),children:[T("div",{css:Ye,children:r}),Z("div",{style:{width:"100%"},children:[T("p",{css:Ke(i,n),"aria-label":e,"aria-disabled":n,children:e}),T("p",{css:Qe(i,n),"aria-label":l,"aria-disabled":n,children:l})]})]}),T(s.ItemIndicator,{css:Je})]}),"expanded"===i?T("div",{css:Xe(n),children:t}):null]}),ll=({children:e,...l})=>S(s.Root,{...l,children:S(p,{alignItems:"flex-start",flexWrap:"wrap",gap:"12px",children:e})}),rl=F`
308
371
  .radio-item-indicator {
309
372
  width: 20px;
310
373
  height: 20px;
311
- border: 1px solid ${W("neutral",600)};
374
+ border: 1px solid ${K("neutral",600)};
312
375
 
313
376
  .dot {
314
377
  width: 10px !important;
@@ -318,43 +381,43 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
318
381
 
319
382
  &:hover {
320
383
  outline: 4px solid
321
- color-mix(in srgb, ${W("primary",500)} 20%, transparent);
384
+ color-mix(in srgb, ${K("primary",500)} 20%, transparent);
322
385
  }
323
386
 
324
387
  &:active {
325
388
  outline: 4px solid
326
- color-mix(in srgb, ${W("primary",500)} 40%, transparent);
389
+ color-mix(in srgb, ${K("primary",500)} 40%, transparent);
327
390
  }
328
391
 
329
392
  &:focus-visible,
330
393
  &[data-focus-visible] {
331
- outline: 2px solid ${W("primary",700)};
394
+ outline: 2px solid ${K("primary",700)};
332
395
  outline-offset: 2px;
333
396
  box-shadow: none;
334
397
 
335
398
  &[data-checked] {
336
- border: 2px solid ${W("primary",700)};
399
+ border: 2px solid ${K("primary",700)};
337
400
 
338
401
  &[data-disabled] {
339
- border: 2px solid ${W("neutral",400)};
402
+ border: 2px solid ${K("neutral",400)};
340
403
  }
341
404
  }
342
405
  }
343
406
 
344
407
  &[data-checked] {
345
- border: 1px solid ${W("primary",700)};
346
- background-color: ${W("neutral",100)} !important;
347
- color: ${W("primary",700)};
408
+ border: 1px solid ${K("primary",700)};
409
+ background-color: ${K("neutral",100)} !important;
410
+ color: ${K("primary",700)};
348
411
 
349
412
  &[data-disabled] {
350
- border: 1px solid ${W("neutral",400)};
351
- color: ${W("neutral",400)};
413
+ border: 1px solid ${K("neutral",400)};
414
+ color: ${K("neutral",400)};
352
415
  }
353
416
  }
354
417
 
355
418
  &[data-disabled] {
356
- border: 1px solid ${W("neutral",400)} !important;
357
- background-color: ${W("neutral",100)} !important;
419
+ border: 1px solid ${K("neutral",400)} !important;
420
+ background-color: ${K("neutral",100)} !important;
358
421
 
359
422
  &:hover,
360
423
  &:active {
@@ -362,24 +425,24 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
362
425
  }
363
426
  }
364
427
  }
365
- `,je=Z`
428
+ `,il=F`
366
429
  &[data-disabled] {
367
- color: ${W("neutral",500)};
430
+ color: ${K("neutral",500)};
368
431
  }
369
- `,Ae=({children:e,value:l,disabled:r,...n})=>I(h.Item,{css:De,value:l,disabled:r,...n,children:[B(h.ItemHiddenInput,{}),B(h.ItemIndicator,{className:"radio-item-indicator"}),e?B(h.ItemText,{css:je,children:e}):null]}),Se=({children:e,horizontal:l=!1,name:r,defaultValue:n,onChange:t,customGap:i,...a})=>{const[o,d]=A(n);let c=l?"20px":"8px";return c=i||c,T(h.Root,{onValueChange:e=>{d(e.value),t&&t(r,e.value)},value:o,...a,children:T(p,{gap:c,flexDirection:l?"row":"column",alignItems:"flex-start",flexWrap:"wrap",children:e})})},Ne=Z`
432
+ `,nl=({children:e,value:l,disabled:r,...i})=>Z(h.Item,{css:rl,value:l,disabled:r,...i,children:[T(h.ItemHiddenInput,{}),T(h.ItemIndicator,{className:"radio-item-indicator"}),e?T(h.ItemText,{css:il,children:e}):null]}),tl=({children:e,horizontal:l=!1,name:r,defaultValue:i,onChange:n,customGap:t,...a})=>{const[o,d]=N(i);let c=l?"20px":"8px";return c=t||c,S(h.Root,{onValueChange:e=>{d(e.value||""),n&&n(r,e.value||"")},value:o,...a,children:S(p,{gap:c,flexDirection:l?"row":"column",alignItems:"flex-start",flexWrap:"wrap",children:e})})},al=F`
370
433
  height: 60px;
371
434
  padding: 40px 12px;
372
- `,qe=Z`
435
+ `,ol=F`
373
436
  height: 20px;
374
437
  width: 20px;
375
- background-color: ${W("primary",500)};
376
- border: 2px solid ${W("primary",700)};
438
+ background-color: ${K("primary",500)};
439
+ border: 2px solid ${K("primary",700)};
377
440
  box-shadow: 0px 1px 2px 0px #0000000d;
378
441
 
379
442
  &:hover,
380
443
  &[data-hover] {
381
444
  outline: 4px solid
382
- color-mix(in srgb, ${W("primary",500)} 20%, transparent);
445
+ color-mix(in srgb, ${K("primary",500)} 20%, transparent);
383
446
 
384
447
  .slider-value-preview {
385
448
  display: flex;
@@ -388,7 +451,7 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
388
451
 
389
452
  &[data-dragging] {
390
453
  outline: 4px solid
391
- color-mix(in srgb, ${W("primary",500)} 40%, transparent);
454
+ color-mix(in srgb, ${K("primary",500)} 40%, transparent);
392
455
 
393
456
  div {
394
457
  display: flex;
@@ -398,7 +461,7 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
398
461
  &:focus-visible,
399
462
  &[data-focus-visible] {
400
463
  box-shadow: none;
401
- outline: 2px solid ${W("primary",700)};
464
+ outline: 2px solid ${K("primary",700)};
402
465
  outline-offset: 2px;
403
466
 
404
467
  .slider-value-preview {
@@ -407,19 +470,19 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
407
470
  }
408
471
 
409
472
  &[data-disabled] {
410
- background-color: ${W("neutral",400)};
473
+ background-color: ${K("neutral",400)};
411
474
  border: none;
412
475
  box-shadow: none;
413
476
  outline: none;
414
477
  cursor: not-allowed;
415
478
  }
416
- `,Oe=Z`
479
+ `,dl=F`
417
480
  font-size: 14px;
418
481
  line-height: 20px;
419
- color: ${W("neutral",800)};
482
+ color: ${K("neutral",800)};
420
483
  height: 28px;
421
- background-color: ${W("neutral",100)};
422
- border: 1px solid ${W("neutral",300)};
484
+ background-color: ${K("neutral",100)};
485
+ border: 1px solid ${K("neutral",300)};
423
486
  border-radius: 8px;
424
487
  padding: 0 8px;
425
488
  display: none;
@@ -427,27 +490,27 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
427
490
  align-items: center;
428
491
  position: relative;
429
492
  top: -30px;
430
- `,Pe=Z`
431
- background-color: ${W("neutral",300)};
493
+ `,cl=F`
494
+ background-color: ${K("neutral",300)};
432
495
  border: none;
433
496
  box-shadow: none;
434
- `,Ue=Z`
435
- background-color: ${W("primary",500)};
436
- border: 1px solid ${W("primary",700)};
497
+ `,sl=F`
498
+ background-color: ${K("primary",500)};
499
+ border: 1px solid ${K("primary",700)};
437
500
  border-radius: 8px;
438
501
 
439
502
  &:disabled,
440
503
  &[disabled],
441
504
  &[data-disabled],
442
505
  &[aria-disabled='true'] {
443
- --chakra-colors-border-emphasized: ${W("neutral",400)};
444
- background-color: ${W("neutral",400)};
506
+ --chakra-colors-border-emphasized: ${K("neutral",400)};
507
+ background-color: ${K("neutral",400)};
445
508
  border: none;
446
509
  }
447
- `,We=(e,l)=>Z`
510
+ `,pl=(e,l)=>F`
448
511
  font-size: 12px;
449
512
  line-height: 16px;
450
- color: ${W("neutral",800)};
513
+ color: ${K("neutral",800)};
451
514
 
452
515
  p {
453
516
  position: relative;
@@ -456,30 +519,30 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
456
519
 
457
520
  &[data-state='under-value'] {
458
521
  .chakra-slider__markerIndicator {
459
- background-color: ${W("neutral",e?500:200)};
522
+ background-color: ${K("neutral",e?500:200)};
460
523
  }
461
524
 
462
525
  &[data-disabled] {
463
526
  .chakra-slider__markerIndicator {
464
- background-color: ${W("neutral",e?400:500)};
527
+ background-color: ${K("neutral",e?400:500)};
465
528
  }
466
529
  }
467
530
  }
468
531
 
469
532
  &[data-state='over-value'] {
470
533
  .chakra-slider__markerIndicator {
471
- background-color: ${W("neutral",500)};
534
+ background-color: ${K("neutral",500)};
472
535
  }
473
536
 
474
537
  &[data-disabled] {
475
538
  .chakra-slider__markerIndicator {
476
- background-color: ${W("neutral",400)};
539
+ background-color: ${K("neutral",400)};
477
540
  }
478
541
  }
479
542
  }
480
543
 
481
- ${l?`\n --ty: -6px !important;\n\n .chakra-slider__markerIndicator {\n height: 16px;\n width: 4px;\n background-color: ${W("primary",700)} !important;\n }\n\n &[data-disabled] {\n .chakra-slider__markerIndicator {\n background-color: ${W("neutral",400)} !important;\n }\n }\n `:""};
482
- `,Ge=e=>{const{value:l}=e;return B(u,{each:l,children:(e,l)=>I(x.Thumb,{css:qe,index:l,children:[B("div",{css:Oe,className:"slider-value-preview",children:e}),B(x.HiddenInput,{})]},l)})},Ye=j.forwardRef(((e,l)=>{const{marks:r,isCentred:n}=e;return r?.length?B(x.MarkerGroup,{ref:l,children:r.map(((e,l)=>{const r="number"==typeof e?e:e.value,t="number"==typeof e?void 0:e.label,i=n&&1===l;return I(x.Marker,{css:We(n,i),value:r,children:[B(x.MarkerIndicator,{}),B("p",{children:t})]},r)}))}):null})),Ke=j.forwardRef(((e,l)=>{const{marks:r,onValueChange:n,isCentred:t,...i}=e,[a,o]=A(i.value||[0]);S((()=>{o(i.value||[0])}),[i.value]);let d=r?.map((e=>"number"==typeof e?{value:e,label:void 0}:e));if(t){const e=i.min||0,l=i.max||100;d=[e,(e+l)/2,l].map((e=>({value:e,label:void 0})))}const c=!!d?.some((e=>e.label));return B(x.Root,{css:Ne,ref:l,thumbAlignment:"center",onValueChange:e=>{o(e.value),n&&n(e)},origin:t?"center":"start",...i,children:I(x.Control,{"data-has-mark-label":c||void 0,children:[B(x.Track,{css:Pe,children:B(x.Range,{css:Ue})}),B(Ge,{value:a}),B(Ye,{marks:d,isCentred:t})]})})})),Je=Z`
544
+ ${l?`\n --ty: -6px !important;\n\n .chakra-slider__markerIndicator {\n height: 16px;\n width: 4px;\n background-color: ${K("primary",700)} !important;\n }\n\n &[data-disabled] {\n .chakra-slider__markerIndicator {\n background-color: ${K("neutral",400)} !important;\n }\n }\n `:""};
545
+ `,hl=e=>{const{value:l}=e;return T(u,{each:l,children:(e,l)=>Z(x.Thumb,{css:ol,index:l,children:[T("div",{css:dl,className:"slider-value-preview",children:e}),T(x.HiddenInput,{})]},l)})},xl=A.forwardRef(((e,l)=>{const{marks:r,isCentred:i}=e;return r?.length?T(x.MarkerGroup,{ref:l,children:r.map(((e,l)=>{const r="number"==typeof e?e:e.value,n="number"==typeof e?void 0:e.label,t=i&&1===l;return Z(x.Marker,{css:pl(i,t),value:r,children:[T(x.MarkerIndicator,{}),T("p",{children:n})]},r)}))}):null})),ul=A.forwardRef(((e,l)=>{const{marks:r,onValueChange:i,isCentred:n,...t}=e,[a,o]=N(t.value||[0]);q((()=>{o(t.value||[0])}),[t.value]);let d=r?.map((e=>"number"==typeof e?{value:e,label:void 0}:e));if(n){const e=t.min||0,l=t.max||100;d=[e,(e+l)/2,l].map((e=>({value:e,label:void 0})))}const c=!!d?.some((e=>e.label));return T(x.Root,{css:al,ref:l,thumbAlignment:"center",onValueChange:e=>{o(e.value),i&&i(e)},origin:n?"center":"start",...t,children:Z(x.Control,{"data-has-mark-label":c||void 0,children:[T(x.Track,{css:cl,children:T(x.Range,{css:sl})}),T(hl,{value:a}),T(xl,{marks:d,isCentred:n})]})})})),Cl=F`
483
546
  .chakra-switch__control-container {
484
547
  width: 42px;
485
548
  height: 26px;
@@ -487,11 +550,11 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
487
550
  display: flex;
488
551
  justify-content: center;
489
552
  align-items: center;
490
- background-color: ${W("neutral",600)};
553
+ background-color: ${K("neutral",600)};
491
554
  }
492
555
 
493
556
  &[data-state='checked'] .chakra-switch__control-container {
494
- background-color: ${W("primary",700)};
557
+ background-color: ${K("primary",700)};
495
558
  }
496
559
 
497
560
  &[data-disabled] .chakra-switch__control-container {
@@ -503,22 +566,22 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
503
566
  width: 40px;
504
567
  display: flex;
505
568
  align-items: center;
506
- background-color: ${W("neutral",500)};
569
+ background-color: ${K("neutral",500)};
507
570
 
508
571
  &:focus-visible,
509
572
  &[data-focus-visible] {
510
573
  box-shadow: none;
511
574
  outline: none;
512
- outline: 2px solid ${W("primary",700)};
575
+ outline: 2px solid ${K("primary",700)};
513
576
  outline-offset: 3px;
514
577
  }
515
578
 
516
579
  &[data-state='checked'] {
517
- background-color: ${W("primary",500)};
580
+ background-color: ${K("primary",500)};
518
581
  }
519
582
 
520
583
  &[data-disabled] {
521
- background-color: ${W("neutral",300)};
584
+ background-color: ${K("neutral",300)};
522
585
  }
523
586
  }
524
587
 
@@ -527,19 +590,19 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
527
590
  width: 12px;
528
591
 
529
592
  path {
530
- fill: ${W("primary",700)};
593
+ fill: ${K("primary",700)};
531
594
  }
532
595
  }
533
596
 
534
597
  &:hover,
535
598
  &[data-hover] {
536
599
  outline: 9px solid
537
- color-mix(in srgb, ${W("primary",500)} 20%, transparent);
600
+ color-mix(in srgb, ${K("primary",500)} 20%, transparent);
538
601
  }
539
602
 
540
603
  &[data-active] {
541
604
  outline: 9px solid
542
- color-mix(in srgb, ${W("primary",500)} 40%, transparent);
605
+ color-mix(in srgb, ${K("primary",500)} 40%, transparent);
543
606
  }
544
607
 
545
608
  &[data-disabled] {
@@ -548,86 +611,86 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
548
611
  &[data-state='checked'] {
549
612
  svg {
550
613
  path {
551
- fill: ${W("neutral",500)};
614
+ fill: ${K("neutral",500)};
552
615
  }
553
616
  }
554
617
  }
555
618
  }
556
619
  }
557
- `,Qe=({name:e,defaultChecked:l=!1,onChange:r,disabled:n=!1,isLabelOnLeft:t=!1,children:i,...a})=>B("div",{style:{display:"flex",alignItems:"center"},children:I(C.Root,{css:Je,id:e,name:e,"aria-label":a["aria-label"]||e,defaultChecked:l,onCheckedChange:({checked:l})=>{r&&r(e,l)},disabled:n,...a,children:[t&&null!=i?B(C.Label,{children:i}):null,B(C.HiddenInput,{style:{width:"42px",height:"26px"}}),B("div",{className:"chakra-switch__control-container",children:B(C.Control,{children:B(C.Thumb,{children:B(C.ThumbIndicator,{display:"flex",children:B(ne,{})})})})}),t||null==i?null:B(C.Label,{children:i})]})}),Xe=Z`
620
+ `,gl=({name:e,defaultChecked:l=!1,onChange:r,disabled:i=!1,isLabelOnLeft:n=!1,children:t,...a})=>T("div",{style:{display:"flex",alignItems:"center"},children:Z(C.Root,{css:Cl,id:e,name:e,"aria-label":a["aria-label"]||e,defaultChecked:l,onCheckedChange:({checked:l})=>{r&&r(e,l)},disabled:i,...a,children:[n&&null!=t?T(C.Label,{children:t}):null,T(C.HiddenInput,{style:{width:"42px",height:"26px"}}),T("div",{className:"chakra-switch__control-container",children:T(C.Control,{children:T(C.Thumb,{children:T(C.ThumbIndicator,{display:"flex",children:T(ae,{})})})})}),n||null==t?null:T(C.Label,{children:t})]})}),bl=F`
558
621
  position: relative;
559
622
  height: 100%;
560
- `,el=Z`
623
+ `,ml=F`
561
624
  font-size: 16px;
562
625
  line-height: 24px;
563
- color: ${W("neutral",900)};
626
+ color: ${K("neutral",900)};
564
627
  text-align: left;
565
628
 
566
629
  span {
567
- color: ${W("error",500)};
630
+ color: ${K("error",500)};
568
631
  margin-right: 3px;
569
632
  }
570
- `,ll=Z`
633
+ `,fl=F`
571
634
  font-size: 14px;
572
635
  line-height: 20px;
573
- color: ${W("neutral",600)};
636
+ color: ${K("neutral",600)};
574
637
  text-align: left;
575
- `,rl=e=>Z`
638
+ `,vl=e=>F`
576
639
  margin-top: 12px;
577
640
  display: flex;
578
641
  flex-direction: ${e?"row":"column"};
579
642
  flex-wrap: wrap;
580
643
  gap: ${e?"20px":"12px"};
581
- `,nl=Z`
644
+ `,$l=F`
582
645
  width: 3px;
583
646
  height: 100%;
584
- background-color: ${W("error",500)};
647
+ background-color: ${K("error",500)};
585
648
  position: absolute;
586
649
  top: 0;
587
650
  left: 0;
588
- `,tl=Z`
651
+ `,wl=F`
589
652
  font-size: 14px;
590
653
  line-height: 20px;
591
654
  font-weight: 700;
592
- color: ${W("error",500)};
655
+ color: ${K("error",500)};
593
656
  text-align: left;
594
- `,il=({label:e,caption:l,checkboxes:r,defaultValue:n,onCheckedChange:t,errorMessage:i,horizontal:a,required:o})=>{const[d,c]=A(n?{[n]:!0}:{});return I("div",{css:Xe,"aria-roledescription":"group","aria-labelledby":e,children:[i?B("div",{css:nl}):null,I("div",{css:(s=!!i,Z`
657
+ `,kl=({label:e,caption:l,checkboxes:r,defaultValue:i,onCheckedChange:n,errorMessage:t,horizontal:a,required:o})=>{const[d,c]=N(i?{[i]:!0}:{});return Z("div",{css:bl,"aria-roledescription":"group","aria-labelledby":e,children:[t?T("div",{css:$l}):null,Z("div",{css:(s=!!t,F`
595
658
  margin-left: ${s?"19px":"0px"};
596
- `),children:[I("p",{css:el,"aria-label":e,children:[o&&B("span",{"aria-label":"required",children:"*"}),e]}),B("p",{css:ll,"aria-label":l,children:l}),i?B("p",{css:tl,"aria-label":i,children:i}):null,B("div",{css:rl(a),children:r.map((e=>B(Ve,{css:{},defaultChecked:n===e.value,onCheckedChange:({checked:l})=>((e,l)=>{const r={...d};l&&(r[l]=e,c(r)),t&&t(r)})(l,e.name),...e},e.name)))})]})]});var s},al=Z`
659
+ `),children:[Z("p",{css:ml,"aria-label":e,children:[o&&T("span",{"aria-label":"required",children:"*"}),e]}),T("p",{css:fl,"aria-label":l,children:l}),t?T("p",{css:wl,"aria-label":t,children:t}):null,T("div",{css:vl(a),children:r.map((e=>T(Oe,{css:{},defaultChecked:i===e.value,onCheckedChange:({checked:l})=>((e,l)=>{const r={...d};l&&(r[l]=e,c(r)),n&&n(r)})(l,e.name),...e},e.name)))})]})]});var s},yl=F`
597
660
  width: 100%;
598
661
  max-width: 370px;
599
662
  position: relative;
600
- `,ol=e=>Z`
663
+ `,Ll=e=>F`
601
664
  font-size: 16px;
602
665
  line-height: 24px;
603
666
  font-weight: 400;
604
- color: ${W("neutral",e?600:900)};
667
+ color: ${K("neutral",e?600:900)};
605
668
  text-align: left;
606
669
 
607
670
  span {
608
- color: ${e?W("neutral",600):W("error",500)};
671
+ color: ${e?K("neutral",600):K("error",500)};
609
672
  margin-right: 3px;
610
673
  }
611
- `,dl=e=>Z`
674
+ `,Vl=e=>F`
612
675
  font-size: 14px;
613
676
  line-height: 20px;
614
677
  font-weight: 400;
615
- color: ${W("neutral",e?500:600)};
678
+ color: ${K("neutral",e?500:600)};
616
679
  text-align: left;
617
- `,cl=Z`
680
+ `,Rl=F`
618
681
  width: 3px;
619
682
  height: 100%;
620
- background-color: ${W("error",500)};
683
+ background-color: ${K("error",500)};
621
684
  position: absolute;
622
685
  top: 0;
623
686
  left: 0;
624
- `,sl=Z`
687
+ `,Ml=F`
625
688
  font-size: 14px;
626
689
  line-height: 20px;
627
690
  font-weight: 700;
628
- color: ${W("error",500)};
691
+ color: ${K("error",500)};
629
692
  text-align: left;
630
- `,pl=(e,l)=>Z`
693
+ `,zl=(e,l)=>F`
631
694
  width: 100%;
632
695
  margin-top: 8px;
633
696
 
@@ -636,7 +699,7 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
636
699
 
637
700
  input {
638
701
  margin-top: 0px;
639
- ${"start"===l?`\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n ${e?`\n border: 1px solid ${W("error",500)};\n border-left: none;\n `:""}\n `:`\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n ${e?`\n border: 1px solid ${W("error",500)};\n border-right: none;\n `:""}\n `}
702
+ ${"start"===l?`\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n ${e?`\n border: 1px solid ${K("error",500)};\n border-left: none;\n `:""}\n `:`\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n ${e?`\n border: 1px solid ${K("error",500)};\n border-right: none;\n `:""}\n `}
640
703
  }
641
704
  }
642
705
 
@@ -646,16 +709,16 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
646
709
 
647
710
  .chakra-select__trigger {
648
711
  padding: 6px 4px;
649
- background-color: ${W("neutral",300)};
712
+ background-color: ${K("neutral",300)};
650
713
 
651
- ${"start"===l?`\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n ${e?`\n border: 1px solid ${W("error",500)};\n border-right: none;\n `:""}\n `:`\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n ${e?`\n border: 1px solid ${W("error",500)};\n border-left: none;\n `:""}\n `}
714
+ ${"start"===l?`\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n ${e?`\n border: 1px solid ${K("error",500)};\n border-right: none;\n `:""}\n `:`\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n ${e?`\n border: 1px solid ${K("error",500)};\n border-left: none;\n `:""}\n `}
652
715
 
653
716
  p {
654
- color: ${W("neutral",700)};
717
+ color: ${K("neutral",700)};
655
718
  }
656
719
 
657
720
  &[data-state='open'] {
658
- background-color: ${W("neutral",400)};
721
+ background-color: ${K("neutral",400)};
659
722
  }
660
723
  }
661
724
 
@@ -663,7 +726,7 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
663
726
  padding: 0 4px;
664
727
  }
665
728
  }
666
- `,hl=e=>Z`
729
+ `,Hl=e=>F`
667
730
  position: relative;
668
731
  height: 100%;
669
732
  width: 100%;
@@ -672,73 +735,73 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
672
735
  align-items: flex-start;
673
736
  gap: ${"small"===e?"12px":"16px"};
674
737
  margin-bottom: 20px;
675
- `,xl=Z`
738
+ `,_l=F`
676
739
  width: 3px;
677
740
  height: 100%;
678
- background-color: ${W("error",500)};
741
+ background-color: ${K("error",500)};
679
742
  position: absolute;
680
743
  top: 0;
681
744
  left: 0;
682
- `,ul=(e,l)=>Z`
683
- color: ${W("neutral",l?600:900)};
745
+ `,Il=(e,l)=>F`
746
+ color: ${K("neutral",l?600:900)};
684
747
  font-size: ${"small"===e?"14px":"16px"};
685
748
  font-weight: 400;
686
749
  line-height: ${"small"===e?"20px":"24px"};
687
750
  margin-bottom: 2px;
688
751
 
689
752
  span {
690
- color: ${W("neutral",l?600:700)};
753
+ color: ${K("neutral",l?600:700)};
691
754
  }
692
755
 
693
756
  .chakra-field__requiredIndicator {
694
- color: ${l?W("neutral",600):W("error",500)};
757
+ color: ${l?K("neutral",600):K("error",500)};
695
758
  }
696
- `,Cl=(e,l)=>Z`
697
- color: ${W("neutral",l?500:600)};
759
+ `,Bl=(e,l)=>F`
760
+ color: ${K("neutral",l?500:600)};
698
761
  font-size: ${"small"===e?"12px":"14px"};
699
762
  font-weight: 400;
700
763
  line-height: ${"small"===e?"16px":"20px"};
701
- `,gl=e=>Z`
702
- color: ${W("error",500)};
764
+ `,Zl=e=>F`
765
+ color: ${K("error",500)};
703
766
  font-size: ${"small"===e?"12px":"14px"};
704
767
  font-weight: 700;
705
768
  line-height: ${"small"===e?"16px":"20px"};
706
769
  margin-top: 2px;
707
- `,bl=(e,l,r)=>Z`
770
+ `,Tl=(e,l,r)=>F`
708
771
  height: ${"small"===e?"28px":"40px"};
709
772
  width: 100%;
710
773
  border-radius: 4px;
711
774
  padding: ${"small"===e?"4px 8px":"12px"};
712
775
  margin-top: 8px;
713
- background-color: ${W("neutral",100)};
714
- color: ${W("neutral",800)};
715
- border: 1px solid ${W("neutral",400)};
776
+ background-color: ${K("neutral",100)};
777
+ color: ${K("neutral",800)};
778
+ border: 1px solid ${K("neutral",400)};
716
779
  box-shadow: 0px 1px 2px 0px #0000000d;
717
780
 
718
781
  &:focus-visible,
719
782
  &[data-focus-visible] {
720
- border: 2px solid ${W("neutral",700)};
721
- outline: 2px solid ${W("primary",700)};
783
+ border: 2px solid ${K("neutral",700)};
784
+ outline: 2px solid ${K("primary",700)};
722
785
  outline-offset: 2px;
723
786
  }
724
787
 
725
788
  &:active {
726
- border: 1px solid ${W("primary",600)} !important;
789
+ border: 1px solid ${K("primary",600)} !important;
727
790
  outline: none !important;
728
791
  box-shadow: 0px 1px 2px 0px #0000000d;
729
792
  }
730
793
 
731
794
  &[data-invalid] {
732
- border: 1px solid ${W("error",500)} !important;
795
+ border: 1px solid ${K("error",500)} !important;
733
796
  }
734
797
 
735
798
  &:disabled {
736
- background-color: ${W("neutral",200)};
737
- border: 1px solid ${W("neutral",300)} !important;
799
+ background-color: ${K("neutral",200)};
800
+ border: 1px solid ${K("neutral",300)} !important;
738
801
  }
739
802
 
740
- ${l||r?`\n border: 1px solid ${W("neutral",700)};\n `:""}
741
- `,ml=({label:e,caption:l,placeholder:r,errorMessage:n,required:t,disabled:i,size:a="default",defaultValue:o="",onChange:d,...c})=>{const[s,p]=A(o);return I("div",{css:hl(a),className:"text-input-container",children:[n?B("div",{css:xl}):null,I(g.Root,{required:t,invalid:!!n,gap:"0",style:{marginLeft:n?"19px":"0px"},children:[e?I(g.Label,{css:ul(a,i),"aria-label":e,children:[B(g.RequiredIndicator,{"aria-label":"required"}),e,t?"":B("span",{children:" (Optional)"})]}):null,l?B(g.HelperText,{css:Cl(a,i),"aria-label":l,children:l}):null,n?B(g.ErrorText,{css:gl(a),"aria-label":n,children:n}):null,B(b,{placeholder:r,disabled:i,css:bl(a,s,o),onChange:e=>{p(e.target.value),d&&d(e)},value:s,_placeholder:{color:"var(--chakra-colors-neutral-500)"},...c})]})]})},fl=D.forwardRef(((e,l)=>{const{children:r,...n}=e;return E(m.Control,{...n,children:[T(m.Trigger,{ref:l,children:r}),T(m.IndicatorGroup,{children:T(m.Indicator,{children:T(ae,{})})})]})})),vl=D.forwardRef(((e,l)=>{const{...r}=e;return T(a,{children:T(m.Positioner,{children:T(m.Content,{...r,ref:l})})})})),$l=D.forwardRef(((e,l)=>{const{item:r,children:n,...t}=e;return T(m.Item,{item:r,...t,ref:l,children:n},r.value)})),wl=D.forwardRef(((e,l)=>{const{children:r,...n}=e;return T(m.ValueText,{...n,ref:l,children:T(m.Context,{children:l=>{const n=l.selectedItems;return 0===n.length?e.placeholder:r?r(n):1===n.length?l.collection.stringifyItem(n[0]):`${n.length} selected`}})})})),kl=D.forwardRef(((e,l)=>T(m.Root,{...e,ref:l,positioning:{sameWidth:!0,...e.positioning},children:e.asChild?e.children:E(F,{children:[T(m.HiddenSelect,{}),e.children]})})));D.forwardRef(((e,l)=>{const{children:r,label:n,...t}=e;return E(m.ItemGroup,{...t,ref:l,children:[T(m.ItemGroupLabel,{children:n}),r]})}));const yl=m.Label;m.ItemText;const Ll=e=>Z`
803
+ ${l||r?`\n border: 1px solid ${K("neutral",700)};\n `:""}
804
+ `,El=({label:e,caption:l,placeholder:r,errorMessage:i,required:n,disabled:t,size:a="default",defaultValue:o="",onChange:d,...c})=>{const[s,p]=N(o);return Z("div",{css:Hl(a),className:"text-input-container",children:[i?T("div",{css:_l}):null,Z(g.Root,{required:n,invalid:!!i,gap:"0",style:{marginLeft:i?"19px":"0px"},children:[e?Z(g.Label,{css:Il(a,t),"aria-label":e,children:[T(g.RequiredIndicator,{"aria-label":"required"}),e,n?"":T("span",{children:" (Optional)"})]}):null,l?T(g.HelperText,{css:Bl(a,t),"aria-label":l,children:l}):null,i?T(g.ErrorText,{css:Zl(a),"aria-label":i,children:i}):null,T(b,{placeholder:r,disabled:t,css:Tl(a,s,o),onChange:e=>{p(e.target.value),d&&d(e)},value:s,_placeholder:{color:"var(--chakra-colors-neutral-500)"},...c})]})]})},Fl=j.forwardRef(((e,l)=>{const{children:r,...i}=e;return P(m.Control,{...i,children:[S(m.Trigger,{ref:l,children:r}),S(m.IndicatorGroup,{children:S(m.Indicator,{children:S(ce,{})})})]})})),Sl=j.forwardRef(((e,l)=>{const{...r}=e;return S(o,{children:S(m.Positioner,{children:S(m.Content,{...r,ref:l})})})})),Pl=j.forwardRef(((e,l)=>{const{item:r,children:i,...n}=e;return S(m.Item,{item:r,...n,ref:l,children:i},r.value)})),Dl=j.forwardRef(((e,l)=>{const{children:r,...i}=e;return S(m.ValueText,{...i,ref:l,children:S(m.Context,{children:l=>{const i=l.selectedItems;return 0===i.length?e.placeholder:r?r(i):1===i.length?l.collection.stringifyItem(i[0]):`${i.length} selected`}})})})),jl=j.forwardRef(((e,l)=>S(m.Root,{...e,ref:l,positioning:{sameWidth:!0,...e.positioning},children:e.asChild?e.children:P(D,{children:[S(m.HiddenSelect,{}),e.children]})})));j.forwardRef(((e,l)=>{const{children:r,label:i,...n}=e;return P(m.ItemGroup,{...n,ref:l,children:[S(m.ItemGroupLabel,{children:i}),r]})}));const Al=m.Label;m.ItemText;const Nl=e=>F`
742
805
  position: relative;
743
806
  height: 100%;
744
807
  width: 100%;
@@ -747,54 +810,54 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
747
810
  align-items: flex-start;
748
811
  gap: ${"small"===e?"12px":"16px"};
749
812
  margin-bottom: 16px;
750
- `,Rl=Z`
813
+ `,ql=F`
751
814
  width: 3px;
752
815
  height: 100%;
753
- background-color: ${W("error",500)};
816
+ background-color: ${K("error",500)};
754
817
  position: absolute;
755
818
  top: 0;
756
819
  left: 0;
757
- `,Vl=e=>Z`
820
+ `,Ol=e=>F`
758
821
  font-size: ${"small"===e?"14px":"16px"};
759
822
  line-height: ${"small"===e?"20px":"24px"};
760
823
  font-weight: 400;
761
- color: ${W("neutral",900)};
824
+ color: ${K("neutral",900)};
762
825
  text-align: left;
763
826
 
764
827
  span {
765
- color: ${W("error",500)};
828
+ color: ${K("error",500)};
766
829
  margin-right: 3px;
767
830
  }
768
831
 
769
832
  &[data-disabled] {
770
- color: ${W("neutral",600)};
833
+ color: ${K("neutral",600)};
771
834
 
772
835
  span {
773
- color: ${W("neutral",600)};
836
+ color: ${K("neutral",600)};
774
837
  }
775
838
  }
776
- `,Ml=(e,l)=>Z`
839
+ `,Ul=(e,l)=>F`
777
840
  font-size: ${"small"===e?"12px":"14px"};
778
841
  line-height: ${"small"===e?"16px":"20px"};
779
842
  font-weight: 400;
780
- color: ${W("neutral",600)};
843
+ color: ${K("neutral",600)};
781
844
  text-align: left;
782
845
 
783
- ${l?`color: ${W("neutral",500)} !important;`:""}
784
- `,_l=(e,l,r,n)=>Z`
846
+ ${l?`color: ${K("neutral",500)} !important;`:""}
847
+ `,Wl=(e,l,r,i)=>F`
785
848
  .chakra-select__trigger {
786
849
  min-height: ${"small"===e?"32px":"40px"};
787
850
  border-radius: 4px;
788
851
  padding: 6px 8px;
789
- border: 1px solid ${((e,l)=>l?W("error",500):W("neutral",e?700:400))(l,r)};
852
+ border: 1px solid ${((e,l)=>l?K("error",500):K("neutral",e?700:400))(l,r)};
790
853
  box-shadow: 0px 1px 2px 0px #0000000d;
791
854
 
792
855
  .chakra-select__valueText {
793
856
  font-size: ${"small"===e?"14px":"16px"};
794
857
  line-height: ${"small"===e?"20px":"24px"};
795
- color: ${W("neutral",700)};
858
+ color: ${K("neutral",700)};
796
859
 
797
- ${n?"\n display: flex;\n flex-wrap: wrap;\n gap: 8px;\n ":""}
860
+ ${i?"\n display: flex;\n flex-wrap: wrap;\n gap: 8px;\n ":""}
798
861
  }
799
862
 
800
863
  &[data-state='open'] {
@@ -806,13 +869,13 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
806
869
  &:is(:focus-visible, [data-focus-visible]) {
807
870
  outline-offset: 2px;
808
871
  outline-width: 2px;
809
- outline-color: ${W("primary",700)};
810
- border: 2px solid ${W("neutral",700)};
872
+ outline-color: ${K("primary",700)};
873
+ border: 2px solid ${K("neutral",700)};
811
874
  }
812
875
 
813
876
  &[data-disabled] {
814
- border: 1px solid ${W("neutral",300)};
815
- background-color: ${W("neutral",200)};
877
+ border: 1px solid ${K("neutral",300)};
878
+ background-color: ${K("neutral",200)};
816
879
  }
817
880
  }
818
881
 
@@ -821,50 +884,50 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
821
884
  width: ${"small"===e?"12px":"16px"};
822
885
 
823
886
  path {
824
- fill: ${W("neutral",700)};
887
+ fill: ${K("neutral",700)};
825
888
  }
826
889
  }
827
890
 
828
891
  &[data-disabled] {
829
892
  svg path {
830
- fill: ${W("neutral",500)};
893
+ fill: ${K("neutral",500)};
831
894
  }
832
895
  }
833
896
  }
834
- `,zl=Z`
897
+ `,Gl=F`
835
898
  margin-top: -8px;
836
899
  border-radius: 4px;
837
- border: 1px solid ${W("neutral",400)};
900
+ border: 1px solid ${K("neutral",400)};
838
901
  border-top-left-radius: 0px;
839
902
  border-top-right-radius: 0px;
840
903
  border-top: none;
841
- `,Il=Z`
904
+ `,Yl=F`
842
905
  align-items: flex-start;
843
906
  &[data-highlighted] {
844
- background-color: ${W("neutral",200)};
907
+ background-color: ${K("neutral",200)};
845
908
  cursor: pointer;
846
909
  }
847
- `,Bl=(e,l)=>Z`
910
+ `,Kl=(e,l)=>F`
848
911
  font-size: ${"small"===e?"14px":"16px"};
849
912
  line-height: ${"small"===e?"20px":"24px"};
850
- color: ${W("neutral",800)};
913
+ color: ${K("neutral",800)};
851
914
  text-align: left;
852
915
 
853
- ${l?`color: ${W("neutral",500)} !important;`:""}
854
- `,Hl=(e,l)=>Z`
916
+ ${l?`color: ${K("neutral",500)} !important;`:""}
917
+ `,Ql=(e,l)=>F`
855
918
  font-size: ${"small"===e?"14px":"16px"};
856
919
  line-height: ${"small"===e?"20px":"24px"};
857
- color: ${W("neutral",700)};
920
+ color: ${K("neutral",700)};
858
921
  text-align: left;
859
922
 
860
- ${l?`color: ${W("neutral",500)} !important;`:""}
861
- `,Zl=e=>Z`
923
+ ${l?`color: ${K("neutral",500)} !important;`:""}
924
+ `,Jl=e=>F`
862
925
  font-size: ${"small"===e?"12px":"14px"};
863
926
  line-height: ${"small"===e?"16px":"20px"};
864
927
  font-weight: 700;
865
- color: ${W("error",500)};
928
+ color: ${K("error",500)};
866
929
  text-align: left;
867
- `,Tl=e=>Z`
930
+ `,Xl=e=>F`
868
931
  max-width: 100%;
869
932
  display: flex;
870
933
  justify-content: center;
@@ -873,7 +936,7 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
873
936
  padding: 4px 8px;
874
937
  border-radius: 4px;
875
938
  font-weight: 700;
876
- color: ${W("neutral",700)};
939
+ color: ${K("neutral",700)};
877
940
  box-shadow: none;
878
941
 
879
942
  height: 24px;
@@ -926,55 +989,55 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
926
989
 
927
990
  &:focus-visible {
928
991
  outline-offset: 2px;
929
- outline: 2px solid ${W("primary",700)};
992
+ outline: 2px solid ${K("primary",700)};
930
993
  outline-style: auto;
931
994
  }
932
995
  }
933
996
 
934
997
  &[data-disabled='true'] {
935
- border: 1px solid ${W("neutral",400)};
936
- background-color: ${W("neutral",300)};
937
- color: ${W("neutral",600)};
938
- }
939
- `,El=Z`
940
- background-color: ${W("neutral",100)};
941
- border: 1px solid ${W("neutral",300)};
942
- `,Fl=Z`
943
- background-color: ${W("neutral",200)};
944
- border: 1px solid ${W("neutral",400)};
945
- `,Dl=Z`
946
- background-color: ${W("success",100)};
947
- border: 1px solid ${W("success",200)};
948
- color: ${W("success",500)};
949
- `,jl=Z`
950
- background-color: ${W("warning",100)};
951
- border: 1px solid ${W("warning",200)};
952
- color: ${W("warning",500)};
953
- `,Al=Z`
954
- background-color: ${W("error",100)};
955
- border: 1px solid ${W("error",200)};
956
- color: ${W("error",500)};
957
- `,Sl=({label:e,size:l="default",variant:r,disabled:n,icon:t,onClose:i,closable:a,...o})=>{let d=El;return"info-grey"===r?d=Fl:"success"===r?d=Dl:"warning"===r?d=jl:"error"===r&&(d=Al),I(f.Root,{css:[Tl(l),d],"data-disabled":n,...o,children:[t?B(f.StartElement,{"aria-label":`${e} tag icon`,children:t}):null,B(f.Label,{"aria-label":e,children:e}),a&&!n&&"small"!==l?B(f.EndElement,{children:B("div",{className:"chakra-tag__closeTrigger",role:"button",tabIndex:0,onClick:i,onKeyDown:e=>{!i||"Enter"!==e.key&&" "!==e.key||i()},"aria-label":`${e} tag close button`,children:B(oe,{})})}):null]})},Nl=({placeholder:e,size:l,disabled:r})=>B(wl,{placeholder:e,children:e=>{const{label:n,caption:t}=e[0];return I(p,{flexDirection:"column",alignItems:"flex-start",children:[B("p",{css:Bl(l,r),children:n}),t?B("p",{css:Hl(l,r),children:t}):null]})}}),ql=({placeholder:e,removeItem:l,disabled:r})=>B(wl,{placeholder:e,children:e=>e.map((e=>B(p,{flexDirection:"row",alignItems:"flex-start",children:B(Sl,{label:e.label,variant:"info-grey",disabled:r,onClose:()=>l(e.value),closable:!0},e.value)},e.value)))}),Ol=({label:e,caption:l,placeholder:r,items:t,size:i="default",required:a,disabled:o,onChange:d,errorMessage:c,multiple:s,...p})=>{const[h,x]=A(p.defaultValue||[]),u=(e=>v({items:e}))(t),C=e=>{x(e),d&&d(e)};return I("div",{css:Ll(i),style:p.style,className:"select-input-container",children:[c?B("div",{css:Rl}):null,I(kl,{css:{},collection:u,disabled:o,required:a,multiple:s,"aria-label":p["aria-label"]||e,value:h,onValueChange:e=>C(e.value),style:{marginLeft:c?"19px":"0px"},...p,children:[e?I(yl,{css:Vl(i),children:[a?B("span",{children:"*"}):null,e]}):null,l?B("p",{css:Ml(i,o),children:l}):null,c&&B("p",{css:Zl(i),children:c}),B(fl,{css:_l(i,h.length>0,!!c,s),children:s?B(ql,{placeholder:r,disabled:o,removeItem:e=>{const l=h.filter((l=>l!==e));C(l)}}):B(Nl,{placeholder:r,size:i,disabled:o})}),B(vl,{css:zl,children:u.items.map((e=>I($l,{css:Il,item:e,children:[I(n,{children:[B("p",{css:Bl(i),children:e.label}),B("p",{css:Hl(i),children:e.caption})]}),s?B(Ve,{checked:h.some((l=>l===e.value))}):null]},e.value)))})]})]})},Pl=({label:e,caption:l,errorMessage:r,units:n,unitsPosition:t="end",defaultUnit:i="",defaultValue:a="",onChange:o,required:c,disabled:s})=>{const[p,h]=A(a),[x,u]=A(i?[i]:[n[0].value]),C=(e,l)=>{o&&o("end"===t?""+(l?`${p} ${e}`:`${e} ${x}`):""+(l?`${e} ${p}`:`${x} ${e}`))};return I("div",{css:al,children:[r?B("div",{css:cl}):null,I("div",{style:{marginLeft:r?"19px":"0px"},children:[I("p",{css:ol(s),"aria-label":e,children:[c?B("span",{children:"*"}):null,e]}),B("p",{css:dl(s),"aria-label":l,children:l}),r?B("p",{css:sl,"aria-label":r,children:r}):null,I(d,{css:pl(!!r,t),attached:!0,children:["start"===t?B(Ol,{placeholder:"",value:x,items:n,disabled:s,onChange:e=>{u(e),C(e?.[0],!0)}}):null,B(ml,{type:"number",value:p,disabled:s,onChange:e=>{h(e.target.value),C(e.target.value)}}),"end"===t?B(Ol,{placeholder:"",value:x,items:n,disabled:s,onChange:e=>{u(e),C(e?.[0],!0)}}):null]})]})]})},Ul=Z`
998
+ border: 1px solid ${K("neutral",400)};
999
+ background-color: ${K("neutral",300)};
1000
+ color: ${K("neutral",600)};
1001
+ }
1002
+ `,er=F`
1003
+ background-color: ${K("neutral",100)};
1004
+ border: 1px solid ${K("neutral",300)};
1005
+ `,lr=F`
1006
+ background-color: ${K("neutral",200)};
1007
+ border: 1px solid ${K("neutral",400)};
1008
+ `,rr=F`
1009
+ background-color: ${K("success",100)};
1010
+ border: 1px solid ${K("success",200)};
1011
+ color: ${K("success",500)};
1012
+ `,ir=F`
1013
+ background-color: ${K("warning",100)};
1014
+ border: 1px solid ${K("warning",200)};
1015
+ color: ${K("warning",500)};
1016
+ `,nr=F`
1017
+ background-color: ${K("error",100)};
1018
+ border: 1px solid ${K("error",200)};
1019
+ color: ${K("error",500)};
1020
+ `,tr=({label:e,size:l="default",variant:r,disabled:i,icon:n,onClose:t,closable:a,...o})=>{let d=er;return"info-grey"===r?d=lr:"success"===r?d=rr:"warning"===r?d=ir:"error"===r&&(d=nr),Z(f.Root,{css:[Xl(l),d],"data-disabled":i,...o,children:[n?T(f.StartElement,{"aria-label":`${e} tag icon`,children:n}):null,T(f.Label,{"aria-label":e,children:e}),a&&!i&&"small"!==l?T(f.EndElement,{children:T("div",{className:"chakra-tag__closeTrigger",role:"button",tabIndex:0,onClick:t,onKeyDown:e=>{!t||"Enter"!==e.key&&" "!==e.key||t()},"aria-label":`${e} tag close button`,children:T(se,{})})}):null]})},ar=({placeholder:e,size:l,disabled:r})=>T(Dl,{placeholder:e,children:e=>{const{label:i,caption:n}=e[0];return Z(p,{flexDirection:"column",alignItems:"flex-start",children:[T("p",{css:Kl(l,r),children:i}),n?T("p",{css:Ql(l,r),children:n}):null]})}}),or=({placeholder:e,removeItem:l,disabled:r})=>T(Dl,{placeholder:e,children:e=>e.map((e=>T(p,{flexDirection:"row",alignItems:"flex-start",children:T(tr,{label:e.label,variant:"info-grey",disabled:r,onClose:()=>l(e.value),closable:!0},e.value)},e.value)))}),dr=({label:e,caption:l,placeholder:r="",items:n,size:t="default",required:a,disabled:o,onChange:d,errorMessage:c,multiple:s,...p})=>{const[h,x]=N(p.defaultValue||[]),u=(e=>v({items:e}))(n),C=e=>{x(e),d&&d(e)};return Z("div",{css:Nl(t),style:p.style,className:"select-input-container",children:[c?T("div",{css:ql}):null,Z(jl,{css:{},collection:u,disabled:o,required:a,multiple:s,"aria-label":p["aria-label"]||e,value:h,onValueChange:e=>C(e.value),style:{marginLeft:c?"19px":"0px"},...p,children:[e?Z(Al,{css:Ol(t),children:[a?T("span",{children:"*"}):null,e]}):null,l?T("p",{css:Ul(t,o),children:l}):null,c&&T("p",{css:Jl(t),children:c}),T(Fl,{css:Wl(t,h.length>0,!!c,s),children:s?T(or,{placeholder:r,disabled:o,removeItem:e=>{const l=h.filter((l=>l!==e));C(l)}}):T(ar,{placeholder:r,size:t,disabled:o})}),T(Sl,{css:Gl,children:u.items.map((e=>Z(Pl,{css:Yl,item:e,children:[Z(i,{children:[T("p",{css:Kl(t),children:e.label}),T("p",{css:Ql(t),children:e.caption})]}),s?T(Oe,{checked:h.some((l=>l===e.value))}):null]},e.value)))})]})]})},cr=({label:e,caption:l,errorMessage:r,units:i,unitsPosition:n="end",defaultUnit:t="",defaultValue:o="",onChange:d,required:c,disabled:s})=>{const[p,h]=N(o),[x,u]=N(t?[t]:[i[0].value]),C=(e,l)=>{d&&d("end"===n?""+(l?`${p} ${e}`:`${e} ${x}`):""+(l?`${e} ${p}`:`${x} ${e}`))};return Z("div",{css:yl,children:[r?T("div",{css:Rl}):null,Z("div",{style:{marginLeft:r?"19px":"0px"},children:[Z("p",{css:Ll(s),"aria-label":e,children:[c?T("span",{children:"*"}):null,e]}),T("p",{css:Vl(s),"aria-label":l,children:l}),r?T("p",{css:Ml,"aria-label":r,children:r}):null,Z(a,{css:zl(!!r,n),attached:!0,children:["start"===n?T(dr,{placeholder:"",value:x,items:i,disabled:s,onChange:e=>{u(e),C(e?.[0],!0)}}):null,T(El,{type:"number",value:p,disabled:s,onChange:e=>{h(e.target.value),C(e.target.value)}}),"end"===n?T(dr,{placeholder:"",value:x,items:i,disabled:s,onChange:e=>{u(e),C(e?.[0],!0)}}):null]})]})]})},sr=F`
958
1021
  width: 100%;
959
1022
  max-width: 486px;
960
- `,Wl=Z`
1023
+ `,pr=F`
961
1024
  font-size: 16px;
962
1025
  line-height: 24px;
963
1026
  font-weight: 400;
964
- color: ${W("neutral",900)};
1027
+ color: ${K("neutral",900)};
965
1028
  text-align: left;
966
1029
 
967
1030
  span {
968
- color: ${W("error",500)};
1031
+ color: ${K("error",500)};
969
1032
  margin-right: 3px;
970
1033
  }
971
- `,Gl=Z`
1034
+ `,hr=F`
972
1035
  font-size: 14px;
973
1036
  line-height: 20px;
974
1037
  font-weight: 400;
975
- color: ${W("neutral",600)};
1038
+ color: ${K("neutral",600)};
976
1039
  text-align: left;
977
- `,Yl=Z`
1040
+ `,xr=F`
978
1041
  display: flex;
979
1042
  align-items: center;
980
1043
  justify-content: space-between;
@@ -992,12 +1055,12 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
992
1055
  button {
993
1056
  width: 98px;
994
1057
  }
995
- `,Kl=Z`
1058
+ `,ur=F`
996
1059
  margin-top: 12px;
997
- `,Jl=e=>Z`
1060
+ `,Cr=e=>F`
998
1061
  height: 8px;
999
1062
  width: 100%;
1000
- background-color: ${W("neutral",300)};
1063
+ background-color: ${K("neutral",300)};
1001
1064
  margin-top: 8px;
1002
1065
  margin-bottom: 12px;
1003
1066
  border-radius: 8px;
@@ -1005,90 +1068,90 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
1005
1068
  div {
1006
1069
  height: 100%;
1007
1070
  width: ${"Weak"===e?"25%":"Medium"===e?"50%":"Strong"===e?"75%":"Very Strong"===e?" 100%":"5%"};
1008
- background-color: ${W("Medium"===e?"warning":"Strong"===e||"Very Strong"===e?"success":"error",500)};
1071
+ background-color: ${K("Medium"===e?"warning":"Strong"===e||"Very Strong"===e?"success":"error",500)};
1009
1072
  border-radius: 8px;
1010
1073
  }
1011
- `,Ql=e=>Z`
1074
+ `,gr=e=>F`
1012
1075
  display: flex;
1013
1076
  align-items: center;
1014
1077
  gap: 4px;
1015
1078
  font-size: 14px;
1016
1079
  line-height: 20px;
1017
1080
  font-weight: 400;
1018
- color: ${W("neutral",700)};
1081
+ color: ${K("neutral",700)};
1019
1082
 
1020
1083
  div {
1021
1084
  height: 16px;
1022
1085
  width: 16px;
1023
- background-color: ${W(e?"success":"error",100)};
1086
+ background-color: ${K(e?"success":"error",100)};
1024
1087
  display: flex;
1025
1088
  justify-content: center;
1026
1089
  align-items: center;
1027
1090
  }
1028
- `,Xl=({label:e,caption:l,required:r,disabledRules:n,onChange:t,minLength:i=8,hideValidations:a})=>{const[o,d]=A(!1),[c,s]=A(""),[p,h]=A({strength:"Very weak",length:!1,uppercase:!1,lowercase:!1,numbers:!1,specialCharacters:!1});return I("div",{css:Ul,children:[I("p",{css:Wl,"aria-label":e,children:[r?B("span",{children:"*"}):null,e]}),B("p",{css:Gl,"aria-label":l,children:l}),I("div",{css:Yl,children:[B(ml,{type:o?"text":"password",value:c,onChange:e=>(e=>{const l={...p};let r=0,n=!1;l.length=e.length>=i,r+=e.length>=i?1:0,n=/[A-Z]/.test(e),r+=n?1:0,l.uppercase=n,n=/[a-z]/.test(e),r+=n?1:0,l.lowercase=n,n=/[0-9]/.test(e),r+=n?1:0,l.numbers=n,n=/[-'/`~!¡#*$@_%+=.,^&(){}[\]|;:“‘"<>?\\]/.test(e),r+=n?1:0,l.specialCharacters=n,l.strength="Very Weak",e.length>=4&&r>=2&&(l.strength="Weak"),e.length>=6&&r>=3&&(l.strength="Medium"),e.length>=i&&r>=4&&(l.strength="Strong"),e.length>=i+2&&r>=5&&(l.strength="Very Strong"),s(e),h(l),t&&t(l)})(e.target.value)}),B(X,{label:o?"Hide":"Show",variant:"secondary",leftIcon:B(o?ce:de,{}),onClick:()=>d(!o)})]}),c&&!a?I("div",{css:Kl,children:[I("p",{css:(x=p.strength,Z`
1091
+ `,br=({label:e,caption:l,required:r,disabledRules:i,onChange:n,minLength:t=8,hideValidations:a})=>{const[o,d]=N(!1),[c,s]=N(""),[p,h]=N({strength:"Very weak",length:!1,uppercase:!1,lowercase:!1,numbers:!1,specialCharacters:!1});return Z("div",{css:sr,children:[Z("p",{css:pr,"aria-label":e,children:[r?T("span",{children:"*"}):null,e]}),T("p",{css:hr,"aria-label":l,children:l}),Z("div",{css:xr,children:[T(El,{type:o?"text":"password",value:c,onChange:e=>(e=>{const l={...p};let r=0,i=!1;l.length=e.length>=t,r+=e.length>=t?1:0,i=/[A-Z]/.test(e),r+=i?1:0,l.uppercase=i,i=/[a-z]/.test(e),r+=i?1:0,l.lowercase=i,i=/[0-9]/.test(e),r+=i?1:0,l.numbers=i,i=/[-'/`~!¡#*$@_%+=.,^&(){}[\]|;:“‘"<>?\\]/.test(e),r+=i?1:0,l.specialCharacters=i,l.strength="Very Weak",e.length>=4&&r>=2&&(l.strength="Weak"),e.length>=6&&r>=3&&(l.strength="Medium"),e.length>=t&&r>=4&&(l.strength="Strong"),e.length>=t+2&&r>=5&&(l.strength="Very Strong"),s(e),h(l),n&&n(l)})(e.target.value)}),T(re,{label:o?"Hide":"Show",variant:"secondary",leftIcon:T(o?he:pe,{}),onClick:()=>d(!o)})]}),c&&!a?Z("div",{css:ur,children:[Z("p",{css:(x=p.strength,F`
1029
1092
  font-size: 16px;
1030
1093
  line-height: 24px;
1031
1094
  font-weight: 400;
1032
- color: ${W("neutral",800)};
1095
+ color: ${K("neutral",800)};
1033
1096
  text-align: left;
1034
1097
 
1035
1098
  span {
1036
1099
  font-weight: 700;
1037
- color: ${W("Medium"===x?"warning":"Strong"===x||"Very Strong"===x?"success":"error",500)};
1100
+ color: ${K("Medium"===x?"warning":"Strong"===x||"Very Strong"===x?"success":"error",500)};
1038
1101
  }
1039
- `),children:["Password Strength: ",B("span",{children:p.strength})]}),B("div",{css:Jl(p.strength),children:B("div",{})}),I("div",{css:Ql(p.length),children:[B("div",{children:p.length?B(ne,{color:"var(--chakra-colors-success-500)",height:"8px",width:"8px"}):B(oe,{color:"var(--chakra-colors-error-500)",height:"8px",width:"8px"})}),I("p",{children:["Use a minimum of ",i," characters"]})]}),n?.uppercase?null:I("div",{css:Ql(p.uppercase),children:[B("div",{children:p.uppercase?B(ne,{color:"var(--chakra-colors-success-500)",height:"8px",width:"8px"}):B(oe,{color:"var(--chakra-colors-error-500)",height:"8px",width:"8px"})}),B("p",{children:"Use an uppercase letter"})]}),n?.lowercase?null:I("div",{css:Ql(p.lowercase),children:[B("div",{children:p.lowercase?B(ne,{color:"var(--chakra-colors-success-500)",height:"8px",width:"8px"}):B(oe,{color:"var(--chakra-colors-error-500)",height:"8px",width:"8px"})}),B("p",{children:"Use a lowercase letter"})]}),n?.numbers?null:I("div",{css:Ql(p.numbers),children:[B("div",{children:p.numbers?B(ne,{color:"var(--chakra-colors-success-500)",height:"8px",width:"8px"}):B(oe,{color:"var(--chakra-colors-error-500)",height:"8px",width:"8px"})}),B("p",{children:"Use a number"})]}),n?.specialCharacters?null:I("div",{css:Ql(p.specialCharacters),children:[B("div",{children:p.specialCharacters?B(ne,{color:"var(--chakra-colors-success-500)",height:"8px",width:"8px"}):B(oe,{color:"var(--chakra-colors-error-500)",height:"8px",width:"8px"})}),B("p",{children:"Use a special character"})]})]}):null]});var x},er=Z`
1102
+ `),children:["Password Strength: ",T("span",{children:p.strength})]}),T("div",{css:Cr(p.strength),children:T("div",{})}),Z("div",{css:gr(p.length),children:[T("div",{children:p.length?T(ae,{color:"var(--chakra-colors-success-500)",height:"8px",width:"8px"}):T(se,{color:"var(--chakra-colors-error-500)",height:"8px",width:"8px"})}),Z("p",{children:["Use a minimum of ",t," characters"]})]}),i?.uppercase?null:Z("div",{css:gr(p.uppercase),children:[T("div",{children:p.uppercase?T(ae,{color:"var(--chakra-colors-success-500)",height:"8px",width:"8px"}):T(se,{color:"var(--chakra-colors-error-500)",height:"8px",width:"8px"})}),T("p",{children:"Use an uppercase letter"})]}),i?.lowercase?null:Z("div",{css:gr(p.lowercase),children:[T("div",{children:p.lowercase?T(ae,{color:"var(--chakra-colors-success-500)",height:"8px",width:"8px"}):T(se,{color:"var(--chakra-colors-error-500)",height:"8px",width:"8px"})}),T("p",{children:"Use a lowercase letter"})]}),i?.numbers?null:Z("div",{css:gr(p.numbers),children:[T("div",{children:p.numbers?T(ae,{color:"var(--chakra-colors-success-500)",height:"8px",width:"8px"}):T(se,{color:"var(--chakra-colors-error-500)",height:"8px",width:"8px"})}),T("p",{children:"Use a number"})]}),i?.specialCharacters?null:Z("div",{css:gr(p.specialCharacters),children:[T("div",{children:p.specialCharacters?T(ae,{color:"var(--chakra-colors-success-500)",height:"8px",width:"8px"}):T(se,{color:"var(--chakra-colors-error-500)",height:"8px",width:"8px"})}),T("p",{children:"Use a special character"})]})]}):null]});var x},mr=F`
1040
1103
  position: relative;
1041
1104
  height: 100%;
1042
- `,lr=Z`
1105
+ `,fr=F`
1043
1106
  font-size: 16px;
1044
1107
  line-height: 24px;
1045
- color: ${W("neutral",900)};
1108
+ color: ${K("neutral",900)};
1046
1109
  text-align: left;
1047
1110
 
1048
1111
  span {
1049
- color: ${W("error",500)};
1112
+ color: ${K("error",500)};
1050
1113
  margin-right: 3px;
1051
1114
  }
1052
- `,rr=Z`
1115
+ `,vr=F`
1053
1116
  font-size: 14px;
1054
1117
  line-height: 20px;
1055
- color: ${W("neutral",600)};
1118
+ color: ${K("neutral",600)};
1056
1119
  text-align: left;
1057
- `,nr=Z`
1120
+ `,$r=F`
1058
1121
  margin-top: 12px;
1059
- `,tr=Z`
1122
+ `,wr=F`
1060
1123
  width: 3px;
1061
1124
  height: 100%;
1062
- background-color: ${W("error",500)};
1125
+ background-color: ${K("error",500)};
1063
1126
  position: absolute;
1064
1127
  top: 0;
1065
1128
  left: 0;
1066
- `,ir=Z`
1129
+ `,kr=F`
1067
1130
  font-size: 14px;
1068
1131
  line-height: 20px;
1069
1132
  font-weight: 700;
1070
- color: ${W("error",500)};
1133
+ color: ${K("error",500)};
1071
1134
  text-align: left;
1072
- `,ar=({label:e,caption:l,name:r,radios:n,defaultValue:t,onCheckedChange:i,errorMessage:a,horizontal:o,required:d})=>{return I("div",{css:er,"aria-roledescription":"group","aria-labelledby":e,children:[a?B("div",{css:tr}):null,I("div",{css:(c=!!a,Z`
1135
+ `,yr=({label:e,caption:l,name:r,radios:i,defaultValue:n,onCheckedChange:t,errorMessage:a,horizontal:o,required:d})=>{return Z("div",{css:mr,"aria-roledescription":"group","aria-labelledby":e,children:[a?T("div",{css:wr}):null,Z("div",{css:(c=!!a,F`
1073
1136
  margin-left: ${c?"19px":"0px"};
1074
- `),children:[I("p",{css:lr,"aria-label":e,children:[d&&B("span",{"aria-label":"required",children:"*"}),e]}),B("p",{css:rr,"aria-label":l,children:l}),a?B("p",{css:ir,"aria-label":a,children:a}):null,B("div",{css:nr,children:B(Se,{name:r,defaultValue:t,onChange:i,horizontal:o,children:n.map((e=>B(Ae,{css:{},...e},e.value)))})})]})]});var c},or=e=>Z`
1137
+ `),children:[Z("p",{css:fr,"aria-label":e,children:[d&&T("span",{"aria-label":"required",children:"*"}),e]}),T("p",{css:vr,"aria-label":l,children:l}),a?T("p",{css:kr,"aria-label":a,children:a}):null,T("div",{css:$r,children:T(tl,{name:r,defaultValue:n,onChange:t,horizontal:o,children:i.map((e=>T(nl,{css:{},...e},e.value)))})})]})]});var c},Lr=e=>F`
1075
1138
  font-size: ${"small"===e?"14px":"16px"};
1076
1139
  line-height: ${"small"===e?"20px":"24px"};
1077
1140
  font-weight: 400;
1078
- color: ${W("neutral",900)};
1141
+ color: ${K("neutral",900)};
1079
1142
  text-align: left;
1080
1143
 
1081
1144
  span {
1082
- color: ${W("error",500)};
1145
+ color: ${K("error",500)};
1083
1146
  margin-right: 3px;
1084
1147
  }
1085
- `,dr=e=>Z`
1148
+ `,Vr=e=>F`
1086
1149
  font-size: ${"small"===e?"12px":"14px"};
1087
1150
  line-height: ${"small"===e?"16px":"20px"};
1088
1151
  font-weight: 400;
1089
- color: ${W("neutral",600)};
1152
+ color: ${K("neutral",600)};
1090
1153
  text-align: left;
1091
- `,cr=Z`
1154
+ `,Rr=F`
1092
1155
  display: flex;
1093
1156
  align-items: center;
1094
1157
  gap: 12px;
@@ -1109,7 +1172,7 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
1109
1172
  margin-top: 18px;
1110
1173
  width: 100%;
1111
1174
  }
1112
- `,sr=({label:e,caption:l,size:r="default",sliderItem:n,required:t,onChange:i})=>{const[a,o]=A(n.value||[]),d=(e,l)=>{const r=e.target.value,t=[...a];let i=r?parseInt(r,10):r;const d=n.min||0,c=n.max||100;i=Number.isNaN(i)?d:i,i=i<d?d:i,i=i>c?c:i,t[l]=i,o(t)},c=(e,l)=>{const r=e.target.value||"0",t=[...a];let d=parseInt(r,10);const c=n.min||0,s=n.max||100;if(d=Number.isNaN(d)?c:d,d=d<c?c:d,d=d>s?s:d,2===a?.length){d=Number.isNaN(d)?c:d;const e=a[0],r=a[1];0===l?(d=d<c?c:d,d=d>r?r:d):1===l&&(d=d<e?e:d,d=d>s?s:d)}t[l]=d,o(t),i&&i(t)};return I("div",{children:[I("p",{css:or(r),"aria-label":e,children:[t?B("span",{children:"*"}):null,e]}),l?B("p",{css:dr(r),"aria-label":l,children:l}):null,I("div",{css:cr,children:[n.step&&n.marks?B(Ol,{items:n.marks.map((e=>({label:`${e.label}`,value:`${e.value}`}))),placeholder:"",style:{width:"90px"},value:[`${a?.[0]}`],onChange:e=>{const l=e.map((e=>parseInt(e,10)));o(l),i&&i(l)}}):B(ml,{"aria-label":e,min:n.min,max:n.max,value:a?.[0],type:"number",onChange:e=>d(e,0),onBlur:e=>c(e,0),className:"opacity-control-text-input",onClick:e=>e.target.select()}),B(Ke,{css:{},...n,value:a,onValueChangeEnd:e=>{o(e.value),i&&i(e.value)}}),2===a?.length?B(ml,{"aria-label":e,min:n.min,max:n.max,value:a?.[1],type:"number",onChange:e=>d(e,1),onBlur:e=>c(e,1),className:"opacity-control-text-input",onClick:e=>e.target.select()}):null]})]})},pr=e=>Z`
1175
+ `,Mr=({label:e,caption:l,size:r="default",sliderItem:i,required:n,onChange:t})=>{const[a,o]=N(i.value||[]),d=(e,l)=>{const r=e.target.value,n=[...a];let t=r?parseInt(r,10):r;const d=i.min||0,c=i.max||100;t=Number.isNaN(t)?d:t,t=t<d?d:t,t=t>c?c:t,n[l]=t,o(n)},c=(e,l)=>{const r=e.target.value||"0",n=[...a];let d=parseInt(r,10);const c=i.min||0,s=i.max||100;if(d=Number.isNaN(d)?c:d,d=d<c?c:d,d=d>s?s:d,2===a?.length){d=Number.isNaN(d)?c:d;const e=a[0],r=a[1];0===l?(d=d<c?c:d,d=d>r?r:d):1===l&&(d=d<e?e:d,d=d>s?s:d)}n[l]=d,o(n),t&&t(n)};return Z("div",{children:[Z("p",{css:Lr(r),"aria-label":e,children:[n?T("span",{children:"*"}):null,e]}),l?T("p",{css:Vr(r),"aria-label":l,children:l}):null,Z("div",{css:Rr,children:[i.step&&i.marks?T(dr,{items:i.marks.map((e=>({label:`${e.label}`,value:`${e.value}`}))),placeholder:"",style:{width:"90px"},value:[`${a?.[0]}`],onChange:e=>{const l=e.map((e=>parseInt(e,10)));o(l),t&&t(l)}}):T(El,{"aria-label":e,min:i.min,max:i.max,value:a?.[0],type:"number",onChange:e=>d(e,0),onBlur:e=>c(e,0),className:"opacity-control-text-input",onClick:e=>e.target.select()}),T(ul,{css:{},...i,value:a,onValueChangeEnd:e=>{o(e.value),t&&t(e.value)}}),2===a?.length?T(El,{"aria-label":e,min:i.min,max:i.max,value:a?.[1],type:"number",onChange:e=>d(e,1),onBlur:e=>c(e,1),className:"opacity-control-text-input",onClick:e=>e.target.select()}):null]})]})},zr=e=>F`
1113
1176
  position: relative;
1114
1177
  height: 100%;
1115
1178
  width: 100%;
@@ -1118,128 +1181,150 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
1118
1181
  align-items: flex-start;
1119
1182
  gap: ${"small"===e?"12px":"16px"};
1120
1183
  margin-bottom: 16px;
1121
- `,hr=Z`
1184
+ `,Hr=F`
1122
1185
  width: 3px;
1123
1186
  height: 100%;
1124
- background-color: ${W("error",500)};
1187
+ background-color: ${K("error",500)};
1125
1188
  position: absolute;
1126
1189
  top: 0;
1127
1190
  left: 0;
1128
- `,xr=(e,l)=>Z`
1129
- color: ${W("neutral",l?600:900)};
1191
+ `,_r=(e,l)=>F`
1192
+ color: ${K("neutral",l?600:900)};
1130
1193
  font-size: ${"small"===e?"14px":"16px"};
1131
1194
  font-weight: 400;
1132
1195
  line-height: ${"small"===e?"20px":"24px"};
1133
1196
  margin-bottom: 2px;
1134
1197
 
1135
1198
  span {
1136
- color: ${W("neutral",l?600:700)};
1199
+ color: ${K("neutral",l?600:700)};
1137
1200
  }
1138
1201
 
1139
1202
  .chakra-field__requiredIndicator {
1140
- color: ${l?W("neutral",600):W("error",500)};
1203
+ color: ${l?K("neutral",600):K("error",500)};
1141
1204
  }
1142
- `,ur=(e,l)=>Z`
1143
- color: ${W("neutral",l?500:600)};
1205
+ `,Ir=(e,l)=>F`
1206
+ color: ${K("neutral",l?500:600)};
1144
1207
  font-size: ${"small"===e?"12px":"14px"};
1145
1208
  font-weight: 400;
1146
1209
  line-height: ${"small"===e?"16px":"20px"};
1147
- `,Cr=Z`
1148
- color: ${W("neutral",600)};
1210
+ `,Br=F`
1211
+ color: ${K("neutral",600)};
1149
1212
  font-size: 12px;
1150
1213
  font-weight: 400;
1151
1214
  line-height: 16px;
1152
1215
  margin-top: 8px;
1153
- `,gr=Z`
1154
- color: ${W("error",500)};
1216
+ `,Zr=F`
1217
+ color: ${K("error",500)};
1155
1218
  font-size: 14px;
1156
1219
  font-weight: 700;
1157
1220
  line-height: 20px;
1158
1221
  margin-top: 2px;
1159
- `,br=(e,l,r)=>Z`
1222
+ `,Tr=(e,l,r)=>F`
1160
1223
  height: 104px;
1161
1224
  width: 100%;
1162
1225
  border-radius: 4px;
1163
1226
  padding: ${"small"===e?"8px":"12px"};
1164
1227
  margin-top: 8px;
1165
- background-color: ${W("neutral",100)};
1166
- color: ${W("neutral",800)};
1167
- border: 1px solid ${W("neutral",400)};
1228
+ background-color: ${K("neutral",100)};
1229
+ color: ${K("neutral",800)};
1230
+ border: 1px solid ${K("neutral",400)};
1168
1231
  box-shadow: 0px 1px 2px 0px #0000000d;
1169
1232
 
1170
1233
  &:focus-visible,
1171
1234
  &[data-focus-visible] {
1172
- border: 2px solid ${W("neutral",700)};
1173
- outline: 2px solid ${W("primary",700)};
1235
+ border: 2px solid ${K("neutral",700)};
1236
+ outline: 2px solid ${K("primary",700)};
1174
1237
  outline-offset: 2px;
1175
1238
  }
1176
1239
 
1177
1240
  &:active {
1178
- border: 1px solid ${W("primary",600)} !important;
1241
+ border: 1px solid ${K("primary",600)} !important;
1179
1242
  outline: none !important;
1180
1243
  box-shadow: 0px 1px 2px 0px #0000000d;
1181
1244
  }
1182
1245
 
1183
1246
  &[data-invalid] {
1184
- border: 1px solid ${W("error",500)} !important;
1247
+ border: 1px solid ${K("error",500)} !important;
1185
1248
  }
1186
1249
 
1187
1250
  &:disabled {
1188
- background-color: ${W("neutral",200)};
1189
- border: 1px solid ${W("neutral",300)} !important;
1251
+ background-color: ${K("neutral",200)};
1252
+ border: 1px solid ${K("neutral",300)} !important;
1253
+ }
1254
+
1255
+ ${l||r?`\n border: 1px solid ${K("neutral",700)};\n `:""}
1256
+ `,Er=({label:e,caption:l,placeholder:r,errorMessage:i,required:n,disabled:t,size:a="default",defaultValue:o="",onChange:d,minLength:c,maxLength:s,...p})=>{const[h,x]=N(o),[u,C]=N(!1),[b,m]=N(!1),[f,v]=N("");q((()=>{const{length:e}=o;c&&e<c&&e>0?(C(e<c),m(!1),v(`Enter at least ${c-e} characters`)):c&&0===e&&v(`Min ${c} characters`),s&&e>0?(C(!1),m(e>s),v(`You have ${s-e} characters remaining`)):s&&0===e&&v(`Max ${s} characters`)}),[]);const w=!!i||u||b;return Z("div",{css:zr(a),children:[w?T("div",{css:Hr}):null,Z(g.Root,{required:n,invalid:w,gap:"0",style:{marginLeft:w?"19px":"0px"},children:[e?Z(g.Label,{css:_r(a,t),"aria-label":e,children:[T(g.RequiredIndicator,{"aria-label":"required"}),e,n?"":T("span",{children:" (Optional)"})]}):null,l?T(g.HelperText,{css:Ir(a,t),"aria-label":l,children:l}):null,i?T(g.ErrorText,{css:Zr,"aria-label":i,children:i}):null,T($,{placeholder:r,disabled:t,css:Tr(a,h,o),onChange:e=>{x(e.target.value);const{length:l}=e.target.value;c&&s?(C(l<c),m(l>s),v(`You have ${s-l} characters remaining`)):c?(C(l<c),m(!1),v(l<c?`Enter at least ${c-l} characters`:"")):s&&(m(l>s),C(!1),v(`You have ${s-l} characters remaining`)),d&&d(e)},value:h,_placeholder:{color:"var(--chakra-colors-neutral-500)"},...p}),u&&c?Z(g.ErrorText,{css:Zr,style:{marginTop:"8px",fontSize:"12px",lineHeight:"16px"},"aria-live":"polite",children:["You need ",c-h.length," more characters"]}):null,b&&s?Z(g.ErrorText,{css:Zr,style:{marginTop:"8px",fontSize:"12px",lineHeight:"16px"},"aria-live":"polite",children:["You have ",h.length-s," characters too many"]}):null,!f||b||u?null:T(g.HelperText,{css:Br,"aria-label":f,children:f})]})]})},Fr=(e,l)=>F`
1257
+ height: 28px;
1258
+ width: 28px;
1259
+ background-color: ${e||K("success",300)};
1260
+ border: 1px solid ${K("neutral",100)};
1261
+ border-radius: 50%;
1262
+ box-shadow: 0px 2px 4px -2px #0000001a;
1263
+ box-shadow: 0px 4px 6px -1px #0000001a;
1264
+ cursor: ${l?"pointer":"default"};
1265
+ display: flex;
1266
+ align-items: center;
1267
+ justify-content: center;
1268
+
1269
+ &:focus-visible {
1270
+ outline-color: ${K("primary",700)};
1271
+ outline-offset: 2px;
1190
1272
  }
1191
1273
 
1192
- ${l||r?`\n border: 1px solid ${W("neutral",700)};\n `:""}
1193
- `,mr=({label:e,caption:l,placeholder:r,errorMessage:n,required:t,disabled:i,size:a="default",defaultValue:o="",onChange:d,minLength:c,maxLength:s,...p})=>{const[h,x]=A(o),[u,C]=A(!1),[b,m]=A(!1),[f,v]=A("");S((()=>{const{length:e}=o;c&&e<c&&e>0?(C(e<c),m(!1),v(`Enter at least ${c-e} characters`)):c&&0===e&&v(`Min ${c} characters`),s&&e>0?(C(!1),m(e>s),v(`You have ${s-e} characters remaining`)):s&&0===e&&v(`Max ${s} characters`)}),[]);const w=!!n||u||b;return I("div",{css:pr(a),children:[w?B("div",{css:hr}):null,I(g.Root,{required:t,invalid:w,gap:"0",style:{marginLeft:w?"19px":"0px"},children:[e?I(g.Label,{css:xr(a,i),"aria-label":e,children:[B(g.RequiredIndicator,{"aria-label":"required"}),e,t?"":B("span",{children:" (Optional)"})]}):null,l?B(g.HelperText,{css:ur(a,i),"aria-label":l,children:l}):null,n?B(g.ErrorText,{css:gr,"aria-label":n,children:n}):null,B($,{placeholder:r,disabled:i,css:br(a,h,o),onChange:e=>{x(e.target.value);const{length:l}=e.target.value;c&&s?(C(l<c),m(l>s),v(`You have ${s-l} characters remaining`)):c?(C(l<c),m(!1),v(l<c?`Enter at least ${c-l} characters`:"")):s&&(m(l>s),C(!1),v(`You have ${s-l} characters remaining`)),d&&d(e)},value:h,_placeholder:{color:"var(--chakra-colors-neutral-500)"},...p}),u&&c?I(g.ErrorText,{css:gr,style:{marginTop:"8px",fontSize:"12px",lineHeight:"16px"},"aria-live":"polite",children:["You need ",c-h.length," more characters"]}):null,b&&s?I(g.ErrorText,{css:gr,style:{marginTop:"8px",fontSize:"12px",lineHeight:"16px"},"aria-live":"polite",children:["You have ",h.length-s," characters too many"]}):null,!f||b||u?null:B(g.HelperText,{css:Cr,"aria-label":f,children:f})]})]})},fr=Z`
1194
- background-color: ${W("neutral",100)};
1195
- `,vr=Z`
1274
+ svg {
1275
+ height: 14px;
1276
+ width: 14px;
1277
+ }
1278
+ `,Sr=({ariaLabel:e,icon:l,backgroundColor:r,onClick:i})=>T("div",{css:Fr(r,!!i),"aria-label":e,role:"button",tabIndex:0,onClick:i,onKeyDown:i,children:l}),Pr=F`
1279
+ background-color: ${K("neutral",100)};
1280
+ `,Dr=F`
1196
1281
  font-size: 16px;
1197
1282
  font-weight: 700;
1198
1283
  line-height: 24px;
1199
1284
  text-align: left;
1200
- color: ${W("neutral",800)};
1285
+ color: ${K("neutral",800)};
1201
1286
  display: flex;
1202
1287
  align-items: center;
1203
1288
  text-align: left;
1204
1289
  gap: 10px;
1205
- `,$r=Z`
1290
+ `,jr=F`
1206
1291
  font-size: 12px;
1207
1292
  font-weight: 400;
1208
1293
  line-height: 16px;
1209
1294
  text-align: left;
1210
- color: ${W("neutral",600)};
1295
+ color: ${K("neutral",600)};
1211
1296
  margin-bottom: 8px;
1212
- `,wr=Z`
1297
+ `,Ar=F`
1213
1298
  width: 268px;
1214
1299
  padding: 16px 0;
1215
- border-bottom: 1px solid ${W("neutral",300)};
1216
- `,kr=Z`
1300
+ border-bottom: 1px solid ${K("neutral",300)};
1301
+ `,Nr=F`
1217
1302
  display: flex;
1218
1303
  align-items: flex-start;
1219
1304
  justify-content: space-between;
1220
- `,yr=Z`
1305
+ `,qr=F`
1221
1306
  display: flex;
1222
1307
  flex-direction: column;
1223
- `,Lr=e=>Z`
1308
+ `,Or=e=>F`
1224
1309
  font-size: 16px;
1225
1310
  font-weight: 400;
1226
1311
  line-height: 24px;
1227
1312
  text-align: left;
1228
- color: ${W("neutral",e?500:800)};
1229
- `,Rr=e=>Z`
1313
+ color: ${K("neutral",e?500:800)};
1314
+ `,Ur=e=>F`
1230
1315
  font-size: 14px;
1231
1316
  font-weight: 400;
1232
1317
  line-height: 20px;
1233
1318
  text-align: left;
1234
- color: ${W("neutral",e?500:600)};
1235
- `,Vr=({name:e,label:l,caption:r,showInfoButton:t=!0,infoButtonLabel:i="About data",variant:a="switch",disabled:o,onInfoClick:d,isDefaultSelected:c=!1,onChange:s})=>{const p="switch"===a;return I("div",{css:wr,children:[I("div",p?{css:kr,children:[I("div",{css:yr,children:[B("p",{css:Lr(o),"aria-label":l,"aria-disabled":o,children:l}),B("p",{"aria-label":r,css:Rr(o),children:r})]}),B(Qe,{"aria-label":`${l}, ${r}`,name:e,disabled:o,defaultChecked:c,onChange:s,role:"switch"})]}:{style:{display:"flex",flexDirection:"column"},children:[B(Ae,{value:e,disabled:o,fontSize:"16px",color:"var(--chakra-colors-neutral-800)",children:l}),B("p",{style:{marginLeft:"28px"},css:Rr(o),children:r})]}),t?B(n,{display:"flex",justifyContent:"flex-start",marginTop:"8px",marginLeft:p?0:"28px",children:B(X,{variant:"secondary",label:i,rightIcon:B(ie,{}),size:"small",onClick:d,disabled:o})}):null]})},Mr=({label:e,caption:l,value:r,layerItems:t,onChangeForRadioVariant:i})=>{const[a,o]=A({}),[d]=A((e=>{const l=e.find((e=>"radio"===e.variant&&e.isDefaultSelected));return l?.name})(t));S((()=>{let l={...a};t.forEach((r=>{r.isDefaultSelected&&(l={...l,["radio"===r.variant?e:r.name]:r.isDefaultSelected})})),o(l)}),[]);const c=(e,l,r,n)=>{const t={...a,[e]:l};o(t),r&&r(e,l,n)},s=Object.values(a).filter((e=>!0===e)).length;return I(w.Item,{value:r,width:"300px",children:[I(w.ItemTrigger,{padding:"16px",alignItems:"flex-start",children:[I(n,{width:"full",display:"flex",flexDirection:"column",alignItems:"flex-start",children:[I("span",{css:vr,children:[e,B(Sl,{label:`${s} Active`,size:"small",variant:s>0?"success":"info-grey"})]}),B("div",{css:$r,children:l})]}),B(w.ItemIndicator,{display:"flex",children:B(ae,{color:"var(--chakra-colors-neutral-700)",height:"16px",width:"16px"})})]}),B(w.ItemContent,{paddingLeft:"16px",paddingRight:"16px",children:B(Se,{name:e,defaultValue:d,customGap:"0px",onChange:(e,l)=>c(e,!!l,i,l),children:t.map((e=>B(Vr,{...e,onChange:(l,r)=>c(l,r,e.onChange)},e.label)))})})]})},_r=({children:e,defaultValue:l,...r})=>B("div",{css:fr,style:{width:"300px"},children:B(w.Root,{css:{},defaultValue:l,multiple:!0,...r,children:e})}),zr=e=>Z`
1319
+ color: ${K("neutral",e?500:600)};
1320
+ `,Wr=({name:e,label:l,caption:r,showInfoButton:n=!0,infoButtonLabel:t="About data",variant:a="switch",disabled:o,onInfoClick:d,isDefaultSelected:c=!1,onChange:s})=>{const p="switch"===a;return Z("div",{css:Ar,children:[Z("div",p?{css:Nr,children:[Z("div",{css:qr,children:[T("p",{css:Or(o),"aria-label":l,"aria-disabled":o,children:l}),T("p",{"aria-label":r,css:Ur(o),children:r})]}),T(gl,{"aria-label":`${l}, ${r}`,name:e,disabled:o,defaultChecked:c,onChange:s,role:"switch"})]}:{style:{display:"flex",flexDirection:"column"},children:[T(nl,{value:e,disabled:o,fontSize:"16px",color:"var(--chakra-colors-neutral-800)",children:l}),T("p",{style:{marginLeft:"28px"},css:Ur(o),children:r})]}),n?T(i,{display:"flex",justifyContent:"flex-start",marginTop:"8px",marginLeft:p?0:"28px",children:T(re,{variant:"secondary",label:t,rightIcon:T(de,{}),size:"small",onClick:d,disabled:o})}):null]})},Gr=({label:e,caption:l,value:r,layerItems:n,onChangeForRadioVariant:t})=>{const[a,o]=N({}),[d]=N((e=>{const l=e.find((e=>"radio"===e.variant&&e.isDefaultSelected));return l?.name})(n));q((()=>{let l={...a};n.forEach((r=>{r.isDefaultSelected&&(l={...l,["radio"===r.variant?e:r.name]:r.isDefaultSelected})})),o(l)}),[]);const c=(e,l,r,i)=>{const n={...a,[e]:l};o(n),r&&r(e,l,i)},s=Object.values(a).filter((e=>!0===e)).length;return Z(w.Item,{value:r,width:"300px",children:[Z(w.ItemTrigger,{padding:"16px",alignItems:"flex-start",children:[Z(i,{width:"full",display:"flex",flexDirection:"column",alignItems:"flex-start",children:[Z("span",{css:Dr,children:[e,T(tr,{label:`${s} Active`,size:"small",variant:s>0?"success":"info-grey"})]}),T("div",{css:jr,children:l})]}),T(w.ItemIndicator,{display:"flex",children:T(ce,{color:"var(--chakra-colors-neutral-700)",height:"16px",width:"16px"})})]}),T(w.ItemContent,{paddingLeft:"16px",paddingRight:"16px",children:T(tl,{name:e,defaultValue:d,customGap:"0px",onChange:(e,l)=>c(e,!!l,t,l),children:n.map((e=>T(Wr,{...e,onChange:(l,r)=>c(l,r,e.onChange)},e.label)))})})]})},Yr=({children:e,defaultValue:l,...r})=>T("div",{css:Pr,style:{width:"300px"},children:T(w.Root,{css:{},defaultValue:l,multiple:!0,...r,children:e})}),Kr=e=>F`
1236
1321
  width: 100%;
1237
1322
  display: flex;
1238
1323
  align-items: center;
1239
1324
  height: 40px;
1240
1325
 
1241
- ${"view"===e&&`\n border: 1px solid ${W("neutral",400)};\n background-color: ${W("neutral",200)};\n border-radius: 4px;\n padding: 4px;\n `}
1242
- `,Ir=Z`
1326
+ ${"view"===e&&`\n border: 1px solid ${K("neutral",400)};\n background-color: ${K("neutral",200)};\n border-radius: 4px;\n padding: 4px;\n `}
1327
+ `,Qr=F`
1243
1328
  width: 99%;
1244
1329
  height: 40px;
1245
1330
  padding: 8px 16px;
@@ -1255,39 +1340,39 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
1255
1340
  &:focus-visible {
1256
1341
  box-shadow: none;
1257
1342
  }
1258
- `,Br=Z`
1259
- background-color: ${W("neutral",200)};
1260
- color: ${W("neutral",600)};
1343
+ `,Jr=F`
1344
+ background-color: ${K("neutral",200)};
1345
+ color: ${K("neutral",600)};
1261
1346
 
1262
1347
  &:hover {
1263
- background-color: ${W("neutral",100)};
1348
+ background-color: ${K("neutral",100)};
1264
1349
  }
1265
1350
 
1266
1351
  &:active {
1267
- background-color: ${W("neutral",300)};
1352
+ background-color: ${K("neutral",300)};
1268
1353
  }
1269
1354
 
1270
1355
  &:focus-visible {
1271
- background-color: ${W("neutral",300)};
1272
- outline-color: ${W("primary",700)};
1356
+ background-color: ${K("neutral",300)};
1357
+ outline-color: ${K("primary",700)};
1273
1358
  outline-offset: 2px;
1274
1359
  }
1275
1360
 
1276
1361
  &[data-selected] {
1277
- background-color: ${W("neutral",100)};
1278
- color: ${W("neutral",800)};
1362
+ background-color: ${K("neutral",100)};
1363
+ color: ${K("neutral",800)};
1279
1364
 
1280
1365
  &:hover {
1281
- background-color: ${W("neutral",200)};
1366
+ background-color: ${K("neutral",200)};
1282
1367
  }
1283
1368
 
1284
1369
  &:active {
1285
- background-color: ${W("neutral",300)};
1370
+ background-color: ${K("neutral",300)};
1286
1371
  }
1287
1372
 
1288
1373
  &:focus-visible {
1289
- background-color: ${W("neutral",100)};
1290
- outline-color: ${W("primary",700)};
1374
+ background-color: ${K("neutral",100)};
1375
+ outline-color: ${K("primary",700)};
1291
1376
  outline-offset: 2px;
1292
1377
  }
1293
1378
 
@@ -1297,63 +1382,63 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
1297
1382
  }
1298
1383
 
1299
1384
  &[data-disabled] {
1300
- background-color: ${W("neutral",200)};
1301
- color: ${W("neutral",400)};
1385
+ background-color: ${K("neutral",200)};
1386
+ color: ${K("neutral",400)};
1302
1387
 
1303
1388
  &[data-selected] {
1304
- background-color: ${W("neutral",100)};
1305
- color: ${W("neutral",400)};
1389
+ background-color: ${K("neutral",100)};
1390
+ color: ${K("neutral",400)};
1306
1391
  opacity: 1;
1307
1392
  }
1308
1393
  }
1309
- `,Hr=Z`
1394
+ `,Xr=F`
1310
1395
  width: 4px;
1311
1396
  height: 24px;
1312
- background-color: ${W("neutral",400)};
1313
- `,Zr=Z`
1397
+ background-color: ${K("neutral",400)};
1398
+ `,ei=F`
1314
1399
  height: 32px;
1315
1400
  border-radius: 2px;
1316
- background-color: ${W("neutral",200)};
1317
- color: ${W("neutral",600)};
1401
+ background-color: ${K("neutral",200)};
1402
+ color: ${K("neutral",600)};
1318
1403
 
1319
1404
  &:hover {
1320
- background-color: ${W("neutral",300)};
1405
+ background-color: ${K("neutral",300)};
1321
1406
  box-shadow: 0px 1px 2px 0px #0000000d;
1322
1407
  }
1323
1408
 
1324
1409
  &:active {
1325
- background-color: ${W("neutral",300)};
1410
+ background-color: ${K("neutral",300)};
1326
1411
  box-shadow: 0px 2px 4px -2px #0000001a;
1327
1412
  box-shadow: 0px 4px 6px -1px #0000001a;
1328
1413
  }
1329
1414
 
1330
1415
  &:focus-visible {
1331
- outline-color: ${W("primary",700)};
1416
+ outline-color: ${K("primary",700)};
1332
1417
  outline-offset: 2px;
1333
1418
  }
1334
1419
 
1335
1420
  &[data-selected] {
1336
- background-color: ${W("neutral",100)};
1337
- border: 1px solid ${W("neutral",300)};
1421
+ background-color: ${K("neutral",100)};
1422
+ border: 1px solid ${K("neutral",300)};
1338
1423
  box-shadow: 0px 1px 2px 0px #0000000d;
1339
- color: ${W("neutral",800)};
1424
+ color: ${K("neutral",800)};
1340
1425
 
1341
1426
  &:hover {
1342
- background-color: ${W("neutral",200)};
1343
- border: 1px solid ${W("neutral",300)};
1427
+ background-color: ${K("neutral",200)};
1428
+ border: 1px solid ${K("neutral",300)};
1344
1429
  box-shadow: 0px 2px 4px -2px #0000001a;
1345
1430
  box-shadow: 0px 4px 6px -1px #0000001a;
1346
1431
  }
1347
1432
 
1348
1433
  &:active {
1349
- background-color: ${W("neutral",300)};
1350
- border: 1px solid ${W("neutral",300)};
1434
+ background-color: ${K("neutral",300)};
1435
+ border: 1px solid ${K("neutral",300)};
1351
1436
  box-shadow: 0px 2px 4px -2px #0000001a;
1352
1437
  box-shadow: 0px 4px 6px -1px #0000001a;
1353
1438
  }
1354
1439
 
1355
1440
  &:focus-visible {
1356
- outline-color: ${W("primary",700)};
1441
+ outline-color: ${K("primary",700)};
1357
1442
  outline-offset: 2px;
1358
1443
  }
1359
1444
 
@@ -1363,8 +1448,8 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
1363
1448
  }
1364
1449
 
1365
1450
  &[data-disabled] {
1366
- background-color: ${W("neutral",200)};
1367
- color: ${W("neutral",400)};
1451
+ background-color: ${K("neutral",200)};
1452
+ color: ${K("neutral",400)};
1368
1453
  box-shadow: none;
1369
1454
 
1370
1455
  &:hover {
@@ -1372,41 +1457,41 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
1372
1457
  }
1373
1458
 
1374
1459
  &[data-selected] {
1375
- background-color: ${W("neutral",100)};
1376
- color: ${W("neutral",400)};
1460
+ background-color: ${K("neutral",100)};
1461
+ color: ${K("neutral",400)};
1377
1462
  opacity: 1;
1378
1463
  }
1379
1464
  }
1380
- `,Tr=(e,l)=>e.findIndex((e=>e.value===l)),Er=e=>1===e?"none":2===e?"left":"right",Fr=({variant:e="panel",defaultValue:l,tabs:r,onTabClick:t})=>{const[i,a]=A(Tr(r,l)||0),o="view"===e;return B("div",{css:zr(e),children:B(k.Root,{width:"full",defaultValue:l||r?.[0]?.value,onFocusChange:({focusedValue:e})=>{return a(Tr(r,l=e)),void(t&&t(l));var l},children:B(k.List,{alignItems:"center",border:"none",children:r.map(((e,l)=>I(N,{children:[o&&1===l&&"left"===Er(i)?B("div",{css:Hr}):null,B(k.Trigger,{css:[Ir,o?Zr:Br],"aria-label":e["aria-label"]||e.label,...e,children:I(n,{display:"flex",alignItems:"center",gap:"5px",children:[e.icon,e.label]})},e.label),o&&1===l&&"right"===Er(i)?B("div",{css:Hr}):null]},e.label)))})})})},Dr=Z`
1465
+ `,li=(e,l)=>e.findIndex((e=>e.value===l)),ri=e=>1===e?"none":2===e?"left":"right",ii=({variant:e="panel",defaultValue:l,tabs:r,onTabClick:n})=>{const[t,a]=N(li(r,l)||0),o="view"===e;return T("div",{css:Kr(e),children:T(k.Root,{width:"full",defaultValue:l||r?.[0]?.value,onFocusChange:({focusedValue:e})=>{return a(li(r,l=e)),void(n&&n(l));var l},children:T(k.List,{alignItems:"center",border:"none",children:r.map(((e,l)=>Z(O,{children:[o&&1===l&&"left"===ri(t)?T("div",{css:Xr}):null,T(k.Trigger,{css:[Qr,o?ei:Jr],"aria-label":e["aria-label"]||e.label,...e,children:Z(i,{display:"flex",alignItems:"center",gap:"5px",children:[e.icon,e.label]})},e.label),o&&1===l&&"right"===ri(t)?T("div",{css:Xr}):null]},e.label)))})})})},ni=F`
1381
1466
  width: 300px;
1382
- background-color: ${W("neutral",100)};
1383
- `,jr=Z`
1467
+ background-color: ${K("neutral",100)};
1468
+ `,ti=F`
1384
1469
  padding: 16px 16px 20px 16px;
1385
- border-bottom: 1px solid ${W("neutral",300)};
1386
- `,Ar=Z`
1387
- color: ${W("neutral",700)};
1470
+ border-bottom: 1px solid ${K("neutral",300)};
1471
+ `,ai=F`
1472
+ color: ${K("neutral",700)};
1388
1473
  font-weight: 700;
1389
1474
  font-size: 20px;
1390
1475
  line-height: 28px;
1391
1476
  text-align: left;
1392
- `,Sr=Z`
1393
- color: ${W("neutral",600)};
1477
+ `,oi=F`
1478
+ color: ${K("neutral",600)};
1394
1479
  font-weight: 400;
1395
1480
  font-size: 14px;
1396
1481
  line-height: 20px;
1397
1482
  text-align: left;
1398
- `,Nr=({title:e,description:l,tabBarVariant:r="panel",buttonTabs:n,defaultValue:t,onTabClick:i,children:a})=>I("div",{css:Dr,children:[I("aside",{css:jr,role:"complementary",children:[B("h2",{css:Ar,"aria-label":e,children:e}),B("p",{css:Sr,"aria-label":l,children:l})]}),n&&n.length>0?B(Fr,{variant:r,defaultValue:t,tabs:n,onTabClick:i}):null,a]}),qr=Z`
1483
+ `,di=({title:e,description:l,tabBarVariant:r="panel",buttonTabs:i,defaultValue:n,onTabClick:t,children:a})=>Z("div",{css:ni,children:[Z("aside",{css:ti,role:"complementary",children:[T("h2",{css:ai,"aria-label":e,children:e}),T("p",{css:oi,"aria-label":l,children:l})]}),i&&i.length>0?T(ii,{variant:r,defaultValue:n,tabs:i,onTabClick:t}):null,a]}),ci=F`
1399
1484
  margin-bottom: 16px;
1400
- border: 1px solid ${W("neutral",300)};
1485
+ border: 1px solid ${K("neutral",300)};
1401
1486
  border-radius: 4px;
1402
1487
  box-shadow: 0px 1px 2px 0px #0000000d;
1403
- `,Or=Z`
1488
+ `,si=F`
1404
1489
  padding: 6px 8px;
1405
1490
  align-items: center;
1406
- background-color: ${W("neutral",100)};
1491
+ background-color: ${K("neutral",100)};
1407
1492
 
1408
1493
  &[aria-expanded='true'] {
1409
- border-bottom: 1px solid ${W("neutral",300)};
1494
+ border-bottom: 1px solid ${K("neutral",300)};
1410
1495
  border-bottom-right-radius: 0px;
1411
1496
  border-bottom-left-radius: 0px;
1412
1497
  }
@@ -1415,19 +1500,19 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
1415
1500
  height: 10px;
1416
1501
  width: 10px;
1417
1502
  }
1418
- `,Pr=Z`
1503
+ `,pi=F`
1419
1504
  font-size: 12px;
1420
1505
  font-weight: 700;
1421
1506
  line-height: 16px;
1422
- color: ${W("neutral",700)};
1423
- `,Ur=Z`
1507
+ color: ${K("neutral",700)};
1508
+ `,hi=F`
1424
1509
  padding: 12px 8px;
1425
1510
  display: flex;
1426
1511
  flex-direction: column;
1427
1512
 
1428
1513
  .layer-parameters-item-child {
1429
1514
  padding-bottom: 16px;
1430
- border-bottom: 1px solid ${W("neutral",300)};
1515
+ border-bottom: 1px solid ${K("neutral",300)};
1431
1516
  margin-bottom: 16px;
1432
1517
 
1433
1518
  &:last-child {
@@ -1436,59 +1521,59 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
1436
1521
  margin-bottom: 0px;
1437
1522
  }
1438
1523
  }
1439
- `,Wr=({label:e,children:l,openedByDefault:r})=>B("div",{children:B(w.Root,{defaultValue:r?[e]:[],multiple:!0,children:I(w.Item,{css:qr,value:e,children:[I(w.ItemTrigger,{css:Or,children:[B(n,{width:"full",display:"flex",flexDirection:"column",alignItems:"flex-start",children:B("p",{css:Pr,children:e})}),B(w.ItemIndicator,{display:"flex",children:B(ae,{color:"var(--chakra-colors-neutral-700)",height:"16px",width:"16px"})})]}),B(w.ItemContent,{css:Ur,children:q.map(l,(e=>B("div",{className:"layer-parameters-item-child",children:e})))})]})})}),Gr=Z`
1524
+ `,xi=({label:e,children:l,openedByDefault:r})=>T("div",{children:T(w.Root,{defaultValue:r?[e]:[],multiple:!0,children:Z(w.Item,{css:ci,value:e,children:[Z(w.ItemTrigger,{css:si,children:[T(i,{width:"full",display:"flex",flexDirection:"column",alignItems:"flex-start",children:T("p",{css:pi,children:e})}),T(w.ItemIndicator,{display:"flex",children:T(ce,{color:"var(--chakra-colors-neutral-700)",height:"16px",width:"16px"})})]}),T(w.ItemContent,{css:hi,children:U.map(l,(e=>T("div",{className:"layer-parameters-item-child",children:e})))})]})})}),ui=F`
1440
1525
  padding: 12px;
1441
1526
  padding-bottom: 20px;
1442
1527
  display: flex;
1443
1528
  gap: 12px;
1444
- border-bottom: 1px solid ${W("neutral",300)};
1445
- `,Yr=Z`
1529
+ border-bottom: 1px solid ${K("neutral",300)};
1530
+ `,Ci=F`
1446
1531
  display: flex;
1447
1532
  flex-direction: column;
1448
1533
 
1449
1534
  svg {
1450
1535
  path {
1451
- fill: ${W("neutral",500)} !important;
1536
+ fill: ${K("neutral",500)} !important;
1452
1537
  }
1453
1538
  }
1454
- `,Kr=Z`
1539
+ `,gi=F`
1455
1540
  display: flex;
1456
1541
  align-items: flex-start;
1457
1542
  justify-content: space-between;
1458
1543
  gap: 12px;
1459
1544
  margin-bottom: 16px;
1460
- `,Jr=Z`
1545
+ `,bi=F`
1461
1546
  font-size: 16px;
1462
1547
  line-height: 24px;
1463
1548
  font-weight: 400;
1464
1549
  text-align: left;
1465
- color: ${W("neutral",800)};
1466
- `,Qr=Z`
1550
+ color: ${K("neutral",800)};
1551
+ `,mi=F`
1467
1552
  font-size: 14px;
1468
1553
  line-height: 20px;
1469
1554
  font-weight: 400;
1470
1555
  text-align: left;
1471
- color: ${W("neutral",600)};
1472
- `,Xr=Z`
1556
+ color: ${K("neutral",600)};
1557
+ `,fi=F`
1473
1558
  display: flex;
1474
1559
  justify-content: space-between;
1475
1560
 
1476
1561
  button {
1477
1562
  width: 110px;
1478
1563
  }
1479
- `,en=Z`
1564
+ `,vi=F`
1480
1565
  width: 234px;
1481
- border: 1px solid ${W("neutral",600)};
1566
+ border: 1px solid ${K("neutral",600)};
1482
1567
  border-radius: 4px;
1483
- `,ln=Z`
1568
+ `,$i=F`
1484
1569
  padding: 12px;
1485
- `,rn=Z`
1570
+ `,wi=F`
1486
1571
  font-size: 14px;
1487
1572
  line-height: 20px;
1488
1573
  font-weight: 400;
1489
1574
  text-align: left;
1490
- color: ${W("neutral",900)};
1491
- `,nn=Z`
1575
+ color: ${K("neutral",900)};
1576
+ `,ki=F`
1492
1577
  display: flex;
1493
1578
  align-items: center;
1494
1579
  gap: 12px;
@@ -1509,23 +1594,23 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
1509
1594
  margin-top: 18px;
1510
1595
  width: 100%;
1511
1596
  }
1512
- `,tn=({defaultValue:e,onOpacityChanged:l})=>{const[r,n]=A(e);return I(y.Root,{positioning:{placement:"bottom-end"},children:[B(y.Trigger,{asChild:!0,children:B(X,{label:"Opacity",size:"small",variant:"secondary",leftIcon:B(ie,{})})}),B(y.Positioner,{children:B(y.Content,{css:en,children:I(y.Body,{css:ln,children:[B("p",{css:rn,children:"Opacity"}),I("div",{css:nn,children:[I("div",{style:{position:"relative"},children:[B(ml,{"aria-label":"Opacity",min:"0",max:"100",value:r,onChange:e=>{const r=e.target.value||"0";let t=parseInt(r,10);t=Number.isNaN(t)?0:t,t=t<0?0:t,t=t>100?100:t,n(t),l&&l(t)},className:"opacity-control-text-input",onClick:e=>e.target.select()}),B("p",{style:{position:"absolute",top:"18.5px",right:"5px"},children:"%"})]}),B(Ke,{min:0,max:100,value:[r],onValueChangeEnd:({value:e})=>{n(e[0]),l&&l(e[0])}})]})]})})})]})},an=({layerName:e,dataUnit:l,onDrag:r,onUpClick:n,onDownClick:t,onRemoveClick:i,children:a,onInfoClick:o,onOpacityChanged:d})=>I("div",{css:Gr,children:[I("div",{css:Yr,children:[B(fe,{icon:B(se,{}),"aria-label":"Drag and drop","aria-hidden":!0,onClick:r,style:{display:"none",marginBottom:"12px"}}),I("div",{style:{display:"flex",flexDirection:"column",gap:"12px"},children:[B(fe,{icon:B(ae,{rotate:"180"}),"aria-label":"Up",onClick:n}),B(fe,{icon:B(ae,{}),"aria-label":"Down",onClick:t})]})]}),I("div",{children:[I("div",{css:Kr,children:[I("div",{children:[B("h3",{css:Jr,children:e}),B("p",{css:Qr,children:l})]}),B(X,{label:"Remove",size:"small",variant:"secondary",rightIcon:B(oe,{}),onClick:i})]}),a,I("div",{css:Xr,children:[B(X,{label:"About data",size:"small",variant:"secondary",leftIcon:B(ie,{}),onClick:o}),B(tn,{defaultValue:80,onOpacityChanged:d})]})]})]}),on=Z`
1597
+ `,yi=({defaultValue:e,onOpacityChanged:l})=>{const[r,i]=N(e);return Z(y.Root,{positioning:{placement:"bottom-end"},children:[T(y.Trigger,{asChild:!0,children:T(re,{label:"Opacity",size:"small",variant:"secondary",leftIcon:T(de,{})})}),T(y.Positioner,{children:T(y.Content,{css:vi,children:Z(y.Body,{css:$i,children:[T("p",{css:wi,children:"Opacity"}),Z("div",{css:ki,children:[Z("div",{style:{position:"relative"},children:[T(El,{"aria-label":"Opacity",min:"0",max:"100",value:r,onChange:e=>{const r=e.target.value||"0";let n=parseInt(r,10);n=Number.isNaN(n)?0:n,n=n<0?0:n,n=n>100?100:n,i(n),l&&l(n)},className:"opacity-control-text-input",onClick:e=>e.target.select()}),T("p",{style:{position:"absolute",top:"18.5px",right:"5px"},children:"%"})]}),T(ul,{min:0,max:100,value:[r],onValueChangeEnd:({value:e})=>{i(e[0]),l&&l(e[0])}})]})]})})})]})},Li=({layerName:e,dataUnit:l,onDrag:r,onUpClick:i,onDownClick:n,onRemoveClick:t,children:a,onInfoClick:o,onOpacityChanged:d})=>Z("div",{css:ui,children:[Z("div",{css:Ci,children:[T(Ie,{icon:T(xe,{}),"aria-label":"Drag and drop","aria-hidden":!0,onClick:r,style:{display:"none",marginBottom:"12px"}}),Z("div",{style:{display:"flex",flexDirection:"column",gap:"12px"},children:[T(Ie,{icon:T(ce,{rotate:"180"}),"aria-label":"Up",onClick:i}),T(Ie,{icon:T(ce,{}),"aria-label":"Down",onClick:n})]})]}),Z("div",{children:[Z("div",{css:gi,children:[Z("div",{children:[T("h3",{css:bi,children:e}),T("p",{css:mi,children:l})]}),T(re,{label:"Remove",size:"small",variant:"secondary",rightIcon:T(se,{}),onClick:t})]}),a,Z("div",{css:fi,children:[T(re,{label:"About data",size:"small",variant:"secondary",leftIcon:T(de,{}),onClick:o}),T(yi,{defaultValue:80,onOpacityChanged:d})]})]})]}),Vi=F`
1513
1598
  width: 290px;
1514
1599
  box-shadow: 0px 2px 4px -2px #0000001a;
1515
1600
  box-shadow: 0px 4px 6px -1px #0000001a;
1516
- `,dn=(e,l,r)=>{const n=Array.from(e),[t]=n.splice(l,1);return n.splice(r,0,t),n},cn=({legendContent:e,analysisContent:l,onTabClick:r})=>{const[n,t]=A("legend-tab"),[i,a]=A(e);return I("div",{css:on,children:[B(Fr,{tabs:[{label:"Legend",value:"legend-tab",icon:B(pe,{})},{label:"Analysis",value:"analysis-tab",icon:B(he,{})}],onTabClick:e=>{t(e),r&&r(e)}}),"legend-tab"===n?B("div",{style:{display:"flex",flexDirection:"column",gap:"10px"},children:q.map(i,((e,l)=>O(e,{onUpClick:()=>{const e=dn(i,l,l-1);a(e)},onDownClick:()=>{const e=dn(i,l,l+1);a(e)}})))}):null,"analysis-tab"===n?B("div",{style:{display:"flex",flexDirection:"column",gap:"10px"},children:l}):null]})},sn=e=>Z`
1601
+ `,Ri=(e,l,r)=>{const i=Array.from(e),[n]=i.splice(l,1);return i.splice(r,0,n),i},Mi=({legendContent:e,analysisContent:l,onTabClick:r})=>{const[i,n]=N("legend-tab"),[t,a]=N(e);return Z("div",{css:Vi,children:[T(ii,{tabs:[{label:"Legend",value:"legend-tab",icon:T(ue,{})},{label:"Analysis",value:"analysis-tab",icon:T(Ce,{})}],onTabClick:e=>{n(e),r&&r(e)}}),"legend-tab"===i?T("div",{style:{display:"flex",flexDirection:"column",gap:"10px"},children:U.map(t,((e,l)=>W(e,{onUpClick:()=>{const e=Ri(t,l,l-1);a(e)},onDownClick:()=>{const e=Ri(t,l,l+1);a(e)}})))}):null,"analysis-tab"===i?T("div",{style:{display:"flex",flexDirection:"column",gap:"10px"},children:l}):null]})},zi=e=>F`
1517
1602
  width: 20px;
1518
1603
  height: 20px;
1519
1604
  border-radius: 50%;
1520
1605
  background-color: ${e};
1521
- border: 1px solid ${W("neutral",400)};
1522
- `,pn=e=>Z`
1606
+ border: 1px solid ${K("neutral",400)};
1607
+ `,Hi=e=>F`
1523
1608
  width: 20px;
1524
1609
  height: 8px;
1525
1610
  border-radius: 2px;
1526
1611
  background-color: ${e};
1527
- border: 1px solid ${W("neutral",400)};
1528
- `,hn=e=>Z`
1612
+ border: 1px solid ${K("neutral",400)};
1613
+ `,_i=e=>F`
1529
1614
  width: 20px;
1530
1615
  height: 20px;
1531
1616
  border-radius: 50%;
@@ -1538,45 +1623,45 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
1538
1623
  width: 10px;
1539
1624
  height: 10px;
1540
1625
  }
1541
- `,xn=Z`
1626
+ `,Ii=F`
1542
1627
  min-height: 36px;
1543
1628
  width: 100%;
1544
1629
  display: flex;
1545
1630
  justify-content: space-between;
1546
1631
  gap: 8px;
1547
1632
  margin-bottom: 16px;
1548
- `,un=Z`
1633
+ `,Bi=F`
1549
1634
  display: flex;
1550
1635
  gap: 8px;
1551
- `,Cn=Z`
1636
+ `,Zi=F`
1552
1637
  font-size: 14px;
1553
1638
  line-height: 20px;
1554
1639
  font-weight: 400;
1555
- color: ${W("neutral",800)};
1556
- `,gn=Z`
1640
+ color: ${K("neutral",800)};
1641
+ `,Ti=F`
1557
1642
  font-size: 12px;
1558
1643
  line-height: 16px;
1559
1644
  font-weight: 400;
1560
- color: ${W("neutral",700)};
1561
- `,bn=Z`
1645
+ color: ${K("neutral",700)};
1646
+ `,Ei=F`
1562
1647
  button {
1563
1648
  height: 25px;
1564
1649
  font-size: 12px;
1565
1650
  line-height: 16px;
1566
1651
  font-weight: 400;
1567
- color: ${W("neutral",600)};
1652
+ color: ${K("neutral",600)};
1568
1653
  padding: 0 10px;
1569
1654
  }
1570
- `,mn=({type:e,label:l,caption:r,color:n,onActionClick:t,showActionButton:i,pointIcon:a})=>{const[o,d]=A(!0),c="line"===e,s="point"===e;return I("div",{css:xn,children:[I("div",{css:un,children:[I("div",{children:["raster"===e&&B("div",{css:sn(n)}),c&&B("div",{css:pn(n)}),s&&B("div",{css:hn(n),children:a})]}),I("div",{children:[B("p",{css:Cn,"aria-label":l,children:l}),B("p",{css:gn,"aria-label":r,children:r})]})]}),t&&i?B("div",{css:bn,children:B(X,{variant:"borderless",label:o?"Hide":"Show",rightIcon:B(o?ce:de,{}),"aria-label":"Show or Hide action",onClick:()=>{d(!o),t&&t()}})}):null]})},fn=Z`
1655
+ `,Fi=({type:e,label:l,caption:r,color:i,onActionClick:n,showActionButton:t,pointIcon:a})=>{const[o,d]=N(!0),c="line"===e,s="point"===e;return Z("div",{css:Ii,children:[Z("div",{css:Bi,children:[Z("div",{children:["raster"===e&&T("div",{css:zi(i)}),c&&T("div",{css:Hi(i)}),s&&T("div",{css:_i(i),children:a})]}),Z("div",{children:[T("p",{css:Zi,"aria-label":l,children:l}),T("p",{css:Ti,"aria-label":r,children:r})]})]}),n&&t?T("div",{css:Ei,children:T(re,{variant:"borderless",label:o?"Hide":"Show",rightIcon:T(o?he:pe,{}),"aria-label":"Show or Hide action",onClick:()=>{d(!o),n&&n()}})}):null]})},Si=F`
1571
1656
  width: 100%;
1572
1657
  display: flex;
1573
1658
  flex-direction: column;
1574
1659
  margin-bottom: 16px;
1575
- `,vn=Z`
1660
+ `,Pi=F`
1576
1661
  height: 20px;
1577
1662
  width: 100%;
1578
1663
  margin-bottom: 8px;
1579
- border: 1px solid ${W("neutral",300)};
1664
+ border: 1px solid ${K("neutral",300)};
1580
1665
  border-radius: 4px;
1581
1666
  display: flex;
1582
1667
  align-items: center;
@@ -1590,37 +1675,135 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
1590
1675
  border-top-right-radius: 3px;
1591
1676
  border-bottom-right-radius: 3px;
1592
1677
  }
1593
- `,$n=Z`
1678
+ `,Di=F`
1594
1679
  display: flex;
1595
1680
  justify-content: space-between;
1596
1681
  align-items: flex-start;
1597
- `,wn=Z`
1682
+ `,ji=F`
1598
1683
  width: 100%;
1599
1684
  font-size: 12px;
1600
1685
  line-height: 16px;
1601
1686
  font-weight: 400;
1602
- color: ${W("neutral",800)};
1687
+ color: ${K("neutral",800)};
1603
1688
  text-align: center;
1604
- `,kn=Z`
1689
+ `,Ai=F`
1605
1690
  font-size: 12px;
1606
1691
  line-height: 16px;
1607
1692
  font-weight: 400;
1608
- color: ${W("neutral",600)};
1693
+ color: ${K("neutral",600)};
1609
1694
  text-align: center;
1610
- `,yn=e=>{const l=e.map(((l,r)=>`${r/(e.length-1)*100}%`));return`linear-gradient(to right, ${e.map(((e,r)=>`${e} ${l[r]}`)).join(", ")})`},Ln=({colors:e,values:l,subLabels:r,isGradient:n})=>{return I("div",{css:fn,children:[B("div",n?{css:(t=yn(e),Z`
1695
+ `,Ni=e=>{const l=e.map(((l,r)=>`${r/(e.length-1)*100}%`));return`linear-gradient(to right, ${e.map(((e,r)=>`${e} ${l[r]}`)).join(", ")})`},qi=({colors:e,values:l,subLabels:r,isGradient:i})=>{return Z("div",{css:Si,children:[T("div",i?{css:(n=Ni(e),F`
1611
1696
  height: 20px;
1612
1697
  width: 100%;
1613
1698
  margin-bottom: 8px;
1614
- border: 1px solid ${W("neutral",300)};
1699
+ border: 1px solid ${K("neutral",300)};
1615
1700
  border-radius: 4px;
1616
- ${t?`background: ${t};`:""}
1617
- `)}:{css:vn,children:e?.map(((e,r)=>B("div",{"data-test":`${e}-${l?.[r]}`,style:{backgroundColor:e,width:"100%",height:"100%"}},`${e}-${l?.[r]}`)))}),B("div",{css:$n,children:l?.map((e=>B("div",{style:{width:n?"auto":`calc(100% / ${l.length})`,display:"flex",justifyContent:"center"},children:B("p",{css:wn,children:e})},e)))}),r&&r.length?B("div",{css:$n,children:r.map((e=>B("div",{style:{width:n?"auto":`calc(100% / ${l.length})`,display:"flex",justifyContent:"center"},children:B("p",{css:kn,style:{width:"100%"},children:e})},e)))}):null]});var t},Rn=Z`
1701
+ ${n?`background: ${n};`:""}
1702
+ `)}:{css:Pi,children:e?.map(((e,r)=>T("div",{"data-test":`${e}-${l?.[r]}`,style:{backgroundColor:e,width:"100%",height:"100%"}},`${e}-${l?.[r]}`)))}),T("div",{css:Di,children:l?.map((e=>T("div",{style:{width:i?"auto":`calc(100% / ${l.length})`,display:"flex",justifyContent:"center"},children:T("p",{css:ji,children:e})},e)))}),r&&r.length?T("div",{css:Di,children:r.map((e=>T("div",{style:{width:i?"auto":`calc(100% / ${l.length})`,display:"flex",justifyContent:"center"},children:T("p",{css:Ai,style:{width:"100%"},children:e})},e)))}):null]});var n},Oi=F`
1703
+ display: flex;
1704
+ flex-direction: column;
1705
+ gap: 24px;
1706
+ `,Ui=F`
1707
+ display: flex;
1708
+ gap: 16px;
1709
+ align-items: center;
1710
+
1711
+ .select-input-container {
1712
+ margin-bottom: 0px;
1713
+ }
1714
+ `,Wi=F`
1715
+ font-size: 18px;
1716
+ line-height: 28px;
1717
+ font-weight: 400;
1718
+ color: ${K("neutral",700)};
1719
+ `,Gi=({pageSize:e,currentPage:l,totalItems:r,onPageSizeChange:i})=>Z("div",{css:Oi,children:[Z("div",{css:Ui,children:[T("div",{style:{width:"80px"},children:T(dr,{defaultValue:[`${e}`],items:[{label:"10",value:"10"},{label:"20",value:"20"},{label:"50",value:"50"},{label:"100",value:"100"}],onChange:e=>{i&&i(parseInt(e[0],10))},required:!0})}),T("p",{css:Wi,children:"Per Page"})]}),T("p",{css:Wi,children:(()=>{const i=e,n=(l-1)*i+1;return`Showing ${n}-${Math.min(n+i-1,r)} of ${r}`})()})]}),Yi=F`
1720
+ svg {
1721
+ path {
1722
+ fill: ${K("primary",500)};
1723
+ }
1724
+ }
1725
+ `,Ki=F`
1726
+ font-size: 16px;
1727
+ line-height: 24px;
1728
+ font-weight: 700;
1729
+ color: ${K("neutral",900)};
1730
+ `,Qi=F`
1731
+ span {
1732
+ height: 20px;
1733
+ width: 20px;
1734
+ cursor: initial;
1735
+
1736
+ &:hover {
1737
+ background-color: transparent;
1738
+ }
1739
+ }
1740
+ `,Ji=F`
1741
+ font-size: 16px;
1742
+ line-height: 24px;
1743
+ font-weight: 400;
1744
+ color: ${K("neutral",700)};
1745
+
1746
+ &[data-selected] {
1747
+ color: ${K("neutral",900)};
1748
+ font-weight: 700;
1749
+ }
1750
+ `,Xi=({totalItems:e,pageSize:l,currentPage:r,compact:i,onPageChange:n})=>T("div",i?{"aria-label":"Pagination",children:T(L.Root,{count:e,pageSize:l,defaultPage:1,children:Z(V,{gap:"4",size:"sm",variant:"ghost",children:[T(L.PrevTrigger,{asChild:!0,children:T(Ie,{css:Yi,style:{rotate:"90deg"},icon:T(ce,{color:"var(--chakra-colors-primary-600)"}),"aria-label":"Previous page"})}),T(L.PageText,{css:Ki}),T(L.NextTrigger,{asChild:!0,children:T(Ie,{css:Yi,style:{rotate:"270deg"},icon:T(ce,{color:"var(--chakra-colors-primary-600)"}),"aria-label":"Next page"})})]})})}:{"aria-label":"Pagination",children:T(L.Root,{count:e,pageSize:l,defaultPage:r,onPageChange:e=>n&&n(e.page),siblingCount:1,children:Z(V,{gap:"2",size:"sm",variant:"ghost",css:Qi,children:[T(L.PrevTrigger,{asChild:!0,children:T(Ie,{css:Yi,style:{rotate:"90deg"},icon:T(ce,{}),"aria-label":"Previous page"})}),T(L.Items,{render:e=>T(Ie,{css:Ji,"aria-label":`Page ${e.value}`,icon:T("p",{children:e.value})})}),T(L.NextTrigger,{asChild:!0,children:T(Ie,{css:Yi,style:{rotate:"270deg"},icon:T(ce,{}),"aria-label":"Next page"})})]})})}),en=F`
1751
+ border: 1px solid ${K("neutral",300)};
1752
+ border-radius: 2px;
1753
+ box-shadow: 0 0 0 1px ${K("neutral",300)};
1754
+ `,ln=F`
1755
+ tr {
1756
+ background-color: ${K("neutral",200)};
1757
+ }
1758
+ `,rn=F`
1759
+ font-size: 16px;
1760
+ line-height: 24px;
1761
+ font-weight: 700;
1762
+ color: ${K("neutral",800)};
1763
+ display: flex;
1764
+ align-items: center;
1765
+ `,nn=F`
1766
+ height: 24px;
1767
+ width: 10px;
1768
+ display: flex;
1769
+ flex-direction: column;
1770
+ align-items: center;
1771
+ justify-content: space-between;
1772
+ margin-left: 8px;
1773
+
1774
+ button {
1775
+ height: 10px;
1776
+ width: 10px !important;
1777
+ min-width: 10px !important;
1778
+ background-color: transparent;
1779
+
1780
+ svg {
1781
+ height: 10px;
1782
+ width: 10px;
1783
+ path {
1784
+ fill: ${K("neutral",400)};
1785
+ }
1786
+ }
1787
+ }
1788
+ `,tn=e=>F`
1789
+ svg {
1790
+ path {
1791
+ fill: ${e?K("primary",600):K("neutral",400)} !important;
1792
+ }
1793
+ }
1794
+ `,an=F`
1795
+ margin-top: 12px;
1796
+ display: flex;
1797
+ justify-content: space-between;
1798
+ `,on=F`
1799
+ margin-top: 9px;
1800
+ `,dn=({columns:e,data:l,renderRow:r,striped:i,stickyHeader:n,pagination:t,selectable:a,selectedRows:o,onSortColumn:d,onPageSizeChange:c,onPageChange:s,onAllItemsSelected:p})=>{const[h,x]=N({key:"",order:""}),{totalItems:u=l.length,currentPage:C=1,pageSize:g=10,showItemCount:b}=t||{},m=(e,l)=>{x({key:e,order:l}),d&&d({key:e,order:l})},f=o?.length===l?.length,v=o&&o.length>0&&!f;return Z("div",{children:[Z(R.Root,{css:en,striped:i,stickyHeader:n,interactive:!0,children:[T(R.Header,{css:ln,children:Z(R.Row,{children:[a?T(R.ColumnHeader,{children:T(Oe,{name:"header-checkbox",checked:f,indeterminate:v,onCheckedChange:({checked:e})=>{p&&p(e)}})}):null,e.map((e=>T(R.ColumnHeader,{role:e.sortable?"columnheader":void 0,"aria-sort":e.sortable&&"asc"===h.order?"ascending":e.sortable&&"desc"===h.order?"descending":void 0,children:Z("div",{css:rn,children:[e.label,e.sortable?Z("div",{css:nn,children:[T(Ie,{css:tn(h.key===e.key&&"asc"===h.order),icon:T(ce,{style:{transform:"rotate(180deg)"}}),onClick:()=>m(e.key,"asc"),"aria-label":"Ascending"}),T(Ie,{css:tn(h.key===e.key&&"desc"===h.order),icon:T(ce,{}),onClick:()=>m(e.key,"desc"),"aria-label":"Descending"})]}):null]})},e.key)))]})}),T(R.Body,{children:l.map((e=>T(A.Fragment,{children:r(e)},e.id)))})]}),Z("div",{css:an,children:[T("div",{children:b?T(Gi,{pageSize:g,currentPage:C,totalItems:u,onPageSizeChange:c}):null}),t?T("div",{css:on,children:T(Xi,{totalItems:u,pageSize:g,currentPage:C,onPageChange:s})}):null]})]})},cn=R.Row,sn=R.Cell,pn=F`
1618
1801
  a,
1619
1802
  p {
1620
1803
  font-size: 16px;
1621
1804
  font-weight: 400;
1622
1805
  line-height: 24px;
1623
- color: ${W("neutral",600)};
1806
+ color: ${K("neutral",600)};
1624
1807
  display: flex;
1625
1808
  align-items: center;
1626
1809
  justify-content: center;
@@ -1630,45 +1813,45 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
1630
1813
  svg {
1631
1814
  height: 16px;
1632
1815
  width: 16px;
1633
- color: ${W("neutral",600)};
1816
+ color: ${K("neutral",600)};
1634
1817
  }
1635
1818
  }
1636
1819
 
1637
1820
  p {
1638
1821
  font-weight: 700;
1639
- color: ${W("neutral",800)};
1822
+ color: ${K("neutral",800)};
1640
1823
 
1641
1824
  svg {
1642
- color: ${W("neutral",800)};
1825
+ color: ${K("neutral",800)};
1643
1826
  }
1644
1827
  }
1645
1828
 
1646
1829
  a:hover {
1647
1830
  text-decoration: underline;
1648
1831
  }
1649
- `,Vn=Z`
1832
+ `,hn=F`
1650
1833
  svg {
1651
1834
  height: 12px;
1652
1835
  width: 12px;
1653
- color: ${W("neutral",600)};
1836
+ color: ${K("neutral",600)};
1654
1837
  }
1655
- `,Mn=Z`
1838
+ `,xn=F`
1656
1839
  cursor: pointer;
1657
- color: ${W("neutral",600)};
1840
+ color: ${K("neutral",600)};
1658
1841
  display: flex;
1659
1842
  justify-content: center;
1660
1843
  align-items: center;
1661
- `,_n=({links:e,separator:l,maxItems:r=99,linkRouter:n})=>{const[t,i]=A(e.length>r);S((()=>{i(e.length>r)}),[e.length]);const a=n;return B(L.Root,{children:B(L.List,{gap:"16px",children:t?I(H,{children:[B(L.Item,{css:Rn,children:I(a,{to:e[0].link,href:e[0].link,children:[e[0].icon,e[0].label]})}),B(L.Separator,{css:Vn,children:l||B(ae,{rotate:"270"})}),B("li",{className:"chakra-breadcrumb__item",children:B("button",{css:Mn,type:"button",onClick:()=>i(!1),children:"..."})}),B(L.Separator,{css:Vn,children:l||B(ae,{rotate:"270"})}),B(L.Item,{css:Rn,children:I("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?I(N,{children:[B(L.Item,{css:Rn,children:n<e.length-1?I(a,{to:r.link,href:r.link,children:[r.icon,r.label]}):I("p",{"aria-current":"page","aria-label":r.label,children:[r.label&&r.icon?r.icon:"",r.label]})}),n<e.length-1?B(L.Separator,{css:Vn,children:l||B(ae,{rotate:"270"})}):null]},r.label):null))})})},zn=(e,l)=>Z`
1844
+ `,un=({links:e,separator:l,maxItems:r=99,linkRouter:i})=>{const[n,t]=N(e.length>r);q((()=>{t(e.length>r)}),[e.length]);const a=i;return T(M.Root,{children:T(M.List,{gap:"16px",children:n?Z(E,{children:[T(M.Item,{css:pn,children:Z(a,{to:e[0].link,href:e[0].link,children:[e[0].icon,e[0].label]})}),T(M.Separator,{css:hn,children:l||T(ce,{rotate:"270"})}),T("li",{className:"chakra-breadcrumb__item",children:T("button",{css:xn,type:"button",onClick:()=>t(!1),children:"..."})}),T(M.Separator,{css:hn,children:l||T(ce,{rotate:"270"})}),T(M.Item,{css:pn,children:Z("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,i)=>r?.label?Z(O,{children:[T(M.Item,{css:pn,children:i<e.length-1?Z(a,{to:r.link,href:r.link,children:[r.icon,r.label]}):Z("p",{"aria-current":"page","aria-label":r.label,children:[r.label&&r.icon?r.icon:"",r.label]})}),i<e.length-1?T(M.Separator,{css:hn,children:l||T(ce,{rotate:"270"})}):null]},r.label):null))})})},Cn=(e,l)=>F`
1662
1845
  min-height: 56px;
1663
1846
  width: 100vw;
1664
1847
  position: ${e?"fixed":"absolute"};
1665
1848
  bottom: 0;
1666
1849
  left: 0;
1667
- background-color: ${l?W("neutral",200):"transparent"};
1668
- background-color: ${W("neutral",l?200:100)};
1669
- border-top: 1px solid ${W("neutral",400)};
1850
+ background-color: ${l?K("neutral",200):"transparent"};
1851
+ background-color: ${K("neutral",l?200:100)};
1852
+ border-top: 1px solid ${K("neutral",400)};
1670
1853
  z-index: 101;
1671
- `,In=e=>Z`
1854
+ `,gn=e=>F`
1672
1855
  height: 100%;
1673
1856
  width: 100%;
1674
1857
  max-width: ${e?`${e}px`:"100%"};
@@ -1683,7 +1866,7 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
1683
1866
  flex-direction: column;
1684
1867
  align-items: flex-start;
1685
1868
  }
1686
- `,Bn=Z`
1869
+ `,bn=F`
1687
1870
  display: flex;
1688
1871
  align-items: center;
1689
1872
  flex-wrap: wrap;
@@ -1693,40 +1876,40 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
1693
1876
  font-size: 14px;
1694
1877
  line-height: 20px;
1695
1878
  font-weight: 400;
1696
- color: ${W("neutral",600)};
1879
+ color: ${K("neutral",600)};
1697
1880
  text-decoration: underline;
1698
1881
  }
1699
- `,Hn=Z`
1882
+ `,mn=F`
1700
1883
  width: 240px;
1701
1884
  font-size: 14px;
1702
1885
  line-height: 20px;
1703
1886
  font-weight: 400;
1704
- color: ${W("neutral",600)};
1887
+ color: ${K("neutral",600)};
1705
1888
  text-align: right;
1706
1889
 
1707
1890
  @media screen and (max-width: 768px) {
1708
1891
  text-align: left;
1709
1892
  }
1710
- `,Zn=({children:e,label:l="©️World Resources Institute",fixed:r,filled:n,maxWidth:t})=>{const i=(new Date).getFullYear();return B("footer",{css:zn(r,n),children:I("div",{css:In(t),children:[B("div",{children:B(ge,{height:"32px",width:"91px"})}),B("div",{css:Bn,children:e}),B("div",{children:I("p",{css:Hn,children:[l," ",i]})})]})})},Tn=e=>Z`
1893
+ `,fn=({children:e,label:l="©️World Resources Institute",fixed:r,filled:i,maxWidth:n})=>{const t=(new Date).getFullYear();return T("footer",{css:Cn(r,i),children:Z("div",{css:gn(n),children:[T("div",{children:T(fe,{height:"32px",width:"91px"})}),T("div",{css:bn,children:e}),T("div",{children:Z("p",{css:mn,children:[l," ",t]})})]})})},vn=e=>F`
1711
1894
  width: 64px;
1712
1895
  height: ${e||"100vh"};
1713
1896
  z-index: 100;
1714
1897
  position: fixed;
1715
1898
  top: 0;
1716
1899
  left: 0;
1717
- border-right: 1px solid ${W("neutral",300)};
1718
- background-color: ${W("neutral",200)};
1900
+ border-right: 1px solid ${K("neutral",300)};
1901
+ background-color: ${K("neutral",200)};
1719
1902
  display: flex;
1720
1903
  flex-direction: column;
1721
1904
  justify-content: space-between;
1722
- `,En=Z`
1905
+ `,$n=F`
1723
1906
  width: 64px;
1724
1907
  height: 64px;
1725
- background-color: ${W("neutral",200)};
1908
+ background-color: ${K("neutral",200)};
1726
1909
  border-radius: initial;
1727
1910
  border-style: solid;
1728
1911
  border-width: 1px 1px 0px 0px;
1729
- border-color: ${W("neutral",300)};
1912
+ border-color: ${K("neutral",300)};
1730
1913
  cursor: pointer;
1731
1914
  border-left: 2px solid transparent;
1732
1915
  padding: 0 5px;
@@ -1735,16 +1918,16 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
1735
1918
  justify-content: center;
1736
1919
 
1737
1920
  &:hover {
1738
- background-color: ${W("neutral",100)};
1921
+ background-color: ${K("neutral",100)};
1739
1922
  }
1740
1923
 
1741
1924
  &:active {
1742
- background-color: ${W("neutral",300)} !important;
1925
+ background-color: ${K("neutral",300)} !important;
1743
1926
  }
1744
1927
 
1745
1928
  &:focus-visible {
1746
- background-color: ${W("neutral",200)};
1747
- outline-color: ${W("primary",700)};
1929
+ background-color: ${K("neutral",200)};
1930
+ outline-color: ${K("primary",700)};
1748
1931
  outline-offset: 2px;
1749
1932
  box-shadow: none;
1750
1933
  }
@@ -1754,20 +1937,20 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
1754
1937
  font-weight: 400;
1755
1938
  line-height: 14px;
1756
1939
  text-align: center;
1757
- color: ${W("neutral",600)};
1940
+ color: ${K("neutral",600)};
1758
1941
  }
1759
1942
 
1760
1943
  &[data-selected] {
1761
- background-color: ${W("neutral",100)};
1762
- border-left: 2px solid ${W("secondary",500)};
1944
+ background-color: ${K("neutral",100)};
1945
+ border-left: 2px solid ${K("secondary",500)};
1763
1946
 
1764
1947
  &:hover {
1765
- background-color: ${W("neutral",200)};
1948
+ background-color: ${K("neutral",200)};
1766
1949
  }
1767
1950
 
1768
1951
  &:focus-visible {
1769
- background-color: ${W("neutral",100)};
1770
- outline-color: ${W("primary",700)};
1952
+ background-color: ${K("neutral",100)};
1953
+ outline-color: ${K("primary",700)};
1771
1954
  outline-offset: 2px;
1772
1955
  box-shadow: none;
1773
1956
  }
@@ -1775,12 +1958,12 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
1775
1958
  .tab-label {
1776
1959
  p {
1777
1960
  font-weight: 700;
1778
- color: ${W("neutral",700)};
1961
+ color: ${K("neutral",700)};
1779
1962
  }
1780
1963
 
1781
1964
  svg {
1782
1965
  path {
1783
- fill: ${W("neutral",700)};
1966
+ fill: ${K("neutral",700)};
1784
1967
  }
1785
1968
  }
1786
1969
  }
@@ -1791,25 +1974,25 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
1791
1974
  }
1792
1975
 
1793
1976
  &[data-disabled] {
1794
- background-color: ${W("neutral",200)} !important;
1977
+ background-color: ${K("neutral",200)} !important;
1795
1978
 
1796
1979
  &[data-selected] {
1797
- background-color: ${W("neutral",100)} !important;
1980
+ background-color: ${K("neutral",100)} !important;
1798
1981
  }
1799
1982
 
1800
1983
  .tab-label {
1801
1984
  p {
1802
- color: ${W("neutral",400)};
1985
+ color: ${K("neutral",400)};
1803
1986
  }
1804
1987
 
1805
1988
  svg {
1806
1989
  path {
1807
- fill: ${W("neutral",400)};
1990
+ fill: ${K("neutral",400)};
1808
1991
  }
1809
1992
  }
1810
1993
  }
1811
1994
  }
1812
- `,Fn=Z`
1995
+ `,wn=F`
1813
1996
  display: flex;
1814
1997
  justify-content: center;
1815
1998
  align-items: center;
@@ -1819,17 +2002,17 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
1819
2002
  height: 16px;
1820
2003
 
1821
2004
  path {
1822
- fill: ${W("neutral",600)};
2005
+ fill: ${K("neutral",600)};
1823
2006
  }
1824
2007
  }
1825
- `,Dn=Z`
2008
+ `,kn=F`
1826
2009
  width: 64px;
1827
2010
  height: 64px;
1828
- background-color: ${W("neutral",200)};
2011
+ background-color: ${K("neutral",200)};
1829
2012
  border-radius: initial;
1830
2013
  border-style: solid;
1831
2014
  border-width: 1px 1px 0px 0px;
1832
- border-color: ${W("neutral",300)};
2015
+ border-color: ${K("neutral",300)};
1833
2016
  cursor: pointer;
1834
2017
  border-left: 2px solid transparent;
1835
2018
  padding: 0 5px;
@@ -1840,15 +2023,15 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
1840
2023
  gap: 5px;
1841
2024
 
1842
2025
  &:hover {
1843
- background-color: ${W("neutral",100)};
2026
+ background-color: ${K("neutral",100)};
1844
2027
  }
1845
2028
 
1846
2029
  &:active {
1847
- background-color: ${W("neutral",300)} !important;
2030
+ background-color: ${K("neutral",300)} !important;
1848
2031
  }
1849
2032
 
1850
2033
  &:focus-visible {
1851
- outline-color: ${W("primary",700)};
2034
+ outline-color: ${K("primary",700)};
1852
2035
  outline-offset: 2px;
1853
2036
  box-shadow: none;
1854
2037
  }
@@ -1858,9 +2041,9 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
1858
2041
  font-weight: 400;
1859
2042
  line-height: 14px;
1860
2043
  text-align: center;
1861
- color: ${W("neutral",600)};
2044
+ color: ${K("neutral",600)};
1862
2045
  }
1863
- `,jn=Z`
2046
+ `,yn=F`
1864
2047
  width: 300px;
1865
2048
  height: 100vh;
1866
2049
  z-index: 100;
@@ -1868,23 +2051,23 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
1868
2051
  top: 0;
1869
2052
  left: 64px;
1870
2053
  box-shadow: 2px 0px 2px 0px #0000000d;
1871
- background-color: ${W("neutral",100)};
2054
+ background-color: ${K("neutral",100)};
1872
2055
  overflow-y: auto;
1873
2056
  overflow-x: hidden;
1874
- `,An=({tabs:e=[],defaultValue:l,onTabClick:r,children:t,onOpenChange:i,customHeight:a})=>{const[o,d]=A(!1),[c,s]=A(l||e?.[0]?.value);return I(H,{children:[I("div",{css:Tn(a),children:[B(k.Root,{defaultValue:l||e?.[0]?.value,orientation:"horizontal",width:"full",onFocusChange:({focusedValue:e})=>{return s(l=e),void(r&&r(l));var l},role:"tablist",children:B(k.List,{alignItems:"center",border:"none",style:{flexDirection:"column"},children:e.map((e=>B(k.Trigger,{css:En,"aria-label":e["aria-label"]||e.label,...e,children:I(n,{display:"flex",alignItems:"center",flexDirection:"column",gap:"5px",className:"tab-label",children:[e.icon?B("div",{css:Fn,children:e.icon}):null,B("p",{children:e.label})]})},e.label)))})}),t?B(R.Root,{onOpenChange:({open:e})=>{d(e),i&&i(!e)},children:I(R.Trigger,{css:Dn,children:[B("div",{css:Fn,children:B(o?re:le,{})}),I("div",{className:"tab-label",children:[B("p",{children:o?"Show":"Hide"}),B("p",{children:"Sidebar"})]})]})}):null]}),t?B(R.Root,{defaultOpen:!0,open:!o,children:B(R.Content,{children:B("div",{css:jn,role:"tabpanel","aria-labelledby":c,children:t})})}):null]})},Sn=Z`
2057
+ `,Ln=({tabs:e=[],defaultValue:l,onTabClick:r,children:n,onOpenChange:t,customHeight:a})=>{const[o,d]=N(!1),[c,s]=N(l||e?.[0]?.value);return Z(E,{children:[Z("div",{css:vn(a),children:[T(k.Root,{defaultValue:l||e?.[0]?.value,orientation:"horizontal",width:"full",onFocusChange:({focusedValue:e})=>{return s(l=e),void(r&&r(l));var l},role:"tablist",children:T(k.List,{alignItems:"center",border:"none",style:{flexDirection:"column"},children:e.map((e=>T(k.Trigger,{css:$n,"aria-label":e["aria-label"]||e.label,...e,children:Z(i,{display:"flex",alignItems:"center",flexDirection:"column",gap:"5px",className:"tab-label",children:[e.icon?T("div",{css:wn,children:e.icon}):null,T("p",{children:e.label})]})},e.label)))})}),n?T(z.Root,{onOpenChange:({open:e})=>{d(e),t&&t(!e)},children:Z(z.Trigger,{css:kn,children:[T("div",{css:wn,children:T(o?te:ne,{})}),Z("div",{className:"tab-label",children:[T("p",{children:o?"Show":"Hide"}),T("p",{children:"Sidebar"})]})]})}):null]}),n?T(z.Root,{defaultOpen:!0,open:!o,children:T(z.Content,{children:T("div",{css:yn,role:"tabpanel","aria-labelledby":c,children:n})})}):null]})},Vn=F`
1875
2058
  position: relative;
1876
2059
  display: flex;
1877
- `,Nn=Z`
2060
+ `,Rn=F`
1878
2061
  height: 4px;
1879
2062
  width: 4px;
1880
- background-color: ${W("error",500)};
2063
+ background-color: ${K("error",500)};
1881
2064
  border-radius: 4px;
1882
2065
  position: absolute;
1883
2066
  top: 0px;
1884
2067
  right: 0px;
1885
- `,qn=Z`
2068
+ `,Mn=F`
1886
2069
  height: 8px;
1887
- background-color: ${W("error",500)};
2070
+ background-color: ${K("error",500)};
1888
2071
  padding: 0 2px 1px 2px;
1889
2072
  border-radius: 8px;
1890
2073
  display: flex;
@@ -1893,11 +2076,11 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
1893
2076
  position: absolute;
1894
2077
  top: -2px;
1895
2078
  left: 9px;
1896
- `,On=Z`
2079
+ `,zn=F`
1897
2080
  font-size: 8px;
1898
2081
  font-weight: 700;
1899
- color: ${W("error",100)};
1900
- `,Pn=({hasNotification:e,notificationCount:l})=>{const r=(()=>{let e="";return l&&l>0&&(e=`${l>99?"99+":l}`),e})();return I("div",{css:Sn,role:"status","aria-live":"polite",children:[e&&r.length>0?B("div",{css:qn,children:B("p",{css:On,"aria-label":`${l} unread message`,children:r})}):null,e&&!l?B("div",{css:Nn,"aria-hidden":!0}):null,B(be,{color:"var(--chakra-colors-neutral-800)",height:"16px",width:"16px"})]})},Un=(e,l)=>Z`
2082
+ color: ${K("error",100)};
2083
+ `,Hn=({hasNotification:e,notificationCount:l})=>{const r=(()=>{let e="";return l&&l>0&&(e=`${l>99?"99+":l}`),e})();return Z("div",{css:Vn,role:"status","aria-live":"polite",children:[e&&r.length>0?T("div",{css:Mn,children:T("p",{css:zn,"aria-label":`${l} unread message`,children:r})}):null,e&&!l?T("div",{css:Rn,"aria-hidden":!0}):null,T(ve,{color:"var(--chakra-colors-neutral-800)",height:"16px",width:"16px"})]})},_n=(e,l)=>F`
1901
2084
  width: 100%;
1902
2085
  min-width: ${"small"===e?"234px":"366px"};
1903
2086
  border-radius: 4px;
@@ -1912,7 +2095,7 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
1912
2095
  button {
1913
2096
  margin-left: ${l?0:"24px"};
1914
2097
  }
1915
- `,Wn=Z`
2098
+ `,In=F`
1916
2099
  display: flex;
1917
2100
  align-items: flex-start;
1918
2101
  gap: 8px;
@@ -1920,59 +2103,59 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
1920
2103
  svg {
1921
2104
  margin-top: 6px;
1922
2105
  }
1923
- `,Gn=e=>Z`
1924
- color: ${W("neutral",800)};
2106
+ `,Bn=e=>F`
2107
+ color: ${K("neutral",800)};
1925
2108
  font-size: ${"small"===e?"14px":"18px"};
1926
2109
  line-height: ${"small"===e?"20px":"28px"};
1927
2110
  font-weight: 400;
1928
2111
  text-align: left;
1929
- `,Yn=e=>Z`
1930
- color: ${W("neutral",700)};
2112
+ `,Zn=e=>F`
2113
+ color: ${K("neutral",700)};
1931
2114
  font-size: ${"small"===e?"12px":"16px"};
1932
2115
  line-height: ${"small"===e?"16px":"24px"};
1933
2116
  font-weight: 400;
1934
2117
  margin-left: 24px;
1935
2118
  text-align: left;
1936
- `,Kn=Z`
1937
- background-color: ${W("neutral",100)};
1938
- border: 1px solid ${W("neutral",300)};
1939
- color: ${W("neutral",700)};
1940
- `,Jn=Z`
1941
- background-color: ${W("neutral",200)};
1942
- border: 1px solid ${W("neutral",300)};
1943
- color: ${W("neutral",700)};
1944
- `,Qn=Z`
1945
- background-color: ${W("success",100)};
1946
- border: 1px solid ${W("success",500)};
1947
- color: ${W("success",500)};
2119
+ `,Tn=F`
2120
+ background-color: ${K("neutral",100)};
2121
+ border: 1px solid ${K("neutral",300)};
2122
+ color: ${K("neutral",700)};
2123
+ `,En=F`
2124
+ background-color: ${K("neutral",200)};
2125
+ border: 1px solid ${K("neutral",300)};
2126
+ color: ${K("neutral",700)};
2127
+ `,Fn=F`
2128
+ background-color: ${K("success",100)};
2129
+ border: 1px solid ${K("success",500)};
2130
+ color: ${K("success",500)};
1948
2131
 
1949
2132
  p {
1950
- color: ${W("success",500)};
2133
+ color: ${K("success",500)};
1951
2134
  }
1952
- `,Xn=Z`
1953
- background-color: ${W("warning",100)};
1954
- border: 1px solid ${W("warning",500)};
1955
- color: ${W("warning",500)};
2135
+ `,Sn=F`
2136
+ background-color: ${K("warning",100)};
2137
+ border: 1px solid ${K("warning",500)};
2138
+ color: ${K("warning",500)};
1956
2139
 
1957
2140
  p {
1958
- color: ${W("warning",500)};
2141
+ color: ${K("warning",500)};
1959
2142
  }
1960
- `,et=Z`
1961
- background-color: ${W("error",100)};
1962
- border: 1px solid ${W("error",500)};
1963
- color: ${W("error",500)};
2143
+ `,Pn=F`
2144
+ background-color: ${K("error",100)};
2145
+ border: 1px solid ${K("error",500)};
2146
+ color: ${K("error",500)};
1964
2147
 
1965
2148
  p {
1966
- color: ${W("error",500)};
2149
+ color: ${K("error",500)};
1967
2150
  }
1968
- `,lt=({label:e,caption:l,variant:r,size:n="large",icon:t=B(ie,{height:"16px",width:"16px"}),onActionClick:i,actionLabel:a,isButtonRight:o})=>{let d=Kn;return"info-grey"===r?d=Jn:"success"===r?d=Qn:"warning"===r?d=Xn:"error"===r&&(d=et),I("div",{css:[Un(n,o),d],"aria-roledescription":"Note",children:[I("div",{children:[I("div",{css:Wn,children:[t,B("p",{css:Gn(n),children:e})]}),B("p",{css:Yn(n),children:l})]}),a?B(X,{label:a,variant:"info-white"===r||"info-grey"===r?"primary":"secondary",size:"large"===n?"default":"small",onClick:i}):null]})},rt=Z`
2151
+ `,Dn=({label:e,caption:l,variant:r,size:i="large",icon:n=T(de,{height:"16px",width:"16px"}),onActionClick:t,actionLabel:a,isButtonRight:o})=>{let d=Tn;return"info-grey"===r?d=En:"success"===r?d=Fn:"warning"===r?d=Sn:"error"===r&&(d=Pn),Z("div",{css:[_n(i,o),d],"aria-roledescription":"Note",children:[Z("div",{children:[Z("div",{css:In,children:[n,T("p",{css:Bn(i),children:e})]}),T("p",{css:Zn(i),children:l})]}),a?T(re,{label:a,variant:"info-white"===r||"info-grey"===r?"primary":"secondary",size:"large"===i?"default":"small",onClick:t}):null]})},jn=F`
1969
2152
  justify-content: space-between;
1970
2153
  align-items: center;
1971
2154
  gap: 8px;
1972
2155
  border-radius: 8px;
1973
2156
  padding: 8px 12px;
1974
- background-color: ${W("neutral",100)};
1975
- border: 1px solid ${W("neutral",300)};
2157
+ background-color: ${K("neutral",100)};
2158
+ border: 1px solid ${K("neutral",300)};
1976
2159
  box-shadow: 0px 4px 6px -4px #0000001a;
1977
2160
  box-shadow: 0px 10px 15px -3px #0000001a;
1978
2161
 
@@ -1983,43 +2166,43 @@ import{createSystem as e,defaultConfig as l,Button as r,Box as n,Spinner as t,Ic
1983
2166
  }
1984
2167
 
1985
2168
  &[data-type='success'] {
1986
- background-color: ${W("success",100)};
1987
- border: 1px solid ${W("success",500)};
2169
+ background-color: ${K("success",100)};
2170
+ border: 1px solid ${K("success",500)};
1988
2171
 
1989
2172
  .chakra-toast__title {
1990
- color: ${W("success",500)};
2173
+ color: ${K("success",500)};
1991
2174
  }
1992
2175
  }
1993
2176
 
1994
2177
  &[data-type='warning'] {
1995
- background-color: ${W("warning",100)};
1996
- border: 1px solid ${W("warning",500)};
2178
+ background-color: ${K("warning",100)};
2179
+ border: 1px solid ${K("warning",500)};
1997
2180
 
1998
2181
  .chakra-toast__title {
1999
- color: ${W("warning",500)};
2182
+ color: ${K("warning",500)};
2000
2183
  }
2001
2184
  }
2002
2185
 
2003
2186
  &[data-type='error'] {
2004
- background-color: ${W("error",100)};
2005
- border: 1px solid ${W("error",500)};
2187
+ background-color: ${K("error",100)};
2188
+ border: 1px solid ${K("error",500)};
2006
2189
 
2007
2190
  .chakra-toast__title {
2008
- color: ${W("error",500)};
2191
+ color: ${K("error",500)};
2009
2192
  }
2010
2193
  }
2011
- `,nt=Z`
2194
+ `,An=F`
2012
2195
  font-size: 18px;
2013
2196
  line-height: 28px;
2014
2197
  font-weight: 400;
2015
- color: ${W("neutral",800)};
2016
- `,tt=Z`
2198
+ color: ${K("neutral",800)};
2199
+ `,Nn=F`
2017
2200
  font-size: 16px;
2018
2201
  line-height: 24px;
2019
2202
  font-weight: 400;
2020
- color: ${W("neutral",700)};
2021
- `,it=Z`
2203
+ color: ${K("neutral",700)};
2204
+ `,qn=F`
2022
2205
  padding: 6px;
2023
- `,at=Z`
2206
+ `,On=F`
2024
2207
  padding: 6px;
2025
- `,ot={pauseOnPageIdle:!0,offsets:"24px"},dt={"top-start":V({placement:"top-start",...ot}),"top-end":V({placement:"top-end",...ot}),"bottom-start":V({placement:"bottom-start",...ot}),"bottom-end":V({placement:"bottom-end",...ot})},ct=e=>{dt[e.placement].create({title:e.label,description:e.caption,duration:e.duration||5e3,meta:{closable:e.closable,icon:e.icon,closableLabel:e.closableLabel},...e})},st=()=>Object.keys(dt).map((e=>B(a,{children:B(M,{toaster:dt[e],insetInline:{mdDown:"4"},children:l=>I(_.Root,{css:rt,width:{md:"sm"},children:[I(z,{flexDirection:"row",className:"icon-container",children:["info"===l.type?l.meta?.icon?l.meta.icon:B(ie,{color:"var(--chakra-colors-neutral-700)"}):null,"loading"===l.type?B(t,{size:"lg",borderWidth:"3px",color:"var(--chakra-colors-primary-500)"}):null,"success"===l.type?l.meta?.icon?l.meta.icon:B(xe,{color:"var(--chakra-colors-success-500)"}):null,"warning"===l.type?l.meta?.icon?l.meta.icon:B(ue,{color:"var(--chakra-colors-warning-500)"}):null,"error"===l.type?l.meta?.icon?l.meta.icon:B(Ce,{color:"var(--chakra-colors-error-500)"}):null,I(z,{gap:"1",flex:"1",maxWidth:"100%",children:[B(_.Title,{css:nt,"aria-label":`${l.title}`,children:l.title}),l.description?B(_.Title,{css:tt,"aria-label":`${l.description}`,children:l.description}):null]})]}),l.action||l.meta?.closable?I(z,{flexDirection:"row",children:[l.action?B(X,{css:it,label:l.action.label,size:"small",variant:"info"===l.type?"primary":"secondary",onClick:()=>{l?.action?.onClick&&l.action.onClick(),dt[e].dismiss()}}):null,l.meta?.closable?B(X,{css:at,label:l.meta.closableLabel,"aria-label":l.meta?.closableLabel||"Dismiss",leftIcon:B(oe,{height:"10px!",width:"10px!"}),size:"small",variant:"secondary",onClick:()=>dt[e].dismiss()}):null]}):null]})})},e)));export{Pn as Badge,_n as Breadcrumb,X as Button,Ve as Checkbox,il as CheckboxList,ve as CloseButton,Zn as Footer,fe as IconButton,lt as InlineMessage,Pl as InputWithUnits,Mr as LayerGroup,_r as LayerGroupContainer,Vr as LayerItem,Nr as LayerPanel,Wr as LayerParameters,an as LegendItem,cn as LegendPanel,Le as MultiActionButton,An as NavigationRail,Ee as OptionCard,Fe as OptionCardGroup,Xl as Password,mn as QualitativeAttribute,Ae as Radio,Se as RadioGroup,ar as RadioList,Ln as ScaleBar,Ol as Select,Ke as Slider,sr as SliderInput,Qe as Switch,Fr as TabBar,Sl as Tag,ml as TextInput,mr as Textarea,st as Toast,U as designSystemStyles,ct as showToast};
2208
+ `,Un={pauseOnPageIdle:!0,offsets:"24px"},Wn={"top-start":H({placement:"top-start",...Un}),"top-end":H({placement:"top-end",...Un}),"bottom-start":H({placement:"bottom-start",...Un}),"bottom-end":H({placement:"bottom-end",...Un})},Gn=e=>{Wn[e.placement].create({title:e.label,description:e.caption,duration:e.duration||5e3,meta:{closable:e.closable,icon:e.icon,closableLabel:e.closableLabel},...e})},Yn=()=>Object.keys(Wn).map((e=>T(o,{children:T(_,{toaster:Wn[e],insetInline:{mdDown:"4"},children:l=>Z(I.Root,{css:jn,width:{md:"sm"},children:[Z(B,{flexDirection:"row",className:"icon-container",children:["info"===l.type?l.meta?.icon?l.meta.icon:T(de,{color:"var(--chakra-colors-neutral-700)"}):null,"loading"===l.type?T(n,{size:"lg",borderWidth:"3px",color:"var(--chakra-colors-primary-500)"}):null,"success"===l.type?l.meta?.icon?l.meta.icon:T(ge,{color:"var(--chakra-colors-success-500)"}):null,"warning"===l.type?l.meta?.icon?l.meta.icon:T(be,{color:"var(--chakra-colors-warning-500)"}):null,"error"===l.type?l.meta?.icon?l.meta.icon:T(me,{color:"var(--chakra-colors-error-500)"}):null,Z(B,{gap:"1",flex:"1",maxWidth:"100%",children:[T(I.Title,{css:An,"aria-label":`${l.title}`,children:l.title}),l.description?T(I.Title,{css:Nn,"aria-label":`${l.description}`,children:l.description}):null]})]}),l.action||l.meta?.closable?Z(B,{flexDirection:"row",children:[l.action?T(re,{css:qn,label:l.action.label,size:"small",variant:"info"===l.type?"primary":"secondary",onClick:()=>{l?.action?.onClick&&l.action.onClick(),Wn[e].dismiss()}}):null,l.meta?.closable?T(re,{css:On,label:l.meta.closableLabel,"aria-label":l.meta?.closableLabel||"Dismiss",leftIcon:T(se,{height:"10px!",width:"10px!"}),size:"small",variant:"secondary",onClick:()=>Wn[e].dismiss()}):null]}):null]})})},e))),Kn={Zoom:({onZoomInClick:e,onZoomOutClick:l,vertical:r})=>S(Se,{items:[{icon:S($e,{}),ariaLabel:"zoom in",onClick:e},{icon:S(we,{}),ariaLabel:"zoom out",onClick:l}],vertical:r}),Expand:({onClick:e})=>S(Se,{items:[{icon:S(ke,{}),ariaLabel:"expand",onClick:e}]}),Share:({onClick:e})=>S(Se,{items:[{icon:S(ye,{}),ariaLabel:"share",onClick:e}]}),Print:({onClick:e})=>S(Se,{items:[{icon:S(Le,{}),ariaLabel:"print",onClick:e}]}),Settings:({onClick:e})=>S(Se,{items:[{icon:S(Ve,{}),ariaLabel:"settings",onClick:e}]}),Question:({onClick:e})=>S(Se,{items:[{icon:S(Re,{}),ariaLabel:"question",onClick:e}]})},Qn={Paper:({ariaLabel:e,onClick:l})=>S(Sr,{ariaLabel:e||"paper icon",icon:S(Me,{color:"#79022C"}),backgroundColor:"#FFBCD4",onClick:l}),Drop:({ariaLabel:e,onClick:l})=>S(Sr,{ariaLabel:e||"drop icon",icon:S(ze,{color:"#7D2A03"}),backgroundColor:"#F3A078",onClick:l}),Plant:({ariaLabel:e,onClick:l})=>S(Sr,{ariaLabel:e||"plant icon",icon:S(He,{color:"#3B6402"}),backgroundColor:"#B7E578",onClick:l})};export{Hn as Badge,un as Breadcrumb,re as Button,Oe as Checkbox,kl as CheckboxList,Be as CloseButton,fn as Footer,Ie as IconButton,Sr as IconMarker,Qn as IconMarkers,Dn as InlineMessage,cr as InputWithUnits,Gi as ItemCount,Gr as LayerGroup,Yr as LayerGroupContainer,Wr as LayerItem,di as LayerPanel,xi as LayerParameters,Li as LegendItem,Mi as LegendPanel,Se as MapControl,Kn as MapControls,Ne as MultiActionButton,Ln as NavigationRail,el as OptionCard,ll as OptionCardGroup,Xi as Pagination,br as Password,Fi as QualitativeAttribute,nl as Radio,tl as RadioGroup,yr as RadioList,qi as ScaleBar,dr as Select,ul as Slider,Mr as SliderInput,gl as Switch,ii as TabBar,dn as Table,sn as TableCell,cn as TableRow,tr as Tag,El as TextInput,Er as Textarea,Yn as Toast,Y as designSystemStyles,K as getThemedColor,Gn as showToast};