tanya-chatbot 0.5.4 → 0.5.6
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/tanya-chatbot.es.js
CHANGED
|
@@ -1325,7 +1325,13 @@ const at = (t) => {
|
|
|
1325
1325
|
et.map((s, w) => {
|
|
1326
1326
|
var h, g;
|
|
1327
1327
|
return /* @__PURE__ */ u("div", { children: [
|
|
1328
|
-
/* @__PURE__ */ a(
|
|
1328
|
+
/* @__PURE__ */ a(
|
|
1329
|
+
"div",
|
|
1330
|
+
{
|
|
1331
|
+
className: "flex justify-end",
|
|
1332
|
+
children: /* @__PURE__ */ a("p", { className: "text-sm font-nunitoSans font-bold text-[#000000] bg-[#E2DBFF] border border-[#C9C2DE] rounded-l-xl p-2 m-3 mb-4 rounded-br-xl max-w-[75%]", children: s.query })
|
|
1333
|
+
}
|
|
1334
|
+
),
|
|
1329
1335
|
s.response && s.response.includes("Thinking") ? /* @__PURE__ */ a("div", { children: /* @__PURE__ */ a(
|
|
1330
1336
|
"div",
|
|
1331
1337
|
{
|
|
@@ -1546,7 +1552,7 @@ const at = (t) => {
|
|
|
1546
1552
|
}
|
|
1547
1553
|
) })
|
|
1548
1554
|
] }) }),
|
|
1549
|
-
/* @__PURE__ */ a("div", { className: "mb-20"
|
|
1555
|
+
/* @__PURE__ */ a("div", { className: "mb-20" })
|
|
1550
1556
|
] }, w);
|
|
1551
1557
|
})
|
|
1552
1558
|
]
|