@pagelines/sdk 1.0.694 → 1.0.696
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/AgentWrap.js +3 -3
- package/dist/AgentWrap.js.map +1 -1
- package/dist/widget.js +1 -1
- package/package.json +1 -1
package/dist/AgentWrap.js
CHANGED
|
@@ -4390,7 +4390,7 @@ var Cr = [
|
|
|
4390
4390
|
}) : [];
|
|
4391
4391
|
});
|
|
4392
4392
|
return (t, n) => (k(), h("div", {
|
|
4393
|
-
class: "chat-msg-rich
|
|
4393
|
+
class: "chat-msg-rich break-words text-[14px] leading-relaxed @sm/chat:max-w-[55ch] @sm/chat:text-[16px] @sm/chat:leading-relaxed",
|
|
4394
4394
|
onErrorCapture: onRichTextAssetError
|
|
4395
4395
|
}, [(k(!0), h(u, null, j(o.value, (t) => (k(), h(u, { key: t.key }, [t.kind === "markdown" ? (k(), h("div", {
|
|
4396
4396
|
key: 0,
|
|
@@ -4889,7 +4889,7 @@ var Cr = [
|
|
|
4889
4889
|
}])
|
|
4890
4890
|
}, [_("div", {
|
|
4891
4891
|
"data-test": "messaging-message-body",
|
|
4892
|
-
class: C(e.sender === "user" ? "max-w-[min(78%,30rem)]" : "w-full min-w-0 @sm/chat:pr-[1em]")
|
|
4892
|
+
class: C(e.sender === "user" ? "max-w-[min(78%,30rem)]" : "w-full min-w-0 @sm/chat:pr-[1em] @lg/chat:pr-[2em]")
|
|
4893
4893
|
}, [blockAttachmentsForMessage(e).length ? (k(), h("div", {
|
|
4894
4894
|
key: 0,
|
|
4895
4895
|
class: C(["mb-1 space-y-1", e.sender === "user" ? "flex flex-col items-end" : ""])
|
|
@@ -4962,7 +4962,7 @@ var Cr = [
|
|
|
4962
4962
|
}, null, 8, ["model", "is-light"])], 8, Ti)) : e.kind === "text" && e.content ? (k(), h("div", {
|
|
4963
4963
|
key: 1,
|
|
4964
4964
|
"data-test": "messaging-live-text-block",
|
|
4965
|
-
class: C(["mb-4 @sm/chat:pr-[1em]", G.value ? "text-theme-800" : "text-white/95"])
|
|
4965
|
+
class: C(["mb-4 @sm/chat:pr-[1em] @lg/chat:pr-[2em]", G.value ? "text-theme-800" : "text-white/95"])
|
|
4966
4966
|
}, [b($r, {
|
|
4967
4967
|
text: e.content,
|
|
4968
4968
|
inverted: !G.value,
|