@cryptofi/core-ui 1.6.3 → 1.6.5
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 +28 -8
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +44 -44
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, InputProps as InputProps$1,
|
|
2
|
+
import { IconProps, ButtonGroupProps, ButtonProps, CardProps, FlexProps, CheckboxProps, SystemStyleObject, InputProps as InputProps$1, 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';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cryptofi/core-ui",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.5",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "CryptoFi"
|
|
6
6
|
},
|
|
@@ -47,56 +47,56 @@
|
|
|
47
47
|
],
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"@chakra-ui/react": "^2.10.3",
|
|
50
|
-
"@emotion/react": "^11.
|
|
51
|
-
"@emotion/styled": "^11.
|
|
50
|
+
"@emotion/react": "^11.14.0",
|
|
51
|
+
"@emotion/styled": "^11.14.0",
|
|
52
52
|
"framer-motion": "^10.16.4",
|
|
53
53
|
"react": "^18.3.1",
|
|
54
|
-
"react-dom": "^18.
|
|
54
|
+
"react-dom": "^18.3.1",
|
|
55
55
|
"react-imask": "^7.6.1"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@chakra-ui/anatomy": "^2.3.4",
|
|
59
|
-
"@hookform/resolvers": "^3.
|
|
59
|
+
"@hookform/resolvers": "^3.10.0",
|
|
60
60
|
"big.js": "^6.2.2",
|
|
61
61
|
"colord": "^2.9.3",
|
|
62
62
|
"currency.js": "^2.0.4",
|
|
63
63
|
"dayjs": "^1.11.13",
|
|
64
64
|
"nanoid": "^3.3.8",
|
|
65
|
-
"react-currency-input-field": "^3.
|
|
66
|
-
"react-hook-form": "^7.
|
|
65
|
+
"react-currency-input-field": "^3.9.0",
|
|
66
|
+
"react-hook-form": "^7.54.2",
|
|
67
67
|
"react-paginate": "^8.2.0",
|
|
68
|
-
"recharts": "^2.
|
|
69
|
-
"yup": "^1.
|
|
68
|
+
"recharts": "^2.15.0",
|
|
69
|
+
"yup": "^1.6.1"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@babel/core": "^7.26.0",
|
|
73
73
|
"@chakra-ui/react": "^2.10.3",
|
|
74
74
|
"@chakra-ui/storybook-addon": "^5.2.5",
|
|
75
|
-
"@emotion/react": "^11.
|
|
76
|
-
"@emotion/styled": "^11.
|
|
77
|
-
"@eslint/js": "^9.
|
|
78
|
-
"@rollup/plugin-commonjs": "^28.0.
|
|
79
|
-
"@rollup/plugin-node-resolve": "^
|
|
75
|
+
"@emotion/react": "^11.14.0",
|
|
76
|
+
"@emotion/styled": "^11.14.0",
|
|
77
|
+
"@eslint/js": "^9.18.0",
|
|
78
|
+
"@rollup/plugin-commonjs": "^28.0.2",
|
|
79
|
+
"@rollup/plugin-node-resolve": "^16.0.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.7",
|
|
82
|
+
"@storybook/addon-interactions": "^8.4.7",
|
|
83
|
+
"@storybook/addon-links": "^8.4.7",
|
|
84
|
+
"@storybook/addon-onboarding": "^8.4.7",
|
|
85
|
+
"@storybook/blocks": "^8.4.7",
|
|
86
|
+
"@storybook/components": "^8.4.7",
|
|
87
|
+
"@storybook/manager-api": "^8.4.7",
|
|
88
|
+
"@storybook/preview-api": "^8.4.7",
|
|
89
|
+
"@storybook/react": "^8.4.7",
|
|
90
|
+
"@storybook/react-vite": "^8.4.7",
|
|
91
|
+
"@storybook/test": "^8.4.7",
|
|
92
|
+
"@storybook/types": "^8.4.7",
|
|
93
93
|
"@svgr/cli": "^8.1.0",
|
|
94
94
|
"@svgr/core": "^8.1.0",
|
|
95
95
|
"@svgr/plugin-jsx": "^8.1.0",
|
|
96
96
|
"@svgr/plugin-prettier": "^8.1.0",
|
|
97
97
|
"@svgr/plugin-svgo": "^8.1.0",
|
|
98
98
|
"@testing-library/jest-dom": "^6.6.3",
|
|
99
|
-
"@testing-library/react": "^16.0
|
|
99
|
+
"@testing-library/react": "^16.1.0",
|
|
100
100
|
"@types/big.js": "^6.2.2",
|
|
101
101
|
"@types/eslint__js": "^8.42.3",
|
|
102
102
|
"@types/jest": "^29.5.14",
|
|
@@ -105,45 +105,45 @@
|
|
|
105
105
|
"@types/react-dom": "^18.3.1",
|
|
106
106
|
"@types/rollup-plugin-peer-deps-external": "^2",
|
|
107
107
|
"@types/stringify-object": "^4.0.4",
|
|
108
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
109
|
-
"@typescript-eslint/parser": "^8.
|
|
108
|
+
"@typescript-eslint/eslint-plugin": "^8.19.1",
|
|
109
|
+
"@typescript-eslint/parser": "^8.19.1",
|
|
110
110
|
"chalk": "^4.1.2",
|
|
111
|
-
"core-js": "^3.
|
|
111
|
+
"core-js": "^3.40.0",
|
|
112
112
|
"cross-var": "^1.1.0",
|
|
113
|
-
"dotenv-cli": "^
|
|
114
|
-
"eslint": "^9.
|
|
113
|
+
"dotenv-cli": "^8.0.0",
|
|
114
|
+
"eslint": "^9.18.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
118
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
119
119
|
"eslint-plugin-prettier": "5.2.1",
|
|
120
|
-
"eslint-plugin-react": "^7.37.
|
|
121
|
-
"eslint-plugin-react-hooks": "^5.
|
|
120
|
+
"eslint-plugin-react": "^7.37.4",
|
|
121
|
+
"eslint-plugin-react-hooks": "^5.1.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.14.0",
|
|
126
126
|
"identity-obj-proxy": "^3.0.0",
|
|
127
127
|
"jest": "^29.4.0",
|
|
128
128
|
"pnpapi": "^0.0.0",
|
|
129
|
-
"prettier": "^3.
|
|
129
|
+
"prettier": "^3.4.2",
|
|
130
130
|
"prop-types": "^15.8.1",
|
|
131
131
|
"react": "^18.3.1",
|
|
132
|
-
"react-dom": "^18.
|
|
132
|
+
"react-dom": "^18.3.1",
|
|
133
133
|
"react-imask": "^7.6.1",
|
|
134
|
-
"rollup": "^4.
|
|
134
|
+
"rollup": "^4.30.1",
|
|
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
|
-
"rollup-plugin-visualizer": "^5.
|
|
141
|
-
"storybook": "^8.4.
|
|
140
|
+
"rollup-plugin-visualizer": "^5.14.0",
|
|
141
|
+
"storybook": "^8.4.7",
|
|
142
142
|
"stringify-object": "^5.0.0",
|
|
143
143
|
"ts-jest": "^29.2.5",
|
|
144
|
-
"typescript": "^5.
|
|
145
|
-
"typescript-eslint": "^8.
|
|
146
|
-
"vite": "^
|
|
144
|
+
"typescript": "^5.7.3",
|
|
145
|
+
"typescript-eslint": "^8.19.0",
|
|
146
|
+
"vite": "^6.0.7"
|
|
147
147
|
},
|
|
148
|
-
"packageManager": "yarn@4.
|
|
148
|
+
"packageManager": "yarn@4.6.0"
|
|
149
149
|
}
|