keystone-design-bootstrap 1.0.39 → 1.0.41

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.
@@ -6631,7 +6631,7 @@ var TeamGrid = ({
6631
6631
  alt: member.name || "Team member",
6632
6632
  className: "h-78 w-full object-cover md:h-74 rounded-2xl"
6633
6633
  }
6634
- ), /* @__PURE__ */ React23.createElement("div", null, /* @__PURE__ */ React23.createElement("h3", { className: "text-lg font-semibold text-primary md:text-xl" }, member.name), /* @__PURE__ */ React23.createElement("p", { className: "text-md text-brand-secondary md:mt-0.5 md:text-lg" }, member.position), bio && /* @__PURE__ */ React23.createElement("p", { className: "mt-4 text-md text-tertiary line-clamp-3" }, bio)));
6634
+ ), /* @__PURE__ */ React23.createElement("div", null, /* @__PURE__ */ React23.createElement("h3", { className: "text-lg font-semibold text-primary md:text-xl" }, member.name), /* @__PURE__ */ React23.createElement("p", { className: "text-md text-brand-secondary md:mt-0.5 md:text-lg" }, member.position), bio && /* @__PURE__ */ React23.createElement("p", { className: "mt-4 text-md text-tertiary leading-relaxed" }, bio)));
6635
6635
  }))) : /* @__PURE__ */ React23.createElement("div", { className: "text-center mt-12" }, /* @__PURE__ */ React23.createElement("p", { className: "text-gray-500" }, "No team members available"))));
6636
6636
  };
6637
6637
 
@@ -8603,7 +8603,7 @@ var ServicesHome2 = ({
8603
8603
  services: servicesData,
8604
8604
  title = ""
8605
8605
  }) => {
8606
- const services = Array.isArray(servicesData) ? servicesData.slice(0, 6) : [];
8606
+ const services = Array.isArray(servicesData) ? servicesData : [];
8607
8607
  return /* @__PURE__ */ React.createElement("section", null, /* @__PURE__ */ React.createElement("div", { className: "mx-auto max-w-container px-4 md:px-8" }, /* @__PURE__ */ React.createElement("div", { className: "mb-12 text-center" }, /* @__PURE__ */ React.createElement("h2", { className: "font-display text-4xl font-normal text-fg-primary md:text-5xl" }, title)), services.length > 0 ? /* @__PURE__ */ React.createElement("div", { className: "grid grid-cols-1 gap-12 md:grid-cols-2 lg:grid-cols-3" }, services.map((service) => {
8608
8608
  const description = service.summary || (service.description_markdown ? service.description_markdown.replace(/[#*\[\]()]/g, "").trim().substring(0, 150) : "");
8609
8609
  return /* @__PURE__ */ React.createElement("div", { key: service.id, className: "flex flex-col" }, /* @__PURE__ */ React.createElement("div", { className: "w-full h-64 mb-6 overflow-hidden" }, /* @__PURE__ */ React.createElement(
@@ -18678,7 +18678,7 @@ var TeamGrid3 = ({
18678
18678
  alt: member.name || "Team member",
18679
18679
  className: "h-78 w-full object-cover md:h-74 rounded-2xl"
18680
18680
  }
18681
- ), /* @__PURE__ */ React57.createElement("div", null, /* @__PURE__ */ React57.createElement("h3", { className: "text-lg font-semibold text-primary md:text-xl" }, member.name), /* @__PURE__ */ React57.createElement("p", { className: "text-md text-brand-secondary md:mt-0.5 md:text-lg" }, member.position), bio && /* @__PURE__ */ React57.createElement("p", { className: "mt-4 text-md text-tertiary line-clamp-3" }, bio)));
18681
+ ), /* @__PURE__ */ React57.createElement("div", null, /* @__PURE__ */ React57.createElement("h3", { className: "text-lg font-semibold text-primary md:text-xl" }, member.name), /* @__PURE__ */ React57.createElement("p", { className: "text-md text-brand-secondary md:mt-0.5 md:text-lg" }, member.position), bio && /* @__PURE__ */ React57.createElement("p", { className: "mt-4 text-md text-tertiary leading-relaxed" }, bio)));
18682
18682
  }))) : /* @__PURE__ */ React57.createElement("div", { className: "text-center mt-12" }, /* @__PURE__ */ React57.createElement("p", { className: "text-gray-500" }, "No team members available"))));
18683
18683
  };
18684
18684
  registerThemeVariant("team-grid", "balance", TeamGrid3);