@unctad-ai/voice-agent-ui 5.2.5 → 5.2.6
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/{VoiceSettingsView-6QTJRFZ6.js → VoiceSettingsView-FD5HKUJU.js} +2 -2
- package/dist/{chunk-RZHUDZVZ.js → chunk-3NIMUSO2.js} +2 -2
- package/dist/index.js +3 -3
- package/package.json +3 -3
- /package/dist/{VoiceSettingsView-6QTJRFZ6.js.map → VoiceSettingsView-FD5HKUJU.js.map} +0 -0
- /package/dist/{chunk-RZHUDZVZ.js.map → chunk-3NIMUSO2.js.map} +0 -0
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
SliderSetting,
|
|
6
6
|
ToggleSetting,
|
|
7
7
|
VoiceSettingsView
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-3NIMUSO2.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-
|
|
17
|
+
//# sourceMappingURL=VoiceSettingsView-FD5HKUJU.js.map
|
|
@@ -1903,7 +1903,7 @@ function VoiceSettingsView({ onBack, onVolumeChange }) {
|
|
|
1903
1903
|
) : /* @__PURE__ */ jsx3("span", {}),
|
|
1904
1904
|
/* @__PURE__ */ jsxs2("span", { children: [
|
|
1905
1905
|
"Kit v",
|
|
1906
|
-
/* @__PURE__ */ jsx3("span", { style: { fontWeight: 500, color: "#6b7280" }, children: "5.2.
|
|
1906
|
+
/* @__PURE__ */ jsx3("span", { style: { fontWeight: 500, color: "#6b7280" }, children: "5.2.6" })
|
|
1907
1907
|
] })
|
|
1908
1908
|
] }) })
|
|
1909
1909
|
]
|
|
@@ -1995,4 +1995,4 @@ export {
|
|
|
1995
1995
|
SettingsSection,
|
|
1996
1996
|
Divider
|
|
1997
1997
|
};
|
|
1998
|
-
//# sourceMappingURL=chunk-
|
|
1998
|
+
//# sourceMappingURL=chunk-3NIMUSO2.js.map
|
package/dist/index.js
CHANGED
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
VoiceSettingsProvider,
|
|
9
9
|
VoiceSettingsView,
|
|
10
10
|
useVoiceSettings
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-3NIMUSO2.js";
|
|
12
12
|
|
|
13
13
|
// src/VoiceAgentProvider.tsx
|
|
14
14
|
import { SiteConfigProvider } from "@unctad-ai/voice-agent-core";
|
|
@@ -1764,7 +1764,7 @@ function PipelineMetricsBar({
|
|
|
1764
1764
|
|
|
1765
1765
|
// src/components/GlassCopilotPanel.tsx
|
|
1766
1766
|
import { jsx as jsx9, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
1767
|
-
var VoiceSettingsView2 = lazy(() => import("./VoiceSettingsView-
|
|
1767
|
+
var VoiceSettingsView2 = lazy(() => import("./VoiceSettingsView-FD5HKUJU.js"));
|
|
1768
1768
|
var RETRY_INITIAL_MS = 3e3;
|
|
1769
1769
|
var RETRY_MAX_MS = 3e4;
|
|
1770
1770
|
var STATE_LABELS = {
|
|
@@ -2910,7 +2910,7 @@ function WiredPanelInner({
|
|
|
2910
2910
|
timings: lastTimings ?? void 0,
|
|
2911
2911
|
route: window.location.pathname,
|
|
2912
2912
|
copilotName: config.copilotName,
|
|
2913
|
-
kitVersion: "5.2.
|
|
2913
|
+
kitVersion: "5.2.6"
|
|
2914
2914
|
})
|
|
2915
2915
|
});
|
|
2916
2916
|
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.2.
|
|
3
|
+
"version": "5.2.6",
|
|
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-
|
|
23
|
-
"@unctad-ai/voice-agent-
|
|
22
|
+
"@unctad-ai/voice-agent-registries": "5.2.6",
|
|
23
|
+
"@unctad-ai/voice-agent-core": "5.2.6"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"lucide-react": "*",
|
|
File without changes
|
|
File without changes
|