@cryptofi/core-ui 3.0.8 → 3.0.10
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 +8 -8
- package/dist/index.js.map +1 -1
- package/dist/types/index.d.ts +2 -2
- package/package.json +7 -7
package/dist/types/index.d.ts
CHANGED
|
@@ -504,7 +504,7 @@ interface CfCheckboxProps extends CheckboxProps {
|
|
|
504
504
|
}
|
|
505
505
|
declare const CfCheckbox: (props: CfCheckboxProps) => react_jsx_runtime.JSX.Element;
|
|
506
506
|
|
|
507
|
-
declare const Actions: ({ uiColor, isLocalDev, enableRefetch, setEnableRefetch, setShowBreakpointDebugger, onDrawerClose,
|
|
507
|
+
declare const Actions: ({ uiColor, isLocalDev, enableRefetch, setEnableRefetch, setShowBreakpointDebugger, onDrawerClose, enableBrandColorTooltips, }: {
|
|
508
508
|
uiColor: string;
|
|
509
509
|
idToken: string | undefined;
|
|
510
510
|
isLocalDev: boolean;
|
|
@@ -512,7 +512,7 @@ declare const Actions: ({ uiColor, isLocalDev, enableRefetch, setEnableRefetch,
|
|
|
512
512
|
setEnableRefetch: (value: boolean) => void;
|
|
513
513
|
setShowBreakpointDebugger: (value: boolean) => void;
|
|
514
514
|
onDrawerClose: () => void;
|
|
515
|
-
|
|
515
|
+
enableBrandColorTooltips?: boolean;
|
|
516
516
|
}) => react_jsx_runtime.JSX.Element;
|
|
517
517
|
//# sourceMappingURL=Actions.d.ts.map
|
|
518
518
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cryptofi/core-ui",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.10",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "CryptoFi"
|
|
6
6
|
},
|
|
@@ -81,8 +81,8 @@
|
|
|
81
81
|
"@chakra-ui/storybook-addon": "^5.2.5",
|
|
82
82
|
"@emotion/react": "^11.14.0",
|
|
83
83
|
"@emotion/styled": "^11.14.1",
|
|
84
|
-
"@eslint/js": "^9.39.
|
|
85
|
-
"@rollup/plugin-commonjs": "^29.0.
|
|
84
|
+
"@eslint/js": "^9.39.4",
|
|
85
|
+
"@rollup/plugin-commonjs": "^29.0.2",
|
|
86
86
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
87
87
|
"@rollup/plugin-terser": "^0.4.4",
|
|
88
88
|
"@rollup/plugin-typescript": "^12.3.0",
|
|
@@ -109,13 +109,13 @@
|
|
|
109
109
|
"@types/eslint__js": "^9.14.0",
|
|
110
110
|
"@types/jest": "^30.0.0",
|
|
111
111
|
"@types/lodash": "^4.17.24",
|
|
112
|
-
"@types/node": "^25.3.
|
|
112
|
+
"@types/node": "^25.3.5",
|
|
113
113
|
"@types/prop-types": "^15",
|
|
114
114
|
"@types/react": "^19.x.x",
|
|
115
115
|
"@types/react-dom": "^19.x.x",
|
|
116
116
|
"@types/rollup-plugin-peer-deps-external": "^2",
|
|
117
117
|
"@types/stringify-object": "^4.0.4",
|
|
118
|
-
"@typescript-eslint/eslint-plugin": "^8.56.
|
|
118
|
+
"@typescript-eslint/eslint-plugin": "^8.56.1",
|
|
119
119
|
"@typescript-eslint/parser": "^8.56.1",
|
|
120
120
|
"chalk": "^4.1.2",
|
|
121
121
|
"core-js": "^3.48.0",
|
|
@@ -147,8 +147,8 @@
|
|
|
147
147
|
"rollup-plugin-filesize": "^10.0.0",
|
|
148
148
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
149
149
|
"rollup-plugin-typescript2": "^0.36.0",
|
|
150
|
-
"rollup-plugin-visualizer": "^7.0.
|
|
151
|
-
"storybook": "^8.6.
|
|
150
|
+
"rollup-plugin-visualizer": "^7.0.1",
|
|
151
|
+
"storybook": "^8.6.18",
|
|
152
152
|
"stringify-object": "^6.0.0",
|
|
153
153
|
"ts-jest": "^29.4.6",
|
|
154
154
|
"tslib": "^2.8.1",
|