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

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.
@@ -81,3 +81,4 @@ export declare const ACCESSORYLISTNAME = "Device Accessories";
81
81
  export declare const VIEWITEM = "view_item_list";
82
82
  export declare const VIEWEACHITEM = "view_item";
83
83
  export declare const REMOVEFROMCART = "remove_from_cart";
84
+ export declare const ADD_TO_CART = "add_to_cart";
@@ -4,6 +4,7 @@ interface ProgressionBarProps extends GenericSBProps {
4
4
  pickYourDeviceLabel: string;
5
5
  customizeDeviceLabel: string;
6
6
  yourSubscriptionLabel: string;
7
+ vasStepperLabel: string;
7
8
  checkoutLabel: string;
8
9
  accessoriesLabel: string;
9
10
  selectedStep?: string;