@optilogic/chat 1.0.0-beta.13 → 1.0.0-beta.14

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.cjs CHANGED
@@ -1248,7 +1248,7 @@ function AgentTimeline({ entries, renderMarkdown, uiState, maxHeight = "300px" }
1248
1248
  className: maxHeight !== "none" ? "overflow-y-auto" : "",
1249
1249
  style: scrollStyle,
1250
1250
  children: [
1251
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "sticky top-0 z-10 bg-background flex items-center gap-1 py-1.5 mb-1 border-b border-border/50 flex-wrap", children: [
1251
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "sticky top-0 z-10 bg-background flex items-center gap-1 py-1.5 mb-1 border-b border-border/50 flex-wrap pl-2", children: [
1252
1252
  TYPE_CONFIG.filter((tc) => availableTypes.has(tc.type)).map((tc) => {
1253
1253
  const isActive = activeFilters.has(tc.type);
1254
1254
  const count = entries.filter((e) => e.type === tc.type).length;
@@ -1406,7 +1406,7 @@ var AgentResponse = React11__namespace.forwardRef(
1406
1406
  elapsedTime
1407
1407
  }
1408
1408
  ),
1409
- hasTimelineEntries ? thinkingExpanded && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "pl-3 pb-3 border-t border-border", children: /* @__PURE__ */ jsxRuntime.jsx(
1409
+ hasTimelineEntries ? thinkingExpanded && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "pb-3 border-t border-border", children: /* @__PURE__ */ jsxRuntime.jsx(
1410
1410
  AgentTimeline,
1411
1411
  {
1412
1412
  entries: state.timelineEntries,