@cryptofi/core-ui 0.38.0 → 0.40.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.
@@ -1,197 +1,197 @@
1
1
  /// <reference types="react" />
2
- import * as _chakra_ui_system_dist_system_types from '@chakra-ui/system/dist/system.types';
2
+ import * as _chakra_ui_react from '@chakra-ui/react';
3
+ import { IconProps, ButtonGroupProps, ButtonProps, CardProps, FlexProps, CheckboxProps, InputProps as InputProps$1, ModalProps, SelectProps, TagProps, ChakraComponent, UseToastOptions } from '@chakra-ui/react';
3
4
  import * as react_jsx_runtime from 'react/jsx-runtime';
4
5
  import * as react from 'react';
5
6
  import { SVGProps, ReactElement, Dispatch, SetStateAction } from 'react';
6
- import { IconProps, ButtonGroupProps, ButtonProps, CardProps, FlexProps, CheckboxProps, InputProps as InputProps$1, ModalProps, SelectProps, TagProps, ChakraComponent, UseToastOptions } from '@chakra-ui/react';
7
7
  import { CurveType } from 'recharts/types/shape/Curve';
8
- import { CurrencyInputProps } from 'react-currency-input-field';
9
8
  import { FieldValues, UseFormRegister, Control } from 'react-hook-form';
9
+ import { CurrencyInputProps } from 'react-currency-input-field';
10
10
 
11
- declare const SvgIconAlert: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
11
+ declare const SvgIconAlert: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
12
12
  //# sourceMappingURL=IconAlert.d.ts.map
13
13
 
14
- declare const SvgIconArrowDown: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
14
+ declare const SvgIconArrowDown: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
15
15
  //# sourceMappingURL=IconArrowDown.d.ts.map
16
16
 
17
- declare const SvgIconArrowUp: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
17
+ declare const SvgIconArrowUp: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
18
18
  //# sourceMappingURL=IconArrowUp.d.ts.map
19
19
 
20
- declare const SvgIconBank: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
20
+ declare const SvgIconBank: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
21
21
  //# sourceMappingURL=IconBank.d.ts.map
22
22
 
23
- declare const SvgIconBarChart: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
23
+ declare const SvgIconBarChart: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
24
24
  //# sourceMappingURL=IconBarChart.d.ts.map
25
25
 
26
- declare const SvgIconCalendar: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
26
+ declare const SvgIconCalendar: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
27
27
  //# sourceMappingURL=IconCalendar.d.ts.map
28
28
 
29
- declare const SvgIconCaretDown: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
29
+ declare const SvgIconCaretDown: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
30
30
  //# sourceMappingURL=IconCaretDown.d.ts.map
31
31
 
32
- declare const SvgIconCaretLeft: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
32
+ declare const SvgIconCaretLeft: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
33
33
  //# sourceMappingURL=IconCaretLeft.d.ts.map
34
34
 
35
- declare const SvgIconCaretRight: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
35
+ declare const SvgIconCaretRight: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
36
36
  //# sourceMappingURL=IconCaretRight.d.ts.map
37
37
 
38
- declare const SvgIconCaretUp: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
38
+ declare const SvgIconCaretUp: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
39
39
  //# sourceMappingURL=IconCaretUp.d.ts.map
40
40
 
41
- declare const SvgIconCent: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
41
+ declare const SvgIconCent: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
42
42
  //# sourceMappingURL=IconCent.d.ts.map
43
43
 
44
- declare const SvgIconCheck: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
44
+ declare const SvgIconCheck: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
45
45
  //# sourceMappingURL=IconCheck.d.ts.map
46
46
 
47
- declare const SvgIconChecking: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
47
+ declare const SvgIconChecking: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
48
48
  //# sourceMappingURL=IconChecking.d.ts.map
49
49
 
50
- declare const SvgIconCircleCheck: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
50
+ declare const SvgIconCircleCheck: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
51
51
  //# sourceMappingURL=IconCircleCheck.d.ts.map
52
52
 
53
- declare const SvgIconClose: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
53
+ declare const SvgIconClose: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
54
54
  //# sourceMappingURL=IconClose.d.ts.map
55
55
 
