@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.
@@ -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, enableBrandColors, }: {
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
- enableBrandColors?: boolean;
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.8",
3
+ "version": "3.0.9",
4
4
  "author": {
5
5
  "name": "CryptoFi"
6
6
  },