@cryptofi/core-ui 1.3.4 → 1.4.1

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.
@@ -1,210 +1,210 @@
1
- import * as _chakra_ui_system from '@chakra-ui/system';
1
+ import * as _chakra_ui_react from '@chakra-ui/react';
2
+ import { IconProps, ButtonGroupProps, ButtonProps, CardProps, FlexProps, CheckboxProps, SystemStyleObject, InputProps as InputProps$1, ModalProps, LayoutProps, ModalBodyProps, ModalContentProps, LinkProps, SelectProps, TagProps, ChakraComponent, UseToastOptions } from '@chakra-ui/react';
2
3
  import * as react_jsx_runtime from 'react/jsx-runtime';
3
4
  import React, { SVGProps, CSSProperties, ReactElement, ReactNode, FormEvent, Dispatch, SetStateAction } from 'react';
4
- import { IconProps, ButtonGroupProps, ButtonProps, CardProps, FlexProps, CheckboxProps, SystemStyleObject, InputProps as InputProps$1, ModalProps, LayoutProps, ModalBodyProps, ModalContentProps, LinkProps, SelectProps, TagProps, ChakraComponent, UseToastOptions } from '@chakra-ui/react';
5
5
  import { CurveType } from 'recharts/types/shape/Curve';
6
6
  import { UseFormRegister, FieldValues, Control } from 'react-hook-form';
7
7
  import { CurrencyInputProps } from 'react-currency-input-field';
8
8
 
9
- declare const SvgIconAlert: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
9
+ declare const SvgIconAlert: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
10
10
  //# sourceMappingURL=IconAlert.d.ts.map
11
11
 
12
- declare const SvgIconArrowDown: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
12
+ declare const SvgIconArrowDown: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
13
13
  //# sourceMappingURL=IconArrowDown.d.ts.map
14
14
 
15
- declare const SvgIconArrowUp: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
15
+ declare const SvgIconArrowUp: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
16
16
  //# sourceMappingURL=IconArrowUp.d.ts.map
17
17
 
18
- declare const SvgIconBank: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
18
+ declare const SvgIconBank: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
19
19
  //# sourceMappingURL=IconBank.d.ts.map
20
20
 
21
- declare const SvgIconBarChart: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
21
+ declare const SvgIconBarChart: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
22
22
  //# sourceMappingURL=IconBarChart.d.ts.map
23
23
 
24
- declare const SvgIconBookCheck: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
24
+ declare const SvgIconBookCheck: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
25
25
  //# sourceMappingURL=IconBookCheck.d.ts.map
26
26
 
27
- declare const SvgIconCalendar: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
27
+ declare const SvgIconCalendar: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
28
28
  //# sourceMappingURL=IconCalendar.d.ts.map
29
29
 
30
- declare const SvgIconCaretDown: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
30
+ declare const SvgIconCaretDown: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
31
31
  //# sourceMappingURL=IconCaretDown.d.ts.map
32
32
 
33
- declare const SvgIconCaretLeft: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
33
+ declare const SvgIconCaretLeft: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
34
34
  //# sourceMappingURL=IconCaretLeft.d.ts.map
35
35
 
36
- declare const SvgIconCaretRight: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
36
+ declare const SvgIconCaretRight: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
37
37
  //# sourceMappingURL=IconCaretRight.d.ts.map
38
38
 
39
- declare const SvgIconCaretUp: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
39
+ declare const SvgIconCaretUp: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
40
40
  //# sourceMappingURL=IconCaretUp.d.ts.map
41
41
 
42
- declare const SvgIconCent: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
42
+ declare const SvgIconCent: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
43
43
  //# sourceMappingURL=IconCent.d.ts.map
44
44
 
45
- declare const SvgIconCheck: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
45
+ declare const SvgIconCheck: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
46
46
  //# sourceMappingURL=IconCheck.d.ts.map
47
47
 
48
- declare const SvgIconChecking: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
48
+ declare const SvgIconChecking: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
49
49
  //# sourceMappingURL=IconChecking.d.ts.map
