@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.js CHANGED
@@ -1227,7 +1227,7 @@ function AgentTimeline({ entries, renderMarkdown, uiState, maxHeight = "300px" }
1227
1227
  className: maxHeight !== "none" ? "overflow-y-auto" : "",
1228
1228
  style: scrollStyle,
1229
1229
  children: [
1230
- /* @__PURE__ */ 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: [
1230
+ /* @__PURE__ */ 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: [
1231
1231
  TYPE_CONFIG.filter((tc) => availableTypes.has(tc.type)).map((tc) => {
1232
1232
  const isActive = activeFilters.has(tc.type);
1233
1233
  const count = entries.filter((e) => e.type === tc.type).length;
@@ -1385,7 +1385,7 @@ var AgentResponse = React11.forwardRef(
1385
1385
  elapsedTime
1386
1386
  }
1387
1387
  ),
1388
- hasTimelineEntries ? thinkingExpanded && /* @__PURE__ */ jsx("div", { className: "pl-3 pb-3 border-t border-border", children: /* @__PURE__ */ jsx(
1388
+ hasTimelineEntries ? thinkingExpanded && /* @__PURE__ */ jsx("div", { className: "pb-3 border-t border-border", children: /* @__PURE__ */ jsx(
1389
1389
  AgentTimeline,
1390
1390
  {
1391
1391
  entries: state.timelineEntries,