@redneckz/wildless-cms-uni-blocks 0.14.812 → 0.14.813

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.
@@ -8662,7 +8662,7 @@
8662
8662
  },
8663
8663
  {
8664
8664
  label: 'Ежемесячный платеж',
8665
- description: `${Math.round(statusInfo?.calculator?.monthlyPayment ?? 0)} ₽`,
8665
+ description: `${Math.round(statusInfo?.calculator?.monthlyPayment ?? 0).toLocaleString()} ₽`,
8666
8666
  },
8667
8667
  {
8668
8668
  label: 'Срок кредита',
@@ -11473,7 +11473,7 @@
11473
11473
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
11474
11474
  });
11475
11475
 
11476
- const packageVersion = "0.14.811";
11476
+ const packageVersion = "0.14.812";
11477
11477
 
11478
11478
  exports.Blocks = Blocks;
11479
11479
  exports.ContentPage = ContentPage;