prisma-goat 0.7.3 → 0.7.5

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.7.3
5
+ ### 0.7.5
6
6
 
7
7
  ---
8
8
 
@@ -366,6 +366,7 @@ logoGoatDataIndicator?: "logoRed" | "logoBlack" | "logo6" | "logoMagenta" | "log
366
366
  imgLoadingIndicator?: string;
367
367
  strokeWidthIndicator?: "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14";
368
368
  handleLogout?: () => void;
369
+ isLight?: boolean;
369
370
  } & {
370
371
  children?: ReactNode | undefined;
371
372
  } & RefAttributes<HTMLElement>>;
@@ -406,6 +407,7 @@ export declare type NavbarProps = HTMLAttributes<HTMLElement> & {
406
407
  imgLoadingIndicator?: string;
407
408
  strokeWidthIndicator?: "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14";
408
409
  handleLogout?: () => void;
410
+ isLight?: boolean;
409
411
  };
410
412
 
411
413
  export declare type NavProps = HTMLAttributes<HTMLElement> & {