@treely/strapi-slices 5.2.4 → 5.2.6
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/dist/strapi-slices.cjs.development.js +1 -0
- package/dist/strapi-slices.cjs.development.js.map +1 -1
- package/dist/strapi-slices.cjs.production.min.js +1 -1
- package/dist/strapi-slices.cjs.production.min.js.map +1 -1
- package/dist/strapi-slices.esm.js +1 -0
- package/dist/strapi-slices.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/slices/TextCarousel/TextCarousel.tsx +1 -0
|
@@ -2317,6 +2317,7 @@ var TextCarousel = function TextCarousel(_ref) {
|
|
|
2317
2317
|
}, React__default.default.createElement(boemly.TextCardWithIcon, {
|
|
2318
2318
|
title: title,
|
|
2319
2319
|
text: text,
|
|
2320
|
+
height: "full",
|
|
2320
2321
|
icon: React__default.default.createElement(Image__default.default, {
|
|
2321
2322
|
src: strapiMediaUrl(icon.img, 'small'),
|
|
2322
2323
|
alt: icon.alt,
|