50
50
 
51
- declare const SvgIconCircleCheck: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
51
+ declare const SvgIconCircleCheck: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
52
52
  //# sourceMappingURL=IconCircleCheck.d.ts.map
53
53
 
54
- declare const SvgIconClose: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
54
+ declare const SvgIconClose: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
55
55
  //# sourceMappingURL=IconClose.d.ts.map
56
56
 
57
- declare const SvgIconConnect: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
57
+ declare const SvgIconConnect: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
58
58
  //# sourceMappingURL=IconConnect.d.ts.map
59
59
 
60
- declare const SvgIconCopy: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
60
+ declare const SvgIconCopy: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
61
61
  //# sourceMappingURL=IconCopy.d.ts.map
62
62
 
63
- declare const SvgIconDollar: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
63
+ declare const SvgIconDollar: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
64
64
  //# sourceMappingURL=IconDollar.d.ts.map
65
65
 
66
- declare const SvgIconDollarBill: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
66
+ declare const SvgIconDollarBill: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
67
67
  //# sourceMappingURL=IconDollarBill.d.ts.map
68
68
 
69
- declare const SvgIconDownload: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
69
+ declare const SvgIconDownload: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
70
70
  //# sourceMappingURL=IconDownload.d.ts.map
71
71
 
72
- declare const SvgIconEdit: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
72
+ declare const SvgIconEdit: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
73
73
  //# sourceMappingURL=IconEdit.d.ts.map
74
74
 
75
- declare const SvgIconEnter: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
75
+ declare const SvgIconEnter: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
76
76
  //# sourceMappingURL=IconEnter.d.ts.map
77
77
 
78
- declare const SvgIconEnterInverted: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
78
+ declare const SvgIconEnterInverted: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
79
79
  //# sourceMappingURL=IconEnterInverted.d.ts.map
80
80
 
81
- declare const SvgIconExchange: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
81
+ declare const SvgIconExchange: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
82
82
  //# sourceMappingURL=IconExchange.d.ts.map
83
83
 
84
- declare const SvgIconFilter: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
84
+ declare const SvgIconFilter: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
85
85
  //# sourceMappingURL=IconFilter.d.ts.map
86
86
 
87
- declare const SvgIconHelp: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
87
+ declare const SvgIconHelp: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
88
88
  //# sourceMappingURL=IconHelp.d.ts.map
89
89
 
90
- declare const SvgIconHistory: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
90
+ declare const SvgIconHistory: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
91
91
  //# sourceMappingURL=IconHistory.d.ts.map
92
92
 
93
- declare const SvgIconHome: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
93
+ declare const SvgIconHome: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
94
94
  //# sourceMappingURL=IconHome.d.ts.map
95
95
 
96
- declare const SvgIconIndicatorDown: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
96
+ declare const SvgIconIndicatorDown: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
97
97
  //# sourceMappingURL=IconIndicatorDown.d.ts.map
98
98
 
99
- declare const SvgIconIndicatorUp: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
99
+ declare const SvgIconIndicatorUp: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
100
100
  //# sourceMappingURL=IconIndicatorUp.d.ts.map
101
101
 
102
- declare const SvgIconInfo: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
102
+ declare const SvgIconInfo: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
103
103
  //# sourceMappingURL=IconInfo.d.ts.map
104
104
 
105
- declare const SvgIconLock: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
105
+ declare const SvgIconLock: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
106
106
  //# sourceMappingURL=IconLock.d.ts.map
107
107
 
108
- declare const SvgIconMail: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
108
+ declare const SvgIconMail: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
109
109
  //# sourceMappingURL=IconMail.d.ts.map
110
110
 
111
- declare const SvgIconMenu: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
111
+ declare const SvgIconMenu: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
112
112
  //# sourceMappingURL=IconMenu.d.ts.map
113
113
 
