@adminforth/agent 1.42.1 → 1.42.2

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
@@ -58,5 +58,5 @@ custom/speech_recognition_frontend/voiceActivityDetection.ts
58
58
  custom/speech_recognition_frontend/types/
59
59
  custom/speech_recognition_frontend/types/voice-activity-detection.d.ts
60
60
 
61
- sent 1,661,051 bytes received 860 bytes 3,323,822.00 bytes/sec
62
- total size is 1,657,135 speedup is 1.00
61
+ sent 1,661,049 bytes received 860 bytes 3,323,818.00 bytes/sec
62
+ total size is 1,657,187 speedup is 1.00
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div
3
3
  class="absolute bottom-2 flex items-center justify-center z-10 gap-4"
4
- :class="[!agentStore.isAudioChatMode ? 'right-16': 'right-1/2 translate-x-1/2']"
4
+ :class="[!agentStore.isAudioChatMode ? 'right-16': agentStore.isMobile ? 'right-1/2 translate-x-1/2' : 'right-1/2 translate-x-3/4']"
5
5
  >
6
6
  <button
7
7
  v-if="isAudioChatMode && microphoneButtonMode === 'generating'"
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div
3
3
  class="absolute bottom-2 flex items-center justify-center z-10 gap-4"
4
- :class="[!agentStore.isAudioChatMode ? 'right-16': 'right-1/2 translate-x-1/2']"
4
+ :class="[!agentStore.isAudioChatMode ? 'right-16': agentStore.isMobile ? 'right-1/2 translate-x-1/2' : 'right-1/2 translate-x-3/4']"
5
5
  >
6
6
  <button
7
7
  v-if="isAudioChatMode && microphoneButtonMode === 'generating'"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/agent",
3
- "version": "1.42.1",
3
+ "version": "1.42.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",