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