@treely/strapi-slices 7.4.1 → 7.4.2
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 +2 -2
- 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 +2 -2
- package/dist/strapi-slices.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/slices/TextCarousel/TextCarousel.tsx +46 -44
|
@@ -2745,7 +2745,7 @@ var TextCarousel = function TextCarousel(_ref) {
|
|
|
2745
2745
|
}, React__default.default.createElement(boemly.Box, {
|
|
2746
2746
|
position: "relative",
|
|
2747
2747
|
width: "full"
|
|
2748
|
-
}, React__default.default.createElement(CarouselInnerContainer$1, {
|
|
2748
|
+
}, React__default.default.createElement(boemly.Wrapper, null, React__default.default.createElement(CarouselInnerContainer$1, {
|
|
2749
2749
|
numberOfItems: slice.slides.length,
|
|
2750
2750
|
animate: {
|
|
2751
2751
|
x: offsetLeft
|
|
@@ -2793,7 +2793,7 @@ var TextCarousel = function TextCarousel(_ref) {
|
|
|
2793
2793
|
},
|
|
2794
2794
|
displayAs: "column"
|
|
2795
2795
|
}));
|
|
2796
|
-
})), React__default.default.createElement(boemly.Box, {
|
|
2796
|
+
}))), React__default.default.createElement(boemly.Box, {
|
|
2797
2797
|
display: ['none', null, null, !!allowScroll ? 'flex' : 'none'],
|
|
2798
2798
|
pointerEvents: "none",
|
|
2799
2799
|
position: "absolute",
|