@cryptofi/core-ui 3.0.8 → 3.0.9
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 +1 -1
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
|
|