react-semaphor 0.0.582 → 0.0.584

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.
@@ -78375,8 +78375,8 @@ function iFe({ errorMessage: e }) {
78375
78375
  ] });
78376
78376
  }
78377
78377
  function aFe({ text: e }) {
78378
- return /* @__PURE__ */ P("div", { className: "group relative rounded-md bg-muted/50 p-3 text-sm", children: [
78379
- /* @__PURE__ */ p(Ate, { className: "float-left mr-2 size-4" }),
78378
+ return /* @__PURE__ */ P("div", { className: "group relative rounded-md border border-border/50 bg-muted/50 p-3 text-sm", children: [
78379
+ /* @__PURE__ */ p(Ate, { className: "float-left mr-2 mt-0.5 size-3.5" }),
78380
78380
  /* @__PURE__ */ p("div", { className: "whitespace-pre-line", children: e }),
78381
78381
  /* @__PURE__ */ p("div", { className: "absolute right-1 top-1 opacity-0 transition-opacity group-hover:opacity-100", children: /* @__PURE__ */ p(Sy, { text: e, className: "h-6" }) })
78382
78382
  ] });
@@ -78427,11 +78427,11 @@ function cFe({
78427
78427
  l
78428
78428
  ) }) : i.role === "system" && r ? /* @__PURE__ */ p(sFe, { text: s.text }, l) : null;
78429
78429
  case "reasoning":
78430
- return s.state === "streaming" ? /* @__PURE__ */ p("div", { className: "animate-pulse", children: s.text ? /* @__PURE__ */ p(
78430
+ return s.state === "streaming" ? /* @__PURE__ */ p("div", { className: "mt-2 animate-pulse", children: s.text ? /* @__PURE__ */ p(
78431
78431
  x5,
78432
78432
  {
78433
78433
  className: "text-xs text-muted-foreground",
78434
- text: s.text || "Reasoning..."
78434
+ text: s.text
78435
78435
  }
78436
78436
  ) : /* @__PURE__ */ p(PE, { text: "Reasoning..." }) }, l) : null;
78437
78437
  case "tool-getTableColumns":
@@ -78441,7 +78441,7 @@ function cFe({
78441
78441
  idx: l,
78442
78442
  toolStatusText: {
78443
78443
  "input-streaming": "Fetching table columns...",
78444
- "input-available": "Table columns fetched"
78444
+ "input-available": "Reading column definitions..."
78445
78445
  }
78446
78446
  });
78447
78447
  case "tool-getChartDataFromSqlAndPython":
@@ -78453,7 +78453,7 @@ function cFe({
78453
78453
  idx: l,
78454
78454
  toolStatusText: {
78455
78455
  "input-streaming": "Fetching data...",
78456
- "input-available": "Data fetched"
78456
+ "input-available": "Sythesizing response..."
78457
78457
  },
78458
78458
  onAddToDashboard: n,
78459
78459
  Component: dDe
@@ -78505,7 +78505,7 @@ function cFe({
78505
78505
  idx: l,
78506
78506
  toolStatusText: {
78507
78507
  "input-streaming": "Inspecting table data...",
78508
- "input-available": "Table data inspected"
78508
+ "input-available": "Analyzing data..."
78509
78509
  }
78510
78510
  });
78511
78511
  default:
@@ -87066,7 +87066,7 @@ const Fq = Mn(
87066
87066
  N(), a == null || a();
87067
87067
  },
87068
87068
  placeholder: "Ask a question...",
87069
- className: "max-h-[200px] min-h-[40px] w-full resize-none overflow-y-auto border-0 bg-transparent px-3 py-2 text-foreground placeholder:text-muted-foreground/50 focus:outline-none focus:ring-0",
87069
+ className: "max-h-[200px] min-h-[40px] w-full resize-none overflow-y-auto border-0 bg-transparent px-3 py-2 text-sm text-foreground placeholder:text-muted-foreground/50 focus:outline-none focus:ring-0",
87070
87070
  style: {
87071
87071
  height: "40px",
87072
87072
  lineHeight: "1.5"