@cryptofi/core-ui 0.1.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -5
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -0
- package/dist/types/index.d.ts +194 -0
- package/package.json +17 -8
package/README.md
CHANGED
|
@@ -71,13 +71,15 @@ const SomeComponent = () => {
|
|
|
71
71
|
};
|
|
72
72
|
```
|
|
73
73
|
|
|
74
|
-
##
|
|
74
|
+
## Using this Package in Development
|
|
75
75
|
|
|
76
|
-
To
|
|
76
|
+
To use this package as a dependency in another local application, follow these steps:
|
|
77
77
|
|
|
78
|
-
|
|
79
|
-
yarn
|
|
80
|
-
|
|
78
|
+
1. Run `yarn publish:local` to build and publish locally.
|
|
79
|
+
2. From the root of the other app run `yarn dlx yalc link @cryptofi/core-ui` to install this package from the local registry.
|
|
80
|
+
3. Re-run `yarn publish:local` as needed to update consumers with the latest changes to this project.
|
|
81
|
+
|
|
82
|
+
See [yalc docs](https://github.com/wclr/yalc) for more info.
|
|
81
83
|
|
|
82
84
|
## Tooling
|
|
83
85
|
|
package/dist/index.js
ADDED
|
@@ -0,0 +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=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"}}})),U=W({baseStyle:F,defaultProps:{variant:"subtle"}}),N=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:$,defineMultiStyleConfig:G}=a(V.keys),J=G({baseStyle:$({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"}}}}}),K=e({baseStyle:{helperText:{fontSize:"sm"}}}),Q=e({sizes:{sm:{text:{fontSize:"xs"}},xs:{text:{fontSize:"xs"}}}}),X=e({baseStyle:{_groupInvalid:{color:"red.500"}},sizes:{sm:{fontSize:"sm"},xs:{fontSize:"xs"}}}),{definePartsStyle:Y,defineMultiStyleConfig:aa}=a(_.keys),la=aa({baseStyle:Y({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:ea,defineMultiStyleConfig:ia}=a(O.keys),ra=ia({baseStyle:ea({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:ha,defineMultiStyleConfig:ta}=a(D.keys),da=ha({container:{color:"blackAlpha.900",fontWeight:"bold",borderRadius:"full",svg:{path:{fill:"blackAlpha.900"}}}}),na=ha({container:{bg:"red.100",borderWidth:1,borderColor:"red.500"}}),oa=ha({container:{bg:"yellow.100",borderColor:"yellow.500",borderWidth:1}}),ca=i({colors:{brand:{50:"#fafafa",100:"#cdcfd1",200:"#bfc3c5",300:"#b2b6b9",400:"#a5a9ac",500:"#8a9094",600:"#70777b",700:"#646a6d",800:"#585d60",900:"#404345"},gray:{50:"#fafafa",100:"#cdcfd1",200:"#bfc3c5",300:"#b2b6b9",400:"#a5a9ac",500:"#8a9094",600:"#70777b",700:"#646a6d",800:"#585d60",900:"#404345"}},components:{Accordion:q,Alert:U,Button:N,Checkbox:J,Input:la,Form:K,FormLabel:X,FormError:Q,Select:ra,Tag:ta({baseStyle:da,defaultProps:{variant:"outline"},variants:{error:na,success:ha({container:{bg:"green.100",borderColor:"green.500",borderWidth:1}}),warning:oa,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}}}})},initialColorMode:"system",styles:{global:{"[data-focus], :focus":{boxShadow:"none !important"}}},useSystemColorMode:!1},r({colorScheme:"brand"})),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 cryptoFiTheme};
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,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"],"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]}
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
import * as _chakra_ui_system_dist_system_types from '@chakra-ui/system/dist/system.types';
|
|
2
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
3
|
+
import { SVGProps } from 'react';
|
|
4
|
+
import { CheckboxProps, InputProps, ChakraComponent, SelectProps, TagProps, UseToastOptions } from '@chakra-ui/react';
|
|
5
|
+
|
|
6
|
+
declare const theme: Record<string, any>;
|
|
7
|
+
|
|
8
|
+
declare const SvgIconAlert: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
9
|
+
//# sourceMappingURL=IconAlert.d.ts.map
|
|
10
|
+
|
|
11
|
+
declare const SvgIconBank: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
12
|
+
//# sourceMappingURL=IconBank.d.ts.map
|
|
13
|
+
|
|
14
|
+
declare const SvgIconBarChart: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
15
|
+
//# sourceMappingURL=IconBarChart.d.ts.map
|
|
16
|
+
|
|
17
|
+
declare const SvgIconCalendar: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
18
|
+
//# sourceMappingURL=IconCalendar.d.ts.map
|
|
19
|
+
|
|
20
|
+
declare const SvgIconCaretDown: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
21
|
+
//# sourceMappingURL=IconCaretDown.d.ts.map
|
|
22
|
+
|
|
23
|
+
declare const SvgIconCaretLeft: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
24
|
+
//# sourceMappingURL=IconCaretLeft.d.ts.map
|
|
25
|
+
|
|
26
|
+
declare const SvgIconCaretRight: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
27
|
+
//# sourceMappingURL=IconCaretRight.d.ts.map
|
|
28
|
+
|
|
29
|
+
declare const SvgIconCaretUp: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
30
|
+
//# sourceMappingURL=IconCaretUp.d.ts.map
|
|
31
|
+
|
|
32
|
+
declare const SvgIconCent: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
33
|
+
//# sourceMappingURL=IconCent.d.ts.map
|
|
34
|
+
|
|
35
|
+
declare const SvgIconCheck: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
36
|
+
//# sourceMappingURL=IconCheck.d.ts.map
|
|
37
|
+
|
|
38
|
+
declare const SvgIconChecking: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
39
|
+
//# sourceMappingURL=IconChecking.d.ts.map
|
|
40
|
+
|
|
41
|
+
declare const SvgIconClose: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
42
|
+
//# sourceMappingURL=IconClose.d.ts.map
|
|
43
|
+
|
|
44
|
+
declare const SvgIconConnect: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
45
|
+
//# sourceMappingURL=IconConnect.d.ts.map
|
|
46
|
+
|
|
47
|
+
declare const SvgIconCopy: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
48
|
+
//# sourceMappingURL=IconCopy.d.ts.map
|
|
49
|
+
|
|
50
|
+
declare const SvgIconDollar: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
51
|
+
//# sourceMappingURL=IconDollar.d.ts.map
|
|
52
|
+
|
|
53
|
+
declare const SvgIconDownload: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
54
|
+
//# sourceMappingURL=IconDownload.d.ts.map
|
|
55
|
+
|
|
56
|
+
declare const SvgIconEdit: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
57
|
+
//# sourceMappingURL=IconEdit.d.ts.map
|
|
58
|
+
|
|
59
|
+
declare const SvgIconEnter: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
60
|
+
//# sourceMappingURL=IconEnter.d.ts.map
|
|
61
|
+
|
|
62
|
+
declare const SvgIconEnterInverted: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
63
|
+
//# sourceMappingURL=IconEnterInverted.d.ts.map
|
|
64
|
+
|
|
65
|
+
declare const SvgIconExchange: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
66
|
+
//# sourceMappingURL=IconExchange.d.ts.map
|
|
67
|
+
|
|
68
|
+
declare const SvgIconFilter: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
69
|
+
//# sourceMappingURL=IconFilter.d.ts.map
|
|
70
|
+
|
|
71
|
+
declare const SvgIconHelp: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
72
|
+
//# sourceMappingURL=IconHelp.d.ts.map
|
|
73
|
+
|
|
74
|
+
declare const SvgIconHistory: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
75
|
+
//# sourceMappingURL=IconHistory.d.ts.map
|
|
76
|
+
|
|
77
|
+
declare const SvgIconHome: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
78
|
+
//# sourceMappingURL=IconHome.d.ts.map
|
|
79
|
+
|
|
80
|
+
declare const SvgIconIndicatorDown: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
81
|
+
//# sourceMappingURL=IconIndicatorDown.d.ts.map
|
|
82
|
+
|
|
83
|
+
declare const SvgIconIndicatorUp: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
84
|
+
//# sourceMappingURL=IconIndicatorUp.d.ts.map
|
|
85
|
+
|
|
86
|
+
declare const SvgIconInfo: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
87
|
+
//# sourceMappingURL=IconInfo.d.ts.map
|
|
88
|
+
|
|
89
|
+
declare const SvgIconMail: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
90
|
+
//# sourceMappingURL=IconMail.d.ts.map
|
|
91
|
+
|
|
92
|
+
declare const SvgIconMenu: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
93
|
+
//# sourceMappingURL=IconMenu.d.ts.map
|
|
94
|
+
|
|
95
|
+
declare const SvgIconMore: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
96
|
+
//# sourceMappingURL=IconMore.d.ts.map
|
|
97
|
+
|
|
98
|
+
declare const SvgIconNotification: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
99
|
+
//# sourceMappingURL=IconNotification.d.ts.map
|
|
100
|
+
|
|
101
|
+
declare const SvgIconOverview: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
102
|
+
//# sourceMappingURL=IconOverview.d.ts.map
|
|
103
|
+
|
|
104
|
+
declare const SvgIconPercent: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
105
|
+
//# sourceMappingURL=IconPercent.d.ts.map
|
|
106
|
+
|
|
107
|
+
declare const SvgIconPieChart: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
108
|
+
//# sourceMappingURL=IconPieChart.d.ts.map
|
|
109
|
+
|
|
110
|
+
declare const SvgIconPlus: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
111
|
+
//# sourceMappingURL=IconPlus.d.ts.map
|
|
112
|
+
|
|
113
|
+
declare const SvgIconReports: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
114
|
+
//# sourceMappingURL=IconReports.d.ts.map
|
|
115
|
+
|
|
116
|
+
declare const SvgIconReservesSuccess: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
117
|
+
//# sourceMappingURL=IconReservesSuccess.d.ts.map
|
|
118
|
+
|
|
119
|
+
declare const SvgIconReservesWarning: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
120
|
+
//# sourceMappingURL=IconReservesWarning.d.ts.map
|
|
121
|
+
|
|
122
|
+
declare const SvgIconSearch: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
123
|
+
//# sourceMappingURL=IconSearch.d.ts.map
|
|
124
|
+
|
|
125
|
+
declare const SvgIconSettings: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
126
|
+
//# sourceMappingURL=IconSettings.d.ts.map
|
|
127
|
+
|
|
128
|
+
declare const SvgIconSettlement: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
129
|
+
//# sourceMappingURL=IconSettlement.d.ts.map
|
|
130
|
+
|
|
131
|
+
declare const SvgIconSignIn: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
132
|
+
//# sourceMappingURL=IconSignIn.d.ts.map
|
|
133
|
+
|
|
134
|
+
declare const SvgIconSignOut: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
135
|
+
//# sourceMappingURL=IconSignOut.d.ts.map
|
|
136
|
+
|
|
137
|
+
declare const SvgIconSort: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
138
|
+
//# sourceMappingURL=IconSort.d.ts.map
|
|
139
|
+
|
|
140
|
+
declare const SvgIconSpinner: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
141
|
+
//# sourceMappingURL=IconSpinner.d.ts.map
|
|
142
|
+
|
|
143
|
+
declare const SvgIconSupport: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
144
|
+
//# sourceMappingURL=IconSupport.d.ts.map
|
|
145
|
+
|
|
146
|
+
declare const SvgIconTrash: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
147
|
+
//# sourceMappingURL=IconTrash.d.ts.map
|
|
148
|
+
|
|
149
|
+
declare const SvgIconUpload: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
150
|
+
//# sourceMappingURL=IconUpload.d.ts.map
|
|
151
|
+
|
|
152
|
+
declare const SvgIconUser: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
153
|
+
//# sourceMappingURL=IconUser.d.ts.map
|
|
154
|
+
|
|
155
|
+
interface CfCheckboxProps extends CheckboxProps {
|
|
156
|
+
errorMessage?: string;
|
|
157
|
+
helperText?: string;
|
|
158
|
+
label?: string;
|
|
159
|
+
labelPosition?: 'left' | 'right';
|
|
160
|
+
spaceBetween?: boolean;
|
|
161
|
+
}
|
|
162
|
+
declare const CfCheckbox: (props: CfCheckboxProps) => react_jsx_runtime.JSX.Element;
|
|
163
|
+
|
|
164
|
+
interface CfInputProps extends InputProps {
|
|
165
|
+
errorMessage?: string;
|
|
166
|
+
helperText?: string;
|
|
167
|
+
label?: string;
|
|
168
|
+
spellCheck?: boolean;
|
|
169
|
+
IconLeft?: ChakraComponent<'svg', object>;
|
|
170
|
+
IconRight?: ChakraComponent<'svg', object>;
|
|
171
|
+
}
|
|
172
|
+
declare const CfInput: (props: CfInputProps) => react_jsx_runtime.JSX.Element;
|
|
173
|
+
|
|
174
|
+
interface CfSelectProps extends SelectProps {
|
|
175
|
+
errorMessage?: string;
|
|
176
|
+
helperText?: string;
|
|
177
|
+
label?: string;
|
|
178
|
+
}
|
|
179
|
+
declare const CfSelect: (props: CfSelectProps) => react_jsx_runtime.JSX.Element;
|
|
180
|
+
|
|
181
|
+
interface CfTagProps extends TagProps {
|
|
182
|
+
label: string;
|
|
183
|
+
onClose?: () => void;
|
|
184
|
+
IconLeft?: ChakraComponent<'svg', object>;
|
|
185
|
+
IconRight?: ChakraComponent<'svg', object>;
|
|
186
|
+
}
|
|
187
|
+
declare const CfTag: (props: CfTagProps) => react_jsx_runtime.JSX.Element | null;
|
|
188
|
+
|
|
189
|
+
interface CfToastProps extends UseToastOptions {
|
|
190
|
+
onClose?: () => void;
|
|
191
|
+
}
|
|
192
|
+
declare const CfToast: (props: CfToastProps) => react_jsx_runtime.JSX.Element;
|
|
193
|
+
|
|
194
|
+
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, theme as cryptoFiTheme };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cryptofi/core-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "CryptoFi"
|
|
6
6
|
},
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"build": "rm -rf ./dist && rollup -c",
|
|
15
15
|
"lint": "eslint src --ext .tsx --ext .ts",
|
|
16
16
|
"lint:fix": "yarn lint --fix",
|
|
17
|
-
"format": "prettier --config ./.prettierrc -w '
|
|
17
|
+
"format": "prettier --config ./.prettierrc -w '**/*.{tsx,ts,js,cjs,json,yml}' && git update-index --again",
|
|
18
18
|
"pretest": "yarn lint:fix",
|
|
19
19
|
"test": "jest --colors --passWithNoTests",
|
|
20
20
|
"posttest": "npx http-server coverage/lcov-report",
|
|
@@ -40,6 +40,10 @@
|
|
|
40
40
|
"react": "^18.2.0",
|
|
41
41
|
"react-dom": "^18.2.0"
|
|
42
42
|
},
|
|
43
|
+
"dependencies": {
|
|
44
|
+
"@chakra-ui/anatomy": "^2.2.2",
|
|
45
|
+
"colord": "^2.9.3"
|
|
46
|
+
},
|
|
43
47
|
"devDependencies": {
|
|
44
48
|
"@babel/core": "^7.17.5",
|
|
45
49
|
"@chakra-ui/react": "^2.4.9",
|
|
@@ -53,9 +57,13 @@
|
|
|
53
57
|
"@storybook/addon-links": "^7.5.2",
|
|
54
58
|
"@storybook/addon-onboarding": "^1.0.8",
|
|
55
59
|
"@storybook/blocks": "^7.5.2",
|
|
60
|
+
"@storybook/components": "^7.5.3",
|
|
61
|
+
"@storybook/manager-api": "^7.5.3",
|
|
62
|
+
"@storybook/preview-api": "^7.5.3",
|
|
56
63
|
"@storybook/react": "^7.5.2",
|
|
57
64
|
"@storybook/react-vite": "^7.5.2",
|
|
58
65
|
"@storybook/testing-library": "^0.2.2",
|
|
66
|
+
"@storybook/types": "^7.5.3",
|
|
59
67
|
"@svgr/cli": "^8.1.0",
|
|
60
68
|
"@svgr/core": "^8.1.0",
|
|
61
69
|
"@svgr/plugin-jsx": "^8.1.0",
|
|
@@ -69,25 +77,26 @@
|
|
|
69
77
|
"@types/react-dom": "^18.0.10",
|
|
70
78
|
"@types/rollup-plugin-peer-deps-external": "^2",
|
|
71
79
|
"@types/stringify-object": "^4.0.4",
|
|
72
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
73
|
-
"@typescript-eslint/parser": "^
|
|
74
|
-
"colord": "^2.9.3",
|
|
80
|
+
"@typescript-eslint/eslint-plugin": "^6.13.1",
|
|
81
|
+
"@typescript-eslint/parser": "^6.13.1",
|
|
75
82
|
"eslint": "^8.9.0",
|
|
76
83
|
"eslint-config-airbnb": "^19.0.4",
|
|
77
84
|
"eslint-config-prettier": "^8.4.0",
|
|
78
|
-
"eslint-
|
|
85
|
+
"eslint-import-resolver-typescript": "^3.6.1",
|
|
86
|
+
"eslint-plugin-import": "^2.29.0",
|
|
79
87
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
80
|
-
"eslint-plugin-prettier": "
|
|
88
|
+
"eslint-plugin-prettier": "5.0.0",
|
|
81
89
|
"eslint-plugin-react": "^7.28.0",
|
|
82
90
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
83
91
|
"eslint-plugin-simple-import-sort": "^9.0.0",
|
|
84
92
|
"eslint-plugin-storybook": "^0.6.15",
|
|
93
|
+
"eslint-plugin-unused-imports": "^3.0.0",
|
|
85
94
|
"framer-motion": "^10.16.4",
|
|
86
95
|
"identity-obj-proxy": "^3.0.0",
|
|
87
96
|
"jest": "^29.4.0",
|
|
88
97
|
"lodash.isempty": "^4.4.0",
|
|
89
98
|
"pnpapi": "^0.0.0",
|
|
90
|
-
"prettier": "^
|
|
99
|
+
"prettier": "^3.1.0",
|
|
91
100
|
"react": "^18.2.0",
|
|
92
101
|
"react-dom": "^18.2.0",
|
|
93
102
|
"rollup": "^4.3.1",
|