@redneckz/wildless-cms-uni-blocks 0.6.25 → 0.6.26

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.
@@ -3652,7 +3652,7 @@
3652
3652
  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", context: context }, "LikeControl") }));
3653
3653
  }
3654
3654
 
3655
- const packageVersion = "0.6.25";
3655
+ const packageVersion = "0.6.26";
3656
3656
 
3657
3657
  exports.Blocks = Blocks;
3658
3658
  exports.ContentPage = ContentPage;