@bytexbyte/nxtlinq-ai-agent-ui-react-development 0.2.1 → 0.2.3

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.
@@ -87,7 +87,7 @@ export const VoiceModePanel = () => {
87
87
  text-overflow: ellipsis !important;
88
88
  white-space: nowrap !important;
89
89
  color: #6b7280 !important;
90
- `, children: statusHint })) : null] }), !isMicMuted ? (_jsxs("div", { css: css `
90
+ `, children: statusHint })) : null] }), !isMicMuted && debugVoiceRms ? (_jsxs("div", { css: css `
91
91
  flex: 0 0 auto !important;
92
92
  display: flex !important;
93
93
  align-items: center !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytexbyte/nxtlinq-ai-agent-ui-react-development",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "description": "Official React Web UI for nxtlinq AI Agent — drop-in chat widget",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@bytexbyte/nxtlinq-ai-agent-core-development": "0.4.4",
42
- "@bytexbyte/nxtlinq-ai-agent-web-development": "0.2.1",
42
+ "@bytexbyte/nxtlinq-ai-agent-web-development": "0.2.3",
43
43
  "@emotion/react": "^11.14.0",
44
44
  "@emotion/styled": "^11.14.1",
45
45
  "@mui/icons-material": "^7.2.0",
@@ -133,7 +133,7 @@ export const VoiceModePanel: React.FC = () => {
133
133
  ) : null}
134
134
  </div>
135
135
 
136
- {!isMicMuted ? (
136
+ {!isMicMuted && debugVoiceRms ? (
137
137
  <div css={css`
138
138
  flex: 0 0 auto !important;
139
139
  display: flex !important;