@sunrise-upc/mobile-prod-card 1.0.32 → 1.0.33

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -128,8 +128,7 @@ interface ProductTeaserSchema {
128
128
  content: ProductTeaserCompSchema;
129
129
  lineCheckCallBack?: () => void;
130
130
  changeAddressClicked?: boolean;
131
- offerDataCallBack?: (a: any, b: any, c?: string) => void;
132
- productCallBack?: (a: string) => void;
131
+ offerDataCallBack?: (a: any, b: any) => void;
133
132
  }
134
133
  declare const ProductTeaser: FC<ProductTeaserSchema>;
135
134
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "1.0.32",
3
+ "version": "1.0.33",
4
4
  "description": "Starter project to create reusable functional component",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",