56
- declare const SvgIconConnect: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
56
+ declare const SvgIconConnect: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
57
57
  //# sourceMappingURL=IconConnect.d.ts.map
58
58
 
59
- declare const SvgIconCopy: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
59
+ declare const SvgIconCopy: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
60
60
  //# sourceMappingURL=IconCopy.d.ts.map
61
61
 
62
- declare const SvgIconDollar: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
62
+ declare const SvgIconDollar: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
63
63
  //# sourceMappingURL=IconDollar.d.ts.map
64
64
 
65
- declare const SvgIconDollarBill: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
65
+ declare const SvgIconDollarBill: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
66
66
  //# sourceMappingURL=IconDollarBill.d.ts.map
67
67
 
68
- declare const SvgIconDownload: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
68
+ declare const SvgIconDownload: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
69
69
  //# sourceMappingURL=IconDownload.d.ts.map
70
70
 
71
- declare const SvgIconEdit: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
71
+ declare const SvgIconEdit: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
72
72
  //# sourceMappingURL=IconEdit.d.ts.map
73
73
 
74
- declare const SvgIconEnter: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
74
+ declare const SvgIconEnter: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
75
75
  //# sourceMappingURL=IconEnter.d.ts.map
76
76
 
77
- declare const SvgIconEnterInverted: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
77
+ declare const SvgIconEnterInverted: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
78
78
  //# sourceMappingURL=IconEnterInverted.d.ts.map
79
79
 
80
- declare const SvgIconExchange: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
80
+ declare const SvgIconExchange: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
81
81
  //# sourceMappingURL=IconExchange.d.ts.map
82
82
 
83
- declare const SvgIconFilter: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
83
+ declare const SvgIconFilter: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
84
84
  //# sourceMappingURL=IconFilter.d.ts.map
85
85
 
86
- declare const SvgIconHelp: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
86
+ declare const SvgIconHelp: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
87
87
  //# sourceMappingURL=IconHelp.d.ts.map
88
88
 
89
- declare const SvgIconHistory: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
89
+ declare const SvgIconHistory: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
90
90
  //# sourceMappingURL=IconHistory.d.ts.map
91
91
 
92
- declare const SvgIconHome: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
92
+ declare const SvgIconHome: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
93
93
  //# sourceMappingURL=IconHome.d.ts.map
94
94
 
95
- declare const SvgIconIndicatorDown: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
95
+ declare const SvgIconIndicatorDown: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
96
96
  //# sourceMappingURL=IconIndicatorDown.d.ts.map
97
97
 
98
- declare const SvgIconIndicatorUp: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
98
+ declare const SvgIconIndicatorUp: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
99
99
  //# sourceMappingURL=IconIndicatorUp.d.ts.map
100
100
 
101
- declare const SvgIconInfo: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
101
+ declare const SvgIconInfo: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
102
102
  //# sourceMappingURL=IconInfo.d.ts.map
103
103
 
104
- declare const SvgIconLock: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
104
+ declare const SvgIconLock: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
105
105
  //# sourceMappingURL=IconLock.d.ts.map
106
106
 
107
- declare const SvgIconMail: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
107
+ declare const SvgIconMail: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
108
108
  //# sourceMappingURL=IconMail.d.ts.map
109
109
 
110
- declare const SvgIconMenu: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
110
+ declare const SvgIconMenu: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
111
111
  //# sourceMappingURL=IconMenu.d.ts.map
112
112
 
113
- declare const SvgIconMore: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
113
+ declare const SvgIconMore: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
114
114
  //# sourceMappingURL=IconMore.d.ts.map
115
115
 
116
- declare const SvgIconNotification: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
116
+ declare const SvgIconNotification: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
117
117
  //# sourceMappingURL=IconNotification.d.ts.map
118
118
 
119
- declare const SvgIconOverview: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
119
+ declare const SvgIconOverview: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
120
120
  //# sourceMappingURL=IconOverview.d.ts.map
121
121
 
122
- declare const SvgIconPercent: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
122
+ declare const SvgIconPercent: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
123
123
  //# sourceMappingURL=IconPercent.d.ts.map
124
124
 
125
- declare const SvgIconPieChart: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
125
+ declare const SvgIconPieChart: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
126
126
  //# sourceMappingURL=IconPieChart.d.ts.map
