@sunrise-upc/mobile-prod-card 1.0.35-beta.0 → 1.0.35-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
@@ -140,6 +140,7 @@ interface ProductTableSchema {
140
140
  loginSuccess?: boolean;
141
141
  lineCheckCallBack?: () => void;
142
142
  changeAddressClicked?: any;
143
+ tabCheckCallBack?: (tabId: string) => void;
143
144
  }
144
145
 
145
146
  declare const ProductTableV3: FC<ProductTableSchema>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "1.0.35-beta.0",
3
+ "version": "1.0.35-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",