chiperos-ai-components-library 0.1.4 → 0.1.5

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.
@@ -10528,10 +10528,10 @@ function t$({
10528
10528
  if (x.render)
10529
10529
  return x.render(S, N);
10530
10530
  const _ = S[x.key];
10531
- return _ == null ? "-" : typeof _ == "object" && "primary" in _ ? /* @__PURE__ */ P("div", { className: "flex flex-col", children: [
10532
- /* @__PURE__ */ p("span", { className: "text-sm leading-[18px] text-[#312e4d]", children: _.primary }),
10533
- _.secondary && /* @__PURE__ */ p("span", { className: "text-xs leading-normal text-[#575385]", children: _.secondary })
10534
- ] }) : /* @__PURE__ */ p("span", { className: "text-sm leading-[18px] text-[#312e4d]", children: String(_) });
10531
+ return _ == null ? "-" : typeof _ == "object" && "primary" in _ ? /* @__PURE__ */ P("div", { className: "flex flex-col min-w-0", children: [
10532
+ /* @__PURE__ */ p("span", { className: "text-sm leading-[18px] text-[#312e4d] truncate", children: _.primary }),
10533
+ _.secondary && /* @__PURE__ */ p("span", { className: "text-xs leading-normal text-[#575385] truncate", children: _.secondary })
10534
+ ] }) : /* @__PURE__ */ p("span", { className: "text-sm leading-[18px] text-[#312e4d] truncate block", children: String(_) });
10535
10535
  }, w = (x, S) => typeof i == "function" ? i(x, S) : i;
10536
10536
  return /* @__PURE__ */ P(
10537
10537
  "div",
@@ -10596,7 +10596,7 @@ function t$({
10596
10596
  "div",
10597
10597
  {
10598
10598
  className: I(
10599
- "flex-1 min-w-0",
10599
+ "flex-1 min-w-0 overflow-hidden",
10600
10600
  N.className
10601
10601
  ),
10602
10602
  "data-testid": `table-cell-${S}-${N.key}`,