@vitessce/biomarker-select 3.5.11 → 3.5.12
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 +6 -3
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -1294,7 +1294,8 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
1294
1294
|
CoordinationType.OBS_COLOR_ENCODING,
|
|
1295
1295
|
CoordinationType.ADDITIONAL_OBS_SETS,
|
|
1296
1296
|
CoordinationType.MOLECULE_HIGHLIGHT,
|
|
1297
|
-
CoordinationType.TOOLTIPS_VISIBLE
|
|
1297
|
+
CoordinationType.TOOLTIPS_VISIBLE,
|
|
1298
|
+
CoordinationType.PHOTOMETRIC_INTERPRETATION
|
|
1298
1299
|
],
|
|
1299
1300
|
[ViewType.SPATIAL_BETA]: [
|
|
1300
1301
|
CoordinationType.META_COORDINATION_SCOPES,
|
|
@@ -1367,7 +1368,8 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
1367
1368
|
CoordinationType.LEGEND_VISIBLE,
|
|
1368
1369
|
CoordinationType.SPATIAL_CHANNEL_LABELS_VISIBLE,
|
|
1369
1370
|
CoordinationType.SPATIAL_CHANNEL_LABELS_ORIENTATION,
|
|
1370
|
-
CoordinationType.SPATIAL_CHANNEL_LABEL_SIZE
|
|
1371
|
+
CoordinationType.SPATIAL_CHANNEL_LABEL_SIZE,
|
|
1372
|
+
CoordinationType.PHOTOMETRIC_INTERPRETATION
|
|
1371
1373
|
],
|
|
1372
1374
|
[ViewType.HEATMAP]: [
|
|
1373
1375
|
CoordinationType.DATASET,
|
|
@@ -1482,7 +1484,8 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
1482
1484
|
CoordinationType.SPATIAL_ROTATION_Y,
|
|
1483
1485
|
CoordinationType.SPATIAL_ROTATION_Z,
|
|
1484
1486
|
CoordinationType.SPATIAL_ROTATION_ORBIT,
|
|
1485
|
-
CoordinationType.SPATIAL_ORBIT_AXIS
|
|
1487
|
+
CoordinationType.SPATIAL_ORBIT_AXIS,
|
|
1488
|
+
CoordinationType.PHOTOMETRIC_INTERPRETATION
|
|
1486
1489
|
],
|
|
1487
1490
|
[ViewType.LAYER_CONTROLLER_BETA]: [
|
|
1488
1491
|
CoordinationType.META_COORDINATION_SCOPES,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/biomarker-select",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.12",
|
|
4
4
|
"author": "Gehlenborg Lab",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"fuse.js": "^7.0.0",
|
|
26
26
|
"d3-dsv": "^1.1.1",
|
|
27
27
|
"clsx": "^1.1.1",
|
|
28
|
-
"@vitessce/constants-internal": "3.5.
|
|
29
|
-
"@vitessce/vit-s": "3.5.
|
|
30
|
-
"@vitessce/types": "3.5.
|
|
28
|
+
"@vitessce/constants-internal": "3.5.12",
|
|
29
|
+
"@vitessce/vit-s": "3.5.12",
|
|
30
|
+
"@vitessce/types": "3.5.12"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@testing-library/jest-dom": "^5.16.4",
|