@cryptofi/core-ui 2.0.4 → 2.0.5
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 +7 -7
- package/dist/index.js.map +1 -1
- package/dist/types/index.d.ts +19 -1
- package/package.json +10 -10
package/dist/types/index.d.ts
CHANGED
|
@@ -183,6 +183,9 @@ declare const SvgIconExternalLink: _chakra_ui_react.ChakraComponent<(props: Icon
|
|
|
183
183
|
declare const SvgIconRefresh: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
184
184
|
//# sourceMappingURL=IconRefresh.d.ts.map
|
|
185
185
|
|
|
186
|
+
declare const SvgIconAave: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
187
|
+
//# sourceMappingURL=IconAave.d.ts.map
|
|
188
|
+
|
|
186
189
|
declare const SvgIconAlgo: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
187
190
|
//# sourceMappingURL=IconAlgo.d.ts.map
|
|
188
191
|
|
|
@@ -201,18 +204,33 @@ declare const SvgIconDoge: _chakra_ui_react.ChakraComponent<(props: IconProps &
|
|
|
201
204
|
declare const SvgIconEth: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
202
205
|
//# sourceMappingURL=IconEth.d.ts.map
|
|
203
206
|
|
|
207
|
+
declare const SvgIconFil: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
208
|
+
//# sourceMappingURL=IconFil.d.ts.map
|
|
209
|
+
|
|
204
210
|
declare const SvgIconLink: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
205
211
|
//# sourceMappingURL=IconLink.d.ts.map
|
|
206
212
|
|
|
207
213
|
declare const SvgIconLtc: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
208
214
|
//# sourceMappingURL=IconLtc.d.ts.map
|
|
209
215
|
|
|
216
|
+
declare const SvgIconMatic: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
217
|
+
//# sourceMappingURL=IconMatic.d.ts.map
|
|
218
|
+
|
|
210
219
|
declare const SvgIconMkr: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
211
220
|
//# sourceMappingURL=IconMkr.d.ts.map
|
|
212
221
|
|
|
222
|
+
declare const SvgIconNear: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
223
|
+
//# sourceMappingURL=IconNear.d.ts.map
|
|
224
|
+
|
|
213
225
|
declare const SvgIconSol: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
214
226
|
//# sourceMappingURL=IconSol.d.ts.map
|
|
215
227
|
|
|
228
|
+
declare const SvgIconUsdc: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
229
|
+
//# sourceMappingURL=IconUsdc.d.ts.map
|
|
230
|
+
|
|
231
|
+
declare const SvgIconUsdt: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
232
|
+
//# sourceMappingURL=IconUsdt.d.ts.map
|
|
233
|
+
|
|
216
234
|
declare const SvgIconXlm: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
217
235
|
//# sourceMappingURL=IconXlm.d.ts.map
|
|
218
236
|
|
|
@@ -673,4 +691,4 @@ declare function useDebounceValue<T>(initialValue: T | (() => T), delay: number,
|
|
|
673
691
|
declare function useUnmount(func: () => void): void;
|
|
674
692
|
//# sourceMappingURL=useUnmount.d.ts.map
|
|
675
693
|
|
|
676
|
-
export { CfAreaChart, CfBreakpointDebugger, CfButtonGroup, CfButtonGroupButton, CfCard, CfCarousel, CfCheckbox, type CfCheckboxProps, DevConsole as CfDevConsole, Actions as CfDevConsoleActions, Button as CfDevConsoleButton, DataGrid as CfDevConsoleDataGrid, FloatingButton as CfDevConsoleFloatingButton, Links as CfDevConsoleLinks, SystemStatus as CfDevConsoleSystemStatus, CfForm, CfInput, CfInputArray, CfLineChart, CfModal, CfNavLink, CfOpenSearchPagination, CfPagination, PrettyWrap as CfPrettyWrap, CfSelect, type CfSelectOption, CfSpinner, CfStatCard, CfTag, CfToast, CfTooltip, SvgIconAlert as IconAlert, SvgIconAlgo as IconAlgo, SvgIconArrowDown as IconArrowDown, SvgIconArrowUp as IconArrowUp, SvgIconAvax as IconAvax, SvgIconBank as IconBank, SvgIconBarChart as IconBarChart, SvgIconBch as IconBch, SvgIconBookCheck as IconBookCheck, SvgIconBtc as IconBtc, SvgIconCalendar as IconCalendar, SvgIconCaretDown as IconCaretDown, SvgIconCaretLeft as IconCaretLeft, SvgIconCaretRight as IconCaretRight, SvgIconCaretUp as IconCaretUp, SvgIconCent as IconCent, SvgIconCheck as IconCheck, SvgIconChecking as IconChecking, SvgIconCircleCheck as IconCircleCheck, SvgIconClose as IconClose, SvgIconConnect as IconConnect, SvgIconCopy as IconCopy, SvgIconDiamonds as IconDiamonds, SvgIconDoge as IconDoge, SvgIconDollar as IconDollar, SvgIconDollarBill as IconDollarBill, SvgIconDownload as IconDownload, SvgIconEdit as IconEdit, SvgIconEnter as IconEnter, SvgIconEnterInverted as IconEnterInverted, SvgIconEth as IconEth, SvgIconExchange as IconExchange, SvgIconExternalLink as IconExternalLink, 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, SvgIconSol as IconSol, 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, isIframe, layoutMinWidth, sampleFromEnd, splitOnCapitals, uiColors, usdToNumber, useBreakpoint as useCfBreakpoint, useDebounceCallback, useDebounceValue, useUnmount, utcDateToLocal };
|
|
694
|
+
export { CfAreaChart, CfBreakpointDebugger, CfButtonGroup, CfButtonGroupButton, CfCard, CfCarousel, CfCheckbox, type CfCheckboxProps, DevConsole as CfDevConsole, Actions as CfDevConsoleActions, Button as CfDevConsoleButton, DataGrid as CfDevConsoleDataGrid, FloatingButton as CfDevConsoleFloatingButton, Links as CfDevConsoleLinks, SystemStatus as CfDevConsoleSystemStatus, CfForm, CfInput, CfInputArray, CfLineChart, CfModal, CfNavLink, CfOpenSearchPagination, CfPagination, PrettyWrap as CfPrettyWrap, CfSelect, type CfSelectOption, CfSpinner, CfStatCard, CfTag, CfToast, CfTooltip, SvgIconAave as IconAave, 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, SvgIconDiamonds as IconDiamonds, SvgIconDoge as IconDoge, SvgIconDollar as IconDollar, SvgIconDollarBill as IconDollarBill, SvgIconDownload as IconDownload, SvgIconEdit as IconEdit, SvgIconEnter as IconEnter, SvgIconEnterInverted as IconEnterInverted, SvgIconEth as IconEth, SvgIconExchange as IconExchange, SvgIconExternalLink as IconExternalLink, SvgIconFil as IconFil, 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, SvgIconMatic as IconMatic, SvgIconMenu as IconMenu, SvgIconMinus as IconMinus, SvgIconMkr as IconMkr, SvgIconMore as IconMore, SvgIconNear as IconNear, 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, SvgIconSol as IconSol, SvgIconSort as IconSort, SvgIconSpinner as IconSpinner, SvgIconSupport as IconSupport, SvgIconTrash as IconTrash, SvgIconUpload as IconUpload, SvgIconUsdc as IconUsdc, SvgIconUsdt as IconUsdt, SvgIconUser as IconUser, SvgIconXlm as IconXlm, SvgIconXrp as IconXrp, type PageClickEvent, aggregateAmounts, exportedTheme as coreTheme, dateFormats, dateToTimestamp, formatPercentage, formatPhoneNumber, formatUsd, getDelta, isIframe, layoutMinWidth, sampleFromEnd, splitOnCapitals, uiColors, usdToNumber, useBreakpoint as useCfBreakpoint, useDebounceCallback, useDebounceValue, useUnmount, utcDateToLocal };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cryptofi/core-ui",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.5",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "CryptoFi"
|
|
6
6
|
},
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"currency.js": "^2.0.4",
|
|
63
63
|
"dayjs": "^1.11.13",
|
|
64
64
|
"lodash": "^4.17.21",
|
|
65
|
-
"nanoid": "^3.3.
|
|
65
|
+
"nanoid": "^3.3.11",
|
|
66
66
|
"react-currency-input-field": "^3.10.0",
|
|
67
67
|
"react-hook-form": "^7.54.2",
|
|
68
68
|
"react-paginate": "^8.3.0",
|
|
@@ -79,14 +79,14 @@
|
|
|
79
79
|
"@rollup/plugin-commonjs": "^28.0.2",
|
|
80
80
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
81
81
|
"@rollup/plugin-terser": "^0.4.4",
|
|
82
|
-
"@storybook/addon-essentials": "^8.6.
|
|
82
|
+
"@storybook/addon-essentials": "^8.6.12",
|
|
83
83
|
"@storybook/addon-interactions": "^8.6.4",
|
|
84
84
|
"@storybook/addon-links": "^8.6.4",
|
|
85
|
-
"@storybook/addon-onboarding": "^8.6.
|
|
86
|
-
"@storybook/blocks": "^8.6.
|
|
85
|
+
"@storybook/addon-onboarding": "^8.6.11",
|
|
86
|
+
"@storybook/blocks": "^8.6.12",
|
|
87
87
|
"@storybook/components": "^8.6.4",
|
|
88
|
-
"@storybook/manager-api": "^8.6.
|
|
89
|
-
"@storybook/preview-api": "^8.6.
|
|
88
|
+
"@storybook/manager-api": "^8.6.12",
|
|
89
|
+
"@storybook/preview-api": "^8.6.12",
|
|
90
90
|
"@storybook/react": "^8.6.4",
|
|
91
91
|
"@storybook/react-vite": "^8.6.4",
|
|
92
92
|
"@storybook/test": "^8.6.4",
|
|
@@ -112,12 +112,12 @@
|
|
|
112
112
|
"core-js": "^3.40.0",
|
|
113
113
|
"cross-var": "^1.1.0",
|
|
114
114
|
"dotenv-cli": "^8.0.0",
|
|
115
|
-
"eslint": "^9.
|
|
115
|
+
"eslint": "^9.23.0",
|
|
116
116
|
"eslint-config-prettier": "^10.0.1",
|
|
117
117
|
"eslint-plugin-check-file": "^3.1.0",
|
|
118
118
|
"eslint-plugin-import": "^2.31.0",
|
|
119
119
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
120
|
-
"eslint-plugin-prettier": "5.2.
|
|
120
|
+
"eslint-plugin-prettier": "5.2.6",
|
|
121
121
|
"eslint-plugin-react": "^7.37.4",
|
|
122
122
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
123
123
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"ts-jest": "^29.2.6",
|
|
145
145
|
"typescript": "^5.8.2",
|
|
146
146
|
"typescript-eslint": "^8.27.0",
|
|
147
|
-
"vite": "^6.2.
|
|
147
|
+
"vite": "^6.2.4"
|
|
148
148
|
},
|
|
149
149
|
"packageManager": "yarn@4.6.0"
|
|
150
150
|
}
|