@cryptofi/core-ui 1.6.0 → 1.6.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/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/types/index.d.ts +5 -2
- package/package.json +27 -27
package/dist/types/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _chakra_ui_react from '@chakra-ui/react';
|
|
2
|
-
import { IconProps, ButtonGroupProps, ButtonProps, CardProps, FlexProps, CheckboxProps,
|
|
2
|
+
import { IconProps, ButtonGroupProps, ButtonProps, CardProps, FlexProps, CheckboxProps, InputProps as InputProps$1, SystemStyleObject, ModalProps, LayoutProps, ModalBodyProps, ModalContentProps, LinkProps, SelectProps, TagProps, ChakraComponent, UseToastOptions } from '@chakra-ui/react';
|
|
3
3
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
4
|
import React, { SVGProps, CSSProperties, ReactElement, ReactNode, FormEvent, Dispatch, SetStateAction } from 'react';
|
|
5
5
|
import { CurveType } from 'recharts/types/shape/Curve';
|
|
@@ -174,6 +174,9 @@ declare const SvgIconUpload: _chakra_ui_react.ChakraComponent<(props: IconProps
|
|
|
174
174
|
declare const SvgIconUser: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
175
175
|
//# sourceMappingURL=IconUser.d.ts.map
|
|
176
176
|
|
|
177
|
+
declare const SvgIconExternalLink: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
178
|
+
//# sourceMappingURL=IconExternalLink.d.ts.map
|
|
179
|
+
|
|
177
180
|
declare const SvgIconRefresh: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
178
181
|
//# sourceMappingURL=IconRefresh.d.ts.map
|
|
179
182
|
|
|
@@ -557,4 +560,4 @@ declare const useBreakpoint: () => {
|
|
|
557
560
|
};
|
|
558
561
|
//# sourceMappingURL=useBreakpoint.d.ts.map
|
|
559
562
|
|
|
560
|
-
export { CfAreaChart, CfBreakpointDebugger, CfButtonGroup, CfButtonGroupButton, CfCard, CfCarousel, CfCheckbox, type CfCheckboxProps, CfForm, CfInput, CfInputArray, CfLineChart, CfModal, CfNavLink, CfOpenSearchPagination, CfPagination, PrettyWrap as CfPrettyWrap, CfSelect, type CfSelectOption, CfSpinner, 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, 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, isIframe, layoutMinWidth, pullFromEnd, splitOnCapitals, uiColors, usdToNumber, useBreakpoint as useCfBreakpoint, utcDateToLocal };
|
|
563
|
+
export { CfAreaChart, CfBreakpointDebugger, CfButtonGroup, CfButtonGroupButton, CfCard, CfCarousel, CfCheckbox, type CfCheckboxProps, CfForm, CfInput, CfInputArray, CfLineChart, CfModal, CfNavLink, CfOpenSearchPagination, CfPagination, PrettyWrap as CfPrettyWrap, CfSelect, type CfSelectOption, CfSpinner, 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, 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, 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, pullFromEnd, splitOnCapitals, 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.6.
|
|
3
|
+
"version": "1.6.1",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "CryptoFi"
|
|
6
6
|
},
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"@chakra-ui/react": "^2.10.3",
|
|
50
50
|
"@emotion/react": "^11.13.3",
|
|
51
|
-
"@emotion/styled": "^11.13.
|
|
51
|
+
"@emotion/styled": "^11.13.5",
|
|
52
52
|
"framer-motion": "^10.16.4",
|
|
53
53
|
"react": "^18.3.1",
|
|
54
54
|
"react-dom": "^18.2.0",
|
|
@@ -63,9 +63,9 @@
|
|
|
63
63
|
"dayjs": "^1.11.13",
|
|
64
64
|
"nanoid": "^3.3.6",
|
|
65
65
|
"react-currency-input-field": "^3.8.0",
|
|
66
|
-
"react-hook-form": "^7.53.
|
|
66
|
+
"react-hook-form": "^7.53.2",
|
|
67
67
|
"react-paginate": "^8.2.0",
|
|
68
|
-
"recharts": "^2.13.
|
|
68
|
+
"recharts": "^2.13.3",
|
|
69
69
|
"yup": "^1.4.0"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
@@ -73,23 +73,23 @@
|
|
|
73
73
|
"@chakra-ui/react": "^2.10.3",
|
|
74
74
|
"@chakra-ui/storybook-addon": "^5.2.5",
|
|
75
75
|
"@emotion/react": "^11.13.3",
|
|
76
|
-
"@emotion/styled": "^11.13.
|
|
76
|
+
"@emotion/styled": "^11.13.5",
|
|
77
77
|
"@eslint/js": "^9.13.0",
|
|
78
78
|
"@rollup/plugin-commonjs": "^28.0.1",
|
|
79
79
|
"@rollup/plugin-node-resolve": "^15.3.0",
|
|
80
80
|
"@rollup/plugin-terser": "^0.4.4",
|
|
81
|
-
"@storybook/addon-essentials": "^8.4.
|
|
82
|
-
"@storybook/addon-interactions": "^8.4.
|
|
83
|
-
"@storybook/addon-links": "^8.4.
|
|
84
|
-
"@storybook/addon-onboarding": "^8.4.
|
|
85
|
-
"@storybook/blocks": "^8.4.
|
|
86
|
-
"@storybook/components": "^8.4.
|
|
87
|
-
"@storybook/manager-api": "^8.4.
|
|
88
|
-
"@storybook/preview-api": "^8.4.
|
|
89
|
-
"@storybook/react": "^8.4.
|
|
90
|
-
"@storybook/react-vite": "^8.4.
|
|
91
|
-
"@storybook/test": "^8.4.
|
|
92
|
-
"@storybook/types": "^8.4.
|
|
81
|
+
"@storybook/addon-essentials": "^8.4.5",
|
|
82
|
+
"@storybook/addon-interactions": "^8.4.5",
|
|
83
|
+
"@storybook/addon-links": "^8.4.5",
|
|
84
|
+
"@storybook/addon-onboarding": "^8.4.5",
|
|
85
|
+
"@storybook/blocks": "^8.4.5",
|
|
86
|
+
"@storybook/components": "^8.4.5",
|
|
87
|
+
"@storybook/manager-api": "^8.4.5",
|
|
88
|
+
"@storybook/preview-api": "^8.4.5",
|
|
89
|
+
"@storybook/react": "^8.4.5",
|
|
90
|
+
"@storybook/react-vite": "^8.4.5",
|
|
91
|
+
"@storybook/test": "^8.4.5",
|
|
92
|
+
"@storybook/types": "^8.4.5",
|
|
93
93
|
"@svgr/cli": "^8.1.0",
|
|
94
94
|
"@svgr/core": "^8.1.0",
|
|
95
95
|
"@svgr/plugin-jsx": "^8.1.0",
|
|
@@ -106,23 +106,23 @@
|
|
|
106
106
|
"@types/rollup-plugin-peer-deps-external": "^2",
|
|
107
107
|
"@types/stringify-object": "^4.0.4",
|
|
108
108
|
"@typescript-eslint/eslint-plugin": "^8.4.0",
|
|
109
|
-
"@typescript-eslint/parser": "^8.
|
|
109
|
+
"@typescript-eslint/parser": "^8.14.0",
|
|
110
110
|
"chalk": "^4.1.2",
|
|
111
|
-
"core-js": "^3.
|
|
111
|
+
"core-js": "^3.39.0",
|
|
112
112
|
"cross-var": "^1.1.0",
|
|
113
|
-
"dotenv-cli": "^7.4.
|
|
114
|
-
"eslint": "^9.
|
|
113
|
+
"dotenv-cli": "^7.4.4",
|
|
114
|
+
"eslint": "^9.14.0",
|
|
115
115
|
"eslint-config-prettier": "^9.1.0",
|
|
116
116
|
"eslint-plugin-check-file": "^2.8.0",
|
|
117
117
|
"eslint-plugin-import": "^2.31.0",
|
|
118
|
-
"eslint-plugin-jsx-a11y": "^6.10.
|
|
118
|
+
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
119
119
|
"eslint-plugin-prettier": "5.2.1",
|
|
120
|
-
"eslint-plugin-react": "^7.
|
|
120
|
+
"eslint-plugin-react": "^7.37.2",
|
|
121
121
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
122
122
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
123
123
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
124
124
|
"framer-motion": "^10.16.4",
|
|
125
|
-
"globals": "^15.
|
|
125
|
+
"globals": "^15.12.0",
|
|
126
126
|
"identity-obj-proxy": "^3.0.0",
|
|
127
127
|
"jest": "^29.4.0",
|
|
128
128
|
"pnpapi": "^0.0.0",
|
|
@@ -131,19 +131,19 @@
|
|
|
131
131
|
"react": "^18.3.1",
|
|
132
132
|
"react-dom": "^18.2.0",
|
|
133
133
|
"react-imask": "^7.6.1",
|
|
134
|
-
"rollup": "^4.
|
|
134
|
+
"rollup": "^4.27.2",
|
|
135
135
|
"rollup-plugin-delete": "^2.1.0",
|
|
136
136
|
"rollup-plugin-dts": "^6.1.1",
|
|
137
137
|
"rollup-plugin-filesize": "^10.0.0",
|
|
138
138
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
139
139
|
"rollup-plugin-typescript2": "^0.36.0",
|
|
140
140
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
141
|
-
"storybook": "^8.4.
|
|
141
|
+
"storybook": "^8.4.5",
|
|
142
142
|
"stringify-object": "^5.0.0",
|
|
143
143
|
"ts-jest": "^29.2.5",
|
|
144
144
|
"typescript": "^5.6.3",
|
|
145
145
|
"typescript-eslint": "^8.10.0",
|
|
146
|
-
"vite": "^5.4.
|
|
146
|
+
"vite": "^5.4.11"
|
|
147
147
|
},
|
|
148
148
|
"packageManager": "yarn@4.2.2"
|
|
149
149
|
}
|