@treely/strapi-slices 8.2.1 → 8.2.2
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,15 @@ var ProjectsGridV2 = ({
|
|
|
4138
4138
|
import_link6.default,
|
|
4139
4139
|
{
|
|
4140
4140
|
href: `${project.portfolioHost || ""}/portfolio/${project.slug}`,
|
|
4141
|
-
passHref: true,
|
|
4142
|
-
legacyBehavior: true,
|
|
4143
4141
|
children
|
|
4144
|
-
}
|
|
4145
|
-
project.id
|
|
4142
|
+
}
|
|
4146
4143
|
),
|
|
4147
4144
|
children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
4148
4145
|
import_boemly33.Box,
|
|
4149
4146
|
{
|
|
4150
|
-
as: "a",
|
|
4151
|
-
cursor: "pointer",
|
|
4152
4147
|
borderRadius: "2xl",
|
|
4153
4148
|
transition: `box-shadow ease ${MEDIUM_TRANSITION_DURATION}s`,
|
|
4154
4149
|
_hover: { boxShadow: "lg" },
|
|
4155
|
-
maxWidth: "xs",
|
|
4156
4150
|
children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ProjectGridCardV2_default, { project })
|
|
4157
4151
|
}
|
|
4158
4152
|
)
|