@cryptofi/core-ui 0.51.0 → 0.53.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 +3 -3
- package/dist/index.js.map +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +7 -7
package/dist/types/index.d.ts
CHANGED
|
@@ -433,7 +433,7 @@ interface Props$2 extends ModalProps {
|
|
|
433
433
|
bodyBackground?: string;
|
|
434
434
|
isDisabledCloseButton?: boolean;
|
|
435
435
|
}
|
|
436
|
-
declare const CfModal: ({ isOpen, onClose, headerContent, footerContent, children, isCentered, size,
|
|
436
|
+
declare const CfModal: ({ isOpen, onClose, headerContent, footerContent, children, isCentered, size, bodyBackground, isDisabledCloseButton, ...rest }: Props$2) => react_jsx_runtime.JSX.Element;
|
|
437
437
|
//# sourceMappingURL=Modal.d.ts.map
|
|
438
438
|
|
|
439
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.53.0",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "CryptoFi"
|
|
6
6
|
},
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@emotion/react": "^11.11.4",
|
|
44
44
|
"@emotion/styled": "^11.11.5",
|
|
45
45
|
"framer-motion": "^10.16.4",
|
|
46
|
-
"react": "^18.
|
|
46
|
+
"react": "^18.3.1",
|
|
47
47
|
"react-dom": "^18.2.0"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
@@ -87,15 +87,15 @@
|
|
|
87
87
|
"@svgr/plugin-prettier": "^8.1.0",
|
|
88
88
|
"@svgr/plugin-svgo": "^8.1.0",
|
|
89
89
|
"@testing-library/jest-dom": "^6.4.2",
|
|
90
|
-
"@testing-library/react": "^
|
|
90
|
+
"@testing-library/react": "^15.0.5",
|
|
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.
|
|
94
|
+
"@types/react": "^18.3.1",
|
|
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",
|
|
98
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
98
|
+
"@typescript-eslint/eslint-plugin": "^7.7.1",
|
|
99
99
|
"@typescript-eslint/parser": "^7.1.1",
|
|
100
100
|
"chalk": "4.1.2",
|
|
101
101
|
"core-js": "^3.36.1",
|
|
@@ -119,9 +119,9 @@
|
|
|
119
119
|
"pnpapi": "^0.0.0",
|
|
120
120
|
"prettier": "^3.1.0",
|
|
121
121
|
"prop-types": "^15.8.1",
|
|
122
|
-
"react": "^18.
|
|
122
|
+
"react": "^18.3.1",
|
|
123
123
|
"react-dom": "^18.2.0",
|
|
124
|
-
"rollup": "^4.
|
|
124
|
+
"rollup": "^4.17.1",
|
|
125
125
|
"rollup-plugin-delete": "^2.0.0",
|
|
126
126
|
"rollup-plugin-dts": "^6.1.0",
|
|
127
127
|
"rollup-plugin-filesize": "^10.0.0",
|