@cryptofi/core-ui 2.0.8 → 2.1.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.
@@ -60,6 +60,9 @@ declare const SvgIconConnect: _chakra_ui_react.ChakraComponent<(props: IconProps
60
60
  declare const SvgIconCopy: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
61
61
  //# sourceMappingURL=IconCopy.d.ts.map
62
62
 
63
+ declare const SvgIconDiamonds: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
64
+ //# sourceMappingURL=IconDiamonds.d.ts.map
65
+
63
66
  declare const SvgIconDollar: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
64
67
  //# sourceMappingURL=IconDollar.d.ts.map
65
68
 
@@ -81,9 +84,15 @@ declare const SvgIconEnterInverted: _chakra_ui_react.ChakraComponent<(props: Ico
81
84
  declare const SvgIconExchange: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
82
85
  //# sourceMappingURL=IconExchange.d.ts.map
83
86
 
87
+ declare const SvgIconFaq: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
88
+ //# sourceMappingURL=IconFaq.d.ts.map
89
+
84
90
  declare const SvgIconFilter: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
85
91
  //# sourceMappingURL=IconFilter.d.ts.map
86
92
 
93
+ declare const SvgIconGlossary: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
94
+ //# sourceMappingURL=IconGlossary.d.ts.map
95
+
87
96
  declare const SvgIconHelp: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
88
97
  //# sourceMappingURL=IconHelp.d.ts.map
89
98
 
@@ -102,6 +111,9 @@ declare const SvgIconIndicatorUp: _chakra_ui_react.ChakraComponent<(props: IconP
102
111
  declare const SvgIconInfo: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
103
112
  //# sourceMappingURL=IconInfo.d.ts.map
104
113
 
114
+ declare const SvgIconLearn: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
115
+ //# sourceMappingURL=IconLearn.d.ts.map
116
+
105
117
  declare const SvgIconLock: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
106
118
  //# sourceMappingURL=IconLock.d.ts.map
107
119
 
@@ -132,6 +144,9 @@ declare const SvgIconPieChart: _chakra_ui_react.ChakraComponent<(props: IconProp
132
144
  declare const SvgIconPlus: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
133
145
  //# sourceMappingURL=IconPlus.d.ts.map
134
146
 
147
+ declare const SvgIconRefresh: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
148
+ //# sourceMappingURL=IconRefresh.d.ts.map
149
+
135
150
  declare const SvgIconReports: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
136
151
  //# sourceMappingURL=IconReports.d.ts.map
137
152
 
@@ -174,15 +189,9 @@ declare const SvgIconUpload: _chakra_ui_react.ChakraComponent<(props: IconProps
174
189
  declare const SvgIconUser: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
175
190
  //# sourceMappingURL=IconUser.d.ts.map
176
191
 
177
- declare const SvgIconDiamonds: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
178
- //# sourceMappingURL=IconDiamonds.d.ts.map
179
-
180
192
  declare const SvgIconExternalLink: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
181
193
  //# sourceMappingURL=IconExternalLink.d.ts.map
182
194
 
183
- declare const SvgIconRefresh: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
184
- //# sourceMappingURL=IconRefresh.d.ts.map
185
-
186
195
  declare const SvgIconAave: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
187
196
  //# sourceMappingURL=IconAave.d.ts.map
188
197
 
@@ -316,6 +325,9 @@ declare const getDelta: ({ data, dataKey }: {
316
325
  declare const isIframe: () => boolean;
317
326
  //# sourceMappingURL=isIframe.d.ts.map
318
327
 
328
+ declare const isSecurity: (code: string) => code is "EQS";
329
+ //# sourceMappingURL=isSecurity.d.ts.map
330
+
319
331
  /**
320
332
  * @description Pulls every nth element from a time series array, starting from the end
321
333
  * to ensure the most recent entry is included.
@@ -698,5 +710,5 @@ declare function useDebounceValue<T>(initialValue: T | (() => T), delay: number,
698
710
  declare function useUnmount(func: () => void): void;
699
711
  //# sourceMappingURL=useUnmount.d.ts.map
700
712
 
701
- 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, 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, 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 };
713
+ 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, isSecurity, layoutMinWidth, sampleFromEnd, splitOnCapitals, uiColors, usdToNumber, useBreakpoint as useCfBreakpoint, useDebounceCallback, useDebounceValue, useUnmount, utcDateToLocal };
702
714
  export type { CfCheckboxProps, CfSelectOption, PageClickEvent };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cryptofi/core-ui",
3
- "version": "2.0.8",
3
+ "version": "2.1.0",
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.0.1",
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,7 +68,7 @@
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.56.4",
71
+ "react-hook-form": "^7.57.0",
72
72
  "react-paginate": "^8.3.0",
73
73
  "recharts": "^2.15.3",
74
74
  "yup": "^1.6.1"
@@ -79,22 +79,22 @@
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.27.0",
83
- "@rollup/plugin-commonjs": "^28.0.3",
82
+ "@eslint/js": "^9.28.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
- "@storybook/addon-essentials": "^8.6.12",
86
+ "@storybook/addon-essentials": "^8.6.14",
87
87
  "@storybook/addon-interactions": "^8.6.14",
88
- "@storybook/addon-links": "^8.6.12",
89
- "@storybook/addon-onboarding": "^8.6.12",
90
- "@storybook/blocks": "^8.6.12",
91
- "@storybook/components": "^8.6.12",
92
- "@storybook/manager-api": "^8.6.12",
93
- "@storybook/preview-api": "^8.6.12",
94
- "@storybook/react": "^8.6.12",
95
- "@storybook/react-vite": "^8.6.12",
96
- "@storybook/test": "^8.6.12",
97
- "@storybook/types": "^8.6.12",
88
+ "@storybook/addon-links": "^8.6.14",
89
+ "@storybook/addon-onboarding": "^8.6.14",
90
+ "@storybook/blocks": "^8.6.14",
91
+ "@storybook/components": "^8.6.14",
92
+ "@storybook/manager-api": "^8.6.14",
93
+ "@storybook/preview-api": "^8.6.14",
94
+ "@storybook/react": "^8.6.14",
95
+ "@storybook/react-vite": "^8.6.14",
96
+ "@storybook/test": "^8.6.14",
97
+ "@storybook/types": "^8.6.14",
98
98
  "@svgr/cli": "^8.1.0",
99
99
  "@svgr/core": "^8.1.0",
100
100
  "@svgr/plugin-jsx": "^8.1.0",
@@ -110,24 +110,24 @@
110
110
  "@types/react-dom": "^19.x.x",
111
111
  "@types/rollup-plugin-peer-deps-external": "^2",
112
112
  "@types/stringify-object": "^4.0.4",
113
- "@typescript-eslint/eslint-plugin": "^8.32.0",
114
- "@typescript-eslint/parser": "^8.32.1",
113
+ "@typescript-eslint/eslint-plugin": "^8.33.1",
114
+ "@typescript-eslint/parser": "^8.33.1",
115
115
  "chalk": "^4.1.2",
116
- "core-js": "^3.42.0",
116
+ "core-js": "^3.43.0",
117
117
  "cross-var": "^1.1.0",
118
118
  "dotenv-cli": "^8.0.0",
119
- "eslint": "^9.25.1",
119
+ "eslint": "^9.28.0",
120
120
  "eslint-config-prettier": "^10.1.5",
121
- "eslint-plugin-check-file": "^3.2.0",
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
- "eslint-plugin-prettier": "5.4.0",
124
+ "eslint-plugin-prettier": "5.4.1",
125
125
  "eslint-plugin-react": "^7.37.5",
126
126
  "eslint-plugin-react-hooks": "^5.2.0",
127
127
  "eslint-plugin-simple-import-sort": "^12.1.1",
128
128
  "eslint-plugin-unused-imports": "^4.1.4",
129
129
  "framer-motion": "^10.16.4",
130
- "globals": "^16.1.0",
130
+ "globals": "^16.2.0",
131
131
  "identity-obj-proxy": "^3.0.0",
132
132
  "jest": "^29.4.0",
133
133
  "pnpapi": "^0.0.0",
@@ -136,19 +136,19 @@
136
136
  "react": "^18.x.x",
137
137
  "react-dom": "^18.x.x",
138
138
  "react-imask": "^7.6.1",
139
- "rollup": "^4.40.2",
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": "^5.14.0",
146
- "storybook": "^8.6.12",
145
+ "rollup-plugin-visualizer": "^6.0.3",
146
+ "storybook": "^8.6.14",
147
147
  "stringify-object": "^5.0.0",
148
- "ts-jest": "^29.3.2",
148
+ "ts-jest": "^29.3.4",
149
149
  "typescript": "^5.8.3",
150
- "typescript-eslint": "^8.32.0",
150
+ "typescript-eslint": "^8.32.1",
151
151
  "vite": "^6.3.5"
152
152
  },
153
- "packageManager": "yarn@4.6.0"
153
+ "packageManager": "yarn@4.9.1"
154
154
  }