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

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -158,6 +158,8 @@ interface StaticLinetableSchema {
158
158
  setGenericErrorModalDetails: any;
159
159
  metadata: any;
160
160
  loginSuccess?: boolean;
161
+ changeAddressClicked?: any;
162
+ lineCheckCallBack?: any;
161
163
  }
162
164
 
163
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.0",
3
+ "version": "1.2.4-beta.1",
4
4
  "description": "Starter project to create reusable functional component",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",