prisma-goat 0.11.5 → 0.11.6

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.11.5
5
+ ### 0.11.6
6
6
 
7
7
  ---
8
8
 
@@ -329,6 +329,7 @@ link?: string;
329
329
  logo?: string;
330
330
  heightLogo?: string;
331
331
  widthLogo?: string;
332
+ messageWhatsapp?: string;
332
333
  router?: any;
333
334
  handleOpenItem?: (e?: any) => void;
334
335
  variantIndicator?: "primary" | "secondary" | "vividPink" | "darkMagenta" | "veryDarkViolet" | "danger" | "warning" | "success";
@@ -439,6 +440,7 @@ export declare type NavProps = HTMLAttributes<HTMLElement> & {
439
440
  logo?: string;
440
441
  heightLogo?: string;
441
442
  widthLogo?: string;
443
+ messageWhatsapp?: string;
442
444
  router?: any;
443
445
  handleOpenItem?: (e?: any) => void;
444
446
  variantIndicator?: "primary" | "secondary" | "vividPink" | "darkMagenta" | "veryDarkViolet" | "danger" | "warning" | "success";