@cryptofi/core-ui 1.4.1 → 1.4.2
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/types/index.d.ts +2 -4
- package/package.json +12 -12
package/dist/types/index.d.ts
CHANGED
|
@@ -349,13 +349,12 @@ declare const formatPhoneNumber: (phoneNumberString: string) => string;
|
|
|
349
349
|
type TooltipLabelFormatter = (index: number, chartValue: any[]) => string | undefined;
|
|
350
350
|
type TooltipValueFormatter = (value: number) => string;
|
|
351
351
|
|
|
352
|
-
declare const CfAreaChart: ({ data, dataKey, width, height, areaType,
|
|
352
|
+
declare const CfAreaChart: ({ data, dataKey, width, height, areaType, isAnimated, formatter, labelFormatter, sampleRate, style, }: {
|
|
353
353
|
data: any[] | undefined;
|
|
354
354
|
dataKey: string;
|
|
355
355
|
width?: string;
|
|
356
356
|
height?: string;
|
|
357
357
|
areaType?: CurveType;
|
|
358
|
-
showTooltip?: boolean;
|
|
359
358
|
isAnimated?: boolean;
|
|
360
359
|
formatter?: TooltipValueFormatter;
|
|
361
360
|
labelFormatter?: TooltipLabelFormatter;
|
|
@@ -438,13 +437,12 @@ interface Props$4<T extends FieldValues> {
|
|
|
438
437
|
declare const CfInputArray: <T extends FieldValues>({ name, control, register, defaultValues, onArrayAppend, onArrayRemove, }: Props$4<T>) => react_jsx_runtime.JSX.Element;
|
|
439
438
|
//# sourceMappingURL=InputArray.d.ts.map
|
|
440
439
|
|
|
441
|
-
declare const CfLineChart: ({ data, dataKey, width, height, lineType,
|
|
440
|
+
declare const CfLineChart: ({ data, dataKey, width, height, lineType, isAnimated, formatter, labelFormatter, sampleRate, style, }: {
|
|
442
441
|
data: any[] | undefined;
|
|
443
442
|
dataKey: string;
|
|
444
443
|
width?: string;
|
|
445
444
|
height?: string;
|
|
446
445
|
lineType?: CurveType;
|
|
447
|
-
showTooltip?: boolean;
|
|
448
446
|
isAnimated?: boolean;
|
|
449
447
|
formatter?: TooltipValueFormatter;
|
|
450
448
|
labelFormatter?: TooltipLabelFormatter;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cryptofi/core-ui",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "CryptoFi"
|
|
6
6
|
},
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"dist"
|
|
47
47
|
],
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"@chakra-ui/react": "^2.10.
|
|
49
|
+
"@chakra-ui/react": "^2.10.3",
|
|
50
50
|
"@emotion/react": "^11.13.3",
|
|
51
51
|
"@emotion/styled": "^11.13.0",
|
|
52
52
|
"framer-motion": "^10.16.4",
|
|
@@ -70,13 +70,13 @@
|
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@babel/core": "^7.25.8",
|
|
73
|
-
"@chakra-ui/react": "^2.10.
|
|
73
|
+
"@chakra-ui/react": "^2.10.3",
|
|
74
74
|
"@chakra-ui/storybook-addon": "^5.2.5",
|
|
75
75
|
"@emotion/react": "^11.13.3",
|
|
76
76
|
"@emotion/styled": "^11.13.0",
|
|
77
|
-
"@eslint/js": "^9.
|
|
77
|
+
"@eslint/js": "^9.13.0",
|
|
78
78
|
"@rollup/plugin-commonjs": "^28.0.0",
|
|
79
|
-
"@rollup/plugin-node-resolve": "^15.
|
|
79
|
+
"@rollup/plugin-node-resolve": "^15.3.0",
|
|
80
80
|
"@rollup/plugin-terser": "^0.4.4",
|
|
81
81
|
"@storybook/addon-essentials": "^8.3.5",
|
|
82
82
|
"@storybook/addon-interactions": "^8.3.5",
|
|
@@ -84,11 +84,11 @@
|
|
|
84
84
|
"@storybook/addon-onboarding": "^8.3.5",
|
|
85
85
|
"@storybook/blocks": "^8.3.5",
|
|
86
86
|
"@storybook/components": "^8.3.5",
|
|
87
|
-
"@storybook/manager-api": "^8.3.
|
|
88
|
-
"@storybook/preview-api": "^8.3.
|
|
89
|
-
"@storybook/react": "^8.3.
|
|
87
|
+
"@storybook/manager-api": "^8.3.6",
|
|
88
|
+
"@storybook/preview-api": "^8.3.6",
|
|
89
|
+
"@storybook/react": "^8.3.6",
|
|
90
90
|
"@storybook/react-vite": "^8.3.5",
|
|
91
|
-
"@storybook/test": "^8.3.
|
|
91
|
+
"@storybook/test": "^8.3.6",
|
|
92
92
|
"@storybook/types": "^8.3.5",
|
|
93
93
|
"@svgr/cli": "^8.1.0",
|
|
94
94
|
"@svgr/core": "^8.1.0",
|
|
@@ -122,7 +122,7 @@
|
|
|
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.11.0",
|
|
126
126
|
"identity-obj-proxy": "^3.0.0",
|
|
127
127
|
"jest": "^29.4.0",
|
|
128
128
|
"pnpapi": "^0.0.0",
|
|
@@ -141,8 +141,8 @@
|
|
|
141
141
|
"storybook": "^8.3.5",
|
|
142
142
|
"stringify-object": "^5.0.0",
|
|
143
143
|
"ts-jest": "^29.2.5",
|
|
144
|
-
"typescript": "^5.6.
|
|
145
|
-
"typescript-eslint": "^8.
|
|
144
|
+
"typescript": "^5.6.3",
|
|
145
|
+
"typescript-eslint": "^8.10.0",
|
|
146
146
|
"vite": "^5.4.9"
|
|
147
147
|
},
|
|
148
148
|
"packageManager": "yarn@4.2.2"
|