@treely/strapi-slices 5.2.2 → 5.2.3
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 -1
- 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 -1
- package/dist/strapi-slices.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/slices/TextCarousel/TextCarousel.tsx +1 -1
|
@@ -2352,7 +2352,7 @@ var TextCarousel = function TextCarousel(_ref) {
|
|
|
2352
2352
|
size: 16
|
|
2353
2353
|
}),
|
|
2354
2354
|
pointerEvents: "auto",
|
|
2355
|
-
boxShadow: "
|
|
2355
|
+
boxShadow: "md"
|
|
2356
2356
|
}))), React__default.default.createElement(boemly.Box, null, React__default.default.createElement(framerMotion.AnimatePresence, null, canMoveRight && React__default.default.createElement(boemly.IconButton, {
|
|
2357
2357
|
key: "rightButton",
|
|
2358
2358
|
as: framerMotion.motion.button,
|