@unctad-ai/voice-agent-ui 5.4.2 → 5.4.4
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-6G2WIP4R.js → VoiceSettingsView-JSFEXCBI.js} +2 -2
- package/dist/{chunk-DNAW3EKR.js → chunk-5RSFLMYI.js} +2 -2
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- /package/dist/{VoiceSettingsView-6G2WIP4R.js.map → VoiceSettingsView-JSFEXCBI.js.map} +0 -0
- /package/dist/{chunk-DNAW3EKR.js.map → chunk-5RSFLMYI.js.map} +0 -0
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
SliderSetting,
|
|
6
6
|
ToggleSetting,
|
|
7
7
|
VoiceSettingsView
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-5RSFLMYI.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-JSFEXCBI.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.
|
|
1952
|
+
/* @__PURE__ */ jsx3("span", { style: { fontWeight: 500, color: "#6b7280" }, children: "5.4.4" })
|
|
1953
1953
|
] })
|
|
1954
1954
|
] }) })
|
|
1955
1955
|
]
|
|
@@ -2041,4 +2041,4 @@ export {
|
|
|
2041
2041
|
SettingsSection,
|
|
2042
2042
|
Divider
|
|
2043
2043
|
};
|
|
2044
|
-
//# sourceMappingURL=chunk-
|
|
2044
|
+
//# sourceMappingURL=chunk-5RSFLMYI.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-5RSFLMYI.js";
|
|
12
12
|
|
|
13
13
|
// src/VoiceAgentProvider.tsx
|
|
14
14
|
import { SiteConfigProvider } from "@unctad-ai/voice-agent-core";
|
|
@@ -1099,7 +1099,7 @@ function VoiceTranscript({
|
|
|
1099
1099
|
color: "#1a1a1a"
|
|
1100
1100
|
}
|
|
1101
1101
|
}
|
|
1102
|
-
) : /* @__PURE__ */ jsx4(
|
|
1102
|
+
) : isAI && isLast && voiceState === "PROCESSING" ? null : /* @__PURE__ */ jsx4(
|
|
1103
1103
|
FormattedText,
|
|
1104
1104
|
{
|
|
1105
1105
|
text: displayText,
|
|
@@ -1761,7 +1761,7 @@ function PipelineMetricsBar({
|
|
|
1761
1761
|
|
|
1762
1762
|
// src/components/GlassCopilotPanel.tsx
|
|
1763
1763
|
import { jsx as jsx9, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
1764
|
-
var VoiceSettingsView2 = lazy(() => import("./VoiceSettingsView-
|
|
1764
|
+
var VoiceSettingsView2 = lazy(() => import("./VoiceSettingsView-JSFEXCBI.js"));
|
|
1765
1765
|
var RETRY_INITIAL_MS = 3e3;
|
|
1766
1766
|
var RETRY_MAX_MS = 3e4;
|
|
1767
1767
|
var STATE_LABELS = {
|
|
@@ -2977,7 +2977,7 @@ function WiredPanelInner({
|
|
|
2977
2977
|
timings: lastTimings ?? void 0,
|
|
2978
2978
|
route: window.location.pathname,
|
|
2979
2979
|
copilotName: config.copilotName,
|
|
2980
|
-
kitVersion: "5.4.
|
|
2980
|
+
kitVersion: "5.4.4"
|
|
2981
2981
|
})
|
|
2982
2982
|
});
|
|
2983
2983
|
const body = await res.json().catch(() => ({ ticketId: void 0 }));
|