@redneckz/wildless-cms-uni-blocks 0.14.913 → 0.14.914

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.
@@ -636,7 +636,7 @@
636
636
  imageAlign,
637
637
  }), buttons ? jsx("div", { className: "self-end", children: buttons }) : null] })] })] }));
638
638
  });
639
- const renderMiddleContent = (insetTitle, children) => insetTitle || children ? (jsxs("div", { className: "grow space-y-lg w-fit", children: [insetTitle, children] })) : null;
639
+ const renderMiddleContent = (insetTitle, children) => insetTitle || children ? (jsxs("div", { className: "space-y-lg", children: [insetTitle, children] })) : null;
640
640
  const imageAlwaysOnRightContainerStyle = (isImage) => style(isImage ? 'row-span-2' : '@xl:row-span-2');
641
641
  const renderUnitContainer = (childrenBlocks) => childrenBlocks?.length ? (jsx("div", { className: "flex items-start justify-end", children: childrenBlocks })) : null;
642
642
 
@@ -12053,7 +12053,7 @@
12053
12053
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
12054
12054
  });
12055
12055
 
12056
- const packageVersion = "0.14.912";
12056
+ const packageVersion = "0.14.913";
12057
12057
 
12058
12058
  exports.Blocks = Blocks;
12059
12059
  exports.ContentPage = ContentPage;