@sunrise-upc/mobile-prod-card 4.4.1-beta.0 → 4.4.1-beta.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -21,6 +21,14 @@ export declare const AFTER = "after";
21
21
  export declare const BEFORE = "before";
22
22
  export declare const SMARTPHONEDEVICE = "smartphone";
23
23
  export declare const ONE_ECOMMERCE_HARDWARE_SUMMARY = "one-ecommerce-hardwareSummary";
24
+ export declare const BASE_PRICE = "basePrice";
25
+ export declare const INSTALLMENTS = "installments";
26
+ export declare const SMARTUPGRADEINSTALLMENTS = "smartUpgradeInstallments";
27
+ export declare const BASE = "BASE";
28
+ export declare const CONTRACT = "CONTRACT";
29
+ export declare const HARDWARE = "HARDWARE";
30
+ export declare const DEFAULT_AVAILABILITY_TEXT = "dd_delivery_details";
31
+ export declare const DEVICE_INSURANCE = "DEVICE_INSURANCE";
24
32
  export declare const MOBILE = "mobile";
25
33
  export declare const DESKTOP = "desktop";
26
34
  export declare const LARGE_DESKTOP = "large-desktop";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "4.4.1-beta.0",
3
+ "version": "4.4.1-beta.1",
4
4
  "description": "Starter project to create reusable functional component",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",