@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.
- package/dist/cjs/components/StaticLineTable/OttServiceOptions/OttServiceOptionsSmallPopup.d.ts +1 -1
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/utils/constants.d.ts +1 -0
- package/dist/esm/components/StaticLineTable/OttServiceOptions/OttServiceOptionsSmallPopup.d.ts +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/utils/constants.d.ts +1 -0
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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/esm/components/StaticLineTable/OttServiceOptions/OttServiceOptionsSmallPopup.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ interface OttServiceOptionsSmallPopupProps {
|
|
|
7
7
|
mainContent: any;
|
|
8
8
|
preSelectedOptions: any[];
|
|
9
9
|
optionsResponse: any[];
|
|
10
|
-
updateResponseList
|
|
10
|
+
updateResponseList?: (list: any) => void;
|
|
11
11
|
showPrice?: any;
|
|
12
12
|
productData?: any;
|
|
13
13
|
offeringData?: any;
|