@inf-monkeys-tech/monkeys-design 2.0.14 → 2.0.15

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.
@@ -1870,9 +1870,9 @@ function BentoPanel({
1870
1870
  body: cn("min-h-0 p-0", classNames?.body, contentClassName)
1871
1871
  },
1872
1872
  header: title ? /* @__PURE__ */ jsxs("div", { className: "flex min-w-0 flex-1 items-center justify-between gap-3", children: [
1873
- /* @__PURE__ */ jsxs("div", { className: "flex min-w-0 items-center gap-2.5", children: [
1873
+ /* @__PURE__ */ jsxs("div", { className: "flex min-w-0 flex-1 items-center gap-2.5", children: [
1874
1874
  TitleIcon ? /* @__PURE__ */ jsx("span", { className: "inline-flex size-8 shrink-0 items-center justify-center rounded-md border border-primary/30 bg-primary/10 text-primary", children: /* @__PURE__ */ jsx(TitleIcon, { className: "size-4 text-primary", color: "currentColor", stroke: "currentColor" }) }) : null,
1875
- /* @__PURE__ */ jsx("h2", { className: "truncate text-[15px] font-semibold leading-5 text-foreground", children: title })
1875
+ /* @__PURE__ */ jsx("h2", { className: "min-w-0 truncate text-[15px] font-semibold leading-5 text-foreground", children: title })
1876
1876
  ] }),
1877
1877
  action ? /* @__PURE__ */ jsx("div", { className: "shrink-0", children: action }) : null
1878
1878
  ] }) : void 0,