@vitessce/biomarker-select 3.9.7 → 3.9.8
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 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -144,6 +144,7 @@ const CoordinationType = {
|
|
|
144
144
|
SPATIAL_LAYER_MODEL_MATRIX: "spatialLayerModelMatrix",
|
|
145
145
|
SPATIAL_SEGMENTATION_FILLED: "spatialSegmentationFilled",
|
|
146
146
|
SPATIAL_SEGMENTATION_STROKE_WIDTH: "spatialSegmentationStrokeWidth",
|
|
147
|
+
SPATIAL_POINT_STROKE_WIDTH: "spatialPointStrokeWidth",
|
|
147
148
|
SPATIAL_CHANNEL_COLOR: "spatialChannelColor",
|
|
148
149
|
SPATIAL_CHANNEL_VISIBLE: "spatialChannelVisible",
|
|
149
150
|
SPATIAL_CHANNEL_OPACITY: "spatialChannelOpacity",
|
|
@@ -248,7 +249,8 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
248
249
|
CoordinationType.SPATIAL_CHANNEL_COLOR,
|
|
249
250
|
CoordinationType.SPATIAL_CHANNEL_OPACITY,
|
|
250
251
|
CoordinationType.SPATIAL_CHANNEL_VISIBLE,
|
|
251
|
-
CoordinationType.LEGEND_VISIBLE
|
|
252
|
+
CoordinationType.LEGEND_VISIBLE,
|
|
253
|
+
CoordinationType.SPATIAL_POINT_STROKE_WIDTH
|
|
252
254
|
],
|
|
253
255
|
[ViewType.SCATTERPLOT]: [
|
|
254
256
|
CoordinationType.DATASET,
|
|
@@ -632,6 +634,7 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
632
634
|
CoordinationType.SPATIAL_CHANNEL_COLOR,
|
|
633
635
|
CoordinationType.SPATIAL_SEGMENTATION_FILLED,
|
|
634
636
|
CoordinationType.SPATIAL_SEGMENTATION_STROKE_WIDTH,
|
|
637
|
+
CoordinationType.SPATIAL_POINT_STROKE_WIDTH,
|
|
635
638
|
CoordinationType.IMAGE_CHANNEL,
|
|
636
639
|
CoordinationType.IMAGE_LAYER,
|
|
637
640
|
CoordinationType.SEGMENTATION_CHANNEL,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/biomarker-select",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.8",
|
|
4
4
|
"author": "Gehlenborg Lab",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"d3-dsv": "^1.1.1",
|
|
23
23
|
"clsx": "^1.1.1",
|
|
24
24
|
"lodash-es": "^4.17.21",
|
|
25
|
-
"@vitessce/styles": "3.9.
|
|
26
|
-
"@vitessce/constants-internal": "3.9.
|
|
27
|
-
"@vitessce/vit-s": "3.9.
|
|
28
|
-
"@vitessce/types": "3.9.
|
|
25
|
+
"@vitessce/styles": "3.9.8",
|
|
26
|
+
"@vitessce/constants-internal": "3.9.8",
|
|
27
|
+
"@vitessce/vit-s": "3.9.8",
|
|
28
|
+
"@vitessce/types": "3.9.8"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@testing-library/jest-dom": "^6.6.3",
|