@vitessce/vega 3.7.0 → 3.8.0

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 +7 -4
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -50603,6 +50603,7 @@ const ViewType$1 = {
50603
50603
  SCATTERPLOT: "scatterplot",
50604
50604
  SPATIAL: "spatial",
50605
50605
  SPATIAL_BETA: "spatialBeta",
50606
+ SPATIAL_ACCELERATED: "spatialAccelerated",
50606
50607
  HEATMAP: "heatmap",
50607
50608
  LAYER_CONTROLLER: "layerController",
50608
50609
  LAYER_CONTROLLER_BETA: "layerControllerBeta",
@@ -50896,6 +50897,8 @@ const CoordinationType$1 = {
50896
50897
  // Could be per-image-layer
50897
50898
  SPATIAL_TARGET_RESOLUTION: "spatialTargetResolution",
50898
50899
  // Per-spatial-layer
50900
+ SPATIAL_MAX_RESOLUTION: "spatialMaxResolution",
50901
+ // Per-image-channel (for spatial-accelerated)
50899
50902
  // For clipping plane sliders
50900
50903
  SPATIAL_SLICE_X: "spatialSliceX",
50901
50904
  SPATIAL_SLICE_Y: "spatialSliceY",
@@ -51209,6 +51212,7 @@ const CoordinationType$1 = {
51209
51212
  CoordinationType$1.SPATIAL_ROTATION_Y,
51210
51213
  CoordinationType$1.SPATIAL_ROTATION_Z,
51211
51214
  CoordinationType$1.SPATIAL_AXIS_FIXED,
51215
+ CoordinationType$1.SPATIAL_ROTATION_ORBIT,
51212
51216
  CoordinationType$1.SPATIAL_ORBIT_AXIS,
51213
51217
  CoordinationType$1.SPATIAL_ZOOM,
51214
51218
  CoordinationType$1.OBS_FILTER,
@@ -51216,14 +51220,11 @@ const CoordinationType$1 = {
51216
51220
  CoordinationType$1.OBS_SET_SELECTION,
51217
51221
  CoordinationType$1.OBS_SET_FILTER,
51218
51222
  CoordinationType$1.OBS_SET_HIGHLIGHT,
51219
- CoordinationType$1.OBS_SET_COLOR,
51220
51223
  CoordinationType$1.OBS_TYPE,
51221
- CoordinationType$1.ADDITIONAL_OBS_SETS,
51222
51224
  CoordinationType$1.OBS_SET_COLOR,
51223
51225
  CoordinationType$1.OBS_COLOR_ENCODING,
51224
- CoordinationType$1.OBS_SET_SELECTION,
51225
51226
  CoordinationType$1.EMBEDDING_TYPE,
51226
- CoordinationType$1.OBS_COLOR_ENCODING,
51227
+ CoordinationType$1.ADDITIONAL_OBS_SETS,
51227
51228
  CoordinationType$1.TOOLTIPS_VISIBLE
51228
51229
  ],
51229
51230
  [ViewType$1.SCATTERPLOT]: [
@@ -51443,6 +51444,7 @@ const CoordinationType$1 = {
51443
51444
  CoordinationType$1.SPATIAL_RENDERING_MODE,
51444
51445
  CoordinationType$1.VOLUMETRIC_RENDERING_ALGORITHM,
51445
51446
  CoordinationType$1.SPATIAL_TARGET_RESOLUTION,
51447
+ CoordinationType$1.SPATIAL_MAX_RESOLUTION,
51446
51448
  CoordinationType$1.SPATIAL_SLICE_X,
51447
51449
  CoordinationType$1.SPATIAL_SLICE_Y,
51448
51450
  CoordinationType$1.SPATIAL_SLICE_Z,
@@ -51616,6 +51618,7 @@ const CoordinationType$1 = {
51616
51618
  CoordinationType$1.SPATIAL_RENDERING_MODE,
51617
51619
  CoordinationType$1.VOLUMETRIC_RENDERING_ALGORITHM,
51618
51620
  CoordinationType$1.SPATIAL_TARGET_RESOLUTION,
51621
+ CoordinationType$1.SPATIAL_MAX_RESOLUTION,
51619
51622
  CoordinationType$1.SPATIAL_SLICE_X,
51620
51623
  CoordinationType$1.SPATIAL_SLICE_Y,
51621
51624
  CoordinationType$1.SPATIAL_SLICE_Z,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/vega",
3
- "version": "3.7.0",
3
+ "version": "3.8.0",
4
4
  "author": "HIDIVE Lab at HMS",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -21,12 +21,12 @@
21
21
  "vega": "^5.21.0",
22
22
  "vega-lite": "^5.1.1",
23
23
  "vega-tooltip": "^0.27.0",
24
- "@vitessce/styles": "3.7.0",
25
- "@vitessce/tooltip": "3.7.0",
26
- "@vitessce/legend": "3.7.0"
24
+ "@vitessce/styles": "3.8.0",
25
+ "@vitessce/tooltip": "3.8.0",
26
+ "@vitessce/legend": "3.8.0"
27
27
  },
28
28
  "devDependencies": {
29
- "react": "^18.0.0",
29
+ "react": "18.3.1",
30
30
  "vite": "^7.0.0",
31
31
  "vitest": "^3.1.4"
32
32
  },