@redneckz/wildless-cms-uni-blocks 0.13.14 → 0.13.16
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.
- package/bundle/bundle.umd.js +1 -1
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +1 -1
- package/dist/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +1 -1
- package/dist/components/ContentPage/normalizeBlock.mobile.js +2 -2
- package/dist/components/ContentPage/normalizeBlock.mobile.js.map +1 -1
- package/lib/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +1 -1
- package/lib/components/ContentPage/normalizeBlock.mobile.js +2 -2
- package/lib/components/ContentPage/normalizeBlock.mobile.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +1 -1
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +1 -1
- package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +1 -1
- package/mobile/dist/components/ContentPage/normalizeBlock.js +2 -2
- package/mobile/dist/components/ContentPage/normalizeBlock.js.map +1 -1
- package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +1 -1
- package/mobile/lib/components/ContentPage/normalizeBlock.js +2 -2
- package/mobile/lib/components/ContentPage/normalizeBlock.js.map +1 -1
- package/mobile/src/components/CarouselRecommendationCard/CarouselRecommendationCard.ui.json +3 -0
- package/mobile/src/components/CarouselRecommendationCard/CarouselRecommendationCardContent.ts +1 -1
- package/mobile/src/components/ContentPage/normalizeBlock.ts +7 -2
- package/package.json +2 -2
- package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.ui.json +3 -0
- package/src/components/CarouselRecommendationCard/CarouselRecommendationCardContent.ts +1 -1
- package/src/components/ContentPage/normalizeBlock.mobile.ts +7 -2
package/bundle/bundle.umd.js
CHANGED
|
@@ -5307,7 +5307,7 @@
|
|
|
5307
5307
|
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" }) }));
|
|
5308
5308
|
}
|
|
5309
5309
|
|
|
5310
|
-
const packageVersion = "0.13.
|
|
5310
|
+
const packageVersion = "0.13.16";
|
|
5311
5311
|
|
|
5312
5312
|
exports.Blocks = Blocks;
|
|
5313
5313
|
exports.ContentPage = ContentPage;
|