@vitessce/biomarker-select 4.0.4 → 4.0.5

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 +3 -0
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -129,6 +129,7 @@ const CoordinationType = {
129
129
  SPATIAL_LAYER_VISIBLE: "spatialLayerVisible",
130
130
  SPATIAL_LAYER_OPACITY: "spatialLayerOpacity",
131
131
  SPATIAL_LAYER_COLORMAP: "spatialLayerColormap",
132
+ SPATIAL_LAYER_LABEL: "spatialLayerLabel",
132
133
  SPATIAL_LAYER_TRANSPARENT_COLOR: "spatialLayerTransparentColor",
133
134
  SPATIAL_LAYER_MODEL_MATRIX: "spatialLayerModelMatrix",
134
135
  SPATIAL_SEGMENTATION_FILLED: "spatialSegmentationFilled",
@@ -236,6 +237,7 @@ const COMPONENT_COORDINATION_TYPES = {
236
237
  CoordinationType.SPATIAL_LAYER_COLOR,
237
238
  CoordinationType.SPATIAL_LAYER_OPACITY,
238
239
  CoordinationType.SPATIAL_LAYER_VISIBLE,
240
+ CoordinationType.SPATIAL_LAYER_LABEL,
239
241
  CoordinationType.SPATIAL_CHANNEL_COLOR,
240
242
  CoordinationType.SPATIAL_CHANNEL_OPACITY,
241
243
  CoordinationType.SPATIAL_CHANNEL_VISIBLE,
@@ -618,6 +620,7 @@ const COMPONENT_COORDINATION_TYPES = {
618
620
  CoordinationType.FILE_UID,
619
621
  CoordinationType.SPATIAL_TARGET_C,
620
622
  CoordinationType.SPATIAL_LAYER_VISIBLE,
623
+ CoordinationType.SPATIAL_LAYER_LABEL,
621
624
  CoordinationType.SPATIAL_LAYER_OPACITY,
622
625
  CoordinationType.SPATIAL_LAYER_COLORMAP,
623
626
  CoordinationType.SPATIAL_LAYER_TRANSPARENT_COLOR,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/biomarker-select",
3
- "version": "4.0.4",
3
+ "version": "4.0.5",
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.4",
26
- "@vitessce/constants-internal": "4.0.4",
27
- "@vitessce/vit-s": "4.0.4",
28
- "@vitessce/types": "4.0.4"
25
+ "@vitessce/styles": "4.0.5",
26
+ "@vitessce/vit-s": "4.0.5",
27
+ "@vitessce/types": "4.0.5",
28
+ "@vitessce/constants-internal": "4.0.5"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@testing-library/jest-dom": "^6.6.3",