127
127
 
128
- declare const SvgIconPlus: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
128
+ declare const SvgIconPlus: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
129
129
  //# sourceMappingURL=IconPlus.d.ts.map
130
130
 
131
- declare const SvgIconReports: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
131
+ declare const SvgIconReports: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
132
132
  //# sourceMappingURL=IconReports.d.ts.map
133
133
 
134
- declare const SvgIconReservesSuccess: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
134
+ declare const SvgIconReservesSuccess: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
135
135
  //# sourceMappingURL=IconReservesSuccess.d.ts.map
136
136
 
137
- declare const SvgIconReservesWarning: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
137
+ declare const SvgIconReservesWarning: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
138
138
  //# sourceMappingURL=IconReservesWarning.d.ts.map
139
139
 
140
- declare const SvgIconSearch: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
140
+ declare const SvgIconSearch: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
141
141
  //# sourceMappingURL=IconSearch.d.ts.map
142
142
 
143
- declare const SvgIconSettings: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
143
+ declare const SvgIconSettings: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
144
144
  //# sourceMappingURL=IconSettings.d.ts.map
145
145
 
146
- declare const SvgIconSettlement: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
146
+ declare const SvgIconSettlement: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
147
147
  //# sourceMappingURL=IconSettlement.d.ts.map
148
148
 
149
- declare const SvgIconSignIn: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
149
+ declare const SvgIconSignIn: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
150
150
  //# sourceMappingURL=IconSignIn.d.ts.map
151
151
 
152
- declare const SvgIconSignOut: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
152
+ declare const SvgIconSignOut: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
153
153
  //# sourceMappingURL=IconSignOut.d.ts.map
154
154
 
155
- declare const SvgIconSort: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
155
+ declare const SvgIconSort: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
156
156
  //# sourceMappingURL=IconSort.d.ts.map
157
157
 
158
- declare const SvgIconSpinner: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
158
+ declare const SvgIconSpinner: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
159
159
  //# sourceMappingURL=IconSpinner.d.ts.map
160
160
 
161
- declare const SvgIconSupport: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
161
+ declare const SvgIconSupport: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
162
162
  //# sourceMappingURL=IconSupport.d.ts.map
163
163
 
164
- declare const SvgIconTrash: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
164
+ declare const SvgIconTrash: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
165
165
  //# sourceMappingURL=IconTrash.d.ts.map
166
166
 
167
- declare const SvgIconUpload: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
167
+ declare const SvgIconUpload: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
168
168
  //# sourceMappingURL=IconUpload.d.ts.map
169
169
 
170
- declare const SvgIconUser: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
170
+ declare const SvgIconUser: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
171
171
  //# sourceMappingURL=IconUser.d.ts.map
172
172
 
173
- declare const SvgIconRefresh: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
173
+ declare const SvgIconRefresh: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
174
174
  //# sourceMappingURL=IconRefresh.d.ts.map
175
175
 
176
- declare const SvgIconAvax: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
176
+ declare const SvgIconAvax: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
177
177
  //# sourceMappingURL=IconAvax.d.ts.map
178
178
 
179
- declare const SvgIconBch: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
179
+ declare const SvgIconBch: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
180
180
  //# sourceMappingURL=IconBch.d.ts.map
181
181
 
182
- declare const SvgIconBtc: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
182
+ declare const SvgIconBtc: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
183
183
  //# sourceMappingURL=IconBtc.d.ts.map
184
184
 
185
- declare const SvgIconEth: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
185
+ declare const SvgIconEth: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
186
186
  //# sourceMappingURL=IconEth.d.ts.map
187
187
 
188
- declare const SvgIconLink: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
188
+ declare const SvgIconLink: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
189
189
  //# sourceMappingURL=IconLink.d.ts.map
190
190
 
191
- declare const SvgIconLtc: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
191
+ declare const SvgIconLtc: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
192
192
  //# sourceMappingURL=IconLtc.d.ts.map
193
193
 
194
- declare const SvgIconXlm: _chakra_ui_system_dist_system_types.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
194
+ declare const SvgIconXlm: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
195
195
  //# sourceMappingURL=IconXlm.d.ts.map
