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