@treely/strapi-slices 5.2.7 → 5.3.0
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 -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 +2 -1
- package/dist/strapi-slices.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/slices/ImageTextSequence/ImageTextSequence.stories.tsx +3 -0
- package/src/slices/ImageTextSequence/ImageTextSequence.tsx +4 -1
|
@@ -1267,7 +1267,8 @@ var ImageTextSequence = function ImageTextSequence(_ref) {
|
|
|
1267
1267
|
alt: image.alt,
|
|
1268
1268
|
fill: true,
|
|
1269
1269
|
style: {
|
|
1270
|
-
objectFit: image.objectFit || 'contain'
|
|
1270
|
+
objectFit: image.objectFit || 'contain',
|
|
1271
|
+
borderRadius: 'var(--boemly-radii-xl)'
|
|
1271
1272
|
}
|
|
1272
1273
|
})));
|
|
1273
1274
|
return React__default.default.createElement(React.Fragment, {
|