@cryptofi/core-ui 3.0.2 → 3.0.3
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 +8 -8
- package/dist/index.js.map +1 -1
- package/dist/types/index.d.ts +4 -1
- package/package.json +13 -13
package/dist/types/index.d.ts
CHANGED
|
@@ -210,6 +210,9 @@ declare const SvgIconSunset: _chakra_ui_react.ChakraComponent<(props: IconProps
|
|
|
210
210
|
declare const SvgIconAave: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
211
211
|
//# sourceMappingURL=IconAave.d.ts.map
|
|
212
212
|
|
|
213
|
+
declare const SvgIconAda: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
214
|
+
//# sourceMappingURL=IconAda.d.ts.map
|
|
215
|
+
|
|
213
216
|
declare const SvgIconAlgo: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
214
217
|
//# sourceMappingURL=IconAlgo.d.ts.map
|
|
215
218
|
|
|
@@ -738,5 +741,5 @@ declare function useDebounceValue<T>(initialValue: T | (() => T), delay: number,
|
|
|
738
741
|
declare function useUnmount(func: () => void): void;
|
|
739
742
|
//# sourceMappingURL=useUnmount.d.ts.map
|
|
740
743
|
|
|
741
|
-
export { CfAreaChart, CfBreakpointDebugger, CfButtonGroup, CfButtonGroupButton, CfCard, CfCarousel, CfCheckbox, 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, CfSelect, 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, SvgIconDai as IconDai, SvgIconDiamonds as IconDiamonds, SvgIconDoge as IconDoge, SvgIconDollar as IconDollar, SvgIconDollarBill as IconDollarBill, SvgIconDot as IconDot, SvgIconDownload as IconDownload, SvgIconEdit as IconEdit, SvgIconEligibilityIdCard as IconEligibilityIdCard, SvgIconEnter as IconEnter, SvgIconEnterInverted as IconEnterInverted, SvgIconEth as IconEth, SvgIconExchange as IconExchange, SvgIconExternalLink as IconExternalLink, SvgIconFaq as IconFaq, SvgIconFil as IconFil, SvgIconFilter as IconFilter, SvgIconGlossary as IconGlossary, SvgIconHbar as IconHbar, SvgIconHelp as IconHelp, SvgIconHistory as IconHistory, SvgIconHome as IconHome, SvgIconIndicatorDown as IconIndicatorDown, SvgIconIndicatorUp as IconIndicatorUp, SvgIconInfo as IconInfo, SvgIconLearn as IconLearn, 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, SvgIconShib as IconShib, SvgIconSignIn as IconSignIn, SvgIconSignOut as IconSignOut, SvgIconSol as IconSol, SvgIconSort as IconSort, SvgIconSpinner as IconSpinner, SvgIconSunset as IconSunset, SvgIconSupport as IconSupport, SvgIconTaxFreePig as IconTaxFreePig, SvgIconTrash as IconTrash, SvgIconUpload as IconUpload, SvgIconUsdc as IconUsdc, SvgIconUsdt as IconUsdt, SvgIconUser as IconUser, SvgIconUserPlus as IconUserPlus, SvgIconWithdrawalDollarCog as IconWithdrawalDollarCog, SvgIconXlm as IconXlm, SvgIconXrp as IconXrp, aggregateAmounts, exportedTheme as coreTheme, dateFormats, dateToTimestamp, formatPercentage, formatPhoneNumber, formatUsd, generatePalette, getDelta, isIframe, layoutMinWidth, sampleFromEnd, splitOnCapitals, uiColors, usdToNumber, useBreakpoint as useCfBreakpoint, useDebounceCallback, useDebounceValue, useUnmount, utcDateToLocal };
|
|
744
|
+
export { CfAreaChart, CfBreakpointDebugger, CfButtonGroup, CfButtonGroupButton, CfCard, CfCarousel, CfCheckbox, 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, CfSelect, CfSpinner, CfStatCard, CfTag, CfToast, CfTooltip, SvgIconAave as IconAave, SvgIconAda as IconAda, 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, SvgIconDai as IconDai, SvgIconDiamonds as IconDiamonds, SvgIconDoge as IconDoge, SvgIconDollar as IconDollar, SvgIconDollarBill as IconDollarBill, SvgIconDot as IconDot, SvgIconDownload as IconDownload, SvgIconEdit as IconEdit, SvgIconEligibilityIdCard as IconEligibilityIdCard, SvgIconEnter as IconEnter, SvgIconEnterInverted as IconEnterInverted, SvgIconEth as IconEth, SvgIconExchange as IconExchange, SvgIconExternalLink as IconExternalLink, SvgIconFaq as IconFaq, SvgIconFil as IconFil, SvgIconFilter as IconFilter, SvgIconGlossary as IconGlossary, SvgIconHbar as IconHbar, SvgIconHelp as IconHelp, SvgIconHistory as IconHistory, SvgIconHome as IconHome, SvgIconIndicatorDown as IconIndicatorDown, SvgIconIndicatorUp as IconIndicatorUp, SvgIconInfo as IconInfo, SvgIconLearn as IconLearn, 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, SvgIconShib as IconShib, SvgIconSignIn as IconSignIn, SvgIconSignOut as IconSignOut, SvgIconSol as IconSol, SvgIconSort as IconSort, SvgIconSpinner as IconSpinner, SvgIconSunset as IconSunset, SvgIconSupport as IconSupport, SvgIconTaxFreePig as IconTaxFreePig, SvgIconTrash as IconTrash, SvgIconUpload as IconUpload, SvgIconUsdc as IconUsdc, SvgIconUsdt as IconUsdt, SvgIconUser as IconUser, SvgIconUserPlus as IconUserPlus, SvgIconWithdrawalDollarCog as IconWithdrawalDollarCog, SvgIconXlm as IconXlm, SvgIconXrp as IconXrp, aggregateAmounts, exportedTheme as coreTheme, dateFormats, dateToTimestamp, formatPercentage, formatPhoneNumber, formatUsd, generatePalette, getDelta, isIframe, layoutMinWidth, sampleFromEnd, splitOnCapitals, uiColors, usdToNumber, useBreakpoint as useCfBreakpoint, useDebounceCallback, useDebounceValue, useUnmount, utcDateToLocal };
|
|
742
745
|
export type { CfCheckboxProps, CfSelectOption, PageClickEvent };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cryptofi/core-ui",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "CryptoFi"
|
|
6
6
|
},
|
|
@@ -70,9 +70,9 @@
|
|
|
70
70
|
"lodash": "^4.17.21",
|
|
71
71
|
"nanoid": "^3.3.11",
|
|
72
72
|
"react-currency-input-field": "^4.0.3",
|
|
73
|
-
"react-hook-form": "^7.
|
|
73
|
+
"react-hook-form": "^7.69.0",
|
|
74
74
|
"react-paginate": "^8.3.0",
|
|
75
|
-
"recharts": "^3.
|
|
75
|
+
"recharts": "^3.6.0",
|
|
76
76
|
"yup": "^1.7.0"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"@chakra-ui/storybook-addon": "^5.2.5",
|
|
82
82
|
"@emotion/react": "^11.14.0",
|
|
83
83
|
"@emotion/styled": "^11.14.1",
|
|
84
|
-
"@eslint/js": "^9.39.
|
|
84
|
+
"@eslint/js": "^9.39.2",
|
|
85
85
|
"@rollup/plugin-commonjs": "^29.0.0",
|
|
86
86
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
87
87
|
"@rollup/plugin-terser": "^0.4.4",
|
|
@@ -104,24 +104,24 @@
|
|
|
104
104
|
"@svgr/plugin-prettier": "^8.1.0",
|
|
105
105
|
"@svgr/plugin-svgo": "^8.1.0",
|
|
106
106
|
"@testing-library/jest-dom": "^6.9.1",
|
|
107
|
-
"@testing-library/react": "^16.3.
|
|
107
|
+
"@testing-library/react": "^16.3.1",
|
|
108
108
|
"@types/big.js": "^6.2.2",
|
|
109
109
|
"@types/eslint__js": "^9.14.0",
|
|
110
110
|
"@types/jest": "^30.0.0",
|
|
111
111
|
"@types/lodash": "^4.17.21",
|
|
112
|
-
"@types/node": "^
|
|
112
|
+
"@types/node": "^25.0.3",
|
|
113
113
|
"@types/prop-types": "^15",
|
|
114
114
|
"@types/react": "^19.x.x",
|
|
115
115
|
"@types/react-dom": "^19.x.x",
|
|
116
116
|
"@types/rollup-plugin-peer-deps-external": "^2",
|
|
117
117
|
"@types/stringify-object": "^4.0.4",
|
|
118
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
119
|
-
"@typescript-eslint/parser": "^8.
|
|
118
|
+
"@typescript-eslint/eslint-plugin": "^8.49.0",
|
|
119
|
+
"@typescript-eslint/parser": "^8.50.0",
|
|
120
120
|
"chalk": "^4.1.2",
|
|
121
121
|
"core-js": "^3.47.0",
|
|
122
122
|
"cross-var": "^1.1.0",
|
|
123
123
|
"dotenv-cli": "^11.0.0",
|
|
124
|
-
"eslint": "^9.39.
|
|
124
|
+
"eslint": "^9.39.2",
|
|
125
125
|
"eslint-config-prettier": "^10.1.8",
|
|
126
126
|
"eslint-plugin-check-file": "^3.3.1",
|
|
127
127
|
"eslint-plugin-import": "^2.32.0",
|
|
@@ -141,19 +141,19 @@
|
|
|
141
141
|
"react": "^18.x.x",
|
|
142
142
|
"react-dom": "^18.x.x",
|
|
143
143
|
"react-imask": "^7.6.1",
|
|
144
|
-
"rollup": "^4.
|
|
145
|
-
"rollup-plugin-delete": "^3.0.
|
|
144
|
+
"rollup": "^4.54.0",
|
|
145
|
+
"rollup-plugin-delete": "^3.0.2",
|
|
146
146
|
"rollup-plugin-dts": "^6.3.0",
|
|
147
147
|
"rollup-plugin-filesize": "^10.0.0",
|
|
148
148
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
149
149
|
"rollup-plugin-typescript2": "^0.36.0",
|
|
150
150
|
"rollup-plugin-visualizer": "^6.0.5",
|
|
151
|
-
"storybook": "^8.6.
|
|
151
|
+
"storybook": "^8.6.15",
|
|
152
152
|
"stringify-object": "^6.0.0",
|
|
153
153
|
"ts-jest": "^29.4.6",
|
|
154
154
|
"tslib": "^2.8.1",
|
|
155
155
|
"typescript": "^5.9.3",
|
|
156
|
-
"typescript-eslint": "^8.
|
|
156
|
+
"typescript-eslint": "^8.50.0",
|
|
157
157
|
"vite": "^6.4.1"
|
|
158
158
|
},
|
|
159
159
|
"packageManager": "pnpm@10.19.0"
|