@sunrise-upc/mobile-prod-card 4.1.4-beta.4 → 4.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,3 +12,4 @@ export declare const isTouchScreen: () => boolean;
12
12
  export declare const replacePlaceholder: (source: string, params: any) => string;
13
13
  export declare const isModemPresent: () => boolean;
14
14
  export declare const iconHandler: (type: string) => string;
15
+ export declare const checkLinkWithLang: (url: string) => string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "4.1.4-beta.4",
3
+ "version": "4.1.4",
4
4
  "description": "Starter project to create reusable functional component",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",