@sc-360-v2/storefront-cms-library 0.5.74 → 0.5.76

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.
@@ -8,6 +8,7 @@ export interface ButtonLayoutInterface {
8
8
  addToCartValue: CMSIBCommonInterface;
9
9
  buyNow: CMSIBCommonInterface;
10
10
  buyNowWhenClicked: CMSIBCommonInterface;
11
+ buyNowProfiles: CMSIBCommonInterface;
11
12
  wishlist: CMSIBCommonInterface;
12
13
  wishlistValue: CMSIBCommonInterface;
13
14
  wishlistWhenClicked: CMSIBCommonInterface;
@@ -17,6 +18,7 @@ export interface ButtonLayoutInterface {
17
18
  addToQuote: CMSIBCommonInterface;
18
19
  addToOrderTemplate: CMSIBCommonInterface;
19
20
  viewDetails: CMSIBCommonInterface;
21
+ share: CMSIBCommonInterface;
20
22
  notifyMe: CMSIBCommonInterface;
21
23
  download: CMSIBCommonInterface;
22
24
  displayStyle: CMSIBCommonInterface;
@@ -43,6 +45,7 @@ export interface selfDesignInterface {
43
45
  addToQuote: any;
44
46
  addToOrderTemplate: any;
45
47
  viewDetails: any;
48
+ share: any;
46
49
  notifyMe: any;
47
50
  download: any;
48
51
  hoverState: any;
@@ -62,6 +65,7 @@ export declare enum ButtonSelectorKeysEnum {
62
65
  ADD_TO_QUOTE = "addToQuote",
63
66
  ADD_TO_ORDER_TEMPLATE = "addToOrderTemplate",
64
67
  VIEW_DETAILS = "viewDetails",
68
+ SHARE = "share",
65
69
  NOTIFY_ME = "notifyMe",
66
70
  DOWNLOAD = "download",
67
71
  MORE = "more",
@@ -9,6 +9,7 @@ export declare enum restrictionFeaturesEnums {
9
9
  VOLUME_PRICING = "00-07-global-volume-pricing-addon",
10
10
  BUNDLES_AND_KITS = "00-07-global-bundles-and-kits-addon",
11
11
  CATEGORY_GROUPS = "00-07-global-category-groups-addon",
12
+ OPTION_FAMILIES = "01-16-global-optn-fam-addon",
12
13
  GOOGLE_ADDRESS_VALIDATION = "06-01-global-google-address-validation"
13
14
  }
14
15
  export declare enum featuresAccessEnums {