@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/embed.js CHANGED
@@ -9,7 +9,7 @@ import {
9
9
  resetAgentPanel,
10
10
  resolveAgentRuntimeConfig,
11
11
  submitAgentPanel
12
- } from "./chunk-2Q754CIY.js";
12
+ } from "./chunk-ZHEXHTHJ.js";
13
13
 
14
14
  // src/embed/mount.tsx
15
15
  import { createRoot } from "react-dom/client";
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 a person"
7690
+ children: "Talk to an Expert"
7691
7691
  }
7692
7692
  ) : null
7693
7693
  ] });