114
- declare const SvgIconMinus: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
114
+ declare const SvgIconMinus: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
115
115
  //# sourceMappingURL=IconMinus.d.ts.map
116
116
 
117
- declare const SvgIconMore: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
117
+ declare const SvgIconMore: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
118
118
  //# sourceMappingURL=IconMore.d.ts.map
119
119
 
120
- declare const SvgIconNotification: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
120
+ declare const SvgIconNotification: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
121
121
  //# sourceMappingURL=IconNotification.d.ts.map
122
122
 
123
- declare const SvgIconOverview: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
123
+ declare const SvgIconOverview: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
124
124
  //# sourceMappingURL=IconOverview.d.ts.map
125
125
 
126
- declare const SvgIconPercent: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
126
+ declare const SvgIconPercent: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
127
127
  //# sourceMappingURL=IconPercent.d.ts.map
128
128
 
129
- declare const SvgIconPieChart: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
129
+ declare const SvgIconPieChart: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
130
130
  //# sourceMappingURL=IconPieChart.d.ts.map
131
131
 
132
- declare const SvgIconPlus: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
132
+ declare const SvgIconPlus: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
133
133
  //# sourceMappingURL=IconPlus.d.ts.map
134
134
 
135
- declare const SvgIconReports: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
135
+ declare const SvgIconReports: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
136
136
  //# sourceMappingURL=IconReports.d.ts.map
137
137
 
138
- declare const SvgIconReservesSuccess: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
138
+ declare const SvgIconReservesSuccess: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
139
139
  //# sourceMappingURL=IconReservesSuccess.d.ts.map
140
140
 
141
- declare const SvgIconReservesWarning: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
141
+ declare const SvgIconReservesWarning: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
142
142
  //# sourceMappingURL=IconReservesWarning.d.ts.map
143
143
 
144
- declare const SvgIconSearch: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
144
+ declare const SvgIconSearch: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
145
145
  //# sourceMappingURL=IconSearch.d.ts.map
146
146
 
147
- declare const SvgIconSettings: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
147
+ declare const SvgIconSettings: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
148
148
  //# sourceMappingURL=IconSettings.d.ts.map
149
149
 
150
- declare const SvgIconSettlement: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
150
+ declare const SvgIconSettlement: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
151
151
  //# sourceMappingURL=IconSettlement.d.ts.map
152
152
 
153
- declare const SvgIconSignIn: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
153
+ declare const SvgIconSignIn: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
154
154
  //# sourceMappingURL=IconSignIn.d.ts.map
155
155
 
156
- declare const SvgIconSignOut: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
156
+ declare const SvgIconSignOut: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
157
157
  //# sourceMappingURL=IconSignOut.d.ts.map
158
158
 
159
- declare const SvgIconSort: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
159
+ declare const SvgIconSort: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
160
160
  //# sourceMappingURL=IconSort.d.ts.map
161
161
 
162
- declare const SvgIconSpinner: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
162
+ declare const SvgIconSpinner: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
163
163
  //# sourceMappingURL=IconSpinner.d.ts.map
164
164
 
165
- declare const SvgIconSupport: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
165
+ declare const SvgIconSupport: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
166
166
  //# sourceMappingURL=IconSupport.d.ts.map
167
167
 
168
- declare const SvgIconTrash: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
168
+ declare const SvgIconTrash: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
169
169
  //# sourceMappingURL=IconTrash.d.ts.map
170
170
 
171
- declare const SvgIconUpload: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
171
+ declare const SvgIconUpload: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
172
172
  //# sourceMappingURL=IconUpload.d.ts.map
173
173
 
174
- declare const SvgIconUser: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
174
+ declare const SvgIconUser: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
175
175
  //# sourceMappingURL=IconUser.d.ts.map
176
176
 
177
- declare const SvgIconRefresh: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
177
+ declare const SvgIconRefresh: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
178
178
  //# sourceMappingURL=IconRefresh.d.ts.map
179
179
 
