@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
package/dist/embed.cjs
CHANGED
|
@@ -7689,7 +7689,7 @@ function AgentRail({
|
|
|
7689
7689
|
disabled: handoff.busy || handoff.hasPending || isBusy,
|
|
7690
7690
|
title: "Chat with a human representative",
|
|
7691
7691
|
onClick: () => void handoff.start(),
|
|
7692
|
-
children: "Talk to
|
|
7692
|
+
children: "Talk to an Expert"
|
|
7693
7693
|
}
|
|
7694
7694
|
) : null
|
|
7695
7695
|
] });
|