@redneckz/wildless-cms-uni-blocks 0.14.789 → 0.14.790

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.
@@ -6723,7 +6723,7 @@
6723
6723
 
6724
6724
  const renderDepositParamsForm = (params, field, extraPercents) => {
6725
6725
  const isCurrency = params?.currency?.key !== 'rub';
6726
- return (jsxs("div", { className: "grid grid-cols-2 gap-lg", children: [renderReplenish(field('isReplenish'), params, isCurrency), renderWithdrawn(field('isWithdrawn'), params, isCurrency), renderSeparator(params.isShowReplenish || params.isShowWithdrawn), params.isShowMonthlyInterestPayment ? renderPayout(field('isMonthlyInterestPayment')) : null, renderRegistrationType(field('isRemoteRegistration'), params.isShowRemoteRegistration), renderExtraPercents(field('extraPercent'), extraPercents), params.isShowNewClient ? jsx(Checkbox, { text: "\u041D\u043E\u0432\u044B\u0439 \u0432\u043A\u043B\u0430\u0434\u0447\u0438\u043A", ...field('isNewClient') }) : null] }));
6726
+ return (jsxs("div", { className: "grid grid-cols-2 gap-lg", children: [renderReplenish(field('isReplenish'), params, isCurrency), renderWithdrawn(field('isWithdrawn'), params, isCurrency), renderSeparator(params.isShowReplenish || params.isShowWithdrawn), params.isShowMonthlyInterestPayment ? renderPayout(field('isMonthlyInterestPayment')) : null, renderRegistrationType(field('isRemoteRegistration'), params.isShowRemoteRegistration), renderExtraPercents(field('extraPercent'), extraPercents), params.isShowNewClient ? (jsx(Checkbox, { text: "\u041D\u043E\u0432\u044B\u0439 \u0441\u0431\u0435\u0440\u0435\u0433\u0430\u0442\u0435\u043B\u044C", ...field('isNewClient') })) : null] }));
6727
6727
  };
6728
6728
  const renderReplenish = (props, params, isCurrency = false) => params.isShowReplenish
6729
6729
  ? renderBinaryRadioButtonGroup({
@@ -11264,7 +11264,7 @@
11264
11264
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
11265
11265
  });
11266
11266
 
11267
- const packageVersion = "0.14.788";
11267
+ const packageVersion = "0.14.789";
11268
11268
 
11269
11269
  exports.Blocks = Blocks;
11270
11270
  exports.ContentPage = ContentPage;