@sunrise-upc/mobile-prod-card 1.2.4-beta.1 → 1.2.4-beta.2

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -159,7 +159,7 @@ interface StaticLinetableSchema {
159
159
  metadata: any;
160
160
  loginSuccess?: boolean;
161
161
  changeAddressClicked?: any;
162
- lineCheckCallBack?: any;
162
+ linecheckSuccessCallBack?: any;
163
163
  }
164
164
 
165
165
  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": "1.2.4-beta.1",
3
+ "version": "1.2.4-beta.2",
4
4
  "description": "Starter project to create reusable functional component",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -66,6 +66,7 @@
66
66
  "storyblok-rich-text-react-renderer-ts": "^3.2.0",
67
67
  "uuid": "^8.3.2",
68
68
  "react-select": "^5.2.2",
69
- "react-loading-skeleton": "^3.4.0"
69
+ "react-loading-skeleton": "^3.4.0",
70
+ "@sunrise-upc/b2c-sales-linecheck": "2.2.1"
70
71
  }
71
72
  }