prisma-goat 0.11.3 → 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 +1 -1
- package/dist/prisma-goat.d.ts +4 -0
- package/dist/prisma-goat.js +2347 -2339
- package/dist/prisma-goat.umd.cjs +14 -14
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/prisma-goat.d.ts
CHANGED
|
@@ -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
|
|