@treely/strapi-slices 8.2.1 → 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
|
@@ -4130,7 +4130,7 @@ var ProjectsGridV2 = ({
|
|
|
4130
4130
|
(strapiProject) => strapiProject.attributes.fpmProjectId === fpmProject.id
|
|
4131
4131
|
)
|
|
4132
4132
|
);
|
|
4133
|
-
return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_boemly33.DefaultSectionContainer, { children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_boemly33.Wrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_boemly33.SimpleGrid, { columns: [1, null, 2,
|
|
4133
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_boemly33.DefaultSectionContainer, { children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_boemly33.Wrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_boemly33.SimpleGrid, { columns: [1, null, 2, 3, 4], gap: "16", children: filteredProjects.map((project) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
4134
4134
|
ConditionalWrapper2,
|
|
4135
4135
|
{
|
|
4136
4136
|
condition: !!project.slug,
|
|
@@ -4138,21 +4138,17 @@ var ProjectsGridV2 = ({
|
|
|
4138
4138
|
import_link6.default,
|
|
4139
4139
|
{
|
|
4140
4140
|
href: `${project.portfolioHost || ""}/portfolio/${project.slug}`,
|
|
4141
|
-
|
|
4142
|
-
legacyBehavior: true,
|
|
4141
|
+
style: { display: "block", height: "100%" },
|
|
4143
4142
|
children
|
|
4144
|
-
}
|
|
4145
|
-
project.id
|
|
4143
|
+
}
|
|
4146
4144
|
),
|
|
4147
4145
|
children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
4148
4146
|
import_boemly33.Box,
|
|
4149
4147
|
{
|
|
4150
|
-
|
|
4151
|
-
cursor: "pointer",
|
|
4148
|
+
height: "full",
|
|
4152
4149
|
borderRadius: "2xl",
|
|
4153
4150
|
transition: `box-shadow ease ${MEDIUM_TRANSITION_DURATION}s`,
|
|
4154
4151
|
_hover: { boxShadow: "lg" },
|
|
4155
|
-
maxWidth: "xs",
|
|
4156
4152
|
children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ProjectGridCardV2_default, { project })
|
|
4157
4153
|
}
|
|
4158
4154
|
)
|