@adminforth/agent 1.18.5 → 1.18.6

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
@@ -32,5 +32,5 @@ custom/skills/fetch_data/SKILL.md
32
32
  custom/skills/mutate_data/
33
33
  custom/skills/mutate_data/SKILL.md
34
34
 
35
- sent 187,489 bytes received 447 bytes 375,872.00 bytes/sec
36
- total size is 185,645 speedup is 0.99
35
+ sent 187,526 bytes received 451 bytes 125,318.00 bytes/sec
36
+ total size is 185,674 speedup is 0.99
@@ -26,7 +26,7 @@
26
26
  :style="{ width: agentStore.chatWidth + 'rem' }"
27
27
  >
28
28
  <div
29
- v-if="!coreStore.isMobile"
29
+ v-if="!(coreStore.isMobile || agentStore.isFullScreen)"
30
30
  class="w-2 cursor-ew-resize absolute left-0 top-0 h-full z-30"
31
31
  @mousedown="startResize"
32
32
  ></div>
@@ -26,7 +26,7 @@
26
26
  :style="{ width: agentStore.chatWidth + 'rem' }"
27
27
  >
28
28
  <div
29
- v-if="!coreStore.isMobile"
29
+ v-if="!(coreStore.isMobile || agentStore.isFullScreen)"
30
30
  class="w-2 cursor-ew-resize absolute left-0 top-0 h-full z-30"
31
31
  @mousedown="startResize"
32
32
  ></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/agent",
3
- "version": "1.18.5",
3
+ "version": "1.18.6",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",