196
196
 
197
197
  /**
@@ -338,15 +338,16 @@ interface CarouselProps extends FlexProps {
338
338
  }
339
339
  declare const CfCarousel: (props: CarouselProps) => false | react_jsx_runtime.JSX.Element;
340
340
 
341
- interface CfCheckboxProps extends CheckboxProps {
341
+ interface CfCheckboxProps<T extends FieldValues> extends CheckboxProps {
342
342
  errorMessage?: string;
343
343
  helperText?: string;
344
- label?: string;
344
+ label?: string | React.ReactNode;
345
345
  labelPosition?: 'left' | 'right';
346
346
  spaceBetween?: boolean;
347
347
  name: string;
348
+ register?: UseFormRegister<T>;
348
349
  }
349
- declare const CfCheckbox: (props: CfCheckboxProps) => react_jsx_runtime.JSX.Element;
350
+ declare const CfCheckbox: <T extends FieldValues>(props: CfCheckboxProps<T>) => react_jsx_runtime.JSX.Element;
350
351
 
351
352
  interface Props$3 extends FlexProps {
352
353
  onSubmit?: (event: React.FormEvent) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cryptofi/core-ui",
3
- "version": "0.38.0",
3
+ "version": "0.40.0",
4
4
  "author": {
5
5
  "name": "CryptoFi"
6
6
  },
@@ -66,18 +66,18 @@
66
66
  "@rollup/plugin-commonjs": "^25.0.7",
67
67
  "@rollup/plugin-node-resolve": "^15.2.3",
68
68
  "@rollup/plugin-terser": "^0.4.4",
69
- "@storybook/addon-essentials": "^7.6.14",
70
- "@storybook/addon-interactions": "^7.6.14",
71
- "@storybook/addon-links": "^7.6.14",
72
- "@storybook/addon-onboarding": "^1.0.8",
73
- "@storybook/blocks": "^7.6.16",
74
- "@storybook/components": "^7.6.17",
75
- "@storybook/manager-api": "^7.6.14",
76
- "@storybook/preview-api": "^7.6.14",
77
- "@storybook/react": "^7.6.14",
78
- "@storybook/react-vite": "^7.6.14",
69
+ "@storybook/addon-essentials": "^8.0.0",
70
+ "@storybook/addon-interactions": "^8.0.0",
71
+ "@storybook/addon-links": "^8.0.0",
72
+ "@storybook/addon-onboarding": "^8.0.0",
73
+ "@storybook/blocks": "^8.0.0",
74
+ "@storybook/components": "^8.0.0",
75
+ "@storybook/manager-api": "^8.0.0",
76
+ "@storybook/preview-api": "^8.0.0",
77
+ "@storybook/react": "^8.0.0",
78
+ "@storybook/react-vite": "^8.0.0",
79
79
  "@storybook/testing-library": "^0.2.2",
80
- "@storybook/types": "^7.6.14",
80
+ "@storybook/types": "^8.0.0",
81
81
  "@svgr/cli": "^8.1.0",
82
82
  "@svgr/core": "^8.1.0",
83
83
  "@svgr/plugin-jsx": "^8.1.0",
@@ -118,17 +118,17 @@
118
118
  "prop-types": "^15.8.1",
119
119
  "react": "^18.2.0",
120
120
  "react-dom": "^18.2.0",
121
- "rollup": "^4.12.1",
121
+ "rollup": "^4.13.0",
122
122
  "rollup-plugin-delete": "^2.0.0",
123
123
  "rollup-plugin-dts": "^6.1.0",
124
124
  "rollup-plugin-filesize": "^10.0.0",
125
125
  "rollup-plugin-peer-deps-external": "^2.2.4",
126
126
  "rollup-plugin-typescript2": "^0.36.0",
127
- "storybook": "^7.6.12",
127
+ "storybook": "^8.0.0",
128
128
  "stringify-object": "^5.0.0",
129
129
  "ts-jest": "^29.0.5",
130
130
  "typescript": "^5.4.2",
131
- "vite": "^5.1.4"
131
+ "vite": "^5.1.6"
132
132
  },
133
133
  "packageManager": "yarn@4.1.0"
134
134
  }