180
- declare const SvgIconAlgo: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
180
+ declare const SvgIconAlgo: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
181
181
  //# sourceMappingURL=IconAlgo.d.ts.map
182
182
 
183
- declare const SvgIconAvax: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
183
+ declare const SvgIconAvax: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
184
184
  //# sourceMappingURL=IconAvax.d.ts.map
185
185
 
186
- declare const SvgIconBch: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
186
+ declare const SvgIconBch: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
187
187
  //# sourceMappingURL=IconBch.d.ts.map
188
188
 
189
- declare const SvgIconBtc: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
189
+ declare const SvgIconBtc: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
190
190
  //# sourceMappingURL=IconBtc.d.ts.map
191
191
 
192
- declare const SvgIconEth: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
192
+ declare const SvgIconEth: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
193
193
  //# sourceMappingURL=IconEth.d.ts.map
194
194
 
195
- declare const SvgIconLink: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
195
+ declare const SvgIconLink: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
196
196
  //# sourceMappingURL=IconLink.d.ts.map
197
197
 
198
- declare const SvgIconLtc: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
198
+ declare const SvgIconLtc: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
199
199
  //# sourceMappingURL=IconLtc.d.ts.map
200
200
 
201
- declare const SvgIconMkr: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
201
+ declare const SvgIconMkr: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
202
202
  //# sourceMappingURL=IconMkr.d.ts.map
203
203
 
204
- declare const SvgIconXlm: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
204
+ declare const SvgIconXlm: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
205
205
  //# sourceMappingURL=IconXlm.d.ts.map
206
206
 
207
- declare const SvgIconXrp: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
207
+ declare const SvgIconXrp: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
208
208
  //# sourceMappingURL=IconXrp.d.ts.map
209
209
 
