@sunrise-upc/mobile-prod-card 1.0.31-beta.4 → 1.0.32

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -137,6 +137,7 @@ interface ProductTableSchema {
137
137
  content: any;
138
138
  metadata: any;
139
139
  setGenericErrorModalDetails: any;
140
+ loginSuccess?: boolean;
140
141
  lineCheckCallBack?: () => void;
141
142
  changeAddressClicked?: any;
142
143
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "1.0.31-beta.4",
3
+ "version": "1.0.32",
4
4
  "description": "Starter project to create reusable functional component",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",