@viamrobotics/motion-tools 0.3.3 → 0.3.4

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.
@@ -7,7 +7,7 @@
7
7
  </script>
8
8
 
9
9
  <Drawer name="Logs">
10
- <div class="flex h-[250px] w-[240px] flex-col gap-2 overflow-auto p-3">
10
+ <div class="flex h-64 w-60 flex-col gap-2 overflow-auto p-3">
11
11
  {#each truncated as log (log.uuid)}
12
12
  <div>
13
13
  <div class="flex flex-wrap items-center gap-1.5">
@@ -149,7 +149,7 @@
149
149
 
150
150
  <div
151
151
  {...api.getTreeProps()}
152
- class="w-[240px]"
152
+ class="w-60"
153
153
  >
154
154
  {#if rootChildren.length === 0}
155
155
  <p class="text-subtle-2 px-2 py-4">No objects displayed</p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viamrobotics/motion-tools",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "Motion visualization with Viam",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",