@gardenfi/garden-book 0.1.92 → 0.1.94

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.
@@ -6,7 +6,7 @@ type BlogCardProps = {
6
6
  date: string;
7
7
  title: string;
8
8
  className?: string;
9
- thumbnailClassName?: string;
9
+ description?: string;
10
10
  };
11
11
  /**
12
12
  * BlogCard
@@ -15,7 +15,7 @@ type BlogCardProps = {
15
15
  * @param date of publishing for blog
16
16
  * @param title of the blog
17
17
  * @param className for the blog card itself
18
- * @param thumbnailClassName for the image inside blog card
18
+ * @param description of the blog
19
19
  * @returns BlogCard component
20
20
  */
21
21
  export declare const BlogCard: React.FC<BlogCardProps>;
@@ -8,7 +8,7 @@ declare const meta: {
8
8
  date: string;
9
9
  title: string;
10
10
  className?: string;
11
- thumbnailClassName?: string;
11
+ description?: string;
12
12
  }>;
13
13
  tags: string[];
14
14
  parameters: {