@cryptofi/core-ui 2.0.9 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/dist/types/index.d.ts +7 -1
- package/package.json +11 -11
package/dist/types/index.d.ts
CHANGED
|
@@ -322,6 +322,12 @@ declare const getDelta: ({ data, dataKey }: {
|
|
|
322
322
|
};
|
|
323
323
|
//# sourceMappingURL=getDelta.d.ts.map
|
|
324
324
|
|
|
325
|
+
/**
|
|
326
|
+
* @desc Determine if the provided code represents an EQS security, versus ETF or ETC.
|
|
327
|
+
*/
|
|
328
|
+
declare const isEqsSecurity: (code?: "EQS" | "ETC" | "ETF") => boolean | undefined;
|
|
329
|
+
//# sourceMappingURL=isEqsSecurity.d.ts.map
|
|
330
|
+
|
|
325
331
|
declare const isIframe: () => boolean;
|
|
326
332
|
//# sourceMappingURL=isIframe.d.ts.map
|
|
327
333
|
|
|
@@ -707,5 +713,5 @@ declare function useDebounceValue<T>(initialValue: T | (() => T), delay: number,
|
|
|
707
713
|
declare function useUnmount(func: () => void): void;
|
|
708
714
|
//# sourceMappingURL=useUnmount.d.ts.map
|
|
709
715
|
|
|
710
|
-
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, PrettyWrap as CfPrettyWrap, 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, SvgIconDiamonds as IconDiamonds, SvgIconDoge as IconDoge, SvgIconDollar as IconDollar, SvgIconDollarBill as IconDollarBill, SvgIconDot as IconDot, SvgIconDownload as IconDownload, SvgIconEdit as IconEdit, 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, 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, SvgIconSupport as IconSupport, SvgIconTrash as IconTrash, SvgIconUpload as IconUpload, SvgIconUsdc as IconUsdc, SvgIconUsdt as IconUsdt, SvgIconUser as IconUser, SvgIconXlm as IconXlm, SvgIconXrp as IconXrp, aggregateAmounts, exportedTheme as coreTheme, dateFormats, dateToTimestamp, formatPercentage, formatPhoneNumber, formatUsd, getDelta, isIframe, layoutMinWidth, sampleFromEnd, splitOnCapitals, uiColors, usdToNumber, useBreakpoint as useCfBreakpoint, useDebounceCallback, useDebounceValue, useUnmount, utcDateToLocal };
|
|
716
|
+
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, PrettyWrap as CfPrettyWrap, 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, SvgIconDiamonds as IconDiamonds, SvgIconDoge as IconDoge, SvgIconDollar as IconDollar, SvgIconDollarBill as IconDollarBill, SvgIconDot as IconDot, SvgIconDownload as IconDownload, SvgIconEdit as IconEdit, 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, 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, SvgIconSupport as IconSupport, SvgIconTrash as IconTrash, SvgIconUpload as IconUpload, SvgIconUsdc as IconUsdc, SvgIconUsdt as IconUsdt, SvgIconUser as IconUser, SvgIconXlm as IconXlm, SvgIconXrp as IconXrp, aggregateAmounts, exportedTheme as coreTheme, dateFormats, dateToTimestamp, formatPercentage, formatPhoneNumber, formatUsd, getDelta, isEqsSecurity, isIframe, layoutMinWidth, sampleFromEnd, splitOnCapitals, uiColors, usdToNumber, useBreakpoint as useCfBreakpoint, useDebounceCallback, useDebounceValue, useUnmount, utcDateToLocal };
|
|
711
717
|
export type { CfCheckboxProps, CfSelectOption, PageClickEvent };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cryptofi/core-ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "CryptoFi"
|
|
6
6
|
},
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
62
|
"@chakra-ui/anatomy": "^2.3.4",
|
|
63
|
-
"@hookform/resolvers": "^5.
|
|
63
|
+
"@hookform/resolvers": "^5.1.1",
|
|
64
64
|
"big.js": "^7.0.1",
|
|
65
65
|
"colord": "^2.9.3",
|
|
66
66
|
"currency.js": "^2.0.4",
|
|
@@ -68,19 +68,19 @@
|
|
|
68
68
|
"lodash": "^4.17.21",
|
|
69
69
|
"nanoid": "^3.3.11",
|
|
70
70
|
"react-currency-input-field": "^3.10.0",
|
|
71
|
-
"react-hook-form": "^7.
|
|
71
|
+
"react-hook-form": "^7.58.1",
|
|
72
72
|
"react-paginate": "^8.3.0",
|
|
73
73
|
"recharts": "^2.15.3",
|
|
74
74
|
"yup": "^1.6.1"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@babel/core": "^7.27.
|
|
77
|
+
"@babel/core": "^7.27.4",
|
|
78
78
|
"@chakra-ui/react": "^2.10.3",
|
|
79
79
|
"@chakra-ui/storybook-addon": "^5.2.5",
|
|
80
80
|
"@emotion/react": "^11.14.0",
|
|
81
81
|
"@emotion/styled": "^11.14.0",
|
|
82
|
-
"@eslint/js": "^9.
|
|
83
|
-
"@rollup/plugin-commonjs": "^28.0.
|
|
82
|
+
"@eslint/js": "^9.29.0",
|
|
83
|
+
"@rollup/plugin-commonjs": "^28.0.6",
|
|
84
84
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
85
85
|
"@rollup/plugin-terser": "^0.4.4",
|
|
86
86
|
"@storybook/addon-essentials": "^8.6.14",
|
|
@@ -113,12 +113,12 @@
|
|
|
113
113
|
"@typescript-eslint/eslint-plugin": "^8.33.1",
|
|
114
114
|
"@typescript-eslint/parser": "^8.33.1",
|
|
115
115
|
"chalk": "^4.1.2",
|
|
116
|
-
"core-js": "^3.
|
|
116
|
+
"core-js": "^3.43.0",
|
|
117
117
|
"cross-var": "^1.1.0",
|
|
118
118
|
"dotenv-cli": "^8.0.0",
|
|
119
119
|
"eslint": "^9.28.0",
|
|
120
120
|
"eslint-config-prettier": "^10.1.5",
|
|
121
|
-
"eslint-plugin-check-file": "^3.
|
|
121
|
+
"eslint-plugin-check-file": "^3.3.0",
|
|
122
122
|
"eslint-plugin-import": "^2.31.0",
|
|
123
123
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
124
124
|
"eslint-plugin-prettier": "5.4.1",
|
|
@@ -136,18 +136,18 @@
|
|
|
136
136
|
"react": "^18.x.x",
|
|
137
137
|
"react-dom": "^18.x.x",
|
|
138
138
|
"react-imask": "^7.6.1",
|
|
139
|
-
"rollup": "^4.
|
|
139
|
+
"rollup": "^4.43.0",
|
|
140
140
|
"rollup-plugin-delete": "^3.0.1",
|
|
141
141
|
"rollup-plugin-dts": "^6.2.1",
|
|
142
142
|
"rollup-plugin-filesize": "^10.0.0",
|
|
143
143
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
144
144
|
"rollup-plugin-typescript2": "^0.36.0",
|
|
145
|
-
"rollup-plugin-visualizer": "^6.0.
|
|
145
|
+
"rollup-plugin-visualizer": "^6.0.3",
|
|
146
146
|
"storybook": "^8.6.14",
|
|
147
147
|
"stringify-object": "^5.0.0",
|
|
148
148
|
"ts-jest": "^29.3.4",
|
|
149
149
|
"typescript": "^5.8.3",
|
|
150
|
-
"typescript-eslint": "^8.
|
|
150
|
+
"typescript-eslint": "^8.34.1",
|
|
151
151
|
"vite": "^6.3.5"
|
|
152
152
|
},
|
|
153
153
|
"packageManager": "yarn@4.9.1"
|