@redneckz/wildless-cms-uni-blocks 0.14.661 → 0.14.662

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.
@@ -6024,23 +6024,11 @@
6024
6024
  return (jsx(CreditCardFormStatus, { interval: 300, title: "\u0417\u0430\u044F\u0432\u043A\u0430 \u0443\u0441\u043F\u0435\u0448\u043D\u043E \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0430", description: "\u041D\u0435 \u0437\u0430\u043A\u0440\u044B\u0432\u0430\u0439\u0442\u0435 \u043E\u043A\u043D\u043E, \u0441\u043A\u043E\u0440\u043E \u0441\u043E\u043E\u0431\u0449\u0438\u043C \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442", sectionInfoTitle: "\u0417\u0430\u044F\u0432\u043B\u0435\u043D\u043D\u044B\u0435 \u0443\u0441\u043B\u043E\u0432\u0438\u044F \u043F\u043E \u043A\u0440\u0435\u0434\u0438\u0442\u0443", sectionInfo: [
6025
6025
  {
6026
6026
  label: 'Название продукта',
6027
- description: 'Кредит на любые цели',
6028
- },
6029
- {
6030
- label: 'Цель кредита',
6031
- description: 'На любые цели',
6027
+ description: 'Кредитная карта',
6032
6028
  },
6033
6029
  {
6034
- label: 'Сумма',
6035
- description: leadForm?.moneyValue?.toLocaleString() + ' ₽',
6036
- },
6037
- {
6038
- label: 'Срок кредита',
6039
- description: leadForm?.monthsValue + ' мес',
6040
- },
6041
- {
6042
- label: 'Тип платежа',
6043
- description: leadForm?.isAnnuity ? 'Аннуитетный' : 'Дифференцированный',
6030
+ label: 'Категория',
6031
+ description: leadForm?.cardCategory?.text,
6044
6032
  },
6045
6033
  ] }));
6046
6034
  });
@@ -9911,7 +9899,7 @@
9911
9899
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
9912
9900
  });
9913
9901
 
9914
- const packageVersion = "0.14.660";
9902
+ const packageVersion = "0.14.661";
9915
9903
 
9916
9904
  exports.Blocks = Blocks;
9917
9905
  exports.ContentPage = ContentPage;