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.
- package/dist/chunks/{dashboard-plus-C7uUftoD.js → dashboard-plus-1s_iBWQr.js} +33 -31
- package/dist/chunks/{dashboard-plus-COsYOlTa.js → dashboard-plus-DIjFtFc6.js} +2 -2
- package/dist/chunks/{index-CJMhour3.js → index-BosNj_7T.js} +8 -8
- package/dist/chunks/{index-HA1yx8Py.js → index-He30A9nQ.js} +55 -55
- package/dist/dashboard/index.cjs +1 -1
- package/dist/dashboard/index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +2 -2
- package/dist/style.css +1 -1
- package/dist/surfboard/index.cjs +1 -1
- package/dist/surfboard/index.js +1 -1
- package/package.json +1 -1
|
@@ -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-
|
|
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
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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"
|