@unctad-ai/voice-agent-ui 1.0.8 → 1.0.9
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-PXEMZLVK.js → VoiceSettingsView-N6AV577N.js} +2 -2
- package/dist/{chunk-YCJGLETL.js → chunk-6VLRVQZ4.js} +2 -2
- package/dist/index.js +2 -2
- package/package.json +3 -3
- /package/dist/{VoiceSettingsView-PXEMZLVK.js.map → VoiceSettingsView-N6AV577N.js.map} +0 -0
- /package/dist/{chunk-YCJGLETL.js.map → chunk-6VLRVQZ4.js.map} +0 -0
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
SliderSetting,
|
|
6
6
|
ToggleSetting,
|
|
7
7
|
VoiceSettingsView
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-6VLRVQZ4.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-N6AV577N.js.map
|
|
@@ -1185,7 +1185,7 @@ function VoiceSettingsView({ onBack, onVolumeChange }) {
|
|
|
1185
1185
|
] }),
|
|
1186
1186
|
/* @__PURE__ */ jsxs2("div", { style: { paddingTop: 2, paddingBottom: 4, fontSize: 11, color: "#9ca3af" }, children: [
|
|
1187
1187
|
"Kit version: ",
|
|
1188
|
-
/* @__PURE__ */ jsx3("span", { style: { fontWeight: 500, color: "#6b7280" }, children: "1.0.
|
|
1188
|
+
/* @__PURE__ */ jsx3("span", { style: { fontWeight: 500, color: "#6b7280" }, children: "1.0.9" })
|
|
1189
1189
|
] })
|
|
1190
1190
|
] })
|
|
1191
1191
|
] })
|
|
@@ -1278,4 +1278,4 @@ export {
|
|
|
1278
1278
|
SettingsSection,
|
|
1279
1279
|
Divider
|
|
1280
1280
|
};
|
|
1281
|
-
//# sourceMappingURL=chunk-
|
|
1281
|
+
//# sourceMappingURL=chunk-6VLRVQZ4.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-6VLRVQZ4.js";
|
|
12
12
|
|
|
13
13
|
// src/VoiceAgentProvider.tsx
|
|
14
14
|
import { SiteConfigProvider } from "@unctad-ai/voice-agent-core";
|
|
@@ -1665,7 +1665,7 @@ function PipelineMetricsBar({
|
|
|
1665
1665
|
|
|
1666
1666
|
// src/components/GlassCopilotPanel.tsx
|
|
1667
1667
|
import { jsx as jsx9, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
1668
|
-
var VoiceSettingsView2 = lazy(() => import("./VoiceSettingsView-
|
|
1668
|
+
var VoiceSettingsView2 = lazy(() => import("./VoiceSettingsView-N6AV577N.js"));
|
|
1669
1669
|
var STATE_LABELS = {
|
|
1670
1670
|
IDLE: "Tap mic to speak",
|
|
1671
1671
|
LISTENING: "Listening...",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unctad-ai/voice-agent-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
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": "1.0.
|
|
23
|
-
"@unctad-ai/voice-agent-registries": "1.0.
|
|
22
|
+
"@unctad-ai/voice-agent-core": "1.0.9",
|
|
23
|
+
"@unctad-ai/voice-agent-registries": "1.0.9"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"lucide-react": "*",
|
|
File without changes
|
|
File without changes
|