@goodhood-web/nebenan-core 1.1.0-development.49 → 1.1.0-development.50

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.
@@ -1,5 +1,6 @@
1
1
  export type ImageDataProps = {
2
2
  alt: string;
3
+ id: string;
3
4
  src: string;
4
5
  };
5
6
  export default interface PersuasionImageProps {
@@ -3,4 +3,5 @@ export default interface PersuasionListItemProps {
3
3
  body?: string;
4
4
  headline?: string;
5
5
  icon?: NonNullable<TypeSubComponentPersuasionListItemFields['icon']>['values'];
6
+ id: string;
6
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/nebenan-core",
3
- "version": "1.1.0-development.49",
3
+ "version": "1.1.0-development.50",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "repository": "https://github.com/good-hood-gmbh/goodhood-web",