@viamrobotics/test-widgets 0.1.3 → 0.1.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.
@@ -22,7 +22,8 @@
22
22
 
23
23
  /* (:global is a svelte directive specifically for this purpose with slots.)*/
24
24
 
25
- @reference "../../app.css";
25
+ @reference "tailwindcss";
26
+ @reference "@viamrobotics/tailwind-config";
26
27
 
27
28
  .customTable {
28
29
  @apply w-full table-auto;
@@ -185,11 +185,13 @@
185
185
  })
186
186
 
187
187
  $effect(() => {
188
- return untrack(() => {
189
- disableStream().then(() => {
190
- setMediaStream(null)
188
+ return () => {
189
+ untrack(() => {
190
+ disableStream().then(() => {
191
+ setMediaStream(null)
192
+ })
191
193
  })
192
- })
194
+ }
193
195
  })
194
196
 
195
197
  $effect(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viamrobotics/test-widgets",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "files": [