@redneckz/wildless-cms-uni-blocks 0.14.735 → 0.14.736

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.
@@ -4445,6 +4445,7 @@
4445
4445
  regionRetail: (props) => jsx(RegionRetailField, { ...props }),
4446
4446
  infoCard: (props) => jsx(InfoCardField, { ...props }),
4447
4447
  calculator: (props) => jsx(CreditCalcField, { ...props }),
4448
+ confirmationIncome: (props) => jsx(ConfirmationIncomeField, { ...props }),
4448
4449
  };
4449
4450
  const InputRetailCardMap = {
4450
4451
  addressCourier: (props) => jsx(AddressField, { ...props }),
@@ -4452,7 +4453,6 @@
4452
4453
  currency: (props) => jsx(CurrencyField, { ...props }),
4453
4454
  cardCategory: (props) => jsx(CardCategoryField, { ...props }),
4454
4455
  codeWord: (props) => jsx(CodeWordField, { ...props }),
4455
- confirmationIncome: (props) => jsx(ConfirmationIncomeField, { ...props }),
4456
4456
  methodObtain: (props) => jsx(MethodObtainField, { ...props }),
4457
4457
  deliveryDate: (props) => jsx(DeliveryDateFiels, { ...props }),
4458
4458
  };
@@ -10428,7 +10428,7 @@
10428
10428
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
10429
10429
  });
10430
10430
 
10431
- const packageVersion = "0.14.734";
10431
+ const packageVersion = "0.14.735";
10432
10432
 
10433
10433
  exports.Blocks = Blocks;
10434
10434
  exports.ContentPage = ContentPage;