@sunrise-upc/mobile-prod-card 8.9.11 → 8.9.13
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/index.js +3 -3
- package/dist/cjs/utils/utils.d.ts +1 -0
- package/dist/esm/index.js +3 -3
- package/dist/esm/utils/utils.d.ts +1 -0
- package/package.json +1 -1
|
@@ -15,6 +15,7 @@ export declare const isModemPresent: () => boolean;
|
|
|
15
15
|
export declare const iconHandler: (type: string) => string;
|
|
16
16
|
export declare const checkLinkWithLang: (url: string) => string | undefined;
|
|
17
17
|
export declare const getSBAssetUrl: (wafIdentifier: any, image?: string) => string;
|
|
18
|
+
export declare const getCompressedImage: (wafIdentifier: any, imageUrl: string) => string;
|
|
18
19
|
export declare const getNoteValues: (hardwareProducts: any, key: string) => undefined;
|
|
19
20
|
/**US 349849 - MIA migration
|
|
20
21
|
* price model
|