@redneckz/wildless-cms-uni-blocks 0.14.19 → 0.14.20

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.
@@ -3334,7 +3334,7 @@
3334
3334
  };
3335
3335
 
3336
3336
  const useDepository = ({ size, page, query, startDate, endDate }) => {
3337
- const { data } = useAsyncData(`/api/v1/depository?page=${page}&size=${size}&=query=${query}&timestampStart=${startDate ? formatDate$1(startDate, true) : ''}&timestampEnd=${endDate ? formatDate$1(endDate, true) : ''}`, fetchJSONUnsafe);
3337
+ const { data } = useAsyncData(`/api/v1/depository?page=${page}&size=${size}&query=${query}&timestampStart=${startDate ? formatDate$1(startDate, true) : ''}&timestampEnd=${endDate ? formatDate$1(endDate, true) : ''}`, fetchJSONUnsafe);
3338
3338
  return { items: data?.content, totalPages: data?.totalPages };
3339
3339
  };
3340
3340
 
@@ -5663,7 +5663,7 @@
5663
5663
  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" }) }));
5664
5664
  }
5665
5665
 
5666
- const packageVersion = "0.14.19";
5666
+ const packageVersion = "0.14.20";
5667
5667
 
5668
5668
  exports.Blocks = Blocks;
5669
5669
  exports.ContentPage = ContentPage;