@vitessce/biomarker-select 4.0.0-test.0 → 4.0.0-test.2

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 +4 -1
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -133,6 +133,7 @@ const CoordinationType = {
133
133
  SPATIAL_LAYER_MODEL_MATRIX: "spatialLayerModelMatrix",
134
134
  SPATIAL_SEGMENTATION_FILLED: "spatialSegmentationFilled",
135
135
  SPATIAL_SEGMENTATION_STROKE_WIDTH: "spatialSegmentationStrokeWidth",
136
+ SPATIAL_POINT_STROKE_WIDTH: "spatialPointStrokeWidth",
136
137
  SPATIAL_CHANNEL_COLOR: "spatialChannelColor",
137
138
  SPATIAL_CHANNEL_VISIBLE: "spatialChannelVisible",
138
139
  SPATIAL_CHANNEL_OPACITY: "spatialChannelOpacity",
@@ -237,7 +238,8 @@ const COMPONENT_COORDINATION_TYPES = {
237
238
  CoordinationType.SPATIAL_CHANNEL_COLOR,
238
239
  CoordinationType.SPATIAL_CHANNEL_OPACITY,
239
240
  CoordinationType.SPATIAL_CHANNEL_VISIBLE,
240
- CoordinationType.LEGEND_VISIBLE
241
+ CoordinationType.LEGEND_VISIBLE,
242
+ CoordinationType.SPATIAL_POINT_STROKE_WIDTH
241
243
  ],
242
244
  [ViewType.SCATTERPLOT]: [
243
245
  CoordinationType.DATASET,
@@ -621,6 +623,7 @@ const COMPONENT_COORDINATION_TYPES = {
621
623
  CoordinationType.SPATIAL_CHANNEL_COLOR,
622
624
  CoordinationType.SPATIAL_SEGMENTATION_FILLED,
623
625
  CoordinationType.SPATIAL_SEGMENTATION_STROKE_WIDTH,
626
+ CoordinationType.SPATIAL_POINT_STROKE_WIDTH,
624
627
  CoordinationType.IMAGE_CHANNEL,
625
628
  CoordinationType.IMAGE_LAYER,
626
629
  CoordinationType.SEGMENTATION_CHANNEL,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/biomarker-select",
3
- "version": "4.0.0-test.0",
3
+ "version": "4.0.0-test.2",
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": "4.0.0-test.0",
26
- "@vitessce/constants-internal": "4.0.0-test.0",
27
- "@vitessce/vit-s": "4.0.0-test.0",
28
- "@vitessce/types": "4.0.0-test.0"
25
+ "@vitessce/styles": "4.0.0-test.2",
26
+ "@vitessce/types": "4.0.0-test.2",
27
+ "@vitessce/constants-internal": "4.0.0-test.2",
28
+ "@vitessce/vit-s": "4.0.0-test.2"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@testing-library/jest-dom": "^6.6.3",