@viamrobotics/motion-tools 1.2.1 → 1.2.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.
@@ -11,27 +11,3 @@
11
11
  <table class="motion-tools-table">
12
12
  {@render children?.()}
13
13
  </table>
14
-
15
- <style>
16
- @reference "../../../app.css";
17
-
18
- .motion-tools-table {
19
- @apply w-full table-auto;
20
- }
21
- .motion-tools-table :global(thead) {
22
- @apply border-light bg-light border;
23
- }
24
- .motion-tools-table :global(thead th) {
25
- @apply border-light text-subtle-1 border px-2.5 py-1 text-xs font-normal whitespace-nowrap;
26
- }
27
- .motion-tools-table :global(thead th abbr) {
28
- @apply text-disabled;
29
- }
30
-
31
- .motion-tools-table :global(tbody) {
32
- @apply border-light border;
33
- }
34
- .motion-tools-table :global(tbody th) {
35
- @apply border-light font-roboto-mono text-default h-[40px] gap-2 border px-1.5 text-center text-xs font-normal;
36
- }
37
- </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viamrobotics/motion-tools",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Motion visualization with Viam",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",