@webless/agent 0.6.4 → 0.6.5
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/{chunk-Y4DCEJDC.js → chunk-U2TIUZJM.js} +3 -6
- package/dist/chunk-U2TIUZJM.js.map +1 -0
- package/dist/embed.cjs +2 -5
- package/dist/embed.cjs.map +1 -1
- package/dist/embed.css +38 -31
- package/dist/embed.css.map +1 -1
- package/dist/embed.js +1 -1
- package/dist/react.cjs +2 -5
- package/dist/react.cjs.map +1 -1
- package/dist/react.css +38 -31
- package/dist/react.css.map +1 -1
- package/dist/react.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-Y4DCEJDC.js.map +0 -1
|
@@ -3029,7 +3029,7 @@ function AgentActivityBubble({
|
|
|
3029
3029
|
workSummary(steps, failed, brandLabel)
|
|
3030
3030
|
] }),
|
|
3031
3031
|
/* @__PURE__ */ jsxs("div", { className: "agent-activity-bubble__details", children: [
|
|
3032
|
-
/* @__PURE__ */
|
|
3032
|
+
/* @__PURE__ */ jsx(
|
|
3033
3033
|
"button",
|
|
3034
3034
|
{
|
|
3035
3035
|
type: "button",
|
|
@@ -3041,10 +3041,7 @@ function AgentActivityBubble({
|
|
|
3041
3041
|
(current) => current === receiptId ? null : receiptId
|
|
3042
3042
|
);
|
|
3043
3043
|
},
|
|
3044
|
-
children:
|
|
3045
|
-
/* @__PURE__ */ jsx("span", { className: "agent-activity-bubble__summary-title", children: "How this answer was made" }),
|
|
3046
|
-
/* @__PURE__ */ jsx("span", { className: "agent-activity-bubble__summary-toggle", children: detailsOpen ? "Hide work" : "Show work" })
|
|
3047
|
-
]
|
|
3044
|
+
children: "How this answer was made"
|
|
3048
3045
|
}
|
|
3049
3046
|
),
|
|
3050
3047
|
detailsOpen ? /* @__PURE__ */ jsx("ol", { className: "agent-activity-bubble__steps", children: visibleSteps.map((step) => {
|
|
@@ -4904,4 +4901,4 @@ export {
|
|
|
4904
4901
|
AssistEdgeTab,
|
|
4905
4902
|
AgentWidget
|
|
4906
4903
|
};
|
|
4907
|
-
//# sourceMappingURL=chunk-
|
|
4904
|
+
//# sourceMappingURL=chunk-U2TIUZJM.js.map
|