@treely/strapi-slices 4.4.2 → 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 +1 -2
- 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 -2
- package/dist/strapi-slices.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/slices/ProjectsGrid/ProjectsGrid.tsx +1 -2
|
@@ -2753,11 +2753,10 @@ var ProjectsGrid = function ProjectsGrid(_ref2) {
|
|
|
2753
2753
|
}, children);
|
|
2754
2754
|
}
|
|
2755
2755
|
}, React__default.default.createElement(boemly.Box, {
|
|
2756
|
+
width: "full",
|
|
2756
2757
|
as: "a",
|
|
2757
2758
|
cursor: "pointer",
|
|
2758
2759
|
borderRadius: "2xl",
|
|
2759
|
-
width: "fit-content",
|
|
2760
|
-
height: "fit-content",
|
|
2761
2760
|
transition: "box-shadow ease " + MEDIUM_TRANSITION_DURATION + "s",
|
|
2762
2761
|
_hover: {
|
|
2763
2762
|
boxShadow: 'lg'
|