@redneckz/wildless-cms-uni-blocks 0.12.3 → 0.12.4

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.
@@ -5049,7 +5049,7 @@
5049
5049
  return (jsx("div", { className: "flex items-end absolute bottom-0 right-0 h-full pointer-events-none", children: jsx(LikeControl, { className: "rounded-tl-lg sticky bottom-0 pointer-events-auto" }) }));
5050
5050
  }
5051
5051
 
5052
- const packageVersion = "0.12.3";
5052
+ const packageVersion = "0.12.4";
5053
5053
 
5054
5054
  exports.Blocks = Blocks;
5055
5055
  exports.ContentPage = ContentPage;