prisma-goat 0.3.9 → 0.4.1
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 -4
- package/dist/prisma-goat.js +847 -837
- package/dist/prisma-goat.umd.cjs +8 -8
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/prisma-goat.d.ts
CHANGED
|
@@ -83,7 +83,7 @@ type: string;
|
|
|
83
83
|
icon?: IconType;
|
|
84
84
|
}[];
|
|
85
85
|
company?: string;
|
|
86
|
-
router
|
|
86
|
+
router?: any;
|
|
87
87
|
list?: Array<{
|
|
88
88
|
label: string;
|
|
89
89
|
description: string;
|
|
@@ -121,7 +121,7 @@ export declare type FooterProps = HTMLAttributes<HTMLElement> & {
|
|
|
121
121
|
icon?: IconType;
|
|
122
122
|
}[];
|
|
123
123
|
company?: string;
|
|
124
|
-
router
|
|
124
|
+
router?: any;
|
|
125
125
|
list?: Array<{
|
|
126
126
|
label: string;
|
|
127
127
|
description: string;
|
|
@@ -281,7 +281,7 @@ variant?: "goatData" | "secondary" | "experiences";
|
|
|
281
281
|
items: {
|
|
282
282
|
label: string;
|
|
283
283
|
href: string;
|
|
284
|
-
refId
|
|
284
|
+
refId: string;
|
|
285
285
|
}[];
|
|
286
286
|
logo?: string;
|
|
287
287
|
heightLogo?: string;
|
|
@@ -373,7 +373,7 @@ export declare type NavProps = HTMLAttributes<HTMLElement> & {
|
|
|
373
373
|
items: {
|
|
374
374
|
label: string;
|
|
375
375
|
href: string;
|
|
376
|
-
refId
|
|
376
|
+
refId: string;
|
|
377
377
|
}[];
|
|
378
378
|
logo?: string;
|
|
379
379
|
heightLogo?: string;
|