@redneckz/wildless-cms-uni-blocks 0.14.913 → 0.14.914
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/ui-kit/BaseTile/BaseTile.js +1 -1
- package/dist/ui-kit/BaseTile/BaseTile.js.map +1 -1
- package/lib/components/Carousel/Carousel.fixture.d.ts +1 -0
- package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.fixture.d.ts +1 -1
- package/lib/components/CarouselTariffsCard/CarouselTariffsCard.fixture.d.ts +2 -0
- package/lib/retail/components/DraftDialog/utils.d.ts +3 -3
- package/lib/ui-kit/BaseTile/BaseTile.js +1 -1
- package/lib/ui-kit/BaseTile/BaseTile.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +2 -2
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/ui-kit/BaseTile/BaseTile.js +1 -1
- package/mobile/dist/ui-kit/BaseTile/BaseTile.js.map +1 -1
- package/mobile/lib/ui-kit/BaseTile/BaseTile.js +1 -1
- package/mobile/lib/ui-kit/BaseTile/BaseTile.js.map +1 -1
- package/mobile/src/ui-kit/BaseTile/BaseTile.tsx +1 -1
- package/package.json +1 -1
- package/src/components/Carousel/Carousel.fixture.mobile.tsx +16 -16
- package/src/components/Carousel/Carousel.fixture.tsx +42 -20
- package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.fixture.mobile.tsx +19 -19
- package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.fixture.tsx +44 -23
- package/src/components/CarouselTariffsCard/CarouselTariffsCard.fixture.tsx +12 -12
- package/src/icons/IconName.ts +4 -4
- package/src/ui-kit/BaseTile/BaseTile.tsx +1 -1
package/bundle/bundle.umd.js
CHANGED
|
@@ -636,7 +636,7 @@
|
|
|
636
636
|
imageAlign,
|
|
637
637
|
}), buttons ? jsx("div", { className: "self-end", children: buttons }) : null] })] })] }));
|
|
638
638
|
});
|
|
639
|
-
const renderMiddleContent = (insetTitle, children) => insetTitle || children ? (jsxs("div", { className: "
|
|
639
|
+
const renderMiddleContent = (insetTitle, children) => insetTitle || children ? (jsxs("div", { className: "space-y-lg", children: [insetTitle, children] })) : null;
|
|
640
640
|
const imageAlwaysOnRightContainerStyle = (isImage) => style(isImage ? 'row-span-2' : '@xl:row-span-2');
|
|
641
641
|
const renderUnitContainer = (childrenBlocks) => childrenBlocks?.length ? (jsx("div", { className: "flex items-start justify-end", children: childrenBlocks })) : null;
|
|
642
642
|
|
|
@@ -12053,7 +12053,7 @@
|
|
|
12053
12053
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
12054
12054
|
});
|
|
12055
12055
|
|
|
12056
|
-
const packageVersion = "0.14.
|
|
12056
|
+
const packageVersion = "0.14.913";
|
|
12057
12057
|
|
|
12058
12058
|
exports.Blocks = Blocks;
|
|
12059
12059
|
exports.ContentPage = ContentPage;
|