@pronto-tools-and-more/components 8.3.0 → 8.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,8 @@
1
1
  import type React from "react";
2
2
  export interface CollectionRenderer {
3
- ({ name, description, }: {
3
+ ({ name, description, imageSrc, }: {
4
4
  name: string;
5
5
  description: string;
6
+ imageSrc: string;
6
7
  }): React.ReactNode;
7
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/components",
3
- "version": "8.3.0",
3
+ "version": "8.4.0",
4
4
  "description": "",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",