@vitessce/vega 3.8.10 → 3.8.13

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -0
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -50989,6 +50989,8 @@ const CoordinationType$1 = {
50989
50989
  // Per-spatial-layer
50990
50990
  SPATIAL_MAX_RESOLUTION: "spatialMaxResolution",
50991
50991
  // Per-image-channel (for spatial-accelerated)
50992
+ SPATIAL_LOD_FACTOR: "spatialLodFactor",
50993
+ // LOD factor for 3D volume rendering
50992
50994
  // For clipping plane sliders
50993
50995
  SPATIAL_SLICE_X: "spatialSliceX",
50994
50996
  SPATIAL_SLICE_Y: "spatialSliceY",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/vega",
3
- "version": "3.8.10",
3
+ "version": "3.8.13",
4
4
  "author": "HIDIVE Lab at HMS",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -21,9 +21,9 @@
21
21
  "vega": "^5.21.0",
22
22
  "vega-lite": "^5.1.1",
23
23
  "vega-tooltip": "^0.27.0",
24
- "@vitessce/styles": "3.8.10",
25
- "@vitessce/tooltip": "3.8.10",
26
- "@vitessce/legend": "3.8.10"
24
+ "@vitessce/styles": "3.8.13",
25
+ "@vitessce/tooltip": "3.8.13",
26
+ "@vitessce/legend": "3.8.13"
27
27
  },
28
28
  "devDependencies": {
29
29
  "react": "18.3.1",