prisma-goat 0.3.9 → 0.4.0

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.3.9
5
+ ### 0.4.0
6
6
 
7
7
  ---
8
8
 
@@ -83,7 +83,7 @@ type: string;
83
83
  icon?: IconType;
84
84
  }[];
85
85
  company?: string;
86
- router: any;
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: any;
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?: string;
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?: string;
376
+ refId: string;
377
377
  }[];
378
378
  logo?: string;
379
379
  heightLogo?: string;