@sunrise-upc/mobile-prod-card 4.6.1-beta.10 → 4.6.1-beta.12

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -136,6 +136,7 @@ interface ProductTeaserSchema {
136
136
  offerDataCallBack?: (a: any, b: any, c?: string) => void;
137
137
  productCallBack?: (a: string) => void;
138
138
  tableSelectedTab?: string;
139
+ lineCheckOnClear?: () => void;
139
140
  }
140
141
  declare const ProductTeaser: FC<ProductTeaserSchema>;
141
142
 
@@ -170,6 +171,7 @@ interface StaticLinetableSchema {
170
171
  deviceFlow?: any;
171
172
  deviceFlowCallBack?: any;
172
173
  ubRatePlanObj?: any;
174
+ lineCheckOnClear?: any;
173
175
  }
174
176
 
175
177
  declare const StaticLineTable: FC<StaticLinetableSchema>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "4.6.1-beta.10",
3
+ "version": "4.6.1-beta.12",
4
4
  "description": "Starter project to create reusable functional component",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",