@adminforth/agent 1.47.1 → 1.47.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
@@ -62,5 +62,5 @@ custom/speech_recognition_frontend/voiceActivityDetection.ts
62
62
  custom/speech_recognition_frontend/types/
63
63
  custom/speech_recognition_frontend/types/voice-activity-detection.d.ts
64
64
 
65
- sent 1,667,665 bytes received 921 bytes 3,337,172.00 bytes/sec
66
- total size is 1,663,512 speedup is 1.00
65
+ sent 1,667,711 bytes received 921 bytes 3,337,264.00 bytes/sec
66
+ total size is 1,663,558 speedup is 1.00
@@ -35,14 +35,14 @@
35
35
  transition-colors duration-200 hover:bg-gray-100
36
36
  dark:text-darkListTableHeadingText dark:bg-gray-700 dark:hover:bg-gray-800"
37
37
  :class="isModeMenuOpen ? 'bg-gray-100 dark:bg-gray-700' : ''"
38
- :disabled="agentStore.isResponseInProgress"
39
38
  title="Select mode"
40
39
  type="button"
41
40
  @click="toggleModeMenu"
42
41
  >
43
42
  {{ agentStore.activeModeName }}
44
43
  <IconAngleDownOutline
45
- class="w-4 h-4 ml-1"
44
+ class="w-4 h-4 ml-1 transition-transform duration-200"
45
+ :class="isModeMenuOpen ? '!rotate-180' : '!rotate-0'"
46
46
  />
47
47
  </button>
48
48
 
@@ -35,14 +35,14 @@
35
35
  transition-colors duration-200 hover:bg-gray-100
36
36
  dark:text-darkListTableHeadingText dark:bg-gray-700 dark:hover:bg-gray-800"
37
37
  :class="isModeMenuOpen ? 'bg-gray-100 dark:bg-gray-700' : ''"
38
- :disabled="agentStore.isResponseInProgress"
39
38
  title="Select mode"
40
39
  type="button"
41
40
  @click="toggleModeMenu"
42
41
  >
43
42
  {{ agentStore.activeModeName }}
44
43
  <IconAngleDownOutline
45
- class="w-4 h-4 ml-1"
44
+ class="w-4 h-4 ml-1 transition-transform duration-200"
45
+ :class="isModeMenuOpen ? '!rotate-180' : '!rotate-0'"
46
46
  />
47
47
  </button>
48
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/agent",
3
- "version": "1.47.1",
3
+ "version": "1.47.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",