@vitessce/biomarker-select 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 +6 -4
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -152,6 +152,8 @@ const CoordinationType = {
152
152
  // Could be per-image-layer
153
153
  SPATIAL_TARGET_RESOLUTION: "spatialTargetResolution",
154
154
  // Per-spatial-layer
155
+ SPATIAL_MAX_RESOLUTION: "spatialMaxResolution",
156
+ // Per-image-channel (for spatial-accelerated)
155
157
  // For clipping plane sliders
156
158
  SPATIAL_SLICE_X: "spatialSliceX",
157
159
  SPATIAL_SLICE_Y: "spatialSliceY",
@@ -208,6 +210,7 @@ const COMPONENT_COORDINATION_TYPES = {
208
210
  CoordinationType.SPATIAL_ROTATION_Y,
209
211
  CoordinationType.SPATIAL_ROTATION_Z,
210
212
  CoordinationType.SPATIAL_AXIS_FIXED,
213
+ CoordinationType.SPATIAL_ROTATION_ORBIT,
211
214
  CoordinationType.SPATIAL_ORBIT_AXIS,
212
215
  CoordinationType.SPATIAL_ZOOM,
213
216
  CoordinationType.OBS_FILTER,
@@ -215,14 +218,11 @@ const COMPONENT_COORDINATION_TYPES = {
215
218
  CoordinationType.OBS_SET_SELECTION,
216
219
  CoordinationType.OBS_SET_FILTER,
217
220
  CoordinationType.OBS_SET_HIGHLIGHT,
218
- CoordinationType.OBS_SET_COLOR,
219
221
  CoordinationType.OBS_TYPE,
220
- CoordinationType.ADDITIONAL_OBS_SETS,
221
222
  CoordinationType.OBS_SET_COLOR,
222
223
  CoordinationType.OBS_COLOR_ENCODING,
223
- CoordinationType.OBS_SET_SELECTION,
224
224
  CoordinationType.EMBEDDING_TYPE,
225
- CoordinationType.OBS_COLOR_ENCODING,
225
+ CoordinationType.ADDITIONAL_OBS_SETS,
226
226
  CoordinationType.TOOLTIPS_VISIBLE
227
227
  ],
228
228
  [ViewType.SCATTERPLOT]: [
@@ -442,6 +442,7 @@ const COMPONENT_COORDINATION_TYPES = {
442
442
  CoordinationType.SPATIAL_RENDERING_MODE,
443
443
  CoordinationType.VOLUMETRIC_RENDERING_ALGORITHM,
444
444
  CoordinationType.SPATIAL_TARGET_RESOLUTION,
445
+ CoordinationType.SPATIAL_MAX_RESOLUTION,
445
446
  CoordinationType.SPATIAL_SLICE_X,
446
447
  CoordinationType.SPATIAL_SLICE_Y,
447
448
  CoordinationType.SPATIAL_SLICE_Z,
@@ -615,6 +616,7 @@ const COMPONENT_COORDINATION_TYPES = {
615
616
  CoordinationType.SPATIAL_RENDERING_MODE,
616
617
  CoordinationType.VOLUMETRIC_RENDERING_ALGORITHM,
617
618
  CoordinationType.SPATIAL_TARGET_RESOLUTION,
619
+ CoordinationType.SPATIAL_MAX_RESOLUTION,
618
620
  CoordinationType.SPATIAL_SLICE_X,
619
621
  CoordinationType.SPATIAL_SLICE_Y,
620
622
  CoordinationType.SPATIAL_SLICE_Z,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/biomarker-select",
3
- "version": "3.7.0",
3
+ "version": "3.8.0",
4
4
  "author": "Gehlenborg Lab",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -21,16 +21,16 @@
21
21
  "fuse.js": "^7.0.0",
22
22
  "d3-dsv": "^1.1.1",
23
23
  "clsx": "^1.1.1",
24
- "@vitessce/styles": "3.7.0",
25
- "@vitessce/constants-internal": "3.7.0",
26
- "@vitessce/vit-s": "3.7.0",
27
- "@vitessce/types": "3.7.0"
24
+ "@vitessce/styles": "3.8.0",
25
+ "@vitessce/constants-internal": "3.8.0",
26
+ "@vitessce/vit-s": "3.8.0",
27
+ "@vitessce/types": "3.8.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@testing-library/jest-dom": "^6.6.3",
31
31
  "@testing-library/react": "^16.3.0",
32
- "react": "^18.0.0",
33
- "react-dom": "^18.0.0",
32
+ "react": "18.3.1",
33
+ "react-dom": "18.3.1",
34
34
  "vite": "^7.0.0",
35
35
  "vitest": "^3.1.4"
36
36
  },