@sunrise-upc/mobile-prod-card 1.0.36-beta.6 → 1.0.36-beta.8

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