@cryptofi/core-ui 0.4.0 → 0.6.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.js CHANGED
@@ -1,2 +1,2 @@
1
- import{createMultiStyleConfigHelpers as a,defineStyle as l,defineStyleConfig as e,extendTheme as i,withDefaultColorScheme as r,chakra as h,FormControl as t,Flex as d,FormLabel as n,Checkbox as o,FormErrorMessage as c,InputGroup as s,InputLeftElement as f,Input as p,InputRightElement as v,FormHelperText as g,Select as w,Tag as u,TagLeftIcon as b,TagLabel as m,TagRightIcon as x,TagCloseButton as Z,Alert as M,AlertIcon as H,Box as P,AlertTitle as y,AlertDescription as z,CloseButton as I,Spinner as B}from"@chakra-ui/react";import{jsxs as S,jsx as C}from"react/jsx-runtime";import{useState as A}from"react";function R(a,l={}){let e=!1;function i(l){const e=`chakra-${(["container","root"].includes(null!=l?l:"")?[a]:[a,l]).filter(Boolean).join("__")}`;return{className:e,selector:`.${e}`,toString:()=>l}}return{parts:function(...r){!function(){if(e)throw new Error("[anatomy] .part(...) should only be called once. Did you mean to use .extend(...) ?");e=!0}();for(const a of r)l[a]=i(a);return R(a,l)},toPart:i,extend:function(...e){for(const a of e)a in l||(l[a]=i(a));return R(a,l)},selectors:function(){return Object.fromEntries(Object.entries(l).map((([a,l])=>[a,l.selector])))},classnames:function(){return Object.fromEntries(Object.entries(l).map((([a,l])=>[a,l.className])))},get keys(){return Object.keys(l)},__type:{}}}var k=R("accordion").parts("root","container","button","panel").extend("icon"),L=R("alert").parts("title","description","container").extend("icon","spinner");R("avatar").parts("label","badge","container").extend("excessLabel","group"),R("breadcrumb").parts("link","item","container").extend("separator"),R("button").parts();var V=R("checkbox").parts("control","icon","container").extend("label");R("progress").parts("track","filledTrack").extend("label"),R("drawer").parts("overlay","dialogContainer","dialog").extend("header","closeButton","body","footer"),R("editable").parts("preview","input","textarea"),R("form").parts("container","requiredIndicator","helperText"),R("formError").parts("text","icon");var _=R("input").parts("addon","field","element","group");R("list").parts("container","item","icon"),R("menu").parts("button","list","item").extend("groupTitle","icon","command","divider"),R("modal").parts("overlay","dialogContainer","dialog").extend("header","closeButton","body","footer"),R("numberinput").parts("root","field","stepperGroup","stepper"),R("pininput").parts("field"),R("popover").parts("content","header","body","footer").extend("popper","arrow","closeButton"),R("progress").parts("label","filledTrack","track"),R("radio").parts("container","control","label");var O=R("select").parts("field","icon");R("slider").parts("container","track","thumb","filledTrack","mark"),R("stat").parts("container","label","helpText","number","icon"),R("switch").parts("container","track","thumb","label"),R("table").parts("table","thead","tbody","tr","th","td","tfoot","caption"),R("tabs").parts("root","tab","tablist","tabpanel","tabpanels","indicator");var D=R("tag").parts("container","label","closeButton");R("card").parts("container","header","body","footer"),R("stepper").parts("stepper","step","title","description","indicator","separator","icon","number");const{definePartsStyle:T,defineMultiStyleConfig:E}=a(k.keys),q=E({baseStyle:T({container:{border:"solid 1px lightgray",borderRadius:"md",bg:"gray.100",color:"black",marginBottom:4},panel:{bg:"white"}})}),{definePartsStyle:j,defineMultiStyleConfig:W}=a(L.keys),F=W({baseStyle:j((a=>{const{colorScheme:l,theme:e}=a,i=e.colors[l];return{icon:{svg:{path:{fill:i[500]}}},container:{bg:i[100],borderColor:i[500],borderRadius:"lg",borderStyle:"solid",borderWidth:1,padding:4},description:{color:"blackAlpha.900"},title:{color:"blackAlpha.900"}}})),defaultProps:{variant:"subtle"}}),U=e({baseStyle:{boxShadow:"0px 8px 16px 0px rgba(0,0,0,0.08)",svg:{width:"1.25em",path:{fill:"white"}}},variants:{alert:l({borderColor:"red.700",color:"red.700",border:"solid 2px",":hover, :focus":{backgroundColor:"gray.200"},svg:{path:{fill:"red.700"}}}),outline:l({border:"solid 2px",borderColor:"brand.600",color:"brand.600",":hover, :focus":{backgroundColor:"brand.50"},svg:{path:{fill:"brand.600"}}}),ghost:l({boxShadow:"none",color:"brand.600",":hover, :focus":{backgroundColor:"brand.50"},svg:{path:{fill:"brand.600"}}})}}),{definePartsStyle:N,defineMultiStyleConfig:$}=a(V.keys),G=$({baseStyle:N({control:{borderRadius:"base",borderColor:"brand.500",svg:{path:{fill:"inherit"}},_checked:{svg:{path:{fill:"white"}}},_hover:{bg:"gray.50",boxShadow:"0px 2px 8px 0px rgba(0, 0, 0, 0.08)",_disabled:{bg:"gray.100"}},_indeterminate:{bg:"brand.100",borderColor:"brand.100",_hover:{bg:"brand.100",boxShadow:"none"}},_invalid:{_checked:{borderColor:"brand.500"}}}}),sizes:{lg:{control:{boxSize:7,svg:{width:"1.75em"}}},md:{control:{boxSize:6,svg:{width:"1.5em"}}},sm:{control:{boxSize:4,svg:{width:"1.5em"}}}}}),J=e({baseStyle:{helperText:{fontSize:"sm"}}}),K=e({sizes:{sm:{text:{fontSize:"xs"}},xs:{text:{fontSize:"xs"}}}}),Q=e({baseStyle:{_groupInvalid:{color:"red.500"}},sizes:{sm:{fontSize:"sm"},xs:{fontSize:"xs"}}}),{definePartsStyle:X,defineMultiStyleConfig:Y}=a(_.keys),aa=Y({baseStyle:X({group:{svg:{width:"1.25em",path:{fill:"gray.800"}},_groupDisabled:{svg:{path:{fill:"gray.400"}}}},field:{_readOnly:{pointerEvents:"none"}}}),variants:{outline:{field:{border:"solid 1px",borderRadius:"lg",borderColor:"brand.200",":focus, :hover":{borderColor:"brand.600"},":hover:not([disabled])":{bg:"gray.50",boxShadow:"0px 2px 8px 0px rgba(0, 0, 0, 0.08)"},color:"gray.800",_disabled:{bg:"gray.200",borderColor:"gray.300",color:"gray.900",":focus, :hover":{bg:"gray.200",borderColor:"gray.300"}},_invalid:{boxShadow:"none",":focus, :hover":{borderColor:"red.500"}}}}},defaultProps:{variant:"outline"}}),{definePartsStyle:la,defineMultiStyleConfig:ea}=a(O.keys),ia=ea({baseStyle:la({icon:{svg:{path:{fill:"gray.800"}},_disabled:{svg:{path:{fill:"gray.400"}}}},field:{_readOnly:{pointerEvents:"none"}}}),variants:{outline:{field:{border:"solid 1px",borderRadius:"lg",borderColor:"brand.200",":focus, :hover":{borderColor:"brand.600"},":hover:not([disabled])":{bg:"gray.50",boxShadow:"0px 2px 8px 0px rgba(0, 0, 0, 0.08)"},color:"gray.800",_disabled:{bg:"gray.200",borderColor:"gray.300",color:"gray.900",":focus, :hover":{bg:"gray.200",borderColor:"gray.300"}},_invalid:{boxShadow:"none",":focus, :hover":{borderColor:"red.500"}}}}},sizes:{lg:{icon:{fontSize:"lg"}},md:{icon:{fontSize:"md"}},sm:{icon:{fontSize:"sm"}},xs:{icon:{fontSize:"xs"}}},defaultProps:{variant:"outline"}}),{definePartsStyle:ra,defineMultiStyleConfig:ha}=a(D.keys),ta=ra({container:{color:"blackAlpha.900",fontWeight:"bold",borderRadius:"full",svg:{path:{fill:"blackAlpha.900"}}}}),da=ra({container:{bg:"red.100",borderWidth:1,borderColor:"red.500"}}),na=ra({container:{bg:"yellow.100",borderColor:"yellow.500",borderWidth:1}});var oa=i({colors:{brand:{50:"#fafafa",100:"#cdcfd1",200:"#bfc3c5",300:"#b2b6b9",400:"#a5a9ac",500:"#8a9094",600:"#70777b",700:"#646a6d",800:"#585d60",900:"#404345"}},components:{Accordion:q,Alert:F,Button:U,Checkbox:G,Input:aa,Form:J,FormLabel:Q,FormError:K,Select:ia,Tag:ha({baseStyle:ta,defaultProps:{variant:"outline"},variants:{error:da,success:ra({container:{bg:"green.100",borderColor:"green.500",borderWidth:1}}),warning:na,outline:{container:{boxShadow:"none",borderColor:"brand.500",borderWidth:1}}},sizes:{sm:{container:{px:4,py:0}},md:{container:{px:6,py:1}},lg:{container:{px:6,py:1}}}})},styles:{global:{"[data-focus], :focus":{boxShadow:"none !important"}}}},r({colorScheme:"brand"}));const ca={components:oa.components,styles:oa.styles},sa=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[S("g",{fill:"#000",clipPath:"url(#a)",children:[C("path",{d:"M12 .5a12 12 0 1 0 12 12 12.013 12.013 0 0 0-12-12Zm0 22a10 10 0 1 1 10-10 10.011 10.011 0 0 1-10 10Z"}),C("path",{d:"M12 5.5a1 1 0 0 0-1 1v8a1 1 0 1 0 2 0v-8a1 1 0 0 0-1-1ZM13 18.5a1 1 0 1 0-2 0 1 1 0 0 0 2 0Z"})]}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),fa=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[C("g",{clipPath:"url(#a)",children:C("path",{fill:"#000",d:"M24 23.5a1 1 0 0 1-1 1H1a1 1 0 0 1 0-2h22a1 1 0 0 1 1 1ZM.291 9.052a2.443 2.443 0 0 1 .153-2.566c.427-.627 1-1.141 1.668-1.5l7.501-3.904a5.174 5.174 0 0 1 4.774 0l7.5 3.907c.669.359 1.24.873 1.668 1.5a2.442 2.442 0 0 1 .153 2.566 2.712 2.712 0 0 1-2.416 1.445H21v8h1a1 1 0 1 1 0 2H2a1 1 0 0 1 0-2h1v-8h-.292A2.713 2.713 0 0 1 .291 9.052Zm4.71 9.448h3v-8H5v8Zm5-8v8h4v-8h-4Zm9 0h-3v8h3v-8ZM2.062 8.125a.717.717 0 0 0 .645.375h18.584a.717.717 0 0 0 .645-.375.451.451 0 0 0-.024-.5 2.699 2.699 0 0 0-.949-.864l-7.5-3.907a3.175 3.175 0 0 0-2.926 0l-7.5 3.907a2.712 2.712 0 0 0-.949.865.452.452 0 0 0-.026.5Z"})}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),pa=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[S("g",{fill:"#000",clipPath:"url(#a)",children:[C("path",{d:"M5 23h18a1 1 0 0 1 0 2H5a5.006 5.006 0 0 1-5-5V2a1 1 0 0 1 2 0v18a3 3 0 0 0 3 3Z"}),C("path",{d:"M6.707 20.707A1 1 0 0 1 5 20v-7a1 1 0 0 1 2 0v7a1 1 0 0 1-.293.707ZM10 11v9a1 1 0 1 0 2 0v-9a1 1 0 0 0-2 0ZM15 20v-6a1 1 0 0 1 2 0v6a1 1 0 1 1-2 0ZM20 10v10a1 1 0 1 0 2 0V10a1 1 0 0 0-2 0ZM6.707 9.707a1 1 0 1 1-1.414-1.414l3.586-3.586a3 3 0 0 1 4.242 0l2.172 2.17a1 1 0 0 0 1.414 0l5.586-5.584a1 1 0 0 1 1.414 1.414L18.12 8.293a3 3 0 0 1-4.242 0L11.707 6.12a1.025 1.025 0 0 0-1.414 0L6.707 9.707Z"})]}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),va=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[S("g",{fill:"#000",clipPath:"url(#a)",children:[C("path",{d:"M13.5 15a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM7 16.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM18.5 15a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"}),C("path",{fillRule:"evenodd",d:"M18 2h1a5.006 5.006 0 0 1 5 5v12a5.006 5.006 0 0 1-5 5H5a5.006 5.006 0 0 1-5-5V7a5.006 5.006 0 0 1 5-5h1V1a1 1 0 0 1 2 0v1h8V1a1 1 0 0 1 2 0v1ZM2.879 4.879A3 3 0 0 0 2 7v1h20V7a3 3 0 0 0-3-3H5a3 3 0 0 0-2.121.879Zm0 16.242A3 3 0 0 0 5 22h14a3 3 0 0 0 3-3v-9H2v9a3 3 0 0 0 .879 2.121Z",clipRule:"evenodd"})]}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),ga=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[C("g",{clipPath:"url(#a)",children:C("path",{fill:"#000",d:"m.292 7.861 8.17 8.17a5 5 0 0 0 7.08 0l8.17-8.17a1.004 1.004 0 1 0-1.42-1.42l-8.17 8.17a3 3 0 0 1-4.24 0l-8.17-8.17a1 1 0 0 0-1.42 0 1 1 0 0 0 0 1.42Z"})}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),wa=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[C("g",{clipPath:"url(#a)",children:C("path",{fill:"#000",d:"M17.17 24.5a1 1 0 0 1-.71-.29l-8.17-8.17a5 5 0 0 1 0-7.08L16.46.79a1.004 1.004 0 1 1 1.42 1.42l-8.17 8.17a3 3 0 0 0 0 4.24l8.17 8.17a1 1 0 0 1-.71 1.71Z"})}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),ua=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[C("g",{clipPath:"url(#a)",children:C("path",{fill:"#000",d:"M7 24.5a1 1 0 0 1-.71-1.71l8.17-8.17a3 3 0 0 0 0-4.24L6.29 2.21A1.004 1.004 0 0 1 7.71.79l8.17 8.17a5 5 0 0 1 0 7.08l-8.17 8.17a.999.999 0 0 1-.71.29Z"})}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),ba=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[C("g",{clipPath:"url(#a)",children:C("path",{fill:"#000",d:"m23.71 16.79-8.17-8.17a5 5 0 0 0-7.08 0L.29 16.79a1.004 1.004 0 1 0 1.42 1.42l8.17-8.17a3 3 0 0 1 4.24 0l8.17 8.17a1.002 1.002 0 0 0 1.64-.325 1.002 1.002 0 0 0-.22-1.095Z"})}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),ma=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[S("g",{fill:"#000",clipPath:"url(#a)",children:[C("path",{d:"M11.033 5.145a.968.968 0 0 1 1.935 0v.944a6.485 6.485 0 0 1 3.618 1.827.968.968 0 0 1-1.37 1.369 4.547 4.547 0 0 0-3.215-1.332A4.534 4.534 0 0 0 7.452 12.5 4.534 4.534 0 0 0 12 17.05a4.55 4.55 0 0 0 3.209-1.339.967.967 0 0 1 1.372 1.367 6.486 6.486 0 0 1-3.612 1.833v.946a.967.967 0 1 1-1.935 0v-.944c-3.114-.47-5.516-3.17-5.516-6.41 0-3.241 2.402-5.942 5.516-6.412v-.945Z"}),C("path",{fillRule:"evenodd",d:"M12 .5C5.384.5 0 5.884 0 12.5s5.384 12 12 12 12-5.384 12-12-5.384-12-12-12Zm0 1.936A10.05 10.05 0 0 1 22.064 12.5 10.05 10.05 0 0 1 12 22.564 10.05 10.05 0 0 1 1.936 12.5 10.05 10.05 0 0 1 12 2.436Z",clipRule:"evenodd"})]}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),xa=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[C("g",{clipPath:"url(#a)",children:C("path",{fill:"#000",d:"M22.319 4.931 8.499 18.75a1.001 1.001 0 0 1-1.416 0L1.739 13.4a1 1 0 0 0-1.417 0 1 1 0 0 0 0 1.417l5.346 5.345a3.008 3.008 0 0 0 4.25 0L23.736 6.347a1 1 0 0 0-.709-1.71 1 1 0 0 0-.708.294Z"})}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),Za=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[C("g",{clipPath:"url(#a)",children:C("path",{fill:"#000",d:"M19 3.5h-6.528a1.019 1.019 0 0 1-.447-.1L8.869 1.816A3.014 3.014 0 0 0 7.528 1.5H5a5.006 5.006 0 0 0-5 5v12a5.006 5.006 0 0 0 5 5h14a5.006 5.006 0 0 0 5-5v-10a5.006 5.006 0 0 0-5-5Zm-14 0h2.528c.155 0 .308.033.447.1l3.156 1.58c.416.208.875.318 1.341.32H19a3 3 0 0 1 2.779 1.882L2 7.494V6.5a3 3 0 0 1 3-3Zm14 18H5a3 3 0 0 1-3-3V9.494l20-.113v9.12a3 3 0 0 1-3 3Z"})}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),Ma=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[C("g",{clipPath:"url(#a)",children:C("path",{fill:"#000",d:"M23.707.793a1 1 0 0 0-1.414 0L12 11.086 1.707.793a1 1 0 0 0-1.414 0 1 1 0 0 0 0 1.414L10.586 12.5.293 22.793a1 1 0 0 0 0 1.414 1 1 0 0 0 1.414 0L12 13.914l10.293 10.293a1 1 0 0 0 1.414-1.414L13.414 12.5 23.707 2.207a1 1 0 0 0 0-1.414Z"})}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),Ha=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[C("g",{clipPath:"url(#a)",children:C("path",{fill:"#000",d:"M21.736 16.9A5.009 5.009 0 0 0 17 13.5h-4v-1.084a6 6 0 1 0-2 0V13.5H7a5.01 5.01 0 0 0-4.736 3.4 4 4 0 1 0 2.447-.334A3 3 0 0 1 7 15.5h4v1.127a4 4 0 1 0 2 0V15.5h4a3 3 0 0 1 2.289 1.063 4 4 0 1 0 2.447.334v.003ZM8 6.5a4 4 0 1 1 8 0 4 4 0 0 1-8 0Zm-2 14a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm8 0a2 2 0 1 1-4.001 0 2 2 0 0 1 4 0Zm6 2a2 2 0 1 1 0-4 2 2 0 0 1 0 4Z"})}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),Pa=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[C("g",{clipPath:"url(#a)",children:C("path",{fill:"#000",d:"M13 20.5a5.006 5.006 0 0 0 5-5V6.743a3.97 3.97 0 0 0-1.172-2.829l-2.242-2.242A3.972 3.972 0 0 0 11.757.5H7a5.006 5.006 0 0 0-5 5v10a5.006 5.006 0 0 0 5 5h6Zm-9-5v-10a3 3 0 0 1 3-3s4.92.014 5 .024V4.5a2 2 0 0 0 2 2h1.976c.01.081.024 9 .024 9a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3Zm18-7v11a5.005 5.005 0 0 1-5 5H8a1 1 0 0 1 0-2h9a3 3 0 0 0 3-3v-11a1 1 0 0 1 2 0Z"})}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),ya=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[C("g",{clipPath:"url(#a)",children:C("path",{fill:"#000",d:"M13.932 4.5A3.071 3.071 0 0 1 17 7.568a1 1 0 0 0 2 0v-.123A5.073 5.073 0 0 0 13.932 2.5H13v-1a1 1 0 1 0-2 0v1h-.932a5.068 5.068 0 0 0-1.6 9.875L11 13.22v7.28h-.932A3.071 3.071 0 0 1 7 17.432a1 1 0 1 0-2 0v.123a5.073 5.073 0 0 0 5.068 4.945H11v1a1 1 0 0 0 2 0v-1h.932a5.068 5.068 0 0 0 1.6-9.875L13 11.78V4.5h.932Zm.97 10.021a3.068 3.068 0 0 1-.97 5.979H13v-6.613l1.902.634ZM11 11.113l-1.9-.634a3.068 3.068 0 0 1 .968-5.979H11v6.613Z"})}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),za=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[S("g",{fill:"#000",clipPath:"url(#a)",children:[C("path",{d:"M10.852 19.273a3 3 0 0 1-.974-.651l-3.21-3.207A1 1 0 0 1 8.08 14l2.91 2.908.01-15.408a1 1 0 0 1 2 0l-.008 15.427L15.92 14a1 1 0 0 1 1.414 1.411l-3.21 3.211a3 3 0 0 1-3.271.65Z"}),C("path",{d:"M22.293 16.793A1 1 0 0 1 24 17.5v4a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3v-4a1 1 0 1 1 2 0v4a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-4a1 1 0 0 1 .293-.707Z"})]}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),Ia=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[S("g",{fill:"#000",clipPath:"url(#a)",children:[C("path",{fillRule:"evenodd",d:"M18.67 1.387 6.469 13.602a4.975 4.975 0 0 0-1.465 3.541v1.346a1.002 1.002 0 0 0 1 1.002H7.35a4.963 4.963 0 0 0 3.537-1.467l12.2-12.215a3.133 3.133 0 0 0 0-4.422 3.195 3.195 0 0 0-4.416 0Zm.18 5.83-9.379 9.39a3.02 3.02 0 0 1-2.122.88h-.344v-.344c.002-.796.318-1.56.879-2.125l9.378-9.39 1.588 1.59Zm1.415-1.416 1.407-1.409a1.126 1.126 0 0 0 0-1.589 1.148 1.148 0 0 0-1.587 0l-1.407 1.409 1.587 1.589Z",clipRule:"evenodd"}),C("path",{d:"M0 23.498c0-.553.373-1.002.834-1.002H19.18c.46 0 .834.449.834 1.002 0 .553-.373 1.002-.834 1.002H.834c-.46 0-.834-.449-.834-1.002Z"})]}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),Ba=h((a=>C("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:C("path",{fill:"#000",d:"M20.914 17.62a4.966 4.966 0 0 0 1.621-1.084A4.969 4.969 0 0 0 24 12.996V2a1 1 0 0 0-2 0v10.997a2.999 2.999 0 0 1-3 2.999H2.788L7.1 11.688a1.001 1.001 0 1 0-1.418-1.414l-4.95 4.95a2.499 2.499 0 0 0 0 3.534l4.95 4.948A1 1 0 0 0 7.1 22.294l-4.3-4.299H19a4.967 4.967 0 0 0 1.914-.376Z"})}))),Sa=h((a=>C("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:C("path",{fill:"#000",d:"M3.086 17.62a4.965 4.965 0 0 1-1.621-1.084A4.969 4.969 0 0 1 0 12.996V2a1 1 0 0 1 2 0v10.997a2.999 2.999 0 0 0 3 2.999h16.212L16.9 11.688a1.003 1.003 0 0 1 .002-1.416 1 1 0 0 1 1.416.002l4.95 4.95a2.499 2.499 0 0 1 0 3.534l-4.95 4.948a1 1 0 0 1-1.418-1.412l4.3-4.299H5a4.968 4.968 0 0 1-1.914-.376Z"})}))),Ca=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[C("g",{fill:"#000",clipPath:"url(#a)",children:C("path",{d:"M23.41 5.094c.373.372.585.875.59 1.401a2.002 2.002 0 0 1-.59 1.412l-4.29 4.303a1 1 0 1 1-1.41-1.421L21 7.496H11a1 1 0 0 1 0-2.001h10l-3.29-3.283A1.002 1.002 0 0 1 19.12.791l4.29 4.303ZM3 17.504h10a1 1 0 0 1 .707 1.708 1 1 0 0 1-.707.294H3l3.29 3.282a1.002 1.002 0 0 1-1.41 1.421L.59 19.906A2.002 2.002 0 0 1 0 18.505c.002-.53.214-1.038.59-1.411l4.29-4.304a1 1 0 0 1 1.629 1.096 1 1 0 0 1-.219.325L3 17.504Z"})}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),Aa=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[C("g",{clipPath:"url(#a)",children:C("path",{fill:"#000",d:"M14 24.5a1 1 0 0 1-.6-.2l-4-3a1 1 0 0 1-.4-.8v-5.62L1.984 6.987A3.9 3.9 0 0 1 4.9.5h14.2a3.9 3.9 0 0 1 2.913 6.488L15 14.88v8.62a1 1 0 0 1-1 1ZM11 20l2 1.5v-7a1 1 0 0 1 .253-.664l7.268-8.177A1.9 1.9 0 0 0 19.1 2.5H4.9a1.9 1.9 0 0 0-1.421 3.158l7.269 8.178A1 1 0 0 1 11 14.5V20Z"})}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),Ra=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[S("g",{fill:"#000",clipPath:"url(#a)",children:[C("path",{d:"M12.717 5.563A4 4 0 0 0 8 9.5a1 1 0 1 0 2 0 2.002 2.002 0 0 1 2.371-1.967 2.024 2.024 0 0 1 1.6 1.595 2 2 0 0 1-1 2.125 3.954 3.954 0 0 0-1.97 3.504v.743a1 1 0 0 0 2 0v-.743a1.982 1.982 0 0 1 .93-1.752 4 4 0 0 0-1.214-7.442ZM12 17.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z"}),C("path",{fillRule:"evenodd",d:"M12 .5a12 12 0 1 0 12 12 12.013 12.013 0 0 0-12-12Zm0 22a10 10 0 1 1 10-10 10.011 10.011 0 0 1-10 10Z",clipRule:"evenodd"})]}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),ka=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[C("g",{clipPath:"url(#a)",children:C("path",{fill:"#000",fillRule:"evenodd",d:"M22.293 11.793A1 1 0 0 1 24 12.5a11.994 11.994 0 1 1-4-8.935V1.5a1 1 0 1 1 2 0v3a3 3 0 0 1-3 3h-3a1 1 0 1 1 0-2h3a.864.864 0 0 0 .1-.021A10.034 10.034 0 1 0 22 12.5a1 1 0 0 1 .293-.707Zm-11-5A1 1 0 0 1 13 7.5v4.586l2.707 2.707a1 1 0 0 1-1.414 1.414l-3-3A1 1 0 0 1 11 12.5v-5a1 1 0 0 1 .293-.707Z",clipRule:"evenodd"})}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),La=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[C("g",{clipPath:"url(#a)",children:C("path",{fill:"#000",d:"m23.121 9.569-7.585-7.586a5.008 5.008 0 0 0-7.072 0L.88 9.569A2.978 2.978 0 0 0 0 11.689v9.818a3 3 0 0 0 3 3h18a3 3 0 0 0 3-3V11.69a2.978 2.978 0 0 0-.879-2.121Zm-8.12 12.938H9v-3.934a3 3 0 0 1 6 0v3.934Zm7-1a1 1 0 0 1-1 1h-4v-3.934a5 5 0 0 0-10 0v3.934H3a1 1 0 0 1-1-1V11.69c0-.265.105-.52.292-.707L9.878 3.4a3.008 3.008 0 0 1 4.244 0l7.585 7.586c.186.187.291.44.293.704v9.817Z"})}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),Va=h((a=>C("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:C("path",{fill:"#000",d:"M6.41 9.5h11.18a1 1 0 0 1 .7 1.71l-5.58 5.58a1 1 0 0 1-1.42 0l-5.58-5.58a1 1 0 0 1 .7-1.71Z"})}))),_a=h((a=>C("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:C("path",{fill:"#000",d:"M6.41 16.5h11.18a1 1 0 0 0 .7-1.71l-5.58-5.58a1 1 0 0 0-1.42 0l-5.58 5.58a1 1 0 0 0 .7 1.71Z"})}))),Oa=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[S("g",{fill:"#000",clipPath:"url(#a)",children:[C("path",{d:"M12 10.5h-1a1 1 0 0 0 0 2h1v6a1 1 0 1 0 2 0v-6a2 2 0 0 0-2-2ZM13.5 7a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"}),C("path",{fillRule:"evenodd",d:"M12 .5a12 12 0 1 0 12 12 12.013 12.013 0 0 0-12-12Zm0 22a10 10 0 1 1 10-10 10.011 10.011 0 0 1-10 10Z",clipRule:"evenodd"})]}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),Da=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[C("g",{clipPath:"url(#a)",children:C("path",{fill:"#000",d:"M19 1.5H5a5.006 5.006 0 0 0-5 5v12a5.006 5.006 0 0 0 5 5h14a5.006 5.006 0 0 0 5-5v-12a5.006 5.006 0 0 0-5-5Zm-14 2h14a3 3 0 0 1 2.78 1.887l-7.658 7.659a3.007 3.007 0 0 1-4.244 0L2.22 5.386A3 3 0 0 1 5 3.5Zm14 18H5a3 3 0 0 1-3-3V8l6.464 6.46a5.007 5.007 0 0 0 7.072 0L22 8v10.5a3 3 0 0 1-3 3Z"})}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),Ta=h((a=>C("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:C("path",{fill:"#000",d:"M23 4.5H1a1 1 0 1 0 0 2h22a1 1 0 1 0 0-2ZM23 11.5H1a1 1 0 1 0 0 2h22a1 1 0 1 0 0-2ZM1 18.5h22a1 1 0 1 1 0 2H1a1 1 0 1 1 0-2Z"})}))),Ea=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[C("g",{fill:"#000",clipPath:"url(#a)",children:C("path",{d:"M2 14.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM12 14.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM24 12.5a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"})}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),qa=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[C("g",{clipPath:"url(#a)",children:C("path",{fill:"#000",d:"m22.555 14.162-1.9-6.836A9.321 9.321 0 0 0 2.576 7.8l-1.471 6.615A5 5 0 0 0 5.986 20.5H7.1a5 5 0 0 0 9.8 0h.838a5 5 0 0 0 4.818-6.338h-.001ZM12 22.5a2.999 2.999 0 0 1-2.816-2h5.632a3 3 0 0 1-2.816 2Zm8.126-5.185a2.977 2.977 0 0 1-2.389 1.185H5.986a2.999 2.999 0 0 1-2.928-3.651l1.47-6.616a7.321 7.321 0 0 1 14.2-.372l1.9 6.836a2.978 2.978 0 0 1-.502 2.618Z"})}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),ja=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[C("g",{clipPath:"url(#a)",children:C("path",{fill:"#000",d:"M23.9 11.946a11.988 11.988 0 0 0-4.279-7.717 12.006 12.006 0 0 0-16.385 1.07A11.985 11.985 0 0 0 0 13.508a11.86 11.86 0 0 0 3.759 8.705A4.842 4.842 0 0 0 7.113 23.5h9.767a4.996 4.996 0 0 0 3.509-1.428 11.933 11.933 0 0 0 3.51-10.126Zm-4.91 8.693a3.001 3.001 0 0 1-2.11.862H7.113c-.73.015-1.44-.25-1.981-.74A9.892 9.892 0 0 1 2 13.508a9.999 9.999 0 0 1 3.338-7.451 9.885 9.885 0 0 1 6.648-2.541 9.999 9.999 0 0 1 9.479 6.758 9.98 9.98 0 0 1-2.474 10.37v-.005Zm-11.183-2.85a1 1 0 1 1-1.4 1.429 7.992 7.992 0 0 1 6.736-13.623 1 1 0 0 1 .72 1.502.988.988 0 0 1-1.006.477 6.004 6.004 0 0 0-6.228 3.28 5.991 5.991 0 0 0 1.178 6.935Zm12.112-5.424c.054.379.08.76.08 1.143a7.918 7.918 0 0 1-2.407 5.711 1.002 1.002 0 0 1-1.4-1.43 5.974 5.974 0 0 0 1.744-5.138 1 1 0 0 1 1.59-.944 1 1 0 0 1 .39.659h.003Zm-5.993.631a2.03 2.03 0 0 1-2.22 2.559 2.033 2.033 0 0 1-1.495-3.039 2.033 2.033 0 0 1 2.3-.933l3.782-3.778a1 1 0 1 1 1.414 1.413l-3.781 3.778Z"})}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),Wa=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[C("path",{fill:"#000",d:"M22.707 1.793a1 1 0 0 1 0 1.414l-20 20a1 1 0 0 1-1.414-1.414l20-20a1 1 0 0 1 1.414 0Z"}),C("path",{fill:"#000",fillRule:"evenodd",d:"M6 10.5a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm0-6a2 2 0 1 1 0 4 2 2 0 0 1 0-4ZM15.778 15.174a4 4 0 1 1 4.444 6.653 4 4 0 0 1-4.444-6.653Zm1.11 4.99a2 2 0 1 0 2.223-3.327 2 2 0 0 0-2.222 3.326Z",clipRule:"evenodd"})]}))),Fa=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[S("g",{fill:"#000",fillRule:"evenodd",clipPath:"url(#a)",clipRule:"evenodd",children:[C("path",{d:"M21.057 3.47a10.073 10.073 0 0 1 2.594 4.476 2.009 2.009 0 0 1-1.913 2.554H17.02a3 3 0 0 1-3-3V2.8a2 2 0 0 1 2.02-2 2.1 2.1 0 0 1 .543.072 10.073 10.073 0 0 1 4.475 2.598ZM17.015 8.5h4.72a8.072 8.072 0 0 0-5.677-5.702h-.026a.048.048 0 0 0-.025.01l.008 4.692a1 1 0 0 0 1 1Z"}),C("path",{d:"M14 12.5h4.713a3.056 3.056 0 0 1 2.394 1.172 2.876 2.876 0 0 1 .533 2.485A11 11 0 0 1 8.906 24.27a10.969 10.969 0 0 1-.553-21.414 2.871 2.871 0 0 1 2.48.534A2.998 2.998 0 0 1 12 5.774V10.5a2 2 0 0 0 2 2Zm3.425 7.26a8.968 8.968 0 0 0 2.276-4.092.884.884 0 0 0-.167-.768 1.041 1.041 0 0 0-.816-.4h-4.712a4 4 0 0 1-4-4V5.778a1.016 1.016 0 0 0-.4-.806.87.87 0 0 0-.764-.172 8.97 8.97 0 1 0 8.583 14.96Z"})]}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),Ua=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[C("g",{clipPath:"url(#a)",children:C("path",{fill:"#000",d:"M23 11.5H13v-10a1 1 0 0 0-1-1 1 1 0 0 0-1 1v10H1a1 1 0 0 0-1 1 1 1 0 0 0 1 1h10v10a1 1 0 0 0 2 0v-10h10a1 1 0 0 0 0-2Z"})}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),Na=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[C("g",{clipPath:"url(#a)",children:C("path",{fill:"#000",d:"M19 3.522V1.5a1 1 0 0 0-2 0v1.1a5 5 0 0 0-1-.1h-1v-1a1 1 0 0 0-2 0v1h-2v-1a1 1 0 0 0-2 0v1H8a5 5 0 0 0-1 .1V1.5a1 1 0 0 0-2 0v2.022A4.979 4.979 0 0 0 3 7.5v12a5.006 5.006 0 0 0 5 5h8a5.006 5.006 0 0 0 5-5v-12a4.978 4.978 0 0 0-2-3.978ZM19 19.5a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3v-12a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v12Zm-2-11a1 1 0 0 1-1 1H8a1 1 0 0 1 0-2h8a1 1 0 0 1 1 1Zm0 4a1 1 0 0 1-1 1H8a1 1 0 0 1 0-2h8a1 1 0 0 1 1 1Zm-4 4a1 1 0 0 1-1 1H8a1 1 0 0 1 0-2h4a1 1 0 0 1 1 1Z"})}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),$a=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[C("g",{clipPath:"url(#a)",children:C("path",{fill:"#000",d:"M18.581 2.64 12.316.551a1 1 0 0 0-.632 0l-6.265 2.09A4.993 4.993 0 0 0 2 7.382V12.5c0 7.563 9.2 11.74 9.594 11.914a1 1 0 0 0 .812 0C12.8 24.24 22 20.064 22 12.5V7.383a4.993 4.993 0 0 0-3.419-4.743Zm-1.863 7.577-4.272 4.272a1.874 1.874 0 0 1-1.335.553h-.033a1.871 1.871 0 0 1-1.345-.6l-2.306-2.4a1 1 0 1 1 1.441-1.382L11.112 13 15.3 8.8a1 1 0 0 1 1.414 1.414l.004.003Z"})}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),Ga=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[C("g",{clipPath:"url(#a)",children:C("path",{fill:"#000",d:"M18.581 2.64 12.316.551a1 1 0 0 0-.632 0l-6.266 2.09A4.993 4.993 0 0 0 2 7.382V12.5c0 7.563 9.2 11.74 9.594 11.914a1 1 0 0 0 .812 0C12.8 24.24 22 20.064 22 12.5V7.383a4.993 4.993 0 0 0-3.419-4.743ZM12 19.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2Zm1-5a1 1 0 1 1-2 0v-8a1 1 0 0 1 2 0v8Z"})}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),Ja=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[C("g",{clipPath:"url(#a)",children:C("path",{fill:"#000",d:"m23.707 22.794-5.97-5.97a10.016 10.016 0 1 0-1.413 1.415l5.969 5.969a1 1 0 0 0 1.414-1.414ZM10 18.5a8 8 0 1 1 8-8 8.009 8.009 0 0 1-8 8Z"})}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),Ka=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[S("g",{fill:"#000",fillRule:"evenodd",clipPath:"url(#a)",clipRule:"evenodd",children:[C("path",{d:"M9.778 9.175a4 4 0 1 1 4.444 6.652 4 4 0 0 1-4.444-6.652Zm1.11 4.989a2 2 0 1 0 2.223-3.325 2 2 0 0 0-2.222 3.325Z"}),C("path",{d:"m20.85 14.144.444.256.001-.001a3.002 3.002 0 1 1-3 5.2l-.447-.258A8.976 8.976 0 0 1 15 20.987v.513a3 3 0 1 1-6 0v-.513a8.976 8.976 0 0 1-2.85-1.642l-.445.257a3.002 3.002 0 0 1-3-5.2l.444-.256a9.1 9.1 0 0 1 0-3.29l-.444-.256a3.002 3.002 0 1 1 3-5.2l.447.259A8.977 8.977 0 0 1 9 4.013V3.5a3 3 0 1 1 6 0v.513a8.976 8.976 0 0 1 2.849 1.642l.445-.257a3.002 3.002 0 0 1 3 5.2l-.444.256a9.1 9.1 0 0 1 0 3.29Zm-2.104.23a7.047 7.047 0 0 0 0-3.75v.001a1 1 0 0 1 .463-1.129l1.084-.626a1 1 0 1 0-1-1.732l-1.084.627a1 1 0 0 1-1.215-.165 6.983 6.983 0 0 0-3.243-1.879A1 1 0 0 1 13 4.752V3.5a1 1 0 1 0-2 0v1.252a1 1 0 0 1-.751.973A6.984 6.984 0 0 0 7.006 7.6a1 1 0 0 1-1.214.161l-1.086-.628a1 1 0 1 0-1 1.733l1.084.626a1 1 0 0 1 .465 1.129 7.048 7.048 0 0 0 0 3.75 1 1 0 0 1-.464 1.133l-1.084.626a1 1 0 1 0 1 1.732l1.084-.627a1 1 0 0 1 1.215.165c.89.91 2.01 1.56 3.242 1.879a1 1 0 0 1 .751.969V21.5a1 1 0 0 0 2 0v-1.253a1 1 0 0 1 .751-.969 6.983 6.983 0 0 0 3.243-1.875 1 1 0 0 1 1.215-.165l1.086.628a1 1 0 0 0 1-1.733l-1.084-.626a1 1 0 0 1-.464-1.133Z"})]}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),Qa=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[C("g",{clipPath:"url(#a)",children:C("path",{fill:"#000",d:"M4 7.483a2.98 2.98 0 0 1-2.121-.88L.335 5.228a1.002 1.002 0 0 1 1.332-1.496l1.585 1.416a1 1 0 0 0 1.456.04l3.604-3.435a1 1 0 0 1 1.378 1.45L6.1 6.62a2.964 2.964 0 0 1-2.1.863Zm20-2.002a1.002 1.002 0 0 0-1-1H13a1 1 0 0 0-.706 1.708 1 1 0 0 0 .707.293h10a1 1 0 0 0 1-1ZM6.1 14.63l3.59-3.418a1 1 0 1 0-1.378-1.45l-3.6 3.435a1.022 1.022 0 0 1-1.414 0l-1.59-1.586a1 1 0 0 0-1.695.711c-.002.263.099.515.28.704l1.586 1.587a2.998 2.998 0 0 0 4.226.017H6.1Zm17.9-1.14a1.002 1.002 0 0 0-1-1H13a1 1 0 0 0-1 1 1.002 1.002 0 0 0 1 1.002h10a1 1 0 0 0 1-1.001ZM6.1 22.638l3.586-3.417a1.001 1.001 0 1 0-1.378-1.45l-3.6 3.435a1 1 0 0 1-1.456-.04l-1.585-1.416a1 1 0 0 0-1.665.805c.015.266.135.514.333.69l1.544 1.376a2.999 2.999 0 0 0 4.226.017H6.1ZM24 21.498a1.002 1.002 0 0 0-1-1.001H13a1 1 0 0 0-.706 1.709 1 1 0 0 0 .707.293h10a1 1 0 0 0 1-1.001Z"})}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),Xa=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[S("g",{fill:"#000",clipPath:"url(#a)",children:[C("path",{d:"M5 22.5h2a1 1 0 0 1 0 2H5a5.006 5.006 0 0 1-5-5v-14a5.006 5.006 0 0 1 5-5h2a1 1 0 0 1 0 2H5a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3Z"}),C("path",{d:"M7.223 11.532 23 11.5a1 1 0 0 1 0 2l-15.744.032c.081.139.179.267.29.382l3.88 3.88a1 1 0 1 1-1.414 1.413l-3.88-3.879a4 4 0 0 1 0-5.656l3.882-3.879a1 1 0 1 1 1.414 1.414l-3.88 3.88a2.017 2.017 0 0 0-.325.445Z"})]}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),Ya=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[S("g",{fill:"#000",clipPath:"url(#a)",children:[C("path",{d:"M5 22.5h2a1 1 0 0 1 0 2H5a5.006 5.006 0 0 1-5-5v-14a5.006 5.006 0 0 1 5-5h2a1 1 0 0 1 0 2H5a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3Z"}),C("path",{d:"m18.95 5.792 3.879 3.88h-.004a4 4 0 0 1 0 5.655l-3.88 3.88a1 1 0 1 1-1.413-1.415l3.879-3.879c.133-.137.245-.293.334-.462-.013.001-.024.005-.036.008a.145.145 0 0 1-.042.008L5.989 13.5a1 1 0 0 1 0-2l15.684-.032c.007 0 .014.002.02.004a.072.072 0 0 0 .022.004 2.062 2.062 0 0 0-.3-.39l-3.88-3.879a1 1 0 0 1 1.415-1.414Z"})]}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),al=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[C("g",{fill:"#000",clipPath:"url(#a)",children:C("path",{d:"M6.365 6.416a.5.5 0 0 1-.278.084H4.294v12h1.793a.5.5 0 0 1 .353.854L4 21.794a1 1 0 0 1-1.414 0l-2.44-2.44A.5.5 0 0 1 .5 18.5h1.794v-12H.5a.5.5 0 0 1-.353-.854l2.439-2.439a1 1 0 0 1 1.414 0l2.44 2.44a.5.5 0 0 1-.075.769ZM23 6.5H10a1 1 0 0 1 0-2h13a1 1 0 1 1 0 2ZM10 11.5h13a1 1 0 0 1 0 2H10a1 1 0 0 1 0-2ZM23 18.5H10a1 1 0 0 0 0 2h13a1 1 0 1 0 0-2Z"})}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),ll=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[C("g",{clipPath:"url(#a)",children:C("path",{fill:"#000",d:"M13 1.5v2a1 1 0 0 1-2 0v-2a1 1 0 0 1 2 0Zm-1 19a1 1 0 0 0-1 1v2a1 1 0 0 0 2 0v-2a1 1 0 0 0-1-1Zm-8-8a1 1 0 0 0-1-1H1a1 1 0 0 0 0 2h2a1 1 0 0 0 1-1Zm19-1h-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2Zm-4.982-9.382a1 1 0 0 0-1.367.364l-1 1.731a1 1 0 0 0 1.731 1.001l1-1.731a1 1 0 0 0-.364-1.365ZM7.987 19.421a1 1 0 0 0-1.366.364l-1 1.731a1 1 0 1 0 1.731 1.001l1-1.731a1 1 0 0 0-.365-1.365Zm-3.272-12.3-1.731-1a1 1 0 0 0-1 1.731l1.731 1a1 1 0 0 0 1-1.731Zm17.3 10.03-1.731-1a1 1 0 0 0-1 1.731l1.731 1a1 1 0 1 0 1-1.731ZM7.349 2.482a1 1 0 0 0-1.731 1l1 1.731a1 1 0 1 0 1.731-1.001l-1-1.73Zm10.03 17.3a1 1 0 0 0-1.731 1l1 1.731a1 1 0 0 0 1.731-1l-1-1.731Zm2.408-10.8a1 1 0 0 0 .5-.134l1.731-1a1 1 0 0 0-1-1.731l-1.731 1a1 1 0 0 0 .5 1.865ZM3.713 16.148l-1.731 1a1 1 0 1 0 1 1.731l1.731-1a1 1 0 0 0-1-1.731Z"})}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),el=h((a=>C("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:C("path",{fill:"#000",d:"M21 12.924V11.5a9 9 0 0 0-18 0v1.424A5 5 0 0 0 5 22.5a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2v-1a7 7 0 0 1 14 0v1a2 2 0 0 0-2 2v6h-3a1 1 0 0 0 0 2h5a5 5 0 0 0 2-9.576ZM5 20.5a3 3 0 1 1 0-6v6Zm14 0v-6a3 3 0 0 1 0 6Z"})}))),il=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[S("g",{fill:"#000",clipPath:"url(#a)",children:[C("path",{d:"M10 18.5a1 1 0 0 0 1-1v-6a1 1 0 0 0-2 0v6a1 1 0 0 0 1 1ZM14.707 18.207A1 1 0 0 1 13 17.499v-6a1 1 0 1 1 2 0v6a1 1 0 0 1-.293.707Z"}),C("path",{fillRule:"evenodd",d:"M21 4.5h-3.1a5.01 5.01 0 0 0-4.9-4h-2a5.009 5.009 0 0 0-4.9 4H3a1 1 0 0 0 0 2h1v13a5.006 5.006 0 0 0 5 5h6a5.006 5.006 0 0 0 5-5v-13h1a1 1 0 1 0 0-2Zm-10-2h2a3.006 3.006 0 0 1 2.829 2H8.171A3.006 3.006 0 0 1 11 2.5Zm7 17a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3v-13h12v13Z",clipRule:"evenodd"})]}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),rl=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[S("g",{fill:"#000",clipPath:"url(#a)",children:[C("path",{d:"m11 18.516.007-15.438L8.08 6.005a1 1 0 0 1-1.414-1.414l3.21-3.212a3 3 0 0 1 4.245 0l3.21 3.215a1 1 0 0 1-1.413 1.414l-2.912-2.913L13 18.516a1 1 0 1 1-2 0Z"}),C("path",{d:"M22 21.5v-4a1 1 0 0 1 2 0v4a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3v-4a1 1 0 0 1 2 0v4a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1Z"})]}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),hl=h((a=>S("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:[C("g",{fill:"#000",clipPath:"url(#a)",children:C("path",{d:"M12 13a6 6 0 1 0 0-12 6 6 0 0 0 0 12Zm0-10a4 4 0 1 1 0 8 4 4 0 0 1 0-8ZM12 15a9.01 9.01 0 0 0-9 9 1 1 0 0 0 2 0 7 7 0 1 1 14 0 1 1 0 0 0 2 0 9.01 9.01 0 0 0-9-9Z"})}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),tl=a=>{const{size:l,isDisabled:e,isReadOnly:i,isRequired:r,isIndeterminate:h,errorMessage:s,label:f,labelPosition:p="left",spaceBetween:v,...g}=a;let w;return h||(w=C(xa,{})),S(t,{as:d,flexDir:"column",isInvalid:Boolean(s),isDisabled:e,isReadOnly:i,isRequired:r,...g,children:[S(d,{w:"full",justifyContent:v?"space-between":"auto",children:["left"===p&&C(n,{size:l,m:"0",mr:"3",children:f}),C(o,{icon:w,isDisabled:e,isReadOnly:i,isRequired:r,isIndeterminate:h,isInvalid:Boolean(s),size:l}),"right"===p&&C(n,{size:l,m:"0",ml:"3",children:f})]}),C(d,{w:"full",children:s&&C(c,{size:l,children:s})})]})},dl=a=>{let l;return["sm","xs"].includes(a)&&(l="xs"),l},nl=a=>{const{size:l,isDisabled:e,isReadOnly:i,isRequired:r,spellCheck:h=!1,errorMessage:d,helperText:o,label:w,IconLeft:u,IconRight:b,...m}=a,x=dl(l);return S(t,{isInvalid:Boolean(d),isDisabled:e,isReadOnly:i,isRequired:r,children:[w&&C(n,{size:l,children:w}),S(s,{size:l,children:[u&&C(f,{children:C(u,{})}),C(p,{isDisabled:e,isReadOnly:i,isRequired:r,isInvalid:Boolean(d),size:l,spellCheck:h,...m}),b&&C(v,{children:C(b,{})})]}),d&&C(c,{size:l,children:d}),o&&C(g,{fontSize:x,children:o})]})},ol=a=>{const{children:l,size:e,isDisabled:i,isReadOnly:r,isRequired:h,errorMessage:d,helperText:o,label:s,...f}=a,p=dl(e);return S(t,{isInvalid:Boolean(d),isDisabled:i,isReadOnly:r,isRequired:h,children:[s&&C(n,{size:e,children:s}),C(w,{icon:C(ga,{}),isDisabled:i,isReadOnly:r,isRequired:h,isInvalid:Boolean(d),size:e,...f,children:l}),d&&C(c,{size:e,children:d}),o&&C(g,{fontSize:p,children:o})]})},cl=a=>{const{label:l,IconLeft:e,IconRight:i,onClose:r,...h}=a,[t,d]=A(!0);return t?S(u,{...h,children:[e&&C(b,{as:e}),C(m,{children:l}),i&&C(x,{as:i}),r&&C(Z,{onClick:()=>{r(),d(!1)}})]}):null},sl=a=>{const{description:l,title:e,onClose:i,isClosable:r,status:h}=a;let t,n;switch(h){case"error":n=sa;break;case"success":n=xa;break;case"warning":n=Oa,t="yellow";break;case"loading":t="brand",n=B;break;default:t="brand",n=Oa}return S(M,{as:d,colorScheme:t,flexDir:"row",justifyContent:"space-between",status:h,children:[S(d,{alignItems:"center",children:[C(H,{children:C(n,{size:"sm"})}),S(P,{children:[C(y,{children:e}),C(z,{children:l})]})]}),r&&C(I,{onClick:i})]})};export{tl as CfCheckbox,nl as CfInput,ol as CfSelect,cl as CfTag,sl as CfToast,sa as IconAlert,fa as IconBank,pa as IconBarChart,va as IconCalendar,ga as IconCaretDown,wa as IconCaretLeft,ua as IconCaretRight,ba as IconCaretUp,ma as IconCent,xa as IconCheck,Za as IconChecking,Ma as IconClose,Ha as IconConnect,Pa as IconCopy,ya as IconDollar,za as IconDownload,Ia as IconEdit,Ba as IconEnter,Sa as IconEnterInverted,Ca as IconExchange,Aa as IconFilter,Ra as IconHelp,ka as IconHistory,La as IconHome,Va as IconIndicatorDown,_a as IconIndicatorUp,Oa as IconInfo,Da as IconMail,Ta as IconMenu,Ea as IconMore,qa as IconNotification,ja as IconOverview,Wa as IconPercent,Fa as IconPieChart,Ua as IconPlus,Na as IconReports,$a as IconReservesSuccess,Ga as IconReservesWarning,Ja as IconSearch,Ka as IconSettings,Qa as IconSettlement,Xa as IconSignIn,Ya as IconSignOut,al as IconSort,ll as IconSpinner,el as IconSupport,il as IconTrash,rl as IconUpload,hl as IconUser,ca as coreTheme};
1
+ import{jsxs as a,jsx as e}from"react/jsx-runtime";import{chakra as l,createMultiStyleConfigHelpers as i,defineStyle as r,defineStyleConfig as t,extendTheme as n,withDefaultColorScheme as h,Card as d,FormControl as o,Flex as c,FormLabel as s,Checkbox as f,FormErrorMessage as p,InputGroup as g,InputLeftElement as v,Input as w,InputRightElement as u,FormHelperText as b,Select as m,Tag as x,TagLeftIcon as M,TagLabel as H,TagRightIcon as z,TagCloseButton as P,Alert as y,AlertIcon as I,Box as B,AlertTitle as S,AlertDescription as A,CloseButton as C,Spinner as R}from"@chakra-ui/react";import{useState as k}from"react";const L=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[a("g",{fill:"#000",clipPath:"url(#a)",children:[e("path",{d:"M12 .5a12 12 0 1 0 12 12 12.013 12.013 0 0 0-12-12m0 22a10 10 0 1 1 10-10 10.01 10.01 0 0 1-10 10"}),e("path",{d:"M12 5.5a1 1 0 0 0-1 1v8a1 1 0 1 0 2 0v-8a1 1 0 0 0-1-1M13 18.5a1 1 0 1 0-2 0 1 1 0 0 0 2 0"})]}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),V=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"none",viewBox:"0 0 16 17","aria-hidden":"true",...l,children:[e("g",{clipPath:"url(#a)",children:e("path",{fill:"#000",d:"m14.563 9.22-.915.947-3.02-3.125a2.54 2.54 0 0 0-1.785-.74c-.666 0-1.305.265-1.786.74l-.146.15a.85.85 0 0 1-.596.248.85.85 0 0 1-.595-.248L1.448 2.766A.84.84 0 0 0 .849 2.5a.82.82 0 0 0-.602.255A.87.87 0 0 0 0 3.38.9.9 0 0 0 .257 4l4.271 4.42c.482.476 1.121.741 1.787.741S7.62 8.895 8.1 8.42l.145-.151a.85.85 0 0 1 .596-.247c.222 0 .435.088.595.247l3.02 3.13-.914.947a.9.9 0 0 0-.183.95c.064.159.172.295.31.39a.82.82 0 0 0 .468.147h2.599c.335 0 .656-.137.893-.383a1.33 1.33 0 0 0 .37-.924V9.831a.9.9 0 0 0-.144-.482.85.85 0 0 0-.379-.319.82.82 0 0 0-.915.19"})}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h16v16H0z"})})})]}))),O=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"none",viewBox:"0 0 16 16","aria-hidden":"true",...l,children:[e("g",{clipPath:"url(#a)",children:e("path",{fill:"#000",d:"M14.738 2H12.14a.82.82 0 0 0-.467.147.87.87 0 0 0-.31.39.9.9 0 0 0 .182.949l.914.945-3.018 3.121a.85.85 0 0 1-.595.247.85.85 0 0 1-.595-.247l-.144-.149a2.54 2.54 0 0 0-1.785-.74c-.665 0-1.304.265-1.785.74l-4.292 4.44a.9.9 0 0 0-.246.618c0 .232.09.454.248.617a.83.83 0 0 0 .598.255.83.83 0 0 0 .596-.256l4.292-4.44a.85.85 0 0 1 .595-.247c.222 0 .435.088.596.247l.143.149a2.54 2.54 0 0 0 1.785.74 2.54 2.54 0 0 0 1.785-.74l3.018-3.122.913.945a.815.815 0 0 0 .913.182.85.85 0 0 0 .376-.319.9.9 0 0 0 .142-.48V3.306a1.33 1.33 0 0 0-.37-.924A1.24 1.24 0 0 0 14.738 2"})}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{d:"M0 0h16v16H0z"})})})]}))),_=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[e("g",{clipPath:"url(#a)",children:e("path",{fill:"#000",d:"M24 23.5a1 1 0 0 1-1 1H1a1 1 0 0 1 0-2h22a1 1 0 0 1 1 1M.291 9.052a2.44 2.44 0 0 1 .153-2.566c.427-.627 1-1.141 1.668-1.5l7.501-3.904a5.17 5.17 0 0 1 4.774 0l7.5 3.907c.669.359 1.24.873 1.668 1.5a2.44 2.44 0 0 1 .153 2.566 2.71 2.71 0 0 1-2.416 1.445H21v8h1a1 1 0 1 1 0 2H2a1 1 0 0 1 0-2h1v-8h-.292A2.71 2.71 0 0 1 .291 9.052m4.71 9.448h3v-8H5zm5-8v8h4v-8zm9 0h-3v8h3zM2.062 8.125a.72.72 0 0 0 .645.375h18.584a.72.72 0 0 0 .645-.375.45.45 0 0 0-.024-.5 2.7 2.7 0 0 0-.949-.864l-7.5-3.907a3.18 3.18 0 0 0-2.926 0l-7.5 3.907a2.7 2.7 0 0 0-.949.865.45.45 0 0 0-.026.5"})}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),D=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[a("g",{fill:"#000",clipPath:"url(#a)",children:[e("path",{d:"M5 23h18a1 1 0 0 1 0 2H5a5.006 5.006 0 0 1-5-5V2a1 1 0 0 1 2 0v18a3 3 0 0 0 3 3"}),e("path",{d:"M6.707 20.707A1 1 0 0 1 5 20v-7a1 1 0 0 1 2 0v7a1 1 0 0 1-.293.707M10 11v9a1 1 0 1 0 2 0v-9a1 1 0 0 0-2 0M15 20v-6a1 1 0 0 1 2 0v6a1 1 0 1 1-2 0M20 10v10a1 1 0 1 0 2 0V10a1 1 0 0 0-2 0M6.707 9.707a1 1 0 1 1-1.414-1.414l3.586-3.586a3 3 0 0 1 4.242 0l2.172 2.17a1 1 0 0 0 1.414 0l5.586-5.584a1 1 0 0 1 1.414 1.414L18.12 8.293a3 3 0 0 1-4.242 0L11.707 6.12a1.025 1.025 0 0 0-1.414 0z"})]}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),j=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[a("g",{fill:"#000",clipPath:"url(#a)",children:[e("path",{d:"M13.5 15a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M7 16.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3M18.5 15a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"}),e("path",{fillRule:"evenodd",d:"M18 2h1a5.006 5.006 0 0 1 5 5v12a5.006 5.006 0 0 1-5 5H5a5.006 5.006 0 0 1-5-5V7a5.006 5.006 0 0 1 5-5h1V1a1 1 0 0 1 2 0v1h8V1a1 1 0 0 1 2 0zM2.879 4.879A3 3 0 0 0 2 7v1h20V7a3 3 0 0 0-3-3H5a3 3 0 0 0-2.121.879m0 16.242A3 3 0 0 0 5 22h14a3 3 0 0 0 3-3v-9H2v9a3 3 0 0 0 .879 2.121",clipRule:"evenodd"})]}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),q=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[e("g",{clipPath:"url(#a)",children:e("path",{fill:"#000",d:"m.292 7.861 8.17 8.17a5 5 0 0 0 7.08 0l8.17-8.17a1.004 1.004 0 1 0-1.42-1.42l-8.17 8.17a3 3 0 0 1-4.24 0l-8.17-8.17a1 1 0 0 0-1.42 0 1 1 0 0 0 0 1.42"})}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),E=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[e("g",{clipPath:"url(#a)",children:e("path",{fill:"#000",d:"M17.17 24.5a1 1 0 0 1-.71-.29l-8.17-8.17a5 5 0 0 1 0-7.08L16.46.79a1.004 1.004 0 1 1 1.42 1.42l-8.17 8.17a3 3 0 0 0 0 4.24l8.17 8.17a1 1 0 0 1-.71 1.71"})}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),T=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[e("g",{clipPath:"url(#a)",children:e("path",{fill:"#000",d:"M7 24.5a1 1 0 0 1-.71-1.71l8.17-8.17a3 3 0 0 0 0-4.24L6.29 2.21A1.004 1.004 0 0 1 7.71.79l8.17 8.17a5 5 0 0 1 0 7.08l-8.17 8.17a1 1 0 0 1-.71.29"})}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),U=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[e("g",{clipPath:"url(#a)",children:e("path",{fill:"#000",d:"m23.71 16.79-8.17-8.17a5 5 0 0 0-7.08 0L.29 16.79a1.004 1.004 0 1 0 1.42 1.42l8.17-8.17a3 3 0 0 1 4.24 0l8.17 8.17a1.002 1.002 0 0 0 1.64-.325 1 1 0 0 0-.22-1.095"})}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),W=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[a("g",{fill:"#000",clipPath:"url(#a)",children:[e("path",{d:"M11.033 5.145a.968.968 0 0 1 1.935 0v.944a6.5 6.5 0 0 1 3.618 1.827.968.968 0 0 1-1.37 1.369 4.55 4.55 0 0 0-3.215-1.332A4.534 4.534 0 0 0 7.452 12.5 4.534 4.534 0 0 0 12 17.05a4.55 4.55 0 0 0 3.209-1.339.967.967 0 0 1 1.372 1.367 6.5 6.5 0 0 1-3.612 1.833v.946a.967.967 0 1 1-1.935 0v-.944c-3.114-.47-5.516-3.17-5.516-6.41S7.92 6.56 11.033 6.09z"}),e("path",{fillRule:"evenodd",d:"M12 .5C5.384.5 0 5.884 0 12.5s5.384 12 12 12 12-5.384 12-12-5.384-12-12-12m0 1.936A10.05 10.05 0 0 1 22.064 12.5 10.05 10.05 0 0 1 12 22.564 10.05 10.05 0 0 1 1.936 12.5 10.05 10.05 0 0 1 12 2.436",clipRule:"evenodd"})]}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),$=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[e("g",{clipPath:"url(#a)",children:e("path",{fill:"#000",d:"M22.319 4.931 8.499 18.75a1 1 0 0 1-1.416 0L1.739 13.4a1 1 0 0 0-1.417 0 1 1 0 0 0 0 1.417l5.346 5.345a3.01 3.01 0 0 0 4.25 0L23.736 6.347a1 1 0 0 0-.709-1.71 1 1 0 0 0-.708.294"})}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),F=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[e("g",{clipPath:"url(#a)",children:e("path",{fill:"#000",d:"M19 3.5h-6.528a1 1 0 0 1-.447-.1L8.869 1.816A3 3 0 0 0 7.528 1.5H5a5.006 5.006 0 0 0-5 5v12a5.006 5.006 0 0 0 5 5h14a5.006 5.006 0 0 0 5-5v-10a5.006 5.006 0 0 0-5-5m-14 0h2.528c.155 0 .308.033.447.1l3.156 1.58c.416.208.875.318 1.341.32H19a3 3 0 0 1 2.779 1.882L2 7.494V6.5a3 3 0 0 1 3-3m14 18H5a3 3 0 0 1-3-3V9.494l20-.113v9.12a3 3 0 0 1-3 3"})}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),N=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[e("g",{clipPath:"url(#a)",children:e("path",{fill:"#000",d:"M23.707.793a1 1 0 0 0-1.414 0L12 11.086 1.707.793a1 1 0 0 0-1.414 0 1 1 0 0 0 0 1.414L10.586 12.5.293 22.793a1 1 0 0 0 0 1.414 1 1 0 0 0 1.414 0L12 13.914l10.293 10.293a1 1 0 0 0 1.414-1.414L13.414 12.5 23.707 2.207a1 1 0 0 0 0-1.414"})}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),G=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[e("g",{clipPath:"url(#a)",children:e("path",{fill:"#000",d:"M21.736 16.9A5.01 5.01 0 0 0 17 13.5h-4v-1.084a6 6 0 1 0-2 0V13.5H7a5.01 5.01 0 0 0-4.736 3.4 4 4 0 1 0 2.447-.334A3 3 0 0 1 7 15.5h4v1.127a4 4 0 1 0 2 0V15.5h4a3 3 0 0 1 2.289 1.063 4 4 0 1 0 2.447.334zM8 6.5a4 4 0 1 1 8 0 4 4 0 0 1-8 0m-2 14a2 2 0 1 1-4 0 2 2 0 0 1 4 0m8 0a2 2 0 1 1-4.001 0 2 2 0 0 1 4 0m6 2a2 2 0 1 1 0-4 2 2 0 0 1 0 4"})}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),K=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[e("g",{clipPath:"url(#a)",children:e("path",{fill:"#000",d:"M13 20.5a5.006 5.006 0 0 0 5-5V6.743a3.97 3.97 0 0 0-1.172-2.829l-2.242-2.242A3.97 3.97 0 0 0 11.757.5H7a5.006 5.006 0 0 0-5 5v10a5.006 5.006 0 0 0 5 5zm-9-5v-10a3 3 0 0 1 3-3s4.92.014 5 .024V4.5a2 2 0 0 0 2 2h1.976c.01.081.024 9 .024 9a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3m18-7v11a5.005 5.005 0 0 1-5 5H8a1 1 0 0 1 0-2h9a3 3 0 0 0 3-3v-11a1 1 0 0 1 2 0"})}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),J=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[e("g",{clipPath:"url(#a)",children:e("path",{fill:"#000",d:"M13.932 4.5A3.07 3.07 0 0 1 17 7.568a1 1 0 0 0 2 0v-.123A5.073 5.073 0 0 0 13.932 2.5H13v-1a1 1 0 1 0-2 0v1h-.932a5.068 5.068 0 0 0-1.6 9.875L11 13.22v7.28h-.932A3.07 3.07 0 0 1 7 17.432a1 1 0 1 0-2 0v.123a5.073 5.073 0 0 0 5.068 4.945H11v1a1 1 0 0 0 2 0v-1h.932a5.068 5.068 0 0 0 1.6-9.875L13 11.78V4.5zm.97 10.021a3.068 3.068 0 0 1-.97 5.979H13v-6.613zM11 11.113l-1.9-.634a3.068 3.068 0 0 1 .968-5.979H11z"})}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),Q=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[a("g",{fill:"#000",clipPath:"url(#a)",children:[e("path",{d:"M10.852 19.273a3 3 0 0 1-.974-.651l-3.21-3.207A1 1 0 0 1 8.08 14l2.91 2.908.01-15.408a1 1 0 0 1 2 0l-.008 15.427L15.92 14a1 1 0 0 1 1.414 1.411l-3.21 3.211a3 3 0 0 1-3.271.65"}),e("path",{d:"M22.293 16.793A1 1 0 0 1 24 17.5v4a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3v-4a1 1 0 1 1 2 0v4a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-4a1 1 0 0 1 .293-.707"})]}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),X=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[a("g",{fill:"#000",clipPath:"url(#a)",children:[e("path",{fillRule:"evenodd",d:"M18.67 1.387 6.469 13.602a4.97 4.97 0 0 0-1.465 3.541v1.346a1 1 0 0 0 1 1.002H7.35a4.96 4.96 0 0 0 3.537-1.467l12.2-12.215a3.133 3.133 0 0 0 0-4.422 3.195 3.195 0 0 0-4.416 0m.18 5.83-9.379 9.39a3.02 3.02 0 0 1-2.122.88h-.344v-.344c.002-.796.318-1.56.879-2.125l9.378-9.39zm1.415-1.416 1.407-1.409a1.126 1.126 0 0 0 0-1.589 1.15 1.15 0 0 0-1.587 0l-1.407 1.409z",clipRule:"evenodd"}),e("path",{d:"M0 23.498c0-.553.373-1.002.834-1.002H19.18c.46 0 .834.449.834 1.002s-.373 1.002-.834 1.002H.834c-.46 0-.834-.449-.834-1.002"})]}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),Y=l((a=>e("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:e("path",{fill:"#000",d:"M20.914 17.62a5 5 0 0 0 1.621-1.084A4.97 4.97 0 0 0 24 12.996V2a1 1 0 0 0-2 0v10.997a3 3 0 0 1-3 2.999H2.788L7.1 11.688a1.001 1.001 0 1 0-1.418-1.414l-4.95 4.95a2.5 2.5 0 0 0 0 3.534l4.95 4.948A1 1 0 0 0 7.1 22.294l-4.3-4.299H19a5 5 0 0 0 1.914-.376"})}))),Z=l((a=>e("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:e("path",{fill:"#000",d:"M3.086 17.62a5 5 0 0 1-1.621-1.084A4.97 4.97 0 0 1 0 12.996V2a1 1 0 0 1 2 0v10.997a3 3 0 0 0 3 2.999h16.212L16.9 11.688a1.003 1.003 0 0 1 .002-1.416 1 1 0 0 1 1.416.002l4.95 4.95a2.5 2.5 0 0 1 0 3.534l-4.95 4.948a1 1 0 0 1-1.418-1.412l4.3-4.299H5a5 5 0 0 1-1.914-.376"})}))),aa=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[e("g",{fill:"#000",clipPath:"url(#a)",children:e("path",{d:"M23.41 5.094c.373.372.585.875.59 1.401a2 2 0 0 1-.59 1.412l-4.29 4.303a1 1 0 1 1-1.41-1.421L21 7.496H11a1 1 0 0 1 0-2.001h10l-3.29-3.283A1.002 1.002 0 0 1 19.12.791zM3 17.504h10a1 1 0 0 1 .707 1.708 1 1 0 0 1-.707.294H3l3.29 3.282a1.002 1.002 0 0 1-1.41 1.421L.59 19.906A2 2 0 0 1 0 18.505c.002-.53.214-1.038.59-1.411l4.29-4.304a1 1 0 0 1 1.629 1.096 1 1 0 0 1-.219.325z"})}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),ea=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[e("g",{clipPath:"url(#a)",children:e("path",{fill:"#000",d:"M14 24.5a1 1 0 0 1-.6-.2l-4-3a1 1 0 0 1-.4-.8v-5.62L1.984 6.987A3.9 3.9 0 0 1 4.9.5h14.2a3.9 3.9 0 0 1 2.913 6.488L15 14.88v8.62a1 1 0 0 1-1 1M11 20l2 1.5v-7a1 1 0 0 1 .253-.664l7.268-8.177A1.9 1.9 0 0 0 19.1 2.5H4.9a1.9 1.9 0 0 0-1.421 3.158l7.269 8.178A1 1 0 0 1 11 14.5z"})}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),la=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[a("g",{fill:"#000",clipPath:"url(#a)",children:[e("path",{d:"M12.717 5.563A4 4 0 0 0 8 9.5a1 1 0 1 0 2 0 2.002 2.002 0 0 1 2.371-1.967 2.02 2.02 0 0 1 1.6 1.595 2 2 0 0 1-1 2.125 3.95 3.95 0 0 0-1.97 3.504v.743a1 1 0 0 0 2 0v-.743a1.98 1.98 0 0 1 .93-1.752 4 4 0 0 0-1.214-7.442M12 17.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2"}),e("path",{fillRule:"evenodd",d:"M12 .5a12 12 0 1 0 12 12 12.013 12.013 0 0 0-12-12m0 22a10 10 0 1 1 10-10 10.01 10.01 0 0 1-10 10",clipRule:"evenodd"})]}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),ia=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[e("g",{clipPath:"url(#a)",children:e("path",{fill:"#000",fillRule:"evenodd",d:"M22.293 11.793A1 1 0 0 1 24 12.5a11.994 11.994 0 1 1-4-8.935V1.5a1 1 0 1 1 2 0v3a3 3 0 0 1-3 3h-3a1 1 0 1 1 0-2h3a1 1 0 0 0 .1-.021A10.034 10.034 0 1 0 22 12.5a1 1 0 0 1 .293-.707m-11-5A1 1 0 0 1 13 7.5v4.586l2.707 2.707a1 1 0 0 1-1.414 1.414l-3-3A1 1 0 0 1 11 12.5v-5a1 1 0 0 1 .293-.707",clipRule:"evenodd"})}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),ra=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[e("g",{clipPath:"url(#a)",children:e("path",{fill:"#000",d:"m23.121 9.569-7.585-7.586a5.01 5.01 0 0 0-7.072 0L.88 9.569A2.98 2.98 0 0 0 0 11.689v9.818a3 3 0 0 0 3 3h18a3 3 0 0 0 3-3V11.69a2.98 2.98 0 0 0-.879-2.121m-8.12 12.938H9v-3.934a3 3 0 0 1 6 0zm7-1a1 1 0 0 1-1 1h-4v-3.934a5 5 0 0 0-10 0v3.934H3a1 1 0 0 1-1-1V11.69c0-.265.105-.52.292-.707L9.878 3.4a3.01 3.01 0 0 1 4.244 0l7.585 7.586c.186.187.291.44.293.704z"})}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),ta=l((a=>e("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:e("path",{fill:"#000",d:"M6.41 9.5h11.18a1 1 0 0 1 .7 1.71l-5.58 5.58a1 1 0 0 1-1.42 0l-5.58-5.58a1 1 0 0 1 .7-1.71"})}))),na=l((a=>e("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:e("path",{fill:"#000",d:"M6.41 16.5h11.18a1 1 0 0 0 .7-1.71l-5.58-5.58a1 1 0 0 0-1.42 0l-5.58 5.58a1 1 0 0 0 .7 1.71"})}))),ha=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[a("g",{fill:"#000",clipPath:"url(#a)",children:[e("path",{d:"M12 10.5h-1a1 1 0 0 0 0 2h1v6a1 1 0 1 0 2 0v-6a2 2 0 0 0-2-2M13.5 7a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"}),e("path",{fillRule:"evenodd",d:"M12 .5a12 12 0 1 0 12 12 12.013 12.013 0 0 0-12-12m0 22a10 10 0 1 1 10-10 10.01 10.01 0 0 1-10 10",clipRule:"evenodd"})]}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),da=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[e("g",{clipPath:"url(#a)",children:e("path",{fill:"#000",d:"M19 1.5H5a5.006 5.006 0 0 0-5 5v12a5.006 5.006 0 0 0 5 5h14a5.006 5.006 0 0 0 5-5v-12a5.006 5.006 0 0 0-5-5m-14 2h14a3 3 0 0 1 2.78 1.887l-7.658 7.659a3.007 3.007 0 0 1-4.244 0L2.22 5.386A3 3 0 0 1 5 3.5m14 18H5a3 3 0 0 1-3-3V8l6.464 6.46a5.007 5.007 0 0 0 7.072 0L22 8v10.5a3 3 0 0 1-3 3"})}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),oa=l((a=>e("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:e("path",{fill:"#000",d:"M23 4.5H1a1 1 0 1 0 0 2h22a1 1 0 1 0 0-2M23 11.5H1a1 1 0 1 0 0 2h22a1 1 0 1 0 0-2M1 18.5h22a1 1 0 1 1 0 2H1a1 1 0 1 1 0-2"})}))),ca=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[e("g",{fill:"#000",clipPath:"url(#a)",children:e("path",{d:"M2 14.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4M12 14.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4M24 12.5a2 2 0 1 1-4 0 2 2 0 0 1 4 0"})}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),sa=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[e("g",{clipPath:"url(#a)",children:e("path",{fill:"#000",d:"m22.555 14.162-1.9-6.836A9.321 9.321 0 0 0 2.576 7.8l-1.471 6.615A5 5 0 0 0 5.986 20.5H7.1a5 5 0 0 0 9.8 0h.838a5 5 0 0 0 4.818-6.338zM12 22.5a3 3 0 0 1-2.816-2h5.632a3 3 0 0 1-2.816 2m8.126-5.185a2.98 2.98 0 0 1-2.389 1.185H5.986a3 3 0 0 1-2.928-3.651l1.47-6.616a7.321 7.321 0 0 1 14.2-.372l1.9 6.836a2.98 2.98 0 0 1-.502 2.618"})}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),fa=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[e("g",{clipPath:"url(#a)",children:e("path",{fill:"#000",d:"M23.9 11.946a12 12 0 0 0-4.279-7.717 12.006 12.006 0 0 0-16.385 1.07A11.99 11.99 0 0 0 0 13.508a11.86 11.86 0 0 0 3.759 8.705A4.84 4.84 0 0 0 7.113 23.5h9.767a5 5 0 0 0 3.509-1.428 11.93 11.93 0 0 0 3.51-10.126m-4.91 8.693a3 3 0 0 1-2.11.862H7.113c-.73.015-1.44-.25-1.981-.74A9.9 9.9 0 0 1 2 13.508a10 10 0 0 1 3.338-7.451 9.89 9.89 0 0 1 6.648-2.541q.588 0 1.174.065a10 10 0 0 1 8.305 6.693 9.98 9.98 0 0 1-2.474 10.37zm-11.183-2.85a1 1 0 1 1-1.4 1.429 7.992 7.992 0 0 1 6.736-13.623 1 1 0 0 1 .72 1.502.99.99 0 0 1-1.006.477 6 6 0 0 0-6.228 3.28 5.99 5.99 0 0 0 1.178 6.935m12.112-5.424q.08.568.08 1.143a7.92 7.92 0 0 1-2.407 5.711 1.002 1.002 0 0 1-1.4-1.43 5.97 5.97 0 0 0 1.744-5.138 1 1 0 0 1 1.59-.944 1 1 0 0 1 .39.659zm-5.993.631a2.03 2.03 0 0 1-2.22 2.559 2.033 2.033 0 0 1-1.495-3.039 2.03 2.03 0 0 1 2.3-.933l3.782-3.778a1 1 0 1 1 1.414 1.413z"})}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),pa=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[e("path",{fill:"#000",d:"M22.707 1.793a1 1 0 0 1 0 1.414l-20 20a1 1 0 0 1-1.414-1.414l20-20a1 1 0 0 1 1.414 0"}),e("path",{fill:"#000",fillRule:"evenodd",d:"M6 10.5a4 4 0 1 0 0-8 4 4 0 0 0 0 8m0-6a2 2 0 1 1 0 4 2 2 0 0 1 0-4M15.778 15.174a4 4 0 1 1 4.444 6.653 4 4 0 0 1-4.444-6.653m1.11 4.99a2 2 0 1 0 2.223-3.327 2 2 0 0 0-2.222 3.326",clipRule:"evenodd"})]}))),ga=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[a("g",{fill:"#000",fillRule:"evenodd",clipPath:"url(#a)",clipRule:"evenodd",children:[e("path",{d:"M21.057 3.47a10.1 10.1 0 0 1 2.594 4.476 2.01 2.01 0 0 1-1.913 2.554H17.02a3 3 0 0 1-3-3V2.8a2 2 0 0 1 2.02-2 2 2 0 0 1 .543.072 10.1 10.1 0 0 1 4.475 2.598M17.015 8.5h4.72a8.07 8.07 0 0 0-5.677-5.702h-.026a.05.05 0 0 0-.025.01l.008 4.692a1 1 0 0 0 1 1"}),e("path",{d:"M14 12.5h4.713a3.06 3.06 0 0 1 2.394 1.172 2.88 2.88 0 0 1 .533 2.485A11 11 0 0 1 8.906 24.27a10.969 10.969 0 0 1-.553-21.414 2.87 2.87 0 0 1 2.48.534A3 3 0 0 1 12 5.774V10.5a2 2 0 0 0 2 2m3.425 7.26a8.97 8.97 0 0 0 2.276-4.092.88.88 0 0 0-.167-.768 1.04 1.04 0 0 0-.816-.4h-4.712a4 4 0 0 1-4-4V5.778a1.02 1.02 0 0 0-.4-.806.87.87 0 0 0-.764-.172 8.97 8.97 0 1 0 8.583 14.96"})]}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),va=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[e("g",{clipPath:"url(#a)",children:e("path",{fill:"#000",d:"M23 11.5H13v-10a1 1 0 0 0-1-1 1 1 0 0 0-1 1v10H1a1 1 0 0 0-1 1 1 1 0 0 0 1 1h10v10a1 1 0 0 0 2 0v-10h10a1 1 0 0 0 0-2"})}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),wa=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[e("g",{clipPath:"url(#a)",children:e("path",{fill:"#000",d:"M19 3.522V1.5a1 1 0 0 0-2 0v1.1a5 5 0 0 0-1-.1h-1v-1a1 1 0 0 0-2 0v1h-2v-1a1 1 0 0 0-2 0v1H8a5 5 0 0 0-1 .1V1.5a1 1 0 0 0-2 0v2.022A4.98 4.98 0 0 0 3 7.5v12a5.006 5.006 0 0 0 5 5h8a5.006 5.006 0 0 0 5-5v-12a4.98 4.98 0 0 0-2-3.978M19 19.5a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3v-12a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3zm-2-11a1 1 0 0 1-1 1H8a1 1 0 0 1 0-2h8a1 1 0 0 1 1 1m0 4a1 1 0 0 1-1 1H8a1 1 0 0 1 0-2h8a1 1 0 0 1 1 1m-4 4a1 1 0 0 1-1 1H8a1 1 0 0 1 0-2h4a1 1 0 0 1 1 1"})}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),ua=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[e("g",{clipPath:"url(#a)",children:e("path",{fill:"#000",d:"M18.581 2.64 12.316.551a1 1 0 0 0-.632 0l-6.265 2.09A4.99 4.99 0 0 0 2 7.382V12.5c0 7.563 9.2 11.74 9.594 11.914a1 1 0 0 0 .812 0C12.8 24.24 22 20.064 22 12.5V7.383a4.99 4.99 0 0 0-3.419-4.743m-1.863 7.577-4.272 4.272a1.87 1.87 0 0 1-1.335.553h-.033a1.87 1.87 0 0 1-1.345-.6l-2.306-2.4a1 1 0 1 1 1.441-1.382L11.112 13 15.3 8.8a1 1 0 0 1 1.414 1.414z"})}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),ba=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[e("g",{clipPath:"url(#a)",children:e("path",{fill:"#000",d:"M18.581 2.64 12.316.551a1 1 0 0 0-.632 0l-6.266 2.09A4.99 4.99 0 0 0 2 7.382V12.5c0 7.563 9.2 11.74 9.594 11.914a1 1 0 0 0 .812 0C12.8 24.24 22 20.064 22 12.5V7.383a4.99 4.99 0 0 0-3.419-4.743M12 19.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2m1-5a1 1 0 1 1-2 0v-8a1 1 0 0 1 2 0z"})}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),ma=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[e("g",{clipPath:"url(#a)",children:e("path",{fill:"#000",d:"m23.707 22.794-5.97-5.97a10.016 10.016 0 1 0-1.413 1.415l5.969 5.969a1 1 0 0 0 1.414-1.414M10 18.5a8 8 0 1 1 8-8 8.01 8.01 0 0 1-8 8"})}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),xa=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[a("g",{fill:"#000",fillRule:"evenodd",clipPath:"url(#a)",clipRule:"evenodd",children:[e("path",{d:"M9.778 9.175a4 4 0 1 1 4.444 6.652 4 4 0 0 1-4.444-6.652m1.11 4.989a2 2 0 1 0 2.223-3.325 2 2 0 0 0-2.222 3.325"}),e("path",{d:"m20.85 14.144.444.256.001-.001a3.002 3.002 0 1 1-3 5.2l-.447-.258A9 9 0 0 1 15 20.987v.513a3 3 0 1 1-6 0v-.513a9 9 0 0 1-2.85-1.642l-.445.257a3.002 3.002 0 0 1-3-5.2l.444-.256a9.1 9.1 0 0 1 0-3.29l-.444-.256a3.002 3.002 0 1 1 3-5.2l.447.259A9 9 0 0 1 9 4.013V3.5a3 3 0 1 1 6 0v.513a9 9 0 0 1 2.849 1.642l.445-.257a3.002 3.002 0 0 1 3 5.2l-.444.256a9.1 9.1 0 0 1 0 3.29m-2.104.23a7.05 7.05 0 0 0 0-3.75v.001a1 1 0 0 1 .463-1.129l1.084-.626a1 1 0 1 0-1-1.732l-1.084.627a1 1 0 0 1-1.215-.165 7 7 0 0 0-3.243-1.879A1 1 0 0 1 13 4.752V3.5a1 1 0 1 0-2 0v1.252a1 1 0 0 1-.751.973A7 7 0 0 0 7.006 7.6a1 1 0 0 1-1.214.161l-1.086-.628a1 1 0 1 0-1 1.733l1.084.626a1 1 0 0 1 .465 1.129 7.05 7.05 0 0 0 0 3.75 1 1 0 0 1-.464 1.133l-1.084.626a1 1 0 1 0 1 1.732l1.084-.627a1 1 0 0 1 1.215.165c.89.91 2.01 1.56 3.242 1.879a1 1 0 0 1 .751.969V21.5a1 1 0 0 0 2 0v-1.253a1 1 0 0 1 .751-.969 7 7 0 0 0 3.243-1.875 1 1 0 0 1 1.215-.165l1.086.628a1 1 0 0 0 1-1.733l-1.084-.626a1 1 0 0 1-.464-1.133"})]}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),Ma=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[e("g",{clipPath:"url(#a)",children:e("path",{fill:"#000",d:"M4 7.483a2.98 2.98 0 0 1-2.121-.88L.335 5.228a1.002 1.002 0 0 1 1.332-1.496l1.585 1.416a1 1 0 0 0 1.456.04l3.604-3.435a1 1 0 0 1 1.378 1.45L6.1 6.62a2.96 2.96 0 0 1-2.1.863m20-2.002a1 1 0 0 0-1-1H13a1 1 0 0 0-.706 1.708 1 1 0 0 0 .707.293h10a1 1 0 0 0 1-1M6.1 14.63l3.59-3.418a1 1 0 1 0-1.378-1.45l-3.6 3.435a1.02 1.02 0 0 1-1.414 0l-1.59-1.586a1 1 0 0 0-1.695.711c-.002.263.099.515.28.704l1.586 1.587a3 3 0 0 0 4.226.017zm17.9-1.14a1 1 0 0 0-1-1H13a1 1 0 0 0-1 1 1 1 0 0 0 1 1.002h10a1 1 0 0 0 1-1.001M6.1 22.638l3.586-3.417a1.001 1.001 0 1 0-1.378-1.45l-3.6 3.435a1 1 0 0 1-1.456-.04l-1.585-1.416a1 1 0 0 0-1.665.805c.015.266.135.514.333.69l1.544 1.376a3 3 0 0 0 4.226.017zM24 21.498a1 1 0 0 0-1-1.001H13a1 1 0 0 0-.706 1.709 1 1 0 0 0 .707.293h10a1 1 0 0 0 1-1.001"})}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),Ha=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[a("g",{fill:"#000",clipPath:"url(#a)",children:[e("path",{d:"M5 22.5h2a1 1 0 0 1 0 2H5a5.006 5.006 0 0 1-5-5v-14a5.006 5.006 0 0 1 5-5h2a1 1 0 0 1 0 2H5a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3"}),e("path",{d:"M7.223 11.532 23 11.5a1 1 0 0 1 0 2l-15.744.032q.123.209.29.382l3.88 3.88a1 1 0 1 1-1.414 1.413l-3.88-3.879a4 4 0 0 1 0-5.656l3.882-3.879a1 1 0 1 1 1.414 1.414l-3.88 3.88a2 2 0 0 0-.325.445"})]}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),za=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[a("g",{fill:"#000",clipPath:"url(#a)",children:[e("path",{d:"M5 22.5h2a1 1 0 0 1 0 2H5a5.006 5.006 0 0 1-5-5v-14a5.006 5.006 0 0 1 5-5h2a1 1 0 0 1 0 2H5a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3"}),e("path",{d:"m18.95 5.792 3.879 3.88h-.004a4 4 0 0 1 0 5.655l-3.88 3.88a1 1 0 1 1-1.413-1.415l3.879-3.879q.2-.207.334-.462-.019.003-.036.008a.1.1 0 0 1-.042.008L5.989 13.5a1 1 0 0 1 0-2l15.684-.032q.01 0 .02.004l.022.004a2 2 0 0 0-.3-.39l-3.88-3.879a1 1 0 0 1 1.415-1.414"})]}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),Pa=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[e("g",{fill:"#000",clipPath:"url(#a)",children:e("path",{d:"M6.365 6.416a.5.5 0 0 1-.278.084H4.294v12h1.793a.5.5 0 0 1 .353.854L4 21.794a1 1 0 0 1-1.414 0l-2.44-2.44A.5.5 0 0 1 .5 18.5h1.794v-12H.5a.5.5 0 0 1-.353-.854l2.439-2.439a1 1 0 0 1 1.414 0l2.44 2.44a.5.5 0 0 1-.075.769M23 6.5H10a1 1 0 0 1 0-2h13a1 1 0 1 1 0 2M10 11.5h13a1 1 0 0 1 0 2H10a1 1 0 0 1 0-2M23 18.5H10a1 1 0 0 0 0 2h13a1 1 0 1 0 0-2"})}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),ya=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[e("g",{clipPath:"url(#a)",children:e("path",{fill:"#000",d:"M13 1.5v2a1 1 0 0 1-2 0v-2a1 1 0 0 1 2 0m-1 19a1 1 0 0 0-1 1v2a1 1 0 0 0 2 0v-2a1 1 0 0 0-1-1m-8-8a1 1 0 0 0-1-1H1a1 1 0 0 0 0 2h2a1 1 0 0 0 1-1m19-1h-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2m-4.982-9.382a1 1 0 0 0-1.367.364l-1 1.731a1 1 0 0 0 1.731 1.001l1-1.731a1 1 0 0 0-.364-1.365M7.987 19.421a1 1 0 0 0-1.366.364l-1 1.731a1 1 0 1 0 1.731 1.001l1-1.731a1 1 0 0 0-.365-1.365m-3.272-12.3-1.731-1a1 1 0 0 0-1 1.731l1.731 1a1 1 0 0 0 1-1.731m17.3 10.03-1.731-1a1 1 0 0 0-1 1.731l1.731 1a1 1 0 1 0 1-1.731M7.349 2.482a1 1 0 0 0-1.731 1l1 1.731a1 1 0 1 0 1.731-1.001zm10.03 17.3a1 1 0 0 0-1.731 1l1 1.731a1 1 0 0 0 1.731-1zm2.408-10.8a1 1 0 0 0 .5-.134l1.731-1a1 1 0 0 0-1-1.731l-1.731 1a1 1 0 0 0 .5 1.865M3.713 16.148l-1.731 1a1 1 0 1 0 1 1.731l1.731-1a1 1 0 0 0-1-1.731"})}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),Ia=l((a=>e("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...a,children:e("path",{fill:"#000",d:"M21 12.924V11.5a9 9 0 0 0-18 0v1.424A5 5 0 0 0 5 22.5a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2v-1a7 7 0 0 1 14 0v1a2 2 0 0 0-2 2v6h-3a1 1 0 0 0 0 2h5a5 5 0 0 0 2-9.576M5 20.5a3 3 0 1 1 0-6zm14 0v-6a3 3 0 0 1 0 6"})}))),Ba=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[a("g",{fill:"#000",clipPath:"url(#a)",children:[e("path",{d:"M10 18.5a1 1 0 0 0 1-1v-6a1 1 0 0 0-2 0v6a1 1 0 0 0 1 1M14.707 18.207A1 1 0 0 1 13 17.499v-6a1 1 0 1 1 2 0v6a1 1 0 0 1-.293.707"}),e("path",{fillRule:"evenodd",d:"M21 4.5h-3.1a5.01 5.01 0 0 0-4.9-4h-2a5.01 5.01 0 0 0-4.9 4H3a1 1 0 0 0 0 2h1v13a5.006 5.006 0 0 0 5 5h6a5.006 5.006 0 0 0 5-5v-13h1a1 1 0 1 0 0-2m-10-2h2a3.01 3.01 0 0 1 2.829 2H8.171A3.01 3.01 0 0 1 11 2.5m7 17a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3v-13h12z",clipRule:"evenodd"})]}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),Sa=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[a("g",{fill:"#000",clipPath:"url(#a)",children:[e("path",{d:"m11 18.516.007-15.438L8.08 6.005a1 1 0 0 1-1.414-1.414l3.21-3.212a3 3 0 0 1 4.245 0l3.21 3.215a1 1 0 0 1-1.413 1.414l-2.912-2.913L13 18.516a1 1 0 1 1-2 0"}),e("path",{d:"M22 21.5v-4a1 1 0 0 1 2 0v4a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3v-4a1 1 0 0 1 2 0v4a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1"})]}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]}))),Aa=l((l=>a("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:25,fill:"none",viewBox:"0 0 24 25","aria-hidden":"true",...l,children:[e("g",{fill:"#000",clipPath:"url(#a)",children:e("path",{d:"M12 13a6 6 0 1 0 0-12 6 6 0 0 0 0 12m0-10a4 4 0 1 1 0 8 4 4 0 0 1 0-8M12 15a9.01 9.01 0 0 0-9 9 1 1 0 0 0 2 0 7 7 0 1 1 14 0 1 1 0 0 0 2 0 9.01 9.01 0 0 0-9-9"})}),e("defs",{children:e("clipPath",{id:"a",children:e("path",{fill:"#fff",d:"M0 .5h24v24H0z"})})})]})));function Ca(a,e={}){let l=!1;function i(e){const l=`chakra-${(["container","root"].includes(null!=e?e:"")?[a]:[a,e]).filter(Boolean).join("__")}`;return{className:l,selector:`.${l}`,toString:()=>e}}return{parts:function(...r){!function(){if(l)throw new Error("[anatomy] .part(...) should only be called once. Did you mean to use .extend(...) ?");l=!0}();for(const a of r)e[a]=i(a);return Ca(a,e)},toPart:i,extend:function(...l){for(const a of l)a in e||(e[a]=i(a));return Ca(a,e)},selectors:function(){return Object.fromEntries(Object.entries(e).map((([a,e])=>[a,e.selector])))},classnames:function(){return Object.fromEntries(Object.entries(e).map((([a,e])=>[a,e.className])))},get keys(){return Object.keys(e)},__type:{}}}var Ra=Ca("accordion").parts("root","container","button","panel").extend("icon"),ka=Ca("alert").parts("title","description","container").extend("icon","spinner");Ca("avatar").parts("label","badge","container").extend("excessLabel","group"),Ca("breadcrumb").parts("link","item","container").extend("separator"),Ca("button").parts();var La=Ca("checkbox").parts("control","icon","container").extend("label");Ca("progress").parts("track","filledTrack").extend("label"),Ca("drawer").parts("overlay","dialogContainer","dialog").extend("header","closeButton","body","footer"),Ca("editable").parts("preview","input","textarea"),Ca("form").parts("container","requiredIndicator","helperText"),Ca("formError").parts("text","icon");var Va=Ca("input").parts("addon","field","element","group");Ca("list").parts("container","item","icon"),Ca("menu").parts("button","list","item").extend("groupTitle","icon","command","divider"),Ca("modal").parts("overlay","dialogContainer","dialog").extend("header","closeButton","body","footer"),Ca("numberinput").parts("root","field","stepperGroup","stepper"),Ca("pininput").parts("field"),Ca("popover").parts("content","header","body","footer").extend("popper","arrow","closeButton"),Ca("progress").parts("label","filledTrack","track"),Ca("radio").parts("container","control","label");var Oa=Ca("select").parts("field","icon");Ca("slider").parts("container","track","thumb","filledTrack","mark"),Ca("stat").parts("container","label","helpText","number","icon"),Ca("switch").parts("container","track","thumb","label"),Ca("table").parts("table","thead","tbody","tr","th","td","tfoot","caption"),Ca("tabs").parts("root","tab","tablist","tabpanel","tabpanels","indicator");var _a=Ca("tag").parts("container","label","closeButton");Ca("card").parts("container","header","body","footer"),Ca("stepper").parts("stepper","step","title","description","indicator","separator","icon","number");const{definePartsStyle:Da,defineMultiStyleConfig:ja}=i(Ra.keys),qa=ja({baseStyle:Da({container:{border:"solid 1px lightgray",borderRadius:"md",bg:"gray.100",color:"black",marginBottom:4},panel:{bg:"white"}})}),{definePartsStyle:Ea,defineMultiStyleConfig:Ta}=i(ka.keys),Ua=Ta({baseStyle:Ea((a=>{const{colorScheme:e,theme:l}=a,i=l.colors[e];return{icon:{svg:{path:{fill:i[500]}}},container:{bg:i[100],borderColor:i[500],borderRadius:"lg",borderStyle:"solid",borderWidth:1,padding:4},description:{color:"blackAlpha.900"},title:{color:"blackAlpha.900"}}})),defaultProps:{variant:"subtle"}}),Wa=t({baseStyle:{boxShadow:"0px 8px 16px 0px rgba(0,0,0,0.08)",svg:{width:"1.25em",path:{fill:"white"}}},variants:{alert:r({borderColor:"red.700",color:"red.700",border:"solid 2px",":hover, :focus":{backgroundColor:"gray.200"},svg:{path:{fill:"red.700"}}}),outline:r({border:"solid 2px",borderColor:"brand.600",color:"brand.600",":hover, :focus":{backgroundColor:"brand.50"},svg:{path:{fill:"brand.600"}}}),ghost:r({boxShadow:"none",color:"brand.600",":hover, :focus":{backgroundColor:"brand.50"},svg:{path:{fill:"brand.600"}}})}}),{definePartsStyle:$a,defineMultiStyleConfig:Fa}=i(La.keys),Na=Fa({baseStyle:$a({control:{borderRadius:"base",borderColor:"brand.500",svg:{path:{fill:"inherit"}},_checked:{svg:{path:{fill:"white"}}},_hover:{bg:"gray.50",boxShadow:"0px 2px 8px 0px rgba(0, 0, 0, 0.08)",_disabled:{bg:"gray.100"}},_indeterminate:{bg:"brand.100",borderColor:"brand.100",_hover:{bg:"brand.100",boxShadow:"none"}},_invalid:{_checked:{borderColor:"brand.500"}}}}),sizes:{lg:{control:{boxSize:7,svg:{width:"1.75em"}}},md:{control:{boxSize:6,svg:{width:"1.5em"}}},sm:{control:{boxSize:4,svg:{width:"1.5em"}}}}}),Ga=t({baseStyle:{helperText:{fontSize:"sm"}}}),Ka=t({sizes:{sm:{text:{fontSize:"xs"}},xs:{text:{fontSize:"xs"}}}}),Ja=t({baseStyle:{_groupInvalid:{color:"red.500"}},sizes:{sm:{fontSize:"sm"},xs:{fontSize:"xs"}}}),{definePartsStyle:Qa,defineMultiStyleConfig:Xa}=i(Va.keys),Ya=Xa({baseStyle:Qa({group:{svg:{width:"1.25em",path:{fill:"gray.800"}},_groupDisabled:{svg:{path:{fill:"gray.400"}}}},field:{_readOnly:{pointerEvents:"none"}}}),variants:{outline:{field:{border:"solid 1px",borderRadius:"lg",borderColor:"brand.200",":focus, :hover":{borderColor:"brand.600"},":hover:not([disabled])":{bg:"gray.50",boxShadow:"0px 2px 8px 0px rgba(0, 0, 0, 0.08)"},color:"gray.800",_disabled:{bg:"gray.200",borderColor:"gray.300",color:"gray.900",":focus, :hover":{bg:"gray.200",borderColor:"gray.300"}},_invalid:{boxShadow:"none",":focus, :hover":{borderColor:"red.500"}}}}},defaultProps:{variant:"outline"}}),{definePartsStyle:Za,defineMultiStyleConfig:ae}=i(Oa.keys),ee=ae({baseStyle:Za({icon:{svg:{path:{fill:"gray.800"}},_disabled:{svg:{path:{fill:"gray.400"}}}},field:{_readOnly:{pointerEvents:"none"}}}),variants:{outline:{field:{border:"solid 1px",borderRadius:"lg",borderColor:"brand.200",":focus, :hover":{borderColor:"brand.600"},":hover:not([disabled])":{bg:"gray.50",boxShadow:"0px 2px 8px 0px rgba(0, 0, 0, 0.08)"},color:"gray.800",_disabled:{bg:"gray.200",borderColor:"gray.300",color:"gray.900",":focus, :hover":{bg:"gray.200",borderColor:"gray.300"}},_invalid:{boxShadow:"none",":focus, :hover":{borderColor:"red.500"}}}}},sizes:{lg:{icon:{fontSize:"lg"}},md:{icon:{fontSize:"md"}},sm:{icon:{fontSize:"sm"}},xs:{icon:{fontSize:"xs"}}},defaultProps:{variant:"outline"}}),{definePartsStyle:le,defineMultiStyleConfig:ie}=i(_a.keys),re=le({container:{color:"blackAlpha.900",fontWeight:"bold",borderRadius:"full",svg:{path:{fill:"blackAlpha.900"}}}}),te=le({container:{bg:"red.100",borderWidth:1,borderColor:"red.500"}}),ne=le({container:{bg:"yellow.100",borderColor:"yellow.500",borderWidth:1}});var he=n({colors:{brand:{50:"#fafafa",100:"#cdcfd1",200:"#bfc3c5",300:"#b2b6b9",400:"#a5a9ac",500:"#8a9094",600:"#70777b",700:"#646a6d",800:"#585d60",900:"#404345"}},components:{Accordion:qa,Alert:Ua,Button:Wa,Checkbox:Na,Input:Ya,Form:Ga,FormLabel:Ja,FormError:Ka,Select:ee,Tag:ie({baseStyle:re,defaultProps:{variant:"outline"},variants:{error:te,success:le({container:{bg:"green.100",borderColor:"green.500",borderWidth:1}}),warning:ne,outline:{container:{boxShadow:"none",borderColor:"brand.500",borderWidth:1}}},sizes:{sm:{container:{px:4,py:0}},md:{container:{px:6,py:1}},lg:{container:{px:6,py:1}}}})},styles:{global:{"[data-focus], :focus":{boxShadow:"none !important"}}}},h({colorScheme:"brand"}));const de={components:he.components,styles:he.styles},oe=({amount:a,signDisplay:e="auto"})=>new Intl.NumberFormat("en-US",{style:"currency",currency:"USD",signDisplay:e}).format(a);var ce="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function se(a){return a&&a.__esModule&&Object.prototype.hasOwnProperty.call(a,"default")?a.default:a}var fe="object"==typeof ce&&ce&&ce.Object===Object&&ce,pe="object"==typeof self&&self&&self.Object===Object&&self,ge=(fe||pe||Function("return this")()).isFinite;var ve=se((function(a){return"number"==typeof a&&ge(a)}));const we=({data:a,dataKey:e})=>{const l=a?.length&&a[0][e],i=a?.length&&a[a.length-1][e];if(a&&(!l||!i))throw new Error(`Provided dataKey ${e} was not found`);if(!ve(l)||!ve(i))throw new Error("Starting or ending amount is not a finite number");return{startingAmount:l,endingAmount:i,delta:i-l,isNetGain:l<i}},ue={redRemains:(a=1)=>be({rgb:"rgb(255, 223, 223)",alpha:a}),heroicRed:(a=1)=>be({rgb:"rgb(210, 25, 25)",alpha:a}),aijiroWhite:(a=1)=>be({rgb:"rgb(238, 248, 247)",alpha:a}),mint:(a=1)=>be({rgb:"rgb(64, 178, 136)",alpha:a}),white:(a=1)=>be({rgb:"rgb(255, 255, 255)",alpha:a,enabledAlphaValues:[.2,1]}),lighthouse:(a=1)=>be({rgb:"rgb(244, 244, 244)",alpha:a}),coolElegance:(a=1)=>be({rgb:"rgb(205, 207, 209)",alpha:a}),sonicSilver:(a=1)=>be({rgb:"rgb(117, 117, 117)",alpha:a}),black:(a=1)=>be({rgb:"rgb(0, 0, 0)",alpha:a,enabledAlphaValues:[.08,1]})},be=({rgb:a,alpha:e,enabledAlphaValues:l=[1]})=>{if(!l.includes(e))throw`Unsupported alpha value: ${e}. Update the color function in uiColors.ts to enable additional values.`;const[i,r,t]=a.replace(/[^\d,]/g,"").split(",");return`rgb(${i}, ${r}, ${t}, ${e})`},me=({children:a,...l})=>e(d,{bg:"white",p:"4",gap:"4",w:"full",border:"solid 1px",borderColor:ue.coolElegance(),boxShadow:"none",borderRadius:"lg",...l,children:a}),xe=l=>{const{size:i,isDisabled:r,isReadOnly:t,isRequired:n,isIndeterminate:h,errorMessage:d,label:g,labelPosition:v="left",spaceBetween:w,...u}=l;let b;return h||(b=e($,{})),a(o,{as:c,flexDir:"column",isInvalid:Boolean(d),isDisabled:r,isReadOnly:t,isRequired:n,...u,children:[a(c,{w:"full",justifyContent:w?"space-between":"auto",children:["left"===v&&e(s,{size:i,m:"0",mr:"3",children:g}),e(f,{icon:b,isDisabled:r,isReadOnly:t,isRequired:n,isIndeterminate:h,isInvalid:Boolean(d),size:i}),"right"===v&&e(s,{size:i,m:"0",ml:"3",children:g})]}),e(c,{w:"full",children:d&&e(p,{size:i,children:d})})]})},Me=a=>{let e;return["sm","xs"].includes(a)&&(e="xs"),e},He=l=>{const{size:i,isDisabled:r,isReadOnly:t,isRequired:n,spellCheck:h=!1,errorMessage:d,helperText:c,label:f,IconLeft:m,IconRight:x,...M}=l,H=Me(i);return a(o,{isInvalid:Boolean(d),isDisabled:r,isReadOnly:t,isRequired:n,children:[f&&e(s,{size:i,children:f}),a(g,{size:i,children:[m&&e(v,{children:e(m,{})}),e(w,{isDisabled:r,isReadOnly:t,isRequired:n,isInvalid:Boolean(d),size:i,spellCheck:h,...M}),x&&e(u,{children:e(x,{})})]}),d&&e(p,{size:i,children:d}),c&&e(b,{fontSize:H,children:c})]})},ze=l=>{const{children:i,size:r,isDisabled:t,isReadOnly:n,isRequired:h,errorMessage:d,helperText:c,label:f,...g}=l,v=Me(r);return a(o,{isInvalid:Boolean(d),isDisabled:t,isReadOnly:n,isRequired:h,children:[f&&e(s,{size:r,children:f}),e(m,{icon:e(q,{}),isDisabled:t,isReadOnly:n,isRequired:h,isInvalid:Boolean(d),size:r,...g,children:i}),d&&e(p,{size:r,children:d}),c&&e(b,{fontSize:v,children:c})]})},Pe=l=>{const{label:i,IconLeft:r,IconRight:t,onClose:n,...h}=l,[d,o]=k(!0);return d?a(x,{...h,children:[r&&e(M,{as:r}),e(H,{children:i}),t&&e(z,{as:t}),n&&e(P,{onClick:()=>{n(),o(!1)}})]}):null},ye=l=>{const{description:i,title:r,onClose:t,isClosable:n,status:h}=l;let d,o;switch(h){case"error":o=L;break;case"success":o=$;break;case"warning":o=ha,d="yellow";break;case"loading":d="brand",o=R;break;default:d="brand",o=ha}return a(y,{as:c,colorScheme:d,flexDir:"row",justifyContent:"space-between",status:h,children:[a(c,{alignItems:"center",children:[e(I,{children:e(o,{size:"sm"})}),a(B,{children:[e(S,{children:r}),e(A,{children:i})]})]}),n&&e(C,{onClick:t})]})};export{me as CfCard,xe as CfCheckbox,He as CfInput,ze as CfSelect,Pe as CfTag,ye as CfToast,L as IconAlert,V as IconArrowDown,O as IconArrowUp,_ as IconBank,D as IconBarChart,j as IconCalendar,q as IconCaretDown,E as IconCaretLeft,T as IconCaretRight,U as IconCaretUp,W as IconCent,$ as IconCheck,F as IconChecking,N as IconClose,G as IconConnect,K as IconCopy,J as IconDollar,Q as IconDownload,X as IconEdit,Y as IconEnter,Z as IconEnterInverted,aa as IconExchange,ea as IconFilter,la as IconHelp,ia as IconHistory,ra as IconHome,ta as IconIndicatorDown,na as IconIndicatorUp,ha as IconInfo,da as IconMail,oa as IconMenu,ca as IconMore,sa as IconNotification,fa as IconOverview,pa as IconPercent,ga as IconPieChart,va as IconPlus,wa as IconReports,ua as IconReservesSuccess,ba as IconReservesWarning,ma as IconSearch,xa as IconSettings,Ma as IconSettlement,Ha as IconSignIn,za as IconSignOut,Pa as IconSort,ya as IconSpinner,Ia as IconSupport,Ba as IconTrash,Sa as IconUpload,Aa as IconUser,de as coreTheme,oe as formatUSD,we as getDelta,ue as uiColors};
2
2
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../node_modules/@chakra-ui/anatomy/dist/chunk-OA3DH5LS.mjs","../node_modules/@chakra-ui/anatomy/dist/chunk-7OOI6RFH.mjs"],"sourcesContent":["// src/anatomy.ts\nfunction anatomy(name, map = {}) {\n let called = false;\n function assert() {\n if (!called) {\n called = true;\n return;\n }\n throw new Error(\n \"[anatomy] .part(...) should only be called once. Did you mean to use .extend(...) ?\"\n );\n }\n function parts(...values) {\n assert();\n for (const part of values) {\n ;\n map[part] = toPart(part);\n }\n return anatomy(name, map);\n }\n function extend(...parts2) {\n for (const part of parts2) {\n if (part in map)\n continue;\n map[part] = toPart(part);\n }\n return anatomy(name, map);\n }\n function selectors() {\n const value = Object.fromEntries(\n Object.entries(map).map(([key, part]) => [key, part.selector])\n );\n return value;\n }\n function classnames() {\n const value = Object.fromEntries(\n Object.entries(map).map(([key, part]) => [key, part.className])\n );\n return value;\n }\n function toPart(part) {\n const el = [\"container\", \"root\"].includes(part != null ? part : \"\") ? [name] : [name, part];\n const attr = el.filter(Boolean).join(\"__\");\n const className = `chakra-${attr}`;\n const partObj = {\n className,\n selector: `.${className}`,\n toString: () => part\n };\n return partObj;\n }\n const __type = {};\n return {\n parts,\n toPart,\n extend,\n selectors,\n classnames,\n get keys() {\n return Object.keys(map);\n },\n __type\n };\n}\n\nexport {\n anatomy\n};\n//# sourceMappingURL=chunk-OA3DH5LS.mjs.map","import {\n anatomy\n} from \"./chunk-OA3DH5LS.mjs\";\n\n// src/components.ts\nvar accordionAnatomy = anatomy(\"accordion\").parts(\"root\", \"container\", \"button\", \"panel\").extend(\"icon\");\nvar alertAnatomy = anatomy(\"alert\").parts(\"title\", \"description\", \"container\").extend(\"icon\", \"spinner\");\nvar avatarAnatomy = anatomy(\"avatar\").parts(\"label\", \"badge\", \"container\").extend(\"excessLabel\", \"group\");\nvar breadcrumbAnatomy = anatomy(\"breadcrumb\").parts(\"link\", \"item\", \"container\").extend(\"separator\");\nvar buttonAnatomy = anatomy(\"button\").parts();\nvar checkboxAnatomy = anatomy(\"checkbox\").parts(\"control\", \"icon\", \"container\").extend(\"label\");\nvar circularProgressAnatomy = anatomy(\"progress\").parts(\"track\", \"filledTrack\").extend(\"label\");\nvar drawerAnatomy = anatomy(\"drawer\").parts(\"overlay\", \"dialogContainer\", \"dialog\").extend(\"header\", \"closeButton\", \"body\", \"footer\");\nvar editableAnatomy = anatomy(\"editable\").parts(\n \"preview\",\n \"input\",\n \"textarea\"\n);\nvar formAnatomy = anatomy(\"form\").parts(\n \"container\",\n \"requiredIndicator\",\n \"helperText\"\n);\nvar formErrorAnatomy = anatomy(\"formError\").parts(\"text\", \"icon\");\nvar inputAnatomy = anatomy(\"input\").parts(\n \"addon\",\n \"field\",\n \"element\",\n \"group\"\n);\nvar listAnatomy = anatomy(\"list\").parts(\"container\", \"item\", \"icon\");\nvar menuAnatomy = anatomy(\"menu\").parts(\"button\", \"list\", \"item\").extend(\"groupTitle\", \"icon\", \"command\", \"divider\");\nvar modalAnatomy = anatomy(\"modal\").parts(\"overlay\", \"dialogContainer\", \"dialog\").extend(\"header\", \"closeButton\", \"body\", \"footer\");\nvar numberInputAnatomy = anatomy(\"numberinput\").parts(\n \"root\",\n \"field\",\n \"stepperGroup\",\n \"stepper\"\n);\nvar pinInputAnatomy = anatomy(\"pininput\").parts(\"field\");\nvar popoverAnatomy = anatomy(\"popover\").parts(\"content\", \"header\", \"body\", \"footer\").extend(\"popper\", \"arrow\", \"closeButton\");\nvar progressAnatomy = anatomy(\"progress\").parts(\n \"label\",\n \"filledTrack\",\n \"track\"\n);\nvar radioAnatomy = anatomy(\"radio\").parts(\n \"container\",\n \"control\",\n \"label\"\n);\nvar selectAnatomy = anatomy(\"select\").parts(\"field\", \"icon\");\nvar sliderAnatomy = anatomy(\"slider\").parts(\n \"container\",\n \"track\",\n \"thumb\",\n \"filledTrack\",\n \"mark\"\n);\nvar statAnatomy = anatomy(\"stat\").parts(\n \"container\",\n \"label\",\n \"helpText\",\n \"number\",\n \"icon\"\n);\nvar switchAnatomy = anatomy(\"switch\").parts(\n \"container\",\n \"track\",\n \"thumb\",\n \"label\"\n);\nvar tableAnatomy = anatomy(\"table\").parts(\n \"table\",\n \"thead\",\n \"tbody\",\n \"tr\",\n \"th\",\n \"td\",\n \"tfoot\",\n \"caption\"\n);\nvar tabsAnatomy = anatomy(\"tabs\").parts(\n \"root\",\n \"tab\",\n \"tablist\",\n \"tabpanel\",\n \"tabpanels\",\n \"indicator\"\n);\nvar tagAnatomy = anatomy(\"tag\").parts(\n \"container\",\n \"label\",\n \"closeButton\"\n);\nvar cardAnatomy = anatomy(\"card\").parts(\n \"container\",\n \"header\",\n \"body\",\n \"footer\"\n);\nvar stepperAnatomy = anatomy(\"stepper\").parts(\n \"stepper\",\n \"step\",\n \"title\",\n \"description\",\n \"indicator\",\n \"separator\",\n \"icon\",\n \"number\"\n);\n\nexport {\n accordionAnatomy,\n alertAnatomy,\n avatarAnatomy,\n breadcrumbAnatomy,\n buttonAnatomy,\n checkboxAnatomy,\n circularProgressAnatomy,\n drawerAnatomy,\n editableAnatomy,\n formAnatomy,\n formErrorAnatomy,\n inputAnatomy,\n listAnatomy,\n menuAnatomy,\n modalAnatomy,\n numberInputAnatomy,\n pinInputAnatomy,\n popoverAnatomy,\n progressAnatomy,\n radioAnatomy,\n selectAnatomy,\n sliderAnatomy,\n statAnatomy,\n switchAnatomy,\n tableAnatomy,\n tabsAnatomy,\n tagAnatomy,\n cardAnatomy,\n stepperAnatomy\n};\n//# sourceMappingURL=chunk-7OOI6RFH.mjs.map"],"names":["anatomy","name","map","called","toPart","part","className","includes","filter","Boolean","join","selector","toString","parts","values","Error","assert","extend","parts2","selectors","Object","fromEntries","entries","key","classnames","keys","__type","accordionAnatomy","alertAnatomy","checkboxAnatomy","inputAnatomy","selectAnatomy","tagAnatomy"],"mappings":"gmBACA,SAASA,EAAQC,EAAMC,EAAM,IAC3B,IAAIC,GAAS,EAsCb,SAASC,EAAOC,GACd,MAEMC,EAAY,WAFP,CAAC,YAAa,QAAQC,SAAiB,MAARF,EAAeA,EAAO,IAAM,CAACJ,GAAQ,CAACA,EAAMI,IACtEG,OAAOC,SAASC,KAAK,QAOrC,MALgB,CACdJ,YACAK,SAAU,IAAIL,IACdM,SAAU,IAAMP,EAGnB,CAED,MAAO,CACLQ,MAzCF,YAAkBC,IATlB,WACE,GAAKX,EAIL,MAAM,IAAIY,MACR,uFAJAZ,GAAS,CAMZ,CAECa,GACA,IAAK,MAAMX,KAAQS,EAEjBZ,EAAIG,GAAQD,EAAOC,GAErB,OAAOL,EAAQC,EAAMC,EACtB,EAmCCE,SACAa,OAnCF,YAAmBC,GACjB,IAAK,MAAMb,KAAQa,EACbb,KAAQH,IAEZA,EAAIG,GAAQD,EAAOC,IAErB,OAAOL,EAAQC,EAAMC,EACtB,EA6BCiB,UA5BF,WAIE,OAHcC,OAAOC,YACnBD,OAAOE,QAAQpB,GAAKA,KAAI,EAAEqB,EAAKlB,KAAU,CAACkB,EAAKlB,EAAKM,YAGvD,EAwBCa,WAvBF,WAIE,OAHcJ,OAAOC,YACnBD,OAAOE,QAAQpB,GAAKA,KAAI,EAAEqB,EAAKlB,KAAU,CAACkB,EAAKlB,EAAKC,aAGvD,EAmBC,QAAImB,GACF,OAAOL,OAAOK,KAAKvB,EACpB,EACDwB,OAVa,CAAA,EAYjB,CC1DA,IAAIC,EAAmB3B,EAAQ,aAAaa,MAAM,OAAQ,YAAa,SAAU,SAASI,OAAO,QAC7FW,EAAe5B,EAAQ,SAASa,MAAM,QAAS,cAAe,aAAaI,OAAO,OAAQ,WAC1EjB,EAAQ,UAAUa,MAAM,QAAS,QAAS,aAAaI,OAAO,cAAe,SACzEjB,EAAQ,cAAca,MAAM,OAAQ,OAAQ,aAAaI,OAAO,aACpEjB,EAAQ,UAAUa,QACtC,IAAIgB,EAAkB7B,EAAQ,YAAYa,MAAM,UAAW,OAAQ,aAAaI,OAAO,SACzDjB,EAAQ,YAAYa,MAAM,QAAS,eAAeI,OAAO,SACnEjB,EAAQ,UAAUa,MAAM,UAAW,kBAAmB,UAAUI,OAAO,SAAU,cAAe,OAAQ,UACtGjB,EAAQ,YAAYa,MACxC,UACA,QACA,YAEgBb,EAAQ,QAAQa,MAChC,YACA,oBACA,cAEqBb,EAAQ,aAAaa,MAAM,OAAQ,QAC1D,IAAIiB,EAAe9B,EAAQ,SAASa,MAClC,QACA,QACA,UACA,SAEgBb,EAAQ,QAAQa,MAAM,YAAa,OAAQ,QAC3Cb,EAAQ,QAAQa,MAAM,SAAU,OAAQ,QAAQI,OAAO,aAAc,OAAQ,UAAW,WACvFjB,EAAQ,SAASa,MAAM,UAAW,kBAAmB,UAAUI,OAAO,SAAU,cAAe,OAAQ,UACjGjB,EAAQ,eAAea,MAC9C,OACA,QACA,eACA,WAEoBb,EAAQ,YAAYa,MAAM,SAC3Bb,EAAQ,WAAWa,MAAM,UAAW,SAAU,OAAQ,UAAUI,OAAO,SAAU,QAAS,eACzFjB,EAAQ,YAAYa,MACxC,QACA,cACA,SAEiBb,EAAQ,SAASa,MAClC,YACA,UACA,SAEF,IAAIkB,EAAgB/B,EAAQ,UAAUa,MAAM,QAAS,QACjCb,EAAQ,UAAUa,MACpC,YACA,QACA,QACA,cACA,QAEgBb,EAAQ,QAAQa,MAChC,YACA,QACA,WACA,SACA,QAEkBb,EAAQ,UAAUa,MACpC,YACA,QACA,QACA,SAEiBb,EAAQ,SAASa,MAClC,QACA,QACA,QACA,KACA,KACA,KACA,QACA,WAEgBb,EAAQ,QAAQa,MAChC,OACA,MACA,UACA,WACA,YACA,aAEF,IAAImB,EAAahC,EAAQ,OAAOa,MAC9B,YACA,QACA,eAEgBb,EAAQ,QAAQa,MAChC,YACA,SACA,OACA,UAEmBb,EAAQ,WAAWa,MACtC,UACA,OACA,QACA,cACA,YACA,YACA,OACA","x_google_ignoreList":[0,1]}
1
+ {"version":3,"file":"index.js","sources":["../node_modules/@chakra-ui/anatomy/dist/chunk-OA3DH5LS.mjs","../node_modules/@chakra-ui/anatomy/dist/chunk-7OOI6RFH.mjs","../node_modules/lodash.isfinite/index.js"],"sourcesContent":["// src/anatomy.ts\nfunction anatomy(name, map = {}) {\n let called = false;\n function assert() {\n if (!called) {\n called = true;\n return;\n }\n throw new Error(\n \"[anatomy] .part(...) should only be called once. Did you mean to use .extend(...) ?\"\n );\n }\n function parts(...values) {\n assert();\n for (const part of values) {\n ;\n map[part] = toPart(part);\n }\n return anatomy(name, map);\n }\n function extend(...parts2) {\n for (const part of parts2) {\n if (part in map)\n continue;\n map[part] = toPart(part);\n }\n return anatomy(name, map);\n }\n function selectors() {\n const value = Object.fromEntries(\n Object.entries(map).map(([key, part]) => [key, part.selector])\n );\n return value;\n }\n function classnames() {\n const value = Object.fromEntries(\n Object.entries(map).map(([key, part]) => [key, part.className])\n );\n return value;\n }\n function toPart(part) {\n const el = [\"container\", \"root\"].includes(part != null ? part : \"\") ? [name] : [name, part];\n const attr = el.filter(Boolean).join(\"__\");\n const className = `chakra-${attr}`;\n const partObj = {\n className,\n selector: `.${className}`,\n toString: () => part\n };\n return partObj;\n }\n const __type = {};\n return {\n parts,\n toPart,\n extend,\n selectors,\n classnames,\n get keys() {\n return Object.keys(map);\n },\n __type\n };\n}\n\nexport {\n anatomy\n};\n//# sourceMappingURL=chunk-OA3DH5LS.mjs.map","import {\n anatomy\n} from \"./chunk-OA3DH5LS.mjs\";\n\n// src/components.ts\nvar accordionAnatomy = anatomy(\"accordion\").parts(\"root\", \"container\", \"button\", \"panel\").extend(\"icon\");\nvar alertAnatomy = anatomy(\"alert\").parts(\"title\", \"description\", \"container\").extend(\"icon\", \"spinner\");\nvar avatarAnatomy = anatomy(\"avatar\").parts(\"label\", \"badge\", \"container\").extend(\"excessLabel\", \"group\");\nvar breadcrumbAnatomy = anatomy(\"breadcrumb\").parts(\"link\", \"item\", \"container\").extend(\"separator\");\nvar buttonAnatomy = anatomy(\"button\").parts();\nvar checkboxAnatomy = anatomy(\"checkbox\").parts(\"control\", \"icon\", \"container\").extend(\"label\");\nvar circularProgressAnatomy = anatomy(\"progress\").parts(\"track\", \"filledTrack\").extend(\"label\");\nvar drawerAnatomy = anatomy(\"drawer\").parts(\"overlay\", \"dialogContainer\", \"dialog\").extend(\"header\", \"closeButton\", \"body\", \"footer\");\nvar editableAnatomy = anatomy(\"editable\").parts(\n \"preview\",\n \"input\",\n \"textarea\"\n);\nvar formAnatomy = anatomy(\"form\").parts(\n \"container\",\n \"requiredIndicator\",\n \"helperText\"\n);\nvar formErrorAnatomy = anatomy(\"formError\").parts(\"text\", \"icon\");\nvar inputAnatomy = anatomy(\"input\").parts(\n \"addon\",\n \"field\",\n \"element\",\n \"group\"\n);\nvar listAnatomy = anatomy(\"list\").parts(\"container\", \"item\", \"icon\");\nvar menuAnatomy = anatomy(\"menu\").parts(\"button\", \"list\", \"item\").extend(\"groupTitle\", \"icon\", \"command\", \"divider\");\nvar modalAnatomy = anatomy(\"modal\").parts(\"overlay\", \"dialogContainer\", \"dialog\").extend(\"header\", \"closeButton\", \"body\", \"footer\");\nvar numberInputAnatomy = anatomy(\"numberinput\").parts(\n \"root\",\n \"field\",\n \"stepperGroup\",\n \"stepper\"\n);\nvar pinInputAnatomy = anatomy(\"pininput\").parts(\"field\");\nvar popoverAnatomy = anatomy(\"popover\").parts(\"content\", \"header\", \"body\", \"footer\").extend(\"popper\", \"arrow\", \"closeButton\");\nvar progressAnatomy = anatomy(\"progress\").parts(\n \"label\",\n \"filledTrack\",\n \"track\"\n);\nvar radioAnatomy = anatomy(\"radio\").parts(\n \"container\",\n \"control\",\n \"label\"\n);\nvar selectAnatomy = anatomy(\"select\").parts(\"field\", \"icon\");\nvar sliderAnatomy = anatomy(\"slider\").parts(\n \"container\",\n \"track\",\n \"thumb\",\n \"filledTrack\",\n \"mark\"\n);\nvar statAnatomy = anatomy(\"stat\").parts(\n \"container\",\n \"label\",\n \"helpText\",\n \"number\",\n \"icon\"\n);\nvar switchAnatomy = anatomy(\"switch\").parts(\n \"container\",\n \"track\",\n \"thumb\",\n \"label\"\n);\nvar tableAnatomy = anatomy(\"table\").parts(\n \"table\",\n \"thead\",\n \"tbody\",\n \"tr\",\n \"th\",\n \"td\",\n \"tfoot\",\n \"caption\"\n);\nvar tabsAnatomy = anatomy(\"tabs\").parts(\n \"root\",\n \"tab\",\n \"tablist\",\n \"tabpanel\",\n \"tabpanels\",\n \"indicator\"\n);\nvar tagAnatomy = anatomy(\"tag\").parts(\n \"container\",\n \"label\",\n \"closeButton\"\n);\nvar cardAnatomy = anatomy(\"card\").parts(\n \"container\",\n \"header\",\n \"body\",\n \"footer\"\n);\nvar stepperAnatomy = anatomy(\"stepper\").parts(\n \"stepper\",\n \"step\",\n \"title\",\n \"description\",\n \"indicator\",\n \"separator\",\n \"icon\",\n \"number\"\n);\n\nexport {\n accordionAnatomy,\n alertAnatomy,\n avatarAnatomy,\n breadcrumbAnatomy,\n buttonAnatomy,\n checkboxAnatomy,\n circularProgressAnatomy,\n drawerAnatomy,\n editableAnatomy,\n formAnatomy,\n formErrorAnatomy,\n inputAnatomy,\n listAnatomy,\n menuAnatomy,\n modalAnatomy,\n numberInputAnatomy,\n pinInputAnatomy,\n popoverAnatomy,\n progressAnatomy,\n radioAnatomy,\n selectAnatomy,\n sliderAnatomy,\n statAnatomy,\n switchAnatomy,\n tableAnatomy,\n tabsAnatomy,\n tagAnatomy,\n cardAnatomy,\n stepperAnatomy\n};\n//# sourceMappingURL=chunk-7OOI6RFH.mjs.map","/**\n * lodash (Custom Build) <https://lodash.com/>\n * Build: `lodash modularize exports=\"npm\" -o ./`\n * Copyright jQuery Foundation and other contributors <https://jquery.org/>\n * Released under MIT license <https://lodash.com/license>\n * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>\n * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors\n */\n\n/** Detect free variable `global` from Node.js. */\nvar freeGlobal = typeof global == 'object' && global && global.Object === Object && global;\n\n/** Detect free variable `self`. */\nvar freeSelf = typeof self == 'object' && self && self.Object === Object && self;\n\n/** Used as a reference to the global object. */\nvar root = freeGlobal || freeSelf || Function('return this')();\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeIsFinite = root.isFinite;\n\n/**\n * Checks if `value` is a finite primitive number.\n *\n * **Note:** This method is based on\n * [`Number.isFinite`](https://mdn.io/Number/isFinite).\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a finite number,\n * else `false`.\n * @example\n *\n * _.isFinite(3);\n * // => true\n *\n * _.isFinite(Number.MIN_VALUE);\n * // => true\n *\n * _.isFinite(Infinity);\n * // => false\n *\n * _.isFinite('3');\n * // => false\n */\nfunction isFinite(value) {\n return typeof value == 'number' && nativeIsFinite(value);\n}\n\nmodule.exports = isFinite;\n"],"names":["anatomy","name","map","called","toPart","part","className","includes","filter","Boolean","join","selector","toString","parts","values","Error","assert","extend","parts2","selectors","Object","fromEntries","entries","key","classnames","keys","__type","accordionAnatomy","alertAnatomy","checkboxAnatomy","inputAnatomy","selectAnatomy","tagAnatomy","freeGlobal","global","freeSelf","self","nativeIsFinite","Function","isFinite","value"],"mappings":"mzhCACA,SAASA,GAAQC,EAAMC,EAAM,IAC3B,IAAIC,GAAS,EAsCb,SAASC,EAAOC,GACd,MAEMC,EAAY,WAFP,CAAC,YAAa,QAAQC,SAAiB,MAARF,EAAeA,EAAO,IAAM,CAACJ,GAAQ,CAACA,EAAMI,IACtEG,OAAOC,SAASC,KAAK,QAOrC,MALgB,CACdJ,YACAK,SAAU,IAAIL,IACdM,SAAU,IAAMP,EAGnB,CAED,MAAO,CACLQ,MAzCF,YAAkBC,IATlB,WACE,GAAKX,EAIL,MAAM,IAAIY,MACR,uFAJAZ,GAAS,CAMZ,CAECa,GACA,IAAK,MAAMX,KAAQS,EAEjBZ,EAAIG,GAAQD,EAAOC,GAErB,OAAOL,GAAQC,EAAMC,EACtB,EAmCCE,SACAa,OAnCF,YAAmBC,GACjB,IAAK,MAAMb,KAAQa,EACbb,KAAQH,IAEZA,EAAIG,GAAQD,EAAOC,IAErB,OAAOL,GAAQC,EAAMC,EACtB,EA6BCiB,UA5BF,WAIE,OAHcC,OAAOC,YACnBD,OAAOE,QAAQpB,GAAKA,KAAI,EAAEqB,EAAKlB,KAAU,CAACkB,EAAKlB,EAAKM,YAGvD,EAwBCa,WAvBF,WAIE,OAHcJ,OAAOC,YACnBD,OAAOE,QAAQpB,GAAKA,KAAI,EAAEqB,EAAKlB,KAAU,CAACkB,EAAKlB,EAAKC,aAGvD,EAmBC,QAAImB,GACF,OAAOL,OAAOK,KAAKvB,EACpB,EACDwB,OAVa,CAAA,EAYjB,CC1DA,IAAIC,GAAmB3B,GAAQ,aAAaa,MAAM,OAAQ,YAAa,SAAU,SAASI,OAAO,QAC7FW,GAAe5B,GAAQ,SAASa,MAAM,QAAS,cAAe,aAAaI,OAAO,OAAQ,WAC1EjB,GAAQ,UAAUa,MAAM,QAAS,QAAS,aAAaI,OAAO,cAAe,SACzEjB,GAAQ,cAAca,MAAM,OAAQ,OAAQ,aAAaI,OAAO,aACpEjB,GAAQ,UAAUa,QACtC,IAAIgB,GAAkB7B,GAAQ,YAAYa,MAAM,UAAW,OAAQ,aAAaI,OAAO,SACzDjB,GAAQ,YAAYa,MAAM,QAAS,eAAeI,OAAO,SACnEjB,GAAQ,UAAUa,MAAM,UAAW,kBAAmB,UAAUI,OAAO,SAAU,cAAe,OAAQ,UACtGjB,GAAQ,YAAYa,MACxC,UACA,QACA,YAEgBb,GAAQ,QAAQa,MAChC,YACA,oBACA,cAEqBb,GAAQ,aAAaa,MAAM,OAAQ,QAC1D,IAAIiB,GAAe9B,GAAQ,SAASa,MAClC,QACA,QACA,UACA,SAEgBb,GAAQ,QAAQa,MAAM,YAAa,OAAQ,QAC3Cb,GAAQ,QAAQa,MAAM,SAAU,OAAQ,QAAQI,OAAO,aAAc,OAAQ,UAAW,WACvFjB,GAAQ,SAASa,MAAM,UAAW,kBAAmB,UAAUI,OAAO,SAAU,cAAe,OAAQ,UACjGjB,GAAQ,eAAea,MAC9C,OACA,QACA,eACA,WAEoBb,GAAQ,YAAYa,MAAM,SAC3Bb,GAAQ,WAAWa,MAAM,UAAW,SAAU,OAAQ,UAAUI,OAAO,SAAU,QAAS,eACzFjB,GAAQ,YAAYa,MACxC,QACA,cACA,SAEiBb,GAAQ,SAASa,MAClC,YACA,UACA,SAEF,IAAIkB,GAAgB/B,GAAQ,UAAUa,MAAM,QAAS,QACjCb,GAAQ,UAAUa,MACpC,YACA,QACA,QACA,cACA,QAEgBb,GAAQ,QAAQa,MAChC,YACA,QACA,WACA,SACA,QAEkBb,GAAQ,UAAUa,MACpC,YACA,QACA,QACA,SAEiBb,GAAQ,SAASa,MAClC,QACA,QACA,QACA,KACA,KACA,KACA,QACA,WAEgBb,GAAQ,QAAQa,MAChC,OACA,MACA,UACA,WACA,YACA,aAEF,IAAImB,GAAahC,GAAQ,OAAOa,MAC9B,YACA,QACA,eAEgBb,GAAQ,QAAQa,MAChC,YACA,SACA,OACA,UAEmBb,GAAQ,WAAWa,MACtC,UACA,OACA,QACA,cACA,YACA,YACA,OACA,gvJCnGF,IAAIoB,GAA8B,iBAAVC,IAAsBA,IAAUA,GAAOd,SAAWA,QAAUc,GAGhFC,GAA0B,iBAARC,MAAoBA,MAAQA,KAAKhB,SAAWA,QAAUgB,KAMxEC,IAHOJ,IAAcE,IAAYG,SAAS,cAATA,IAGXC,SAiC1B,WAJA,SAAkBC,GAChB,MAAuB,iBAATA,GAAqBH,GAAeG,EACpD","x_google_ignoreList":[0,1,2]}
@@ -1,25 +1,17 @@
1
1
  import * as _chakra_ui_system_dist_system_types from '@chakra-ui/system/dist/system.types';
2
2
  import * as react_jsx_runtime from 'react/jsx-runtime';
3
3
  import { SVGProps } from 'react';
4
- import { CheckboxProps, InputProps, ChakraComponent, SelectProps, TagProps, UseToastOptions } from '@chakra-ui/react';
5
-
6
- /**
7
- * This is a partial Chakra theme and should be extended by the consuming application using
8
- * Chakra's extendTheme method.
9
- *
10
- * This module exposes a subset of the extendedTheme imported above to work around styling issues
11
- * when passing the full object into the consuming app. The extendedTheme however is necessary
12
- * to style components via Chakra's withDefaultColorScheme method and is also used by Storybook.
13
- */
14
- declare const exportedTheme: {
15
- components: any;
16
- styles: any;
17
- };
18
- //# sourceMappingURL=exportedTheme.d.ts.map
4
+ import { CardProps, CheckboxProps, InputProps, ChakraComponent, SelectProps, TagProps, UseToastOptions } from '@chakra-ui/react';
19
5
 
20
6
  declare const SvgIconAlert: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
21
7
  //# sourceMappingURL=IconAlert.d.ts.map
22
8
 
9
+ declare const SvgIconArrowDown: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
10
+ //# sourceMappingURL=IconArrowDown.d.ts.map
11
+
12
+ declare const SvgIconArrowUp: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
13
+ //# sourceMappingURL=IconArrowUp.d.ts.map
14
+
23
15
  declare const SvgIconBank: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
24
16
  //# sourceMappingURL=IconBank.d.ts.map
25
17
 
@@ -164,6 +156,65 @@ declare const SvgIconUpload: _chakra_ui_system_dist_system_types.ChakraComponent
164
156
  declare const SvgIconUser: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
165
157
  //# sourceMappingURL=IconUser.d.ts.map
166
158
 
159
+ /**
160
+ * This is a partial Chakra theme and should be extended by the consuming application using
161
+ * Chakra's extendTheme method.
162
+ *
163
+ * This module exposes a subset of the extendedTheme imported above to work around styling issues
164
+ * when passing the full object into the consuming app. The extendedTheme however is necessary
165
+ * to style components via Chakra's withDefaultColorScheme method and is also used by Storybook.
166
+ */
167
+ declare const exportedTheme: {
168
+ components: any;
169
+ styles: any;
170
+ };
171
+ //# sourceMappingURL=exportedTheme.d.ts.map
172
+
173
+ type SignDisplay = 'auto' | 'always' | 'exceptZero' | 'never';
174
+ /**
175
+ *
176
+ * @param amount - A finite number
177
+ * @param signDisplay - Setting for negative / positive sign, defaults to auto
178
+ */
179
+ declare const formatUSD: ({ amount, signDisplay }: {
180
+ amount: number;
181
+ signDisplay?: SignDisplay | undefined;
182
+ }) => string;
183
+ //# sourceMappingURL=formatUSD.d.ts.map
184
+
185
+ /**
186
+ *
187
+ * @param data - Date-sorted array of objects
188
+ * @param dataKey - Object key used to find data value
189
+ *
190
+ */
191
+ declare const getDelta: ({ data, dataKey }: {
192
+ data: any[] | undefined;
193
+ dataKey: string;
194
+ }) => {
195
+ startingAmount: any;
196
+ endingAmount: any;
197
+ delta: number;
198
+ isNetGain: boolean;
199
+ };
200
+ //# sourceMappingURL=getDelta.d.ts.map
201
+
202
+ declare const uiColors: {
203
+ redRemains(alpha?: number): string;
204
+ heroicRed(alpha?: number): string;
205
+ aijiroWhite(alpha?: number): string;
206
+ mint(alpha?: number): string;
207
+ white(alpha?: number): string;
208
+ lighthouse(alpha?: number): string;
209
+ coolElegance(alpha?: number): string;
210
+ sonicSilver(alpha?: number): string;
211
+ black(alpha?: number): string;
212
+ };
213
+ //# sourceMappingURL=uiColors.d.ts.map
214
+
215
+ declare const CfCard: ({ children, ...rest }: CardProps) => react_jsx_runtime.JSX.Element;
216
+ //# sourceMappingURL=Card.d.ts.map
217
+
167
218
  interface CfCheckboxProps extends CheckboxProps {
168
219
  errorMessage?: string;
169
220
  helperText?: string;
@@ -203,4 +254,4 @@ interface CfToastProps extends UseToastOptions {
203
254
  }
204
255
  declare const CfToast: (props: CfToastProps) => react_jsx_runtime.JSX.Element;
205
256
 
206
- export { CfCheckbox, type CfCheckboxProps, CfInput, type CfInputProps, CfSelect, type CfSelectProps, CfTag, type CfTagProps, CfToast, type CfToastProps, SvgIconAlert as IconAlert, SvgIconBank as IconBank, SvgIconBarChart as IconBarChart, SvgIconCalendar as IconCalendar, SvgIconCaretDown as IconCaretDown, SvgIconCaretLeft as IconCaretLeft, SvgIconCaretRight as IconCaretRight, SvgIconCaretUp as IconCaretUp, SvgIconCent as IconCent, SvgIconCheck as IconCheck, SvgIconChecking as IconChecking, SvgIconClose as IconClose, SvgIconConnect as IconConnect, SvgIconCopy as IconCopy, SvgIconDollar as IconDollar, SvgIconDownload as IconDownload, SvgIconEdit as IconEdit, SvgIconEnter as IconEnter, SvgIconEnterInverted as IconEnterInverted, SvgIconExchange as IconExchange, SvgIconFilter as IconFilter, SvgIconHelp as IconHelp, SvgIconHistory as IconHistory, SvgIconHome as IconHome, SvgIconIndicatorDown as IconIndicatorDown, SvgIconIndicatorUp as IconIndicatorUp, SvgIconInfo as IconInfo, SvgIconMail as IconMail, SvgIconMenu as IconMenu, SvgIconMore as IconMore, SvgIconNotification as IconNotification, SvgIconOverview as IconOverview, SvgIconPercent as IconPercent, SvgIconPieChart as IconPieChart, SvgIconPlus as IconPlus, SvgIconReports as IconReports, SvgIconReservesSuccess as IconReservesSuccess, SvgIconReservesWarning as IconReservesWarning, SvgIconSearch as IconSearch, SvgIconSettings as IconSettings, SvgIconSettlement as IconSettlement, SvgIconSignIn as IconSignIn, SvgIconSignOut as IconSignOut, SvgIconSort as IconSort, SvgIconSpinner as IconSpinner, SvgIconSupport as IconSupport, SvgIconTrash as IconTrash, SvgIconUpload as IconUpload, SvgIconUser as IconUser, exportedTheme as coreTheme };
257
+ export { CfCard, CfCheckbox, type CfCheckboxProps, CfInput, type CfInputProps, CfSelect, type CfSelectProps, CfTag, type CfTagProps, CfToast, type CfToastProps, SvgIconAlert as IconAlert, SvgIconArrowDown as IconArrowDown, SvgIconArrowUp as IconArrowUp, SvgIconBank as IconBank, SvgIconBarChart as IconBarChart, SvgIconCalendar as IconCalendar, SvgIconCaretDown as IconCaretDown, SvgIconCaretLeft as IconCaretLeft, SvgIconCaretRight as IconCaretRight, SvgIconCaretUp as IconCaretUp, SvgIconCent as IconCent, SvgIconCheck as IconCheck, SvgIconChecking as IconChecking, SvgIconClose as IconClose, SvgIconConnect as IconConnect, SvgIconCopy as IconCopy, SvgIconDollar as IconDollar, SvgIconDownload as IconDownload, SvgIconEdit as IconEdit, SvgIconEnter as IconEnter, SvgIconEnterInverted as IconEnterInverted, SvgIconExchange as IconExchange, SvgIconFilter as IconFilter, SvgIconHelp as IconHelp, SvgIconHistory as IconHistory, SvgIconHome as IconHome, SvgIconIndicatorDown as IconIndicatorDown, SvgIconIndicatorUp as IconIndicatorUp, SvgIconInfo as IconInfo, SvgIconMail as IconMail, SvgIconMenu as IconMenu, SvgIconMore as IconMore, SvgIconNotification as IconNotification, SvgIconOverview as IconOverview, SvgIconPercent as IconPercent, SvgIconPieChart as IconPieChart, SvgIconPlus as IconPlus, SvgIconReports as IconReports, SvgIconReservesSuccess as IconReservesSuccess, SvgIconReservesWarning as IconReservesWarning, SvgIconSearch as IconSearch, SvgIconSettings as IconSettings, SvgIconSettlement as IconSettlement, SvgIconSignIn as IconSignIn, SvgIconSignOut as IconSignOut, SvgIconSort as IconSort, SvgIconSpinner as IconSpinner, SvgIconSupport as IconSupport, SvgIconTrash as IconTrash, SvgIconUpload as IconUpload, SvgIconUser as IconUser, exportedTheme as coreTheme, formatUSD, getDelta, uiColors };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cryptofi/core-ui",
3
- "version": "0.4.0",
3
+ "version": "0.6.0",
4
4
  "author": {
5
5
  "name": "CryptoFi"
6
6
  },
@@ -22,6 +22,7 @@
22
22
  "storybook": "storybook dev -p 6006",
23
23
  "build:storybook": "storybook build",
24
24
  "publish:local": "yarn build && yarn dlx yalc publish --push",
25
+ "publish:npm": "npm publish --access public",
25
26
  "icons:gen": "yarn icons:clean && yarn icons:prefix && yarn dlx @svgr/cli -- ./svg-icons",
26
27
  "icons:clean": "rm -rf src/icons && mkdir src/icons",
27
28
  "icons:prefix": "node scripts/prefix-icons.cjs"
@@ -42,7 +43,8 @@
42
43
  },
43
44
  "dependencies": {
44
45
  "@chakra-ui/anatomy": "^2.2.2",
45
- "colord": "^2.9.3"
46
+ "colord": "^2.9.3",
47
+ "lodash.isfinite": "^3.3.2"
46
48
  },
47
49
  "devDependencies": {
48
50
  "@babel/core": "^7.17.5",
@@ -50,6 +52,7 @@
50
52
  "@chakra-ui/storybook-addon": "^5.0.1",
51
53
  "@emotion/react": "^11.11.1",
52
54
  "@emotion/styled": "^11.11.0",
55
+ "@rollup/plugin-commonjs": "^25.0.7",
53
56
  "@rollup/plugin-node-resolve": "^15.2.3",
54
57
  "@rollup/plugin-terser": "^0.4.4",
55
58
  "@storybook/addon-essentials": "^7.5.2",
@@ -73,6 +76,7 @@
73
76
  "@testing-library/react": "^13.4.0",
74
77
  "@types/jest": "^29.2.6",
75
78
  "@types/lodash.isempty": "^4",
79
+ "@types/lodash.isfinite": "^3.3.9",
76
80
  "@types/react": "^18.0.27",
77
81
  "@types/react-dom": "^18.0.10",
78
82
  "@types/rollup-plugin-peer-deps-external": "^2",