@sc-360-v2/storefront-cms-library 0.4.19 → 0.4.21

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.
@@ -11,6 +11,7 @@ interface selfLayoutInterface {
11
11
  noOfItemToShow: CMSIBCommonInterface;
12
12
  searchPlaceholderText: CMSIBCommonInterface;
13
13
  buttonPosition: CMSIBCommonInterface;
14
+ radioButtonItemGap: CMSIBCommonInterface;
14
15
  }
15
16
  interface selfDesignInterface {
16
17
  selectorKey: string;
@@ -18,6 +19,10 @@ interface selfDesignInterface {
18
19
  selectorKey: string;
19
20
  [key: string]: any;
20
21
  };
22
+ radioButton: {
23
+ selectorKey: string;
24
+ [key: string]: any;
25
+ };
21
26
  storeLocationsButton: {
22
27
  selectorKey: string;
23
28
  [key: string]: any;
@@ -86,7 +91,8 @@ export declare enum PickupLocationsSelectorKeysEnum {
86
91
  SHOW_MORE_ITEMS_BUTTON = "showMoreItemsButtons",
87
92
  HOVER_STATE = "hover",
88
93
  DEFAULT_STATE = "default",
89
- WIDGET_STYLE = "widgetStyle"
94
+ WIDGET_STYLE = "widgetStyle",
95
+ RADIO_BUTTON = "radioButton"
90
96
  }
91
97
  export declare const getDefaultData: () => CMSElementEditPopupInterface<selfLayoutInterface & CMSElementEditPopupLayoutInterface, selfDesignInterface & CMSElementEditPopupDesignInterface>;
92
98
  export {};
@@ -11,6 +11,7 @@ interface selfLayoutInterface {
11
11
  overflowItems: CMSIBCommonInterface;
12
12
  noOfItemToShow: CMSIBCommonInterface;
13
13
  searchPlaceholderText: CMSIBCommonInterface;
14
+ radioButtonItemGap: CMSIBCommonInterface;
14
15
  }
15
16
  interface selfDesignInterface {
16
17
  selectorKey: string;
@@ -18,6 +19,10 @@ interface selfDesignInterface {
18
19
  selectorKey: string;
19
20
  [key: string]: any;
20
21
  };
22
+ radioButton: {
23
+ selectorKey: string;
24
+ [key: string]: any;
25
+ };
21
26
  storeLocationsButton: {
22
27
  selectorKey: string;
23
28
  [key: string]: any;
@@ -86,7 +91,8 @@ export declare enum StoreLocationSelectorKeysEnum {
86
91
  HOVER_STATE = "hover",
87
92
  DEFAULT_STATE = "default",
88
93
  DATA_CONNECTOR = "dataConnector",
89
- WIDGET_STYLE = "widgetStyle"
94
+ WIDGET_STYLE = "widgetStyle",
95
+ RADIO_BUTTON = "radioButton"
90
96
  }
91
97
  export declare const getDefaultData: () => CMSElementEditPopupInterface<selfLayoutInterface & CMSElementEditPopupLayoutInterface, selfDesignInterface & CMSElementEditPopupDesignInterface>;
92
98
  export {};
package/dist/widget.scss CHANGED
@@ -28,7 +28,7 @@
28
28
  @use "./volume-pricing.scss";
29
29
  @use "./product-inventory.scss";
30
30
  @use "./store-locations.scss";
31
- @use "./pickup-locations.scss";
31
+ // @use "./pickup-locations.scss";
32
32
  @use "./product-highlights.scss";
33
33
  @use "./payment-methods.scss";
34
34
  @use "./shipping-estimator.scss";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sc-360-v2/storefront-cms-library",
3
- "version": "0.4.19",
3
+ "version": "0.4.21",
4
4
  "main": "/dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {