@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.cjs CHANGED
@@ -4138,12 +4138,14 @@ var ProjectsGridV2 = ({
4138
4138
  import_link6.default,
4139
4139
  {
4140
4140
  href: `${project.portfolioHost || ""}/portfolio/${project.slug}`,
4141
+ style: { display: "block", height: "100%" },
4141
4142
  children
4142
4143
  }
4143
4144
  ),
4144
4145
  children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
4145
4146
  import_boemly33.Box,
4146
4147
  {
4148
+ height: "full",
4147
4149
  borderRadius: "2xl",
4148
4150
  transition: `box-shadow ease ${MEDIUM_TRANSITION_DURATION}s`,
4149
4151
  _hover: { boxShadow: "lg" },