prisma-goat 0.10.7 → 0.10.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/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ## Version
4
4
 
5
- ### 0.10.7
5
+ ### 0.10.9
6
6
 
7
7
  ---
8
8
 
@@ -376,6 +376,7 @@ logoGoatDataIndicator?: "logoRed" | "logoBlack" | "logo6" | "logoMagenta" | "log
376
376
  imgLoadingIndicator?: string;
377
377
  strokeWidthIndicator?: "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14";
378
378
  handleLogout?: () => void;
379
+ handleLiga?: () => void;
379
380
  light?: boolean;
380
381
  } & {
381
382
  children?: ReactNode | undefined;
@@ -417,6 +418,7 @@ export declare type NavbarProps = HTMLAttributes<HTMLElement> & {
417
418
  imgLoadingIndicator?: string;
418
419
  strokeWidthIndicator?: "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14";
419
420
  handleLogout?: () => void;
421
+ handleLiga?: () => void;
420
422
  light?: boolean;
421
423
  };
422
424