@3cr/viewer-browser 0.0.32 → 0.0.33

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@3cr/viewer-browser",
3
- "version": "0.0.32",
3
+ "version": "0.0.33",
4
4
  "main": "./dist/Viewer3CR.umd.js",
5
5
  "module": "dist/Viewer3CR.umd.js",
6
6
  "homepage": "https://docs.3cr.singular.health",
@@ -367,9 +367,10 @@
367
367
  }"
368
368
  >
369
369
  <v-hover>
370
- <template v-slot:default="{ isHovering }">
371
- <div style="width: 100%; height: 100%">
372
- <div class="buttons-in-view" v-show="isHovering">
370
+ <template v-slot:default="{ isHovering, props }">
371
+ <div style="width: 100%; height: 100%" v-bind="props">
372
+ <div class="buttons-in-view" v-show="isHovering" >
373
+
373
374
  <div v-if="scanState.Layout.PositionData.length !== 1">
374
375
  <v-btn
375
376
  class="transparent icon"