@treely/strapi-slices 8.2.2 → 8.2.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/index.js CHANGED
@@ -4252,12 +4252,14 @@ var ProjectsGridV2 = ({
4252
4252
  Link6,
4253
4253
  {
4254
4254
  href: `${project.portfolioHost || ""}/portfolio/${project.slug}`,
4255
+ style: { display: "block", height: "100%" },
4255
4256
  children
4256
4257
  }
4257
4258
  ),
4258
4259
  children: /* @__PURE__ */ jsx33(
4259
4260
  Box24,
4260
4261
  {
4262
+ height: "full",
4261
4263
  borderRadius: "2xl",
4262
4264
  transition: `box-shadow ease ${MEDIUM_TRANSITION_DURATION}s`,
4263
4265
  _hover: { boxShadow: "lg" },