210
210
  /**
@@ -539,6 +539,12 @@ interface CfToastProps extends UseToastOptions {
539
539
  }
540
540
  declare const CfToast: ({ description, title, onClose, isClosable, status }: CfToastProps) => react_jsx_runtime.JSX.Element;
541
541
 
542
+ declare const CfTooltip: ({ children, label }: {
543
+ children: ReactNode;
544
+ label?: ReactNode;
545
+ }) => react_jsx_runtime.JSX.Element;
546
+ //# sourceMappingURL=Tooltip.d.ts.map
547
+
542
548
  declare const useBreakpoint: () => {
543
549
  breakpoint: string;
544
550
  isSmallBreakpoint: boolean;
@@ -549,4 +555,4 @@ declare const useBreakpoint: () => {
549
555
  };
550
556
  //# sourceMappingURL=useBreakpoint.d.ts.map
551
557
 
552
- export { CfAreaChart, CfBreakpointDebugger, CfButtonGroup, CfButtonGroupButton, CfCard, CfCarousel, CfCheckbox, type CfCheckboxProps, CfForm, CfInput, CfInputArray, CfLineChart, CfModal, CfNavLink, CfOpenSearchPagination, CfPagination, PrettyWrap as CfPrettyWrap, CfSelect, type CfSelectOption, type CfSelectProps, CfSpinner, CfTag, type CfTagProps, CfToast, SvgIconAlert as IconAlert, SvgIconAlgo as IconAlgo, SvgIconArrowDown as IconArrowDown, SvgIconArrowUp as IconArrowUp, SvgIconAvax as IconAvax, SvgIconBank as IconBank, SvgIconBarChart as IconBarChart, SvgIconBch as IconBch, SvgIconBookCheck as IconBookCheck, SvgIconBtc as IconBtc, SvgIconCalendar as IconCalendar, SvgIconCaretDown as IconCaretDown, SvgIconCaretLeft as IconCaretLeft, SvgIconCaretRight as IconCaretRight, SvgIconCaretUp as IconCaretUp, SvgIconCent as IconCent, SvgIconCheck as IconCheck, SvgIconChecking as IconChecking, SvgIconCircleCheck as IconCircleCheck, SvgIconClose as IconClose, SvgIconConnect as IconConnect, SvgIconCopy as IconCopy, SvgIconDollar as IconDollar, SvgIconDollarBill as IconDollarBill, SvgIconDownload as IconDownload, SvgIconEdit as IconEdit, SvgIconEnter as IconEnter, SvgIconEnterInverted as IconEnterInverted, SvgIconEth as IconEth, SvgIconExchange as IconExchange, SvgIconFilter as IconFilter, SvgIconHelp as IconHelp, SvgIconHistory as IconHistory, SvgIconHome as IconHome, SvgIconIndicatorDown as IconIndicatorDown, SvgIconIndicatorUp as IconIndicatorUp, SvgIconInfo as IconInfo, SvgIconLink as IconLink, SvgIconLock as IconLock, SvgIconLtc as IconLtc, SvgIconMail as IconMail, SvgIconMenu as IconMenu, SvgIconMinus as IconMinus, SvgIconMkr as IconMkr, SvgIconMore as IconMore, SvgIconNotification as IconNotification, SvgIconOverview as IconOverview, SvgIconPercent as IconPercent, SvgIconPieChart as IconPieChart, SvgIconPlus as IconPlus, SvgIconRefresh as IconRefresh, 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, SvgIconXlm as IconXlm, SvgIconXrp as IconXrp, type PageClickEvent, aggregateAmounts, exportedTheme as coreTheme, dateFormats, dateToTimestamp, formatPercentage, formatPhoneNumber, formatUsd, getDelta, layoutMinWidth, pullFromEnd, splitOnCapitals, uiColors, usdToNumber, useBreakpoint as useCfBreakpoint, utcDateToLocal };
558
+ export { CfAreaChart, CfBreakpointDebugger, CfButtonGroup, CfButtonGroupButton, CfCard, CfCarousel, CfCheckbox, type CfCheckboxProps, CfForm, CfInput, CfInputArray, CfLineChart, CfModal, CfNavLink, CfOpenSearchPagination, CfPagination, PrettyWrap as CfPrettyWrap, CfSelect, type CfSelectOption, type CfSelectProps, CfSpinner, CfTag, type CfTagProps, CfToast, CfTooltip, SvgIconAlert as IconAlert, SvgIconAlgo as IconAlgo, SvgIconArrowDown as IconArrowDown, SvgIconArrowUp as IconArrowUp, SvgIconAvax as IconAvax, SvgIconBank as IconBank, SvgIconBarChart as IconBarChart, SvgIconBch as IconBch, SvgIconBookCheck as IconBookCheck, SvgIconBtc as IconBtc, SvgIconCalendar as IconCalendar, SvgIconCaretDown as IconCaretDown, SvgIconCaretLeft as IconCaretLeft, SvgIconCaretRight as IconCaretRight, SvgIconCaretUp as IconCaretUp, SvgIconCent as IconCent, SvgIconCheck as IconCheck, SvgIconChecking as IconChecking, SvgIconCircleCheck as IconCircleCheck, SvgIconClose as IconClose, SvgIconConnect as IconConnect, SvgIconCopy as IconCopy, SvgIconDollar as IconDollar, SvgIconDollarBill as IconDollarBill, SvgIconDownload as IconDownload, SvgIconEdit as IconEdit, SvgIconEnter as IconEnter, SvgIconEnterInverted as IconEnterInverted, SvgIconEth as IconEth, SvgIconExchange as IconExchange, SvgIconFilter as IconFilter, SvgIconHelp as IconHelp, SvgIconHistory as IconHistory, SvgIconHome as IconHome, SvgIconIndicatorDown as IconIndicatorDown, SvgIconIndicatorUp as IconIndicatorUp, SvgIconInfo as IconInfo, SvgIconLink as IconLink, SvgIconLock as IconLock, SvgIconLtc as IconLtc, SvgIconMail as IconMail, SvgIconMenu as IconMenu, SvgIconMinus as IconMinus, SvgIconMkr as IconMkr, SvgIconMore as IconMore, SvgIconNotification as IconNotification, SvgIconOverview as IconOverview, SvgIconPercent as IconPercent, SvgIconPieChart as IconPieChart, SvgIconPlus as IconPlus, SvgIconRefresh as IconRefresh, 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, SvgIconXlm as IconXlm, SvgIconXrp as IconXrp, type PageClickEvent, aggregateAmounts, exportedTheme as coreTheme, dateFormats, dateToTimestamp, formatPercentage, formatPhoneNumber, formatUsd, getDelta, layoutMinWidth, pullFromEnd, splitOnCapitals, uiColors, usdToNumber, useBreakpoint as useCfBreakpoint, utcDateToLocal };
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@cryptofi/core-ui",
3
- "version": "1.3.4",
3
+ "version": "1.4.1",
4
4
  "author": {
5
5
  "name": "CryptoFi"
6
6
  },
7
7
  "engines": {
8
- "node": ">=18.0.0"
8
+ "node": ">=20.0.0 <21.0.0"
9
9
  },
10
10
  "license": "MIT",
11
11
  "type": "module",
@@ -46,15 +46,16 @@
46
46
  "dist"
47
47
  ],
48
48
  "peerDependencies": {
49
- "@chakra-ui/react": "^2.4.9",
49
+ "@chakra-ui/react": "^2.10.2",
50
50
  "@emotion/react": "^11.13.3",
51
51
  "@emotion/styled": "^11.13.0",
52
52
  "framer-motion": "^10.16.4",
53
53
  "react": "^18.3.1",
54
- "react-dom": "^18.2.0"
54
+ "react-dom": "^18.2.0",
55
+ "react-imask": "^7.6.1"
55
56
  },
56
57
  "dependencies": {
57
- "@chakra-ui/anatomy": "^2.2.2",
58
+ "@chakra-ui/anatomy": "^2.3.4",
58
59
  "@hookform/resolvers": "^3.9.0",
59
60
  "big.js": "^6.2.2",
60
61
  "colord": "^2.9.3",
@@ -64,31 +65,31 @@
64
65
  "react-currency-input-field": "^3.8.0",
65
66
  "react-hook-form": "^7.53.0",
66
67
  "react-paginate": "^8.2.0",
67
- "recharts": "^2.12.4",
68
+ "recharts": "^2.13.0",
68
69
  "yup": "^1.4.0"
69
70
  },
70
71
  "devDependencies": {
71
- "@babel/core": "^7.25.2",
72
- "@chakra-ui/react": "^2.4.9",
73
- "@chakra-ui/storybook-addon": "^5.1.0",
72
+ "@babel/core": "^7.25.8",
73
+ "@chakra-ui/react": "^2.10.2",
74
+ "@chakra-ui/storybook-addon": "^5.2.5",
74
75
  "@emotion/react": "^11.13.3",
75
76
  "@emotion/styled": "^11.13.0",
76
- "@eslint/js": "^9.11.0",
77
- "@rollup/plugin-commonjs": "^26.0.1",
77
+ "@eslint/js": "^9.12.0",
78
+ "@rollup/plugin-commonjs": "^28.0.0",
78
79
  "@rollup/plugin-node-resolve": "^15.2.3",
79
80
  "@rollup/plugin-terser": "^0.4.4",
80
- "@storybook/addon-essentials": "^8.3.4",
81
- "@storybook/addon-interactions": "^8.3.4",
82
- "@storybook/addon-links": "^8.3.4",
83
- "@storybook/addon-onboarding": "^8.3.0",
84
- "@storybook/blocks": "^8.3.0",
85
- "@storybook/components": "^8.3.4",
86
- "@storybook/manager-api": "^8.3.4",
87
- "@storybook/preview-api": "^8.3.4",
88
- "@storybook/react": "^8.3.2",
89
- "@storybook/react-vite": "^8.3.2",
90
- "@storybook/test": "^8.3.0",
91
- "@storybook/types": "^8.3.4",
81
+ "@storybook/addon-essentials": "^8.3.5",
82
+ "@storybook/addon-interactions": "^8.3.5",
83
+ "@storybook/addon-links": "^8.3.5",
84
+ "@storybook/addon-onboarding": "^8.3.5",
85
+ "@storybook/blocks": "^8.3.5",
86
+ "@storybook/components": "^8.3.5",
87
+ "@storybook/manager-api": "^8.3.5",
88
+ "@storybook/preview-api": "^8.3.5",
89
+ "@storybook/react": "^8.3.5",
90
+ "@storybook/react-vite": "^8.3.5",
91
+ "@storybook/test": "^8.3.5",
92
+ "@storybook/types": "^8.3.5",
92
93
  "@svgr/cli": "^8.1.0",
93
94
  "@svgr/core": "^8.1.0",
94
95
  "@svgr/plugin-jsx": "^8.1.0",
@@ -100,24 +101,24 @@
100
101
  "@types/eslint__js": "^8.42.3",
101
102
  "@types/jest": "^29.5.13",
102
103
  "@types/prop-types": "^15",
103
- "@types/react": "^18.3.10",
104
- "@types/react-dom": "^18.2.25",
104
+ "@types/react": "^18.3.11",
105
+ "@types/react-dom": "^18.3.1",
105
106
  "@types/rollup-plugin-peer-deps-external": "^2",
106
107
  "@types/stringify-object": "^4.0.4",
107
108
  "@typescript-eslint/eslint-plugin": "^8.4.0",
108
- "@typescript-eslint/parser": "^8.7.0",
109
+ "@typescript-eslint/parser": "^8.8.0",
109
110
  "chalk": "^4.1.2",
110
111
  "core-js": "^3.38.1",
111
112
  "cross-var": "^1.1.0",
112
113
  "dotenv-cli": "^7.4.1",
113
- "eslint": "^9.10.0",
114
+ "eslint": "^9.12.0",
114
115
  "eslint-config-prettier": "^9.1.0",
115
116
  "eslint-plugin-check-file": "^2.8.0",
116
117
  "eslint-plugin-import": "^2.30.0",
117
118
  "eslint-plugin-jsx-a11y": "^6.10.0",
118
119
  "eslint-plugin-prettier": "5.2.1",
119
120
  "eslint-plugin-react": "^7.36.1",
120
- "eslint-plugin-react-hooks": "^4.6.2",
121
+ "eslint-plugin-react-hooks": "^5.0.0",
121
122
  "eslint-plugin-simple-import-sort": "^12.1.1",
122
123
  "eslint-plugin-unused-imports": "^4.1.4",
123
124
  "framer-motion": "^10.16.4",
@@ -129,19 +130,20 @@
129
130
  "prop-types": "^15.8.1",
130
131
  "react": "^18.3.1",
131
132
  "react-dom": "^18.2.0",
132
- "rollup": "^4.21.3",
133
+ "react-imask": "^7.6.1",
134
+ "rollup": "^4.24.0",
133
135
  "rollup-plugin-delete": "^2.1.0",
134
136
  "rollup-plugin-dts": "^6.1.1",
135
137
  "rollup-plugin-filesize": "^10.0.0",
136
138
  "rollup-plugin-peer-deps-external": "^2.2.4",
137
139
  "rollup-plugin-typescript2": "^0.36.0",
138
140
  "rollup-plugin-visualizer": "^5.12.0",
139
- "storybook": "^8.3.2",
141
+ "storybook": "^8.3.5",
140
142
  "stringify-object": "^5.0.0",
141
143
  "ts-jest": "^29.2.5",
142
144
  "typescript": "^5.6.2",
143
- "typescript-eslint": "^8.6.0",
144
- "vite": "^5.4.3"
145
+ "typescript-eslint": "^8.8.0",
146
+ "vite": "^5.4.9"
145
147
  },
146
148
  "packageManager": "yarn@4.2.2"
147
149
  }