@redneckz/wildless-cms-uni-blocks 0.14.983 → 0.14.984

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.
@@ -5794,12 +5794,12 @@
5794
5794
  handleChangeRegionHasDelivery?.(checkRegionDeliveryStatus(DEFAULT_BIBLIOLOBUS_VALUES.region));
5795
5795
  handleChangeMethodObtain?.('office');
5796
5796
  }
5797
- if (isSalaryCard) {
5797
+ else if (isSalaryCard) {
5798
5798
  handleChangeRegion?.(DEFAULT_SALARY_CARD_VALUES.region);
5799
5799
  handleChangeOffice?.(DEFAULT_SALARY_CARD_VALUES.office);
5800
5800
  handleChangeMethodObtain?.('office');
5801
5801
  }
5802
- if (regionRetail) {
5802
+ else if (regionRetail) {
5803
5803
  const regionHasDelivery = checkRegionDeliveryStatus(regionRetail);
5804
5804
  handleChangeRegionHasDelivery?.(regionHasDelivery);
5805
5805
  handleChangeMethodObtain?.(regionHasDelivery ? 'courier' : 'office');
@@ -13140,7 +13140,7 @@
13140
13140
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
13141
13141
  });
13142
13142
 
13143
- const packageVersion = "0.14.982";
13143
+ const packageVersion = "0.14.983";
13144
13144
 
13145
13145
  exports.Blocks = Blocks;
13146
13146
  exports.ContentPage = ContentPage;