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