@sunrise-upc/mobile-prod-card 3.0.2 → 3.0.3-beta.0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -131,6 +131,7 @@ interface ProductTeaserCompSchema extends GenericSBProps {
131
131
  interface ProductTeaserSchema {
132
132
  content: ProductTeaserCompSchema;
133
133
  lineCheckCallBack?: () => void;
134
+ linecheckSuccessCallBack?: () => void;
134
135
  changeAddressClicked?: boolean;
135
136
  offerDataCallBack?: (a: any, b: any, c?: string) => void;
136
137
  productCallBack?: (a: string) => void;
@@ -160,6 +161,7 @@ interface StaticLinetableSchema {
160
161
  metadata: any;
161
162
  loginSuccess?: boolean;
162
163
  changeAddressClicked?: any;
164
+ lineCheckCallBack?: any;
163
165
  linecheckSuccessCallBack?: any;
164
166
  selectedOption?: string;
165
167
  basicConfigUrl?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "3.0.2",
3
+ "version": "3.0.3-beta.0",
4
4
  "description": "Starter project to create reusable functional component",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",