prisma-goat 0.11.4 → 0.11.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.11.4
5
+ ### 0.11.5
6
6
 
7
7
  ---
8
8
 
@@ -369,6 +369,7 @@ toggleTheme?: (e?: any) => void;
369
369
  toggeInstallApp?: (e?: any) => void;
370
370
  theme?: boolean;
371
371
  InstallApp?: boolean;
372
+ sucursal?: boolean;
372
373
  login?: boolean;
373
374
  variantIndicator?: "primary" | "secondary" | "vividPink" | "darkMagenta" | "veryDarkViolet" | "danger" | "warning" | "success";
374
375
  backgroundIndicator?: "black" | "white";
@@ -377,6 +378,7 @@ imgLoadingIndicator?: string;
377
378
  strokeWidthIndicator?: "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14";
378
379
  handleLogout?: () => void;
379
380
  handleLiga?: () => void;
381
+ handleSucursal?: () => void;
380
382
  light?: boolean;
381
383
  } & {
382
384
  children?: ReactNode | undefined;
@@ -411,6 +413,7 @@ export declare type NavbarProps = HTMLAttributes<HTMLElement> & {
411
413
  toggeInstallApp?: (e?: any) => void;
412
414
  theme?: boolean;
413
415
  InstallApp?: boolean;
416
+ sucursal?: boolean;
414
417
  login?: boolean;
415
418
  variantIndicator?: "primary" | "secondary" | "vividPink" | "darkMagenta" | "veryDarkViolet" | "danger" | "warning" | "success";
416
419
  backgroundIndicator?: "black" | "white";
@@ -419,6 +422,7 @@ export declare type NavbarProps = HTMLAttributes<HTMLElement> & {
419
422
  strokeWidthIndicator?: "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14";
420
423
  handleLogout?: () => void;
421
424
  handleLiga?: () => void;
425
+ handleSucursal?: () => void;
422
426
  light?: boolean;
423
427
  };
424
428