@redneckz/wildless-cms-uni-blocks 0.13.0 → 0.13.1

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.
@@ -5162,7 +5162,7 @@
5162
5162
  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" }) }));
5163
5163
  }
5164
5164
 
5165
- const packageVersion = "0.13.0";
5165
+ const packageVersion = "0.13.1";
5166
5166
 
5167
5167
  exports.Blocks = Blocks;
5168
5168
  exports.ContentPage = ContentPage;