@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.
@@ -1962,7 +1962,7 @@
1962
1962
  'CarouselInvestmentCard',
1963
1963
  ];
1964
1964
  const buildBlocks = (blocks, activeIndex) => {
1965
- return blocks && blocks[0].type === 'CarouselBankHistoryCard'
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.4";
4565
+ const packageVersion = "0.8.5";
4566
4566
 
4567
4567
  exports.Blocks = Blocks;
4568
4568
  exports.ContentPage = ContentPage;