prisma-goat 0.10.7 → 0.10.9
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 +2 -0
- package/dist/prisma-goat.js +1367 -1366
- package/dist/prisma-goat.umd.cjs +14 -14
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/prisma-goat.d.ts
CHANGED
|
@@ -376,6 +376,7 @@ logoGoatDataIndicator?: "logoRed" | "logoBlack" | "logo6" | "logoMagenta" | "log
|
|
|
376
376
|
imgLoadingIndicator?: string;
|
|
377
377
|
strokeWidthIndicator?: "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14";
|
|
378
378
|
handleLogout?: () => void;
|
|
379
|
+
handleLiga?: () => void;
|
|
379
380
|
light?: boolean;
|
|
380
381
|
} & {
|
|
381
382
|
children?: ReactNode | undefined;
|
|
@@ -417,6 +418,7 @@ export declare type NavbarProps = HTMLAttributes<HTMLElement> & {
|
|
|
417
418
|
imgLoadingIndicator?: string;
|
|
418
419
|
strokeWidthIndicator?: "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14";
|
|
419
420
|
handleLogout?: () => void;
|
|
421
|
+
handleLiga?: () => void;
|
|
420
422
|
light?: boolean;
|
|
421
423
|
};
|
|
422
424
|
|