@webless/agent 0.14.0 → 0.14.1
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-2Q754CIY.js → chunk-ZHEXHTHJ.js} +2 -2
- package/dist/chunk-ZHEXHTHJ.js.map +1 -0
- package/dist/embed.cjs +1 -1
- package/dist/embed.cjs.map +1 -1
- package/dist/embed.css +1 -1
- package/dist/embed.css.map +1 -1
- package/dist/embed.js +1 -1
- package/dist/react.cjs +1 -1
- package/dist/react.cjs.map +1 -1
- package/dist/react.css +1 -1
- package/dist/react.css.map +1 -1
- package/dist/react.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-2Q754CIY.js.map +0 -1
|
@@ -7571,7 +7571,7 @@ function AgentRail({
|
|
|
7571
7571
|
disabled: handoff.busy || handoff.hasPending || isBusy,
|
|
7572
7572
|
title: "Chat with a human representative",
|
|
7573
7573
|
onClick: () => void handoff.start(),
|
|
7574
|
-
children: "Talk to
|
|
7574
|
+
children: "Talk to an Expert"
|
|
7575
7575
|
}
|
|
7576
7576
|
) : null
|
|
7577
7577
|
] });
|
|
@@ -8786,4 +8786,4 @@ export {
|
|
|
8786
8786
|
sendAgentAnswerFeedback,
|
|
8787
8787
|
AgentWidget
|
|
8788
8788
|
};
|
|
8789
|
-
//# sourceMappingURL=chunk-
|
|
8789
|
+
//# sourceMappingURL=chunk-ZHEXHTHJ.js.map
|