teodor-new-chat-ui 4.3.219 → 4.3.221
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 +1 -1
- package/dist/index.umd.js +23 -23
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -14443,7 +14443,7 @@ const Hc = (e, t) => (e == null ? void 0 : e.id) ?? `message-${t}`, jC = (e) =>
|
|
|
14443
14443
|
/* @__PURE__ */ u.jsx("span", { children: "Timeline" }),
|
|
14444
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-40 rounded-md border bg-background p-3 text-[11px] font-normal text-muted-foreground shadow-lg group-hover:block whitespace-normal leading-relaxed
|
|
14446
|
+
/* @__PURE__ */ u.jsx("div", { className: "pointer-events-auto fixed hidden w-40 rounded-md border bg-background p-3 text-[11px] font-normal text-muted-foreground shadow-lg group-hover:block whitespace-normal leading-relaxed z-40", style: { bottom: "auto", left: "12rem" }, 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" }),
|