@treely/strapi-slices 8.0.1 → 8.0.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.js CHANGED
@@ -6416,22 +6416,16 @@ var Facts = ({ slice }) => /* @__PURE__ */ jsx40(
6416
6416
  /* @__PURE__ */ jsx40(
6417
6417
  Flex17,
6418
6418
  {
6419
- justifyContent: slice.facts.length <= 4 ? "center" : "flex-start",
6419
+ justifyContent: slice.facts.length < 3 ? "center" : "flex-start",
6420
6420
  alignItems: "center",
6421
6421
  flexWrap: "wrap",
6422
6422
  mx: [null, null, null, "22", "28"],
6423
6423
  flexDir: ["column", null, null, "row"],
6424
- gap: [null, null, null, "12"],
6425
6424
  children: slice.facts.map((fact) => /* @__PURE__ */ jsxs33(
6426
6425
  Flex17,
6427
6426
  {
6428
6427
  flexDir: "column",
6429
- width: [
6430
- "var(--boemly-sizes-full)",
6431
- null,
6432
- null,
6433
- "calc((var(--boemly-sizes-full) - var(--boemly-space-24))/ 3 )"
6434
- ],
6428
+ width: ["100%", null, null, "calc(100% / 3)"],
6435
6429
  mt: ["8", "8", "8", slice.facts.length > 3 ? "16" : "0"],
6436
6430
  children: [
6437
6431
  /* @__PURE__ */ jsx40(