@redneckz/wildless-cms-uni-blocks 0.14.492 → 0.14.493

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.
@@ -3208,6 +3208,7 @@
3208
3208
  }, [defaultParams, row, defParams]);
3209
3209
  const isMaxRate = rate === defParams?.rate;
3210
3210
  return (jsx(CalculatorLayout, { className: className, title: title, ...rest, children: jsxs("section", { className: style(CalculatorStyle.wrapper, CalculatorStyle.gapM, className), children: [jsxs("div", { className: CalculatorStyle.input, children: [jsxs("div", { className: "flex gap-m", children: [renderWantedSumInput({
3211
+ className: 'w-full',
3211
3212
  title: `Сумма, ${currencyValue?.text}`,
3212
3213
  min: calcParams.minSum,
3213
3214
  max: calcParams.maxSum,
@@ -6504,7 +6505,7 @@
6504
6505
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
6505
6506
  });
6506
6507
 
6507
- const packageVersion = "0.14.491";
6508
+ const packageVersion = "0.14.492";
6508
6509
 
6509
6510
  exports.Blocks = Blocks;
6510
6511
  exports.ContentPage = ContentPage;