@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.
@@ -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, {