@unctad-ai/voice-agent-ui 5.4.5 → 5.4.7

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.
@@ -5,7 +5,7 @@ import {
5
5
  SliderSetting,
6
6
  ToggleSetting,
7
7
  VoiceSettingsView
8
- } from "./chunk-KYZTZ7FR.js";
8
+ } from "./chunk-YWDI7ZAG.js";
9
9
  export {
10
10
  Divider,
11
11
  SelectSetting,
@@ -14,4 +14,4 @@ export {
14
14
  ToggleSetting,
15
15
  VoiceSettingsView as default
16
16
  };
17
- //# sourceMappingURL=VoiceSettingsView-LWZKDZHT.js.map
17
+ //# sourceMappingURL=VoiceSettingsView-4OH3CYM6.js.map
@@ -1949,7 +1949,7 @@ function VoiceSettingsView({ onBack, onVolumeChange }) {
1949
1949
  ) : /* @__PURE__ */ jsx3("span", {}),
1950
1950
  /* @__PURE__ */ jsxs2("span", { children: [
1951
1951
  "Kit v",
1952
- /* @__PURE__ */ jsx3("span", { style: { fontWeight: 500, color: "#6b7280" }, children: "5.4.5" })
1952
+ /* @__PURE__ */ jsx3("span", { style: { fontWeight: 500, color: "#6b7280" }, children: "5.4.7" })
1953
1953
  ] })
1954
1954
  ] }) })
1955
1955
  ]
@@ -2041,4 +2041,4 @@ export {
2041
2041
  SettingsSection,
2042
2042
  Divider
2043
2043
  };
2044
- //# sourceMappingURL=chunk-KYZTZ7FR.js.map
2044
+ //# sourceMappingURL=chunk-YWDI7ZAG.js.map
package/dist/index.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  VoiceSettingsProvider,
9
9
  VoiceSettingsView,
10
10
  useVoiceSettings
11
- } from "./chunk-KYZTZ7FR.js";
11
+ } from "./chunk-YWDI7ZAG.js";
12
12
 
13
13
  // src/VoiceAgentProvider.tsx
14
14
  import { SiteConfigProvider } from "@unctad-ai/voice-agent-core";
@@ -1778,7 +1778,7 @@ function PipelineMetricsBar({
1778
1778
 
1779
1779
  // src/components/GlassCopilotPanel.tsx
1780
1780
  import { jsx as jsx9, jsxs as jsxs8 } from "react/jsx-runtime";
1781
- var VoiceSettingsView2 = lazy(() => import("./VoiceSettingsView-LWZKDZHT.js"));
1781
+ var VoiceSettingsView2 = lazy(() => import("./VoiceSettingsView-4OH3CYM6.js"));
1782
1782
  var RETRY_INITIAL_MS = 3e3;
1783
1783
  var RETRY_MAX_MS = 3e4;
1784
1784
  var STATE_LABELS = {
@@ -2998,7 +2998,7 @@ function WiredPanelInner({
2998
2998
  timings: lastTimings ?? void 0,
2999
2999
  route: window.location.pathname,
3000
3000
  copilotName: config.copilotName,
3001
- kitVersion: "5.4.5"
3001
+ kitVersion: "5.4.7"
3002
3002
  })
3003
3003
  });
3004
3004
  const body = await res.json().catch(() => ({ ticketId: void 0 }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unctad-ai/voice-agent-ui",
3
- "version": "5.4.5",
3
+ "version": "5.4.7",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -19,8 +19,8 @@
19
19
  "dependencies": {
20
20
  "clsx": "^2.1.0",
21
21
  "tailwind-merge": "^3.5.0",
22
- "@unctad-ai/voice-agent-core": "5.4.5",
23
- "@unctad-ai/voice-agent-registries": "5.4.5"
22
+ "@unctad-ai/voice-agent-registries": "5.4.7",
23
+ "@unctad-ai/voice-agent-core": "5.4.7"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "lucide-react": "*",