@sunrise-upc/mobile-prod-card 1.2.4-beta.1 → 1.2.4-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
@@ -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.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",
@@ -53,7 +53,8 @@
53
53
  "sass": "^1.57.1",
54
54
  "semver": "^7.3.8",
55
55
  "tslib": "^2.4.1",
56
- "typescript": "^4.9.4"
56
+ "typescript": "^4.9.4",
57
+ "cookies-next": "^2.1.1"
57
58
  },
58
59
  "peerDependencies": {
59
60
  "@sunrise-upc/ajax-lib": "^1.1.5",