@adminforth/agent 1.43.9 → 1.43.10

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/build.log CHANGED
@@ -60,5 +60,5 @@ custom/speech_recognition_frontend/voiceActivityDetection.ts
60
60
  custom/speech_recognition_frontend/types/
61
61
  custom/speech_recognition_frontend/types/voice-activity-detection.d.ts
62
62
 
63
- sent 1,662,991 bytes received 883 bytes 3,327,748.00 bytes/sec
64
- total size is 1,659,032 speedup is 1.00
63
+ sent 1,663,055 bytes received 883 bytes 3,327,876.00 bytes/sec
64
+ total size is 1,659,096 speedup is 1.00
@@ -1,5 +1,6 @@
1
1
  <template>
2
- <div
2
+ <div
3
+ v-show="!agentStore.isResponseInProgress || isAudioChatMode"
3
4
  class="absolute bottom-2 flex items-center justify-center z-10 gap-4"
4
5
  :class="[!agentStore.isAudioChatMode ? 'right-16': agentStore.isMobile ? 'right-1/2 translate-x-1/2' : 'right-1/2 translate-x-1/2']"
5
6
  >
@@ -1,5 +1,6 @@
1
1
  <template>
2
- <div
2
+ <div
3
+ v-show="!agentStore.isResponseInProgress || isAudioChatMode"
3
4
  class="absolute bottom-2 flex items-center justify-center z-10 gap-4"
4
5
  :class="[!agentStore.isAudioChatMode ? 'right-16': agentStore.isMobile ? 'right-1/2 translate-x-1/2' : 'right-1/2 translate-x-1/2']"
5
6
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/agent",
3
- "version": "1.43.9",
3
+ "version": "1.43.10",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",