@unctad-ai/voice-agent-ui 5.1.0 → 5.1.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.
@@ -5,7 +5,7 @@ import {
5
5
  SliderSetting,
6
6
  ToggleSetting,
7
7
  VoiceSettingsView
8
- } from "./chunk-JUEDGAZN.js";
8
+ } from "./chunk-2Y43PT5D.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-ZONLN45Z.js.map
17
+ //# sourceMappingURL=VoiceSettingsView-2CCGBBY4.js.map
@@ -1902,7 +1902,7 @@ function VoiceSettingsView({ onBack, onVolumeChange }) {
1902
1902
  ) : /* @__PURE__ */ jsx3("span", {}),
1903
1903
  /* @__PURE__ */ jsxs2("span", { children: [
1904
1904
  "Kit v",
1905
- /* @__PURE__ */ jsx3("span", { style: { fontWeight: 500, color: "#6b7280" }, children: "5.1.0" })
1905
+ /* @__PURE__ */ jsx3("span", { style: { fontWeight: 500, color: "#6b7280" }, children: "5.1.1" })
1906
1906
  ] })
1907
1907
  ] }) })
1908
1908
  ]
@@ -1994,4 +1994,4 @@ export {
1994
1994
  SettingsSection,
1995
1995
  Divider
1996
1996
  };
1997
- //# sourceMappingURL=chunk-JUEDGAZN.js.map
1997
+ //# sourceMappingURL=chunk-2Y43PT5D.js.map
package/dist/index.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  VoiceSettingsProvider,
9
9
  VoiceSettingsView,
10
10
  useVoiceSettings
11
- } from "./chunk-JUEDGAZN.js";
11
+ } from "./chunk-2Y43PT5D.js";
12
12
 
13
13
  // src/VoiceAgentProvider.tsx
14
14
  import { SiteConfigProvider } from "@unctad-ai/voice-agent-core";
@@ -1708,7 +1708,7 @@ function PipelineMetricsBar({
1708
1708
 
1709
1709
  // src/components/GlassCopilotPanel.tsx
1710
1710
  import { jsx as jsx9, jsxs as jsxs8 } from "react/jsx-runtime";
1711
- var VoiceSettingsView2 = lazy(() => import("./VoiceSettingsView-ZONLN45Z.js"));
1711
+ var VoiceSettingsView2 = lazy(() => import("./VoiceSettingsView-2CCGBBY4.js"));
1712
1712
  var RETRY_INITIAL_MS = 3e3;
1713
1713
  var RETRY_MAX_MS = 3e4;
1714
1714
  var STATE_LABELS = {
@@ -2665,7 +2665,7 @@ function WiredPanelInner({
2665
2665
  timings: lastTimings ?? void 0,
2666
2666
  route: window.location.pathname,
2667
2667
  copilotName: config.copilotName,
2668
- kitVersion: "5.1.0"
2668
+ kitVersion: "5.1.1"
2669
2669
  })
2670
2670
  });
2671
2671
  setFeedbackSentTurn(target.turnNumber);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unctad-ai/voice-agent-ui",
3
- "version": "5.1.0",
3
+ "version": "5.1.1",
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-registries": "5.1.0",
23
- "@unctad-ai/voice-agent-core": "5.1.0"
22
+ "@unctad-ai/voice-agent-core": "5.1.1",
23
+ "@unctad-ai/voice-agent-registries": "5.1.1"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "lucide-react": "*",