teodor-new-chat-ui 4.3.215 → 4.3.216

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.esm.js CHANGED
@@ -14441,9 +14441,9 @@ const Hc = (e, t) => (e == null ? void 0 : e.id) ?? `message-${t}`, jC = (e) =>
14441
14441
  /* @__PURE__ */ u.jsxs("div", { className: "relative flex-1 overflow-y-auto pt-5 pb-5 pr-1", children: [
14442
14442
  /* @__PURE__ */ u.jsxs("div", { className: "absolute left-0 right-0 top-1 flex items-center justify-between px-2 pb-3 text-xs font-semibold uppercase tracking-wide text-muted-foreground", children: [
14443
14443
  /* @__PURE__ */ u.jsx("span", { children: "Timeline" }),
14444
- /* @__PURE__ */ u.jsxs("div", { className: "group relative z-50", children: [
14444
+ /* @__PURE__ */ u.jsxs("div", { className: "group relative", children: [
14445
14445
  /* @__PURE__ */ u.jsx(ym, { className: "h-3.5 w-3.5 text-muted-foreground cursor-help" }),
14446
- /* @__PURE__ */ u.jsx("div", { className: "pointer-events-auto fixed hidden w-56 rounded-md border bg-background p-3 text-[11px] font-normal text-muted-foreground shadow-lg group-hover:block whitespace-normal leading-relaxed", style: { zIndex: 9999 }, children: 'Shows user inputs and the latest loop checkpoint. Click a dot to jump the chat to that point. Click on the "Latest" button to return to the most recent messages.' })
14446
+ /* @__PURE__ */ u.jsx("div", { className: "pointer-events-auto absolute hidden w-56 rounded-md border bg-background p-3 text-[11px] font-normal text-muted-foreground shadow-lg group-hover:block whitespace-normal leading-relaxed top-full mt-2 right-0 z-10", children: 'Shows user inputs and the latest loop checkpoint. Click a dot to jump the chat to that point. Click on the "Latest" button to return to the most recent messages.' })
14447
14447
  ] })
14448
14448
  ] }),
14449
14449
  /* @__PURE__ */ u.jsx("div", { className: "pointer-events-none absolute left-5 top-0 bottom-0 w-px bg-border/50" }),