prisma-goat 0.8.2 → 0.8.3

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.8.2
5
+ ### 0.8.3
6
6
 
7
7
  ---
8
8
 
@@ -470,6 +470,7 @@ InstallApp?: boolean;
470
470
  handleLogout?: () => void;
471
471
  toggleTheme?: () => void;
472
472
  toggeInstallApp?: () => void;
473
+ handleTogge?: () => void;
473
474
  variantIndicator?: "primary" | "secondary" | "vividPink" | "darkMagenta" | "veryDarkViolet" | "danger" | "warning" | "success";
474
475
  backgroundIndicator?: "black" | "white";
475
476
  logoGoatDataIndicator?: "logoRed" | "logoBlack" | "logo6" | "logoMagenta" | "logoWhite";
@@ -509,6 +510,7 @@ export declare type SidebarProps = HTMLAttributes<HTMLDivElement> & {
509
510
  handleLogout?: () => void;
510
511
  toggleTheme?: () => void;
511
512
  toggeInstallApp?: () => void;
513
+ handleTogge?: () => void;
512
514
  variantIndicator?: "primary" | "secondary" | "vividPink" | "darkMagenta" | "veryDarkViolet" | "danger" | "warning" | "success";
513
515
  backgroundIndicator?: "black" | "white";
514
516
  logoGoatDataIndicator?: "logoRed" | "logoBlack" | "logo6" | "logoMagenta" | "logoWhite";