@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.
- package/bundle/bundle.umd.js +2 -2
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/components/CreditForm/SuccessStatusContent.js +1 -1
- package/dist/components/CreditForm/SuccessStatusContent.js.map +1 -1
- package/lib/components/CreditForm/SuccessStatusContent.js +1 -1
- package/lib/components/CreditForm/SuccessStatusContent.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +2 -2
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/components/CreditForm/SuccessStatusContent.js +1 -1
- package/mobile/dist/components/CreditForm/SuccessStatusContent.js.map +1 -1
- package/mobile/lib/components/CreditForm/SuccessStatusContent.js +1 -1
- package/mobile/lib/components/CreditForm/SuccessStatusContent.js.map +1 -1
- package/mobile/src/components/CreditForm/SuccessStatusContent.tsx +3 -1
- package/package.json +1 -1
- package/src/components/CreditForm/SuccessStatusContent.tsx +3 -1
package/bundle/bundle.umd.js
CHANGED
|
@@ -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.
|
|
11476
|
+
const packageVersion = "0.14.812";
|
|
11477
11477
|
|
|
11478
11478
|
exports.Blocks = Blocks;
|
|
11479
11479
|
exports.ContentPage = ContentPage;
|