@adminforth/agent 1.34.1 → 1.34.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
@@ -40,5 +40,5 @@ custom/skills/fetch_data/SKILL.md
40
40
  custom/skills/mutate_data/
41
41
  custom/skills/mutate_data/SKILL.md
42
42
 
43
- sent 210,682 bytes received 585 bytes 422,534.00 bytes/sec
44
- total size is 208,272 speedup is 0.99
43
+ sent 210,653 bytes received 585 bytes 422,476.00 bytes/sec
44
+ total size is 208,279 speedup is 0.99
@@ -27,7 +27,7 @@
27
27
  >
28
28
  <div
29
29
  v-if="!(coreStore.isMobile || agentStore.isFullScreen)"
30
- class="w-2 cursor-ew-resize absolute left-0 top-0 z-30"
30
+ class="w-2 cursor-ew-resize absolute left-0 h-full top-0 z-30"
31
31
  @mousedown="startResize"
32
32
  ></div>
33
33
  <div
@@ -27,7 +27,7 @@
27
27
  >
28
28
  <div
29
29
  v-if="!(coreStore.isMobile || agentStore.isFullScreen)"
30
- class="w-2 cursor-ew-resize absolute left-0 top-0 z-30"
30
+ class="w-2 cursor-ew-resize absolute left-0 h-full top-0 z-30"
31
31
  @mousedown="startResize"
32
32
  ></div>
33
33
  <div
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/agent",
3
- "version": "1.34.1",
3
+ "version": "1.34.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",