@cryptofi/core-ui 0.55.0 → 0.57.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.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/types/index.d.ts +3 -2
- package/package.json +18 -18
package/dist/types/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import * as _chakra_ui_react from '@chakra-ui/react';
|
|
3
|
-
import { IconProps, ButtonGroupProps, ButtonProps, CardProps, FlexProps, CheckboxProps, SystemStyleObject, InputProps as InputProps$1, ModalProps, SelectProps, TagProps, ChakraComponent, UseToastOptions } from '@chakra-ui/react';
|
|
3
|
+
import { IconProps, ButtonGroupProps, ButtonProps, CardProps, FlexProps, CheckboxProps, SystemStyleObject, InputProps as InputProps$1, ModalProps, LayoutProps, SelectProps, TagProps, ChakraComponent, UseToastOptions } from '@chakra-ui/react';
|
|
4
4
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
5
5
|
import { SVGProps, ReactElement, Dispatch, SetStateAction } from 'react';
|
|
6
6
|
import { CurveType } from 'recharts/types/shape/Curve';
|
|
@@ -431,8 +431,9 @@ interface Props$2 extends ModalProps {
|
|
|
431
431
|
bodyMinHeight?: string | number;
|
|
432
432
|
bodyBackground?: string;
|
|
433
433
|
isDisabledCloseButton?: boolean;
|
|
434
|
+
maxHeight?: LayoutProps['maxH'];
|
|
434
435
|
}
|
|
435
|
-
declare const CfModal: ({ isOpen, onClose, headerContent, footerContent, children, isCentered, size, bodyBackground, isDisabledCloseButton, ...rest }: Props$2) => react_jsx_runtime.JSX.Element;
|
|
436
|
+
declare const CfModal: ({ isOpen, onClose, headerContent, footerContent, children, isCentered, size, bodyBackground, isDisabledCloseButton, maxHeight, ...rest }: Props$2) => react_jsx_runtime.JSX.Element;
|
|
436
437
|
//# sourceMappingURL=Modal.d.ts.map
|
|
437
438
|
|
|
438
439
|
interface PageClickEvent {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cryptofi/core-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.57.0",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "CryptoFi"
|
|
6
6
|
},
|
|
@@ -48,14 +48,14 @@
|
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@chakra-ui/anatomy": "^2.2.2",
|
|
51
|
-
"@hookform/resolvers": "^3.
|
|
51
|
+
"@hookform/resolvers": "^3.4.2",
|
|
52
52
|
"big.js": "^6.2.1",
|
|
53
53
|
"colord": "^2.9.3",
|
|
54
54
|
"currency.js": "^2.0.4",
|
|
55
55
|
"dayjs": "^1.11.10",
|
|
56
56
|
"nanoid": "^3.3.6",
|
|
57
57
|
"react-currency-input-field": "^3.8.0",
|
|
58
|
-
"react-hook-form": "^7.51.
|
|
58
|
+
"react-hook-form": "^7.51.5",
|
|
59
59
|
"react-paginate": "^8.2.0",
|
|
60
60
|
"recharts": "^2.12.4",
|
|
61
61
|
"yup": "^1.4.0"
|
|
@@ -66,21 +66,21 @@
|
|
|
66
66
|
"@chakra-ui/storybook-addon": "^5.1.0",
|
|
67
67
|
"@emotion/react": "^11.11.4",
|
|
68
68
|
"@emotion/styled": "^11.11.5",
|
|
69
|
-
"@rollup/plugin-commonjs": "^25.0.
|
|
69
|
+
"@rollup/plugin-commonjs": "^25.0.8",
|
|
70
70
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
71
71
|
"@rollup/plugin-terser": "^0.4.4",
|
|
72
|
-
"@storybook/addon-essentials": "^8.
|
|
73
|
-
"@storybook/addon-interactions": "^8.0.
|
|
74
|
-
"@storybook/addon-links": "^8.0.
|
|
75
|
-
"@storybook/addon-onboarding": "^8.0.
|
|
76
|
-
"@storybook/blocks": "^8.0.
|
|
77
|
-
"@storybook/components": "^8.
|
|
78
|
-
"@storybook/manager-api": "^8.0.
|
|
79
|
-
"@storybook/preview-api": "^8.0.
|
|
80
|
-
"@storybook/react": "^8.0.
|
|
81
|
-
"@storybook/react-vite": "^8.0.
|
|
82
|
-
"@storybook/test": "^8.0.
|
|
83
|
-
"@storybook/types": "^8.
|
|
72
|
+
"@storybook/addon-essentials": "^8.1.3",
|
|
73
|
+
"@storybook/addon-interactions": "^8.0.11",
|
|
74
|
+
"@storybook/addon-links": "^8.0.11",
|
|
75
|
+
"@storybook/addon-onboarding": "^8.0.11",
|
|
76
|
+
"@storybook/blocks": "^8.0.11",
|
|
77
|
+
"@storybook/components": "^8.1.3",
|
|
78
|
+
"@storybook/manager-api": "^8.0.11",
|
|
79
|
+
"@storybook/preview-api": "^8.0.11",
|
|
80
|
+
"@storybook/react": "^8.0.11",
|
|
81
|
+
"@storybook/react-vite": "^8.0.11",
|
|
82
|
+
"@storybook/test": "^8.0.11",
|
|
83
|
+
"@storybook/types": "^8.1.3",
|
|
84
84
|
"@svgr/cli": "^8.1.0",
|
|
85
85
|
"@svgr/core": "^8.1.0",
|
|
86
86
|
"@svgr/plugin-jsx": "^8.1.0",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"@types/big.js": "^6.2.2",
|
|
92
92
|
"@types/jest": "^29.2.6",
|
|
93
93
|
"@types/prop-types": "^15",
|
|
94
|
-
"@types/react": "^18.3.
|
|
94
|
+
"@types/react": "^18.3.3",
|
|
95
95
|
"@types/react-dom": "^18.2.25",
|
|
96
96
|
"@types/rollup-plugin-peer-deps-external": "^2",
|
|
97
97
|
"@types/stringify-object": "^4.0.4",
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
129
129
|
"rollup-plugin-typescript2": "^0.36.0",
|
|
130
130
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
131
|
-
"storybook": "^8.0.
|
|
131
|
+
"storybook": "^8.0.11",
|
|
132
132
|
"stringify-object": "^5.0.0",
|
|
133
133
|
"ts-jest": "^29.0.5",
|
|
134
134
|
"typescript": "^5.4.2",
|