@treely/strapi-slices 4.4.1 → 4.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 +3 -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 +3 -1
- package/dist/strapi-slices.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/slices/MapHero/MapHero.tsx +1 -1
|
@@ -1406,7 +1406,9 @@ var MapHero = function MapHero(_ref) {
|
|
|
1406
1406
|
var slice = _ref.slice;
|
|
1407
1407
|
var _useMediaQuery = useMediaQuery(BREAKPOINT_LG_QUERY),
|
|
1408
1408
|
belowBreakpoint = _useMediaQuery[0];
|
|
1409
|
-
return React.createElement(MapHeroContainer,
|
|
1409
|
+
return React.createElement(MapHeroContainer, {
|
|
1410
|
+
maxWidth: "full"
|
|
1411
|
+
}, slice.shape && React.createElement(ShapeContainer, null, React.createElement(Image, {
|
|
1410
1412
|
src: strapiMediaUrl(slice.shape.img, 'medium'),
|
|
1411
1413
|
alt: slice.shape.alt,
|
|
1412
1414
|
fill: true,
|