@treely/strapi-slices 4.4.1 → 4.4.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 +4 -3
- 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 +4 -3
- package/dist/strapi-slices.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/slices/MapHero/MapHero.tsx +1 -1
- package/src/slices/ProjectsGrid/ProjectsGrid.tsx +1 -2
|
@@ -1419,7 +1419,9 @@ var MapHero = function MapHero(_ref) {
|
|
|
1419
1419
|
var slice = _ref.slice;
|
|
1420
1420
|
var _useMediaQuery = boemly.useMediaQuery(BREAKPOINT_LG_QUERY),
|
|
1421
1421
|
belowBreakpoint = _useMediaQuery[0];
|
|
1422
|
-
return React__default.default.createElement(MapHeroContainer,
|
|
1422
|
+
return React__default.default.createElement(MapHeroContainer, {
|
|
1423
|
+
maxWidth: "full"
|
|
1424
|
+
}, slice.shape && React__default.default.createElement(ShapeContainer, null, React__default.default.createElement(Image__default.default, {
|
|
1423
1425
|
src: strapiMediaUrl(slice.shape.img, 'medium'),
|
|
1424
1426
|
alt: slice.shape.alt,
|
|
1425
1427
|
fill: true,
|
|
@@ -2751,11 +2753,10 @@ var ProjectsGrid = function ProjectsGrid(_ref2) {
|
|
|
2751
2753
|
}, children);
|
|
2752
2754
|
}
|
|
2753
2755
|
}, React__default.default.createElement(boemly.Box, {
|
|
2756
|
+
width: "full",
|
|
2754
2757
|
as: "a",
|
|
2755
2758
|
cursor: "pointer",
|
|
2756
2759
|
borderRadius: "2xl",
|
|
2757
|
-
width: "fit-content",
|
|
2758
|
-
height: "fit-content",
|
|
2759
2760
|
transition: "box-shadow ease " + MEDIUM_TRANSITION_DURATION + "s",
|
|
2760
2761
|
_hover: {
|
|
2761
2762
|
boxShadow: 'lg'
|