@sunrise-upc/mobile-prod-card 8.2.0 → 8.2.1-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -37,6 +37,7 @@ export declare const WP_FLEX_UPGRADE_NOT = "FLEX_UPGRADE_NOT";
37
37
  export declare const EXCLUSIVE_BENEFIT_COLOR = "#008187";
38
38
  export declare const ULTIMATEBUNDLE = "ultimateBundle";
39
39
  export declare const ONE_ECOMMERCE_INTERNET_SUMMARY = "one-ecommerce-internetSummary";
40
+ export declare const ONE_ECOMMERCE_SUMMARY = "one-ecommerce-summary";
40
41
  export declare const MOBILE = "mobile";
41
42
  export declare const DESKTOP = "desktop";
42
43
  export declare const LARGE_DESKTOP = "large-desktop";
package/dist/index.d.ts CHANGED
@@ -218,7 +218,7 @@ interface OttServiceOptionsSmallPopupProps {
218
218
  mainContent: any;
219
219
  preSelectedOptions: any[];
220
220
  optionsResponse: any[];
221
- updateResponseList: (list: any) => void;
221
+ updateResponseList?: (list: any) => void;
222
222
  showPrice?: any;
223
223
  productData?: any;
224
224
  offeringData?: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "8.2.0",
3
+ "version": "8.2.1-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",