@redneckz/wildless-cms-uni-blocks 0.8.4 → 0.8.5
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 +2 -2
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/components/Carousel/Carousel.js +1 -1
- package/dist/components/Carousel/Carousel.js.map +1 -1
- package/lib/components/Carousel/Carousel.js +1 -1
- package/lib/components/Carousel/Carousel.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +1 -1
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/components/Carousel/Carousel.js +1 -1
- package/mobile/dist/components/Carousel/Carousel.js.map +1 -1
- package/mobile/lib/components/Carousel/Carousel.js +1 -1
- package/mobile/lib/components/Carousel/Carousel.js.map +1 -1
- package/mobile/src/components/Carousel/Carousel.tsx +1 -1
- package/package.json +1 -1
- package/src/components/Carousel/Carousel.tsx +1 -1
package/bundle/bundle.umd.js
CHANGED
|
@@ -1962,7 +1962,7 @@
|
|
|
1962
1962
|
'CarouselInvestmentCard',
|
|
1963
1963
|
];
|
|
1964
1964
|
const buildBlocks = (blocks, activeIndex) => {
|
|
1965
|
-
return blocks && blocks[0]
|
|
1965
|
+
return blocks && blocks[0]?.type === 'CarouselBankHistoryCard'
|
|
1966
1966
|
? blocks.map((_, i) => {
|
|
1967
1967
|
return {
|
|
1968
1968
|
..._,
|
|
@@ -4562,7 +4562,7 @@
|
|
|
4562
4562
|
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" }) }));
|
|
4563
4563
|
}
|
|
4564
4564
|
|
|
4565
|
-
const packageVersion = "0.8.
|
|
4565
|
+
const packageVersion = "0.8.5";
|
|
4566
4566
|
|
|
4567
4567
|
exports.Blocks = Blocks;
|
|
4568
4568
|
exports.ContentPage = ContentPage;
|