@eloquentai/chat-sdk 0.28.21-dev → 0.28.22-dev
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-BKe4FyFj.js → index-CnlucPSx.js} +8 -5
- package/dist/{index-BKe4FyFj.js.map → index-CnlucPSx.js.map} +1 -1
- package/dist/{index-DB1jTwNk.js → index-Vspwp-24.js} +2 -2
- package/dist/{index-DB1jTwNk.js.map → index-Vspwp-24.js.map} +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -6,16 +6,16 @@ import Bg, { createPortal as gs } from "react-dom";
|
|
|
6
6
|
import Vg from "react-dom/client";
|
|
7
7
|
try {
|
|
8
8
|
let e = typeof window < "u" ? window : typeof global < "u" ? global : typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : {}, t = new e.Error().stack;
|
|
9
|
-
t && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[t] = "
|
|
9
|
+
t && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[t] = "36e0e489-f832-44d2-84de-655eaa320f5b", e._sentryDebugIdIdentifier = "sentry-dbid-36e0e489-f832-44d2-84de-655eaa320f5b");
|
|
10
10
|
} catch {
|
|
11
11
|
}
|
|
12
12
|
{
|
|
13
13
|
let e = typeof window < "u" ? window : typeof global < "u" ? global : typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : {};
|
|
14
|
-
e.SENTRY_RELEASE = { id: "
|
|
14
|
+
e.SENTRY_RELEASE = { id: "783ea3bc11a349f73998c116eb937a2475fc646d" };
|
|
15
15
|
}
|
|
16
16
|
if (typeof window < "u") {
|
|
17
17
|
const e = "development";
|
|
18
|
-
import("./index-
|
|
18
|
+
import("./index-Vspwp-24.js").then((t) => {
|
|
19
19
|
t.init({
|
|
20
20
|
dsn: void 0,
|
|
21
21
|
environment: e,
|
|
@@ -23791,7 +23791,10 @@ function QC({
|
|
|
23791
23791
|
fgColor: "#ffffff"
|
|
23792
23792
|
}
|
|
23793
23793
|
) }),
|
|
23794
|
-
/* @__PURE__ */
|
|
23794
|
+
/* @__PURE__ */ De("div", { className: "flex flex-col", children: [
|
|
23795
|
+
/* @__PURE__ */ L("h2", { className: "text-sm text-foreground font-semibold", children: n.assistantName }),
|
|
23796
|
+
/* @__PURE__ */ L("span", { className: "text-xs text-gray-500", children: n.subtitle })
|
|
23797
|
+
] })
|
|
23795
23798
|
] }),
|
|
23796
23799
|
/* @__PURE__ */ De("div", { children: [
|
|
23797
23800
|
n.cleanChatButton && /* @__PURE__ */ L(
|
|
@@ -30653,4 +30656,4 @@ export {
|
|
|
30653
30656
|
xN as r,
|
|
30654
30657
|
nN as u
|
|
30655
30658
|
};
|
|
30656
|
-
//# sourceMappingURL=index-
|
|
30659
|
+
//# sourceMappingURL=index-CnlucPSx.js.map
|