@redneckz/wildless-cms-uni-blocks 0.14.719 → 0.14.720

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.
@@ -5019,6 +5019,7 @@
5019
5019
  addressRegistration: 'REGISTRATION',
5020
5020
  addressFact: 'RESIDENTAL',
5021
5021
  organizationAddress: 'WORK',
5022
+ addressCourier: 'DELIVERY',
5022
5023
  };
5023
5024
  const fieldsNamesToIncomeKeysMap = {
5024
5025
  incomeAverage: 'INCOME_AVERAGE',
@@ -10495,7 +10496,7 @@
10495
10496
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
10496
10497
  });
10497
10498
 
10498
- const packageVersion = "0.14.718";
10499
+ const packageVersion = "0.14.719";
10499
10500
 
10500
10501
  exports.Blocks = Blocks;
10501
10502
  exports.ContentPage = ContentPage;