@sunrise-upc/mobile-prod-card 1.2.5 → 1.2.6-beta.0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -146,6 +146,7 @@ interface ProductTableSchema {
146
146
  lineCheckCallBack?: () => void;
147
147
  changeAddressClicked?: any;
148
148
  tabCheckCallBack?: (tabId: string) => void;
149
+ ratePlansToRemove?: string[];
149
150
  }
150
151
 
151
152
  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.2.5",
3
+ "version": "1.2.6-beta.0",
4
4
  "description": "Starter project to create reusable functional component",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",