@redneckz/wildless-cms-uni-blocks 0.14.122 → 0.14.123

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.
@@ -1809,7 +1809,7 @@
1809
1809
  }
1810
1810
  };
1811
1811
 
1812
- const BonusBenefitsBlock = JSX(({ bonusBenefits, cardTextAlign = 'text-center', className = '', columnsCount = '4', subtitle, title, ...rest }) => (jsxs(BlockWrapper, { className: className, defaultPadding: "p-6xl", ...rest, children: [jsx(Headline, { title: title, description: subtitle, headlineVersion: "M" }), bonusBenefits?.length
1812
+ const BonusBenefitsBlock = JSX(({ bonusBenefits, cardTextAlign = 'text-center', className = '', columnsCount = '4', subtitle, title, ...rest }) => (jsxs(BlockWrapper, { className: style('space-y-3xl', className), defaultPadding: "p-6xl", ...rest, children: [jsx(Headline, { defaultPadding: "", title: title, description: subtitle, headlineVersion: "M" }), bonusBenefits?.length
1813
1813
  ? renderBonusBenefits(bonusBenefits, columnsCount, cardTextAlign)
1814
1814
  : null] })));
1815
1815
 
@@ -5798,7 +5798,7 @@
5798
5798
  return (jsx("div", { className: "flex items-end absolute bottom-0 right-0 h-full pointer-events-none", children: jsx(LikeControl, { className: "rounded-tl-3xl sticky bottom-0 pointer-events-auto" }) }));
5799
5799
  }
5800
5800
 
5801
- const packageVersion = "0.14.121";
5801
+ const packageVersion = "0.14.122";
5802
5802
 
5803
5803
  exports.Blocks = Blocks;
5804
5804
  exports.ContentPage = ContentPage;