@cryptofi/core-ui 0.22.0 → 0.24.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 +1 -1
- package/dist/index.js +5 -10
- package/dist/index.js.map +1 -1
- package/dist/types/index.d.ts +213 -205
- package/package.json +8 -8
package/dist/types/index.d.ts
CHANGED
|
@@ -3,362 +3,370 @@ import * as _chakra_ui_system_dist_system_types from '@chakra-ui/system/dist/sys
|
|
|
3
3
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
4
|
import { SVGProps, Dispatch, SetStateAction } from 'react';
|
|
5
5
|
import { CurveType } from 'recharts/types/shape/Curve';
|
|
6
|
-
import { CardProps, CheckboxProps, InputProps, ChakraComponent, ModalProps, FlexProps, SelectProps, TagProps, UseToastOptions } from '@chakra-ui/react';
|
|
6
|
+
import { ButtonGroupProps, ButtonProps, CardProps, CheckboxProps, InputProps, ChakraComponent, ModalProps, FlexProps, SelectProps, TagProps, UseToastOptions } from '@chakra-ui/react';
|
|
7
7
|
import { FieldValues, UseFormRegister } from 'react-hook-form';
|
|
8
8
|
|
|
9
|
-
declare const SvgIconAlert: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
9
|
+
declare const SvgIconAlert: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
10
10
|
//# sourceMappingURL=IconAlert.d.ts.map
|
|
11
11
|
|
|
12
|
-
declare const SvgIconArrowDown: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
12
|
+
declare const SvgIconArrowDown: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
13
13
|
//# sourceMappingURL=IconArrowDown.d.ts.map
|
|
14
14
|
|
|
15
|
-
declare const SvgIconArrowUp: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
15
|
+
declare const SvgIconArrowUp: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
16
16
|
//# sourceMappingURL=IconArrowUp.d.ts.map
|
|
17
17
|
|
|
18
|
-
declare const SvgIconBank: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
18
|
+
declare const SvgIconBank: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
19
19
|
//# sourceMappingURL=IconBank.d.ts.map
|
|
20
20
|
|
|
21
|
-
declare const SvgIconBarChart: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
21
|
+
declare const SvgIconBarChart: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
22
22
|
//# sourceMappingURL=IconBarChart.d.ts.map
|
|
23
23
|
|
|
24
|
-
declare const SvgIconCalendar: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
24
|
+
declare const SvgIconCalendar: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
25
25
|
//# sourceMappingURL=IconCalendar.d.ts.map
|
|
26
26
|
|
|
27
|
-
declare const SvgIconCaretDown: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
27
|
+
declare const SvgIconCaretDown: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
28
28
|
//# sourceMappingURL=IconCaretDown.d.ts.map
|
|
29
29
|
|
|
30
|
-
declare const SvgIconCaretLeft: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
30
|
+
declare const SvgIconCaretLeft: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
31
31
|
//# sourceMappingURL=IconCaretLeft.d.ts.map
|
|
32
32
|
|
|
33
|
-
declare const SvgIconCaretRight: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
33
|
+
declare const SvgIconCaretRight: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
34
34
|
//# sourceMappingURL=IconCaretRight.d.ts.map
|
|
35
35
|
|
|
36
|
-
declare const SvgIconCaretUp: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
36
|
+
declare const SvgIconCaretUp: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
37
37
|
//# sourceMappingURL=IconCaretUp.d.ts.map
|
|
38
38
|
|
|
39
|
-
declare const SvgIconCent: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
39
|
+
declare const SvgIconCent: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
40
40
|
//# sourceMappingURL=IconCent.d.ts.map
|
|
41
41
|
|
|
42
|
-
declare const SvgIconCheck: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
42
|
+
declare const SvgIconCheck: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
43
43
|
//# sourceMappingURL=IconCheck.d.ts.map
|
|
44
44
|
|
|
45
|
-
declare const SvgIconChecking: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
45
|
+
declare const SvgIconChecking: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
46
46
|
//# sourceMappingURL=IconChecking.d.ts.map
|
|
47
47
|
|
|
48
|
-
declare const SvgIconClose: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
48
|
+
declare const SvgIconClose: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
49
49
|
//# sourceMappingURL=IconClose.d.ts.map
|
|
50
50
|
|
|
51
|
-
declare const SvgIconConnect: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
51
|
+
declare const SvgIconConnect: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
52
52
|
//# sourceMappingURL=IconConnect.d.ts.map
|
|
53
53
|
|
|
54
|
-
declare const SvgIconCopy: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
54
|
+
declare const SvgIconCopy: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
55
55
|
//# sourceMappingURL=IconCopy.d.ts.map
|
|
56
56
|
|
|
57
|
-
declare const SvgIconDollar: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
57
|
+
declare const SvgIconDollar: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
58
58
|
//# sourceMappingURL=IconDollar.d.ts.map
|
|
59
59
|
|
|
60
|
-
declare const SvgIconDownload: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
60
|
+
declare const SvgIconDownload: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
61
61
|
//# sourceMappingURL=IconDownload.d.ts.map
|
|
62
62
|
|
|
63
|
-
declare const SvgIconEdit: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
63
|
+
declare const SvgIconEdit: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
64
64
|
//# sourceMappingURL=IconEdit.d.ts.map
|
|
65
65
|
|
|
66
|
-
declare const SvgIconEnter: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
66
|
+
declare const SvgIconEnter: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
67
67
|
//# sourceMappingURL=IconEnter.d.ts.map
|
|
68
68
|
|
|
69
|
-
declare const SvgIconEnterInverted: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
69
|
+
declare const SvgIconEnterInverted: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
70
70
|
//# sourceMappingURL=IconEnterInverted.d.ts.map
|
|
71
71
|
|
|
72
|
-
declare const SvgIconExchange: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
72
|
+
declare const SvgIconExchange: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
73
73
|
//# sourceMappingURL=IconExchange.d.ts.map
|
|
74
74
|
|
|
75
|
-
declare const SvgIconFilter: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
75
|
+
declare const SvgIconFilter: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
76
76
|
//# sourceMappingURL=IconFilter.d.ts.map
|
|
77
77
|
|
|
78
|
-
declare const SvgIconHelp: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
78
|
+
declare const SvgIconHelp: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
79
79
|
//# sourceMappingURL=IconHelp.d.ts.map
|
|
80
80
|
|
|
81
|
-
declare const SvgIconHistory: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
81
|
+
declare const SvgIconHistory: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
82
82
|
//# sourceMappingURL=IconHistory.d.ts.map
|
|
83
83
|
|
|
84
|
-
declare const SvgIconHome: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
84
|
+
declare const SvgIconHome: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
85
85
|
//# sourceMappingURL=IconHome.d.ts.map
|
|
86
86
|
|
|
87
|
-
declare const SvgIconIndicatorDown: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
87
|
+
declare const SvgIconIndicatorDown: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
88
88
|
//# sourceMappingURL=IconIndicatorDown.d.ts.map
|
|
89
89
|
|
|
90
|
-
declare const SvgIconIndicatorUp: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
90
|
+
declare const SvgIconIndicatorUp: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
91
91
|
//# sourceMappingURL=IconIndicatorUp.d.ts.map
|
|
92
92
|
|
|
93
|
-
declare const SvgIconInfo: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
93
|
+
declare const SvgIconInfo: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
94
94
|
//# sourceMappingURL=IconInfo.d.ts.map
|
|
95
95
|
|
|
96
|
-
declare const SvgIconMail: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
96
|
+
declare const SvgIconMail: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
97
97
|
//# sourceMappingURL=IconMail.d.ts.map
|
|
98
98
|
|
|
99
|
-
declare const SvgIconMenu: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
99
|
+
declare const SvgIconMenu: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
100
100
|
//# sourceMappingURL=IconMenu.d.ts.map
|
|
101
101
|
|
|
102
|
-
declare const SvgIconMore: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
102
|
+
declare const SvgIconMore: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
103
103
|
//# sourceMappingURL=IconMore.d.ts.map
|
|
104
104
|
|
|
105
|
-
declare const SvgIconNotification: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
105
|
+
declare const SvgIconNotification: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
106
106
|
//# sourceMappingURL=IconNotification.d.ts.map
|
|
107
107
|
|
|
108
|
-
declare const SvgIconOverview: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
108
|
+
declare const SvgIconOverview: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
109
109
|
//# sourceMappingURL=IconOverview.d.ts.map
|
|
110
110
|
|
|
111
|
-
declare const SvgIconPercent: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
111
|
+
declare const SvgIconPercent: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
112
112
|
//# sourceMappingURL=IconPercent.d.ts.map
|
|
113
113
|
|
|
114
|
-
declare const SvgIconPieChart: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
114
|
+
declare const SvgIconPieChart: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
115
115
|
//# sourceMappingURL=IconPieChart.d.ts.map
|
|
116
116
|
|
|
117
|
-
declare const SvgIconPlus: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
117
|
+
declare const SvgIconPlus: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
118
118
|
//# sourceMappingURL=IconPlus.d.ts.map
|
|
119
119
|
|
|
120
|
-
declare const SvgIconReports: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
120
|
+
declare const SvgIconReports: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
121
121
|
//# sourceMappingURL=IconReports.d.ts.map
|
|
122
122
|
|
|
123
|
-
declare const SvgIconReservesSuccess: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
123
|
+
declare const SvgIconReservesSuccess: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
124
124
|
//# sourceMappingURL=IconReservesSuccess.d.ts.map
|
|
125
125
|
|
|
126
|
-
declare const SvgIconReservesWarning: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
126
|
+
declare const SvgIconReservesWarning: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
127
127
|
//# sourceMappingURL=IconReservesWarning.d.ts.map
|
|
128
128
|
|
|
129
|
-
declare const SvgIconSearch: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
129
|
+
declare const SvgIconSearch: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
130
130
|
//# sourceMappingURL=IconSearch.d.ts.map
|
|
131
131
|
|
|
132
|
-
declare const SvgIconSettings: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
132
|
+
declare const SvgIconSettings: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
133
133
|
//# sourceMappingURL=IconSettings.d.ts.map
|
|
134
134
|
|
|
135
|
-
declare const SvgIconSettlement: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
135
|
+
declare const SvgIconSettlement: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
136
136
|
//# sourceMappingURL=IconSettlement.d.ts.map
|
|
137
137
|
|
|
138
|
-
declare const SvgIconSignIn: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
138
|
+
declare const SvgIconSignIn: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
139
139
|
//# sourceMappingURL=IconSignIn.d.ts.map
|
|
140
140
|
|
|
141
|
-
declare const SvgIconSignOut: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
141
|
+
declare const SvgIconSignOut: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
142
142
|
//# sourceMappingURL=IconSignOut.d.ts.map
|
|
143
143
|
|
|
144
|
-
declare const SvgIconSort: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
144
|
+
declare const SvgIconSort: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
145
145
|
//# sourceMappingURL=IconSort.d.ts.map
|
|
146
146
|
|
|
147
|
-
declare const SvgIconSpinner: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
147
|
+
declare const SvgIconSpinner: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
148
148
|
//# sourceMappingURL=IconSpinner.d.ts.map
|
|
149
149
|
|
|
150
|
-
declare const SvgIconSupport: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
150
|
+
declare const SvgIconSupport: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
151
151
|
//# sourceMappingURL=IconSupport.d.ts.map
|
|
152
152
|
|
|
153
|
-
declare const SvgIconTrash: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
153
|
+
declare const SvgIconTrash: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
154
154
|
//# sourceMappingURL=IconTrash.d.ts.map
|
|
155
155
|
|
|
156
|
-
declare const SvgIconUpload: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
156
|
+
declare const SvgIconUpload: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
157
157
|
//# sourceMappingURL=IconUpload.d.ts.map
|
|
158
158
|
|
|
159
|
-
declare const SvgIconUser: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
159
|
+
declare const SvgIconUser: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
160
160
|
//# sourceMappingURL=IconUser.d.ts.map
|
|
161
161
|
|
|
162
|
-
declare const SvgIconAvax: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
162
|
+
declare const SvgIconAvax: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
163
163
|
//# sourceMappingURL=IconAvax.d.ts.map
|
|
164
164
|
|
|
165
|
-
declare const SvgIconBch: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
165
|
+
declare const SvgIconBch: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
166
166
|
//# sourceMappingURL=IconBch.d.ts.map
|
|
167
167
|
|
|
168
|
-
declare const SvgIconBtc: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
168
|
+
declare const SvgIconBtc: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
169
169
|
//# sourceMappingURL=IconBtc.d.ts.map
|
|
170
170
|
|
|
171
|
-
declare const SvgIconEth: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
171
|
+
declare const SvgIconEth: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
172
172
|
//# sourceMappingURL=IconEth.d.ts.map
|
|
173
173
|
|
|
174
|
-
declare const SvgIconLink: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
174
|
+
declare const SvgIconLink: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
175
175
|
//# sourceMappingURL=IconLink.d.ts.map
|
|
176
176
|
|
|
177
|
-
declare const SvgIconLtc: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
177
|
+
declare const SvgIconLtc: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
178
178
|
//# sourceMappingURL=IconLtc.d.ts.map
|
|
179
179
|
|
|
180
|
-
declare const SvgIconXlm: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
180
|
+
declare const SvgIconXlm: _chakra_ui_system_dist_system_types.ChakraComponent<(props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
181
181
|
//# sourceMappingURL=IconXlm.d.ts.map
|
|
182
182
|
|
|
183
|
-
/**
|
|
184
|
-
* This is a partial Chakra theme and should be extended by the consuming application using
|
|
185
|
-
* Chakra's extendTheme method.
|
|
186
|
-
*
|
|
187
|
-
* This module exposes a subset of the extendedTheme imported above to work around styling issues
|
|
188
|
-
* when passing the full object into the consuming app. The extendedTheme however is necessary
|
|
189
|
-
* to style components via Chakra's withDefaultColorScheme method and is also used by Storybook.
|
|
190
|
-
*/
|
|
191
|
-
declare const exportedTheme: {
|
|
192
|
-
components: any;
|
|
193
|
-
styles: any;
|
|
194
|
-
};
|
|
183
|
+
/**
|
|
184
|
+
* This is a partial Chakra theme and should be extended by the consuming application using
|
|
185
|
+
* Chakra's extendTheme method.
|
|
186
|
+
*
|
|
187
|
+
* This module exposes a subset of the extendedTheme imported above to work around styling issues
|
|
188
|
+
* when passing the full object into the consuming app. The extendedTheme however is necessary
|
|
189
|
+
* to style components via Chakra's withDefaultColorScheme method and is also used by Storybook.
|
|
190
|
+
*/
|
|
191
|
+
declare const exportedTheme: {
|
|
192
|
+
components: any;
|
|
193
|
+
styles: any;
|
|
194
|
+
};
|
|
195
195
|
//# sourceMappingURL=exportedTheme.d.ts.map
|
|
196
196
|
|
|
197
|
-
declare const aggregateAmounts: (amounts: number[]) => number;
|
|
197
|
+
declare const aggregateAmounts: (amounts: number[]) => number;
|
|
198
198
|
//# sourceMappingURL=aggregateAmounts.d.ts.map
|
|
199
199
|
|
|
200
|
-
declare const convertToUTCEpochTime: ({ timeString, toEndDate }: {
|
|
201
|
-
timeString: string;
|
|
202
|
-
toEndDate?: boolean | undefined;
|
|
203
|
-
}) => string;
|
|
200
|
+
declare const convertToUTCEpochTime: ({ timeString, toEndDate }: {
|
|
201
|
+
timeString: string;
|
|
202
|
+
toEndDate?: boolean | undefined;
|
|
203
|
+
}) => string;
|
|
204
204
|
//# sourceMappingURL=convertToUTCEpochTime.d.ts.map
|
|
205
205
|
|
|
206
|
-
type SignDisplay = 'auto' | 'always' | 'exceptZero' | 'never';
|
|
207
|
-
/**
|
|
208
|
-
*
|
|
209
|
-
* @param amount - Number or string to format
|
|
210
|
-
* @param signDisplay - Setting for minus / plus sign, defaults to exceptZero
|
|
211
|
-
* @param isDecimal - Is the number a percentage in its decimal form? defaults to true
|
|
212
|
-
*/
|
|
213
|
-
declare const formatPercentage: ({ number, signDisplay, isDecimal, }: {
|
|
214
|
-
number: number | string;
|
|
215
|
-
signDisplay?: SignDisplay | undefined;
|
|
216
|
-
isDecimal?: boolean | undefined;
|
|
217
|
-
}) => string | number;
|
|
206
|
+
type SignDisplay = 'auto' | 'always' | 'exceptZero' | 'never';
|
|
207
|
+
/**
|
|
208
|
+
*
|
|
209
|
+
* @param amount - Number or string to format
|
|
210
|
+
* @param signDisplay - Setting for minus / plus sign, defaults to exceptZero
|
|
211
|
+
* @param isDecimal - Is the number a percentage in its decimal form? defaults to true
|
|
212
|
+
*/
|
|
213
|
+
declare const formatPercentage: ({ number, signDisplay, isDecimal, }: {
|
|
214
|
+
number: number | string;
|
|
215
|
+
signDisplay?: SignDisplay | undefined;
|
|
216
|
+
isDecimal?: boolean | undefined;
|
|
217
|
+
}) => string | number;
|
|
218
218
|
//# sourceMappingURL=formatPercentage.d.ts.map
|
|
219
219
|
|
|
220
|
-
/**
|
|
221
|
-
*
|
|
222
|
-
* @param amount - Number or string to format
|
|
223
|
-
* @param precision - The number of decimals to display
|
|
224
|
-
* @signDisplay - Whether to display a plus sign for positive amounts
|
|
225
|
-
*/
|
|
226
|
-
declare const formatUSD: ({ amount, precision, signDisplay, }: {
|
|
227
|
-
amount: number | string;
|
|
228
|
-
precision?: number | undefined;
|
|
229
|
-
signDisplay?: boolean | undefined;
|
|
230
|
-
}) => string | number;
|
|
220
|
+
/**
|
|
221
|
+
*
|
|
222
|
+
* @param amount - Number or string to format
|
|
223
|
+
* @param precision - The number of decimals to display
|
|
224
|
+
* @signDisplay - Whether to display a plus sign for positive amounts
|
|
225
|
+
*/
|
|
226
|
+
declare const formatUSD: ({ amount, precision, signDisplay, }: {
|
|
227
|
+
amount: number | string;
|
|
228
|
+
precision?: number | undefined;
|
|
229
|
+
signDisplay?: boolean | undefined;
|
|
230
|
+
}) => string | number;
|
|
231
231
|
//# sourceMappingURL=formatUSD.d.ts.map
|
|
232
232
|
|
|
233
|
-
/**
|
|
234
|
-
*
|
|
235
|
-
* @param data - Date-sorted array of objects
|
|
236
|
-
* @param dataKey - Object key used to find data value
|
|
237
|
-
*
|
|
238
|
-
*/
|
|
239
|
-
declare const getDelta: ({ data, dataKey }: {
|
|
240
|
-
data: any[] | undefined;
|
|
241
|
-
dataKey: string;
|
|
242
|
-
}) => {
|
|
243
|
-
startingAmount: number;
|
|
244
|
-
endingAmount: number;
|
|
245
|
-
delta: number;
|
|
246
|
-
percentChange: number;
|
|
247
|
-
isNetGain: boolean;
|
|
248
|
-
};
|
|
233
|
+
/**
|
|
234
|
+
*
|
|
235
|
+
* @param data - Date-sorted array of objects
|
|
236
|
+
* @param dataKey - Object key used to find data value
|
|
237
|
+
*
|
|
238
|
+
*/
|
|
239
|
+
declare const getDelta: ({ data, dataKey }: {
|
|
240
|
+
data: any[] | undefined;
|
|
241
|
+
dataKey: string;
|
|
242
|
+
}) => {
|
|
243
|
+
startingAmount: number;
|
|
244
|
+
endingAmount: number;
|
|
245
|
+
delta: number;
|
|
246
|
+
percentChange: number;
|
|
247
|
+
isNetGain: boolean;
|
|
248
|
+
};
|
|
249
249
|
//# sourceMappingURL=getDelta.d.ts.map
|
|
250
250
|
|
|
251
|
-
declare const uiColors: {
|
|
252
|
-
redRemains(alpha?: number): string;
|
|
253
|
-
heroicRed(alpha?: number): string;
|
|
254
|
-
aijiroWhite(alpha?: number): string;
|
|
255
|
-
mint(alpha?: number): string;
|
|
256
|
-
white(alpha?: number): string;
|
|
257
|
-
lighthouse(alpha?: number): string;
|
|
258
|
-
coolElegance(alpha?: number): string;
|
|
259
|
-
sonicSilver(alpha?: number): string;
|
|
260
|
-
black(alpha?: number): string;
|
|
261
|
-
};
|
|
251
|
+
declare const uiColors: {
|
|
252
|
+
redRemains(alpha?: number): string;
|
|
253
|
+
heroicRed(alpha?: number): string;
|
|
254
|
+
aijiroWhite(alpha?: number): string;
|
|
255
|
+
mint(alpha?: number): string;
|
|
256
|
+
white(alpha?: number): string;
|
|
257
|
+
lighthouse(alpha?: number): string;
|
|
258
|
+
coolElegance(alpha?: number): string;
|
|
259
|
+
sonicSilver(alpha?: number): string;
|
|
260
|
+
black(alpha?: number): string;
|
|
261
|
+
};
|
|
262
262
|
//# sourceMappingURL=uiColors.d.ts.map
|
|
263
263
|
|
|
264
|
-
declare const CfAreaChart: ({ data, dataKey, width, height, areaType, showTooltip, isAnimated, formatter, }: {
|
|
265
|
-
data: any[] | undefined;
|
|
266
|
-
dataKey: string;
|
|
267
|
-
width?: string | undefined;
|
|
268
|
-
height?: string | undefined;
|
|
269
|
-
areaType?: CurveType | undefined;
|
|
270
|
-
showTooltip?: boolean | undefined;
|
|
271
|
-
isAnimated?: boolean | undefined;
|
|
272
|
-
formatter?: ((value: number) => string) | undefined;
|
|
273
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
264
|
+
declare const CfAreaChart: ({ data, dataKey, width, height, areaType, showTooltip, isAnimated, formatter, }: {
|
|
265
|
+
data: any[] | undefined;
|
|
266
|
+
dataKey: string;
|
|
267
|
+
width?: string | undefined;
|
|
268
|
+
height?: string | undefined;
|
|
269
|
+
areaType?: CurveType | undefined;
|
|
270
|
+
showTooltip?: boolean | undefined;
|
|
271
|
+
isAnimated?: boolean | undefined;
|
|
272
|
+
formatter?: ((value: number) => string) | undefined;
|
|
273
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
274
274
|
//# sourceMappingURL=AreaChart.d.ts.map
|
|
275
275
|
|
|
276
|
-
declare const CfBreakpointDebugger: () => react_jsx_runtime.JSX.Element;
|
|
276
|
+
declare const CfBreakpointDebugger: () => react_jsx_runtime.JSX.Element;
|
|
277
277
|
//# sourceMappingURL=BreakpointDebugger.d.ts.map
|
|
278
278
|
|
|
279
|
-
declare const
|
|
279
|
+
declare const CfButtonGroup: ({ children, ...rest }: ButtonGroupProps) => react_jsx_runtime.JSX.Element;
|
|
280
|
+
|
|
281
|
+
declare const CfButtonGroupButton: ({ isSelected, children, ...rest }: {
|
|
282
|
+
isSelected?: boolean | undefined;
|
|
283
|
+
} & ButtonProps) => react_jsx_runtime.JSX.Element;
|
|
284
|
+
|
|
285
|
+
declare const CfCard: ({ children, ...rest }: CardProps) => react_jsx_runtime.JSX.Element;
|
|
280
286
|
//# sourceMappingURL=Card.d.ts.map
|
|
281
287
|
|
|
282
|
-
interface CfCheckboxProps extends CheckboxProps {
|
|
283
|
-
errorMessage?: string;
|
|
284
|
-
helperText?: string;
|
|
285
|
-
label?: string;
|
|
286
|
-
labelPosition?: 'left' | 'right';
|
|
287
|
-
spaceBetween?: boolean;
|
|
288
|
-
name: string;
|
|
289
|
-
}
|
|
288
|
+
interface CfCheckboxProps extends CheckboxProps {
|
|
289
|
+
errorMessage?: string;
|
|
290
|
+
helperText?: string;
|
|
291
|
+
label?: string;
|
|
292
|
+
labelPosition?: 'left' | 'right';
|
|
293
|
+
spaceBetween?: boolean;
|
|
294
|
+
name: string;
|
|
295
|
+
}
|
|
290
296
|
declare const CfCheckbox: (props: CfCheckboxProps) => react_jsx_runtime.JSX.Element;
|
|
291
297
|
|
|
292
|
-
interface CfInputProps<T extends FieldValues> extends InputProps {
|
|
293
|
-
register?: UseFormRegister<T>;
|
|
294
|
-
errorMessage?: string;
|
|
295
|
-
helperText?: string;
|
|
296
|
-
label?: string;
|
|
297
|
-
IconLeft?: ChakraComponent<'svg', object>;
|
|
298
|
-
IconRight?: ChakraComponent<'svg', object>;
|
|
299
|
-
name: string;
|
|
300
|
-
}
|
|
298
|
+
interface CfInputProps<T extends FieldValues> extends InputProps {
|
|
299
|
+
register?: UseFormRegister<T>;
|
|
300
|
+
errorMessage?: string;
|
|
301
|
+
helperText?: string;
|
|
302
|
+
label?: string;
|
|
303
|
+
IconLeft?: ChakraComponent<'svg', object>;
|
|
304
|
+
IconRight?: ChakraComponent<'svg', object>;
|
|
305
|
+
name: string;
|
|
306
|
+
}
|
|
301
307
|
declare const CfInput: <T extends FieldValues>(props: CfInputProps<T>) => react_jsx_runtime.JSX.Element;
|
|
302
308
|
|
|
303
|
-
declare const CfLineChart: ({ data, dataKey, width, height, lineType, showTooltip, isAnimated, formatter, }: {
|
|
304
|
-
data: any[] | undefined;
|
|
305
|
-
dataKey: string;
|
|
306
|
-
width?: string | undefined;
|
|
307
|
-
height?: string | undefined;
|
|
308
|
-
lineType?: CurveType | undefined;
|
|
309
|
-
showTooltip?: boolean | undefined;
|
|
310
|
-
isAnimated?: boolean | undefined;
|
|
311
|
-
formatter?: ((value: number) => string) | undefined;
|
|
312
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
309
|
+
declare const CfLineChart: ({ data, dataKey, width, height, lineType, showTooltip, isAnimated, formatter, }: {
|
|
310
|
+
data: any[] | undefined;
|
|
311
|
+
dataKey: string;
|
|
312
|
+
width?: string | undefined;
|
|
313
|
+
height?: string | undefined;
|
|
314
|
+
lineType?: CurveType | undefined;
|
|
315
|
+
showTooltip?: boolean | undefined;
|
|
316
|
+
isAnimated?: boolean | undefined;
|
|
317
|
+
formatter?: ((value: number) => string) | undefined;
|
|
318
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
313
319
|
//# sourceMappingURL=LineChart.d.ts.map
|
|
314
320
|
|
|
315
|
-
interface Props extends ModalProps {
|
|
316
|
-
headerContent
|
|
317
|
-
footerContent
|
|
318
|
-
}
|
|
319
|
-
declare const CfModal: ({ isOpen, onClose, headerContent, footerContent,
|
|
321
|
+
interface Props extends ModalProps {
|
|
322
|
+
headerContent?: React.ReactNode;
|
|
323
|
+
footerContent?: React.ReactNode;
|
|
324
|
+
}
|
|
325
|
+
declare const CfModal: ({ isOpen, onClose, headerContent, footerContent, children, isCentered, size, ...rest }: Props) => react_jsx_runtime.JSX.Element;
|
|
320
326
|
//# sourceMappingURL=Modal.d.ts.map
|
|
321
327
|
|
|
322
|
-
interface LastEvaluatedKeyParams {
|
|
323
|
-
lastEvaluatedPKey?: string;
|
|
324
|
-
lastEvaluatedSKey?: string;
|
|
325
|
-
}
|
|
326
|
-
interface LastEvaluatedKey {
|
|
327
|
-
pKey: string;
|
|
328
|
-
sKey: string;
|
|
329
|
-
}
|
|
330
|
-
interface CfPaginationProps extends FlexProps {
|
|
331
|
-
setLastEvaluatedKeyParams: Dispatch<SetStateAction<LastEvaluatedKeyParams | undefined>>;
|
|
332
|
-
isLoading?: boolean;
|
|
333
|
-
hasMore?: boolean;
|
|
334
|
-
lastEvaluatedKey?: LastEvaluatedKey;
|
|
335
|
-
}
|
|
328
|
+
interface LastEvaluatedKeyParams {
|
|
329
|
+
lastEvaluatedPKey?: string;
|
|
330
|
+
lastEvaluatedSKey?: string;
|
|
331
|
+
}
|
|
332
|
+
interface LastEvaluatedKey {
|
|
333
|
+
pKey: string;
|
|
334
|
+
sKey: string;
|
|
335
|
+
}
|
|
336
|
+
interface CfPaginationProps extends FlexProps {
|
|
337
|
+
setLastEvaluatedKeyParams: Dispatch<SetStateAction<LastEvaluatedKeyParams | undefined>>;
|
|
338
|
+
isLoading?: boolean;
|
|
339
|
+
hasMore?: boolean;
|
|
340
|
+
lastEvaluatedKey?: LastEvaluatedKey;
|
|
341
|
+
}
|
|
336
342
|
declare const CfPagination: ({ isLoading, hasMore, setLastEvaluatedKeyParams, lastEvaluatedKey, ...rest }: CfPaginationProps) => react_jsx_runtime.JSX.Element;
|
|
337
343
|
|
|
338
|
-
interface CfSelectProps<T extends FieldValues> extends SelectProps {
|
|
339
|
-
register?: UseFormRegister<T>;
|
|
340
|
-
errorMessage?: string;
|
|
341
|
-
helperText?: string;
|
|
342
|
-
label?: string;
|
|
343
|
-
name: string;
|
|
344
|
-
}
|
|
345
|
-
interface CfSelectOption {
|
|
346
|
-
name: string;
|
|
347
|
-
value?: string;
|
|
348
|
-
}
|
|
344
|
+
interface CfSelectProps<T extends FieldValues> extends SelectProps {
|
|
345
|
+
register?: UseFormRegister<T>;
|
|
346
|
+
errorMessage?: string;
|
|
347
|
+
helperText?: string;
|
|
348
|
+
label?: string;
|
|
349
|
+
name: string;
|
|
350
|
+
}
|
|
351
|
+
interface CfSelectOption {
|
|
352
|
+
name: string;
|
|
353
|
+
value?: string;
|
|
354
|
+
}
|
|
349
355
|
declare const CfSelect: <T extends FieldValues>(props: CfSelectProps<T>) => react_jsx_runtime.JSX.Element;
|
|
350
356
|
|
|
351
|
-
interface CfTagProps extends TagProps {
|
|
352
|
-
label: string;
|
|
353
|
-
onClose?: () => void;
|
|
354
|
-
IconLeft?: ChakraComponent<'svg', object>;
|
|
355
|
-
IconRight?: ChakraComponent<'svg', object>;
|
|
356
|
-
}
|
|
357
|
+
interface CfTagProps extends TagProps {
|
|
358
|
+
label: string;
|
|
359
|
+
onClose?: () => void;
|
|
360
|
+
IconLeft?: ChakraComponent<'svg', object>;
|
|
361
|
+
IconRight?: ChakraComponent<'svg', object>;
|
|
362
|
+
}
|
|
357
363
|
declare const CfTag: (props: CfTagProps) => react_jsx_runtime.JSX.Element | null;
|
|
358
364
|
|
|
359
|
-
interface CfToastProps extends UseToastOptions {
|
|
360
|
-
onClose?: () => void;
|
|
361
|
-
}
|
|
365
|
+
interface CfToastProps extends UseToastOptions {
|
|
366
|
+
onClose?: () => void;
|
|
367
|
+
}
|
|
362
368
|
declare const CfToast: (props: CfToastProps) => react_jsx_runtime.JSX.Element;
|
|
363
369
|
|
|
364
|
-
|
|
370
|
+
declare const layoutMinWidth = "22rem";
|
|
371
|
+
|
|
372
|
+
export { CfAreaChart, CfBreakpointDebugger, CfButtonGroup, CfButtonGroupButton, CfCard, CfCheckbox, type CfCheckboxProps, CfInput, type CfInputProps, CfLineChart, CfModal, CfPagination, CfSelect, type CfSelectOption, type CfSelectProps, CfTag, type CfTagProps, CfToast, SvgIconAlert as IconAlert, SvgIconArrowDown as IconArrowDown, SvgIconArrowUp as IconArrowUp, SvgIconAvax as IconAvax, SvgIconBank as IconBank, SvgIconBarChart as IconBarChart, SvgIconBch as IconBch, 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, SvgIconClose as IconClose, SvgIconConnect as IconConnect, SvgIconCopy as IconCopy, SvgIconDollar as IconDollar, 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, SvgIconLtc as IconLtc, 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, SvgIconXlm as IconXlm, aggregateAmounts, convertToUTCEpochTime, exportedTheme as coreTheme, formatPercentage, formatUSD, getDelta, layoutMinWidth, uiColors };
|