@vitessce/biomarker-select 3.7.1 → 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.
- package/dist/index.js +4 -0
- 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",
|
|
@@ -440,6 +442,7 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
440
442
|
CoordinationType.SPATIAL_RENDERING_MODE,
|
|
441
443
|
CoordinationType.VOLUMETRIC_RENDERING_ALGORITHM,
|
|
442
444
|
CoordinationType.SPATIAL_TARGET_RESOLUTION,
|
|
445
|
+
CoordinationType.SPATIAL_MAX_RESOLUTION,
|
|
443
446
|
CoordinationType.SPATIAL_SLICE_X,
|
|
444
447
|
CoordinationType.SPATIAL_SLICE_Y,
|
|
445
448
|
CoordinationType.SPATIAL_SLICE_Z,
|
|
@@ -613,6 +616,7 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
613
616
|
CoordinationType.SPATIAL_RENDERING_MODE,
|
|
614
617
|
CoordinationType.VOLUMETRIC_RENDERING_ALGORITHM,
|
|
615
618
|
CoordinationType.SPATIAL_TARGET_RESOLUTION,
|
|
619
|
+
CoordinationType.SPATIAL_MAX_RESOLUTION,
|
|
616
620
|
CoordinationType.SPATIAL_SLICE_X,
|
|
617
621
|
CoordinationType.SPATIAL_SLICE_Y,
|
|
618
622
|
CoordinationType.SPATIAL_SLICE_Z,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/biomarker-select",
|
|
3
|
-
"version": "3.
|
|
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.
|
|
25
|
-
"@vitessce/constants-internal": "3.
|
|
26
|
-
"@vitessce/vit-s": "3.
|
|
27
|
-
"@vitessce/types": "3.
|
|
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": "
|
|
33
|
-
"react-dom": "
|
|
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
|
},
|