@vitessce/biomarker-select 4.0.0 → 4.0.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
@@ -167,6 +167,7 @@ const CoordinationType = {
167
167
  SPATIAL_CHANNEL_LABELS_VISIBLE: "spatialChannelLabelsVisible",
168
168
  SPATIAL_CHANNEL_LABELS_ORIENTATION: "spatialChannelLabelsOrientation",
169
169
  SPATIAL_CHANNEL_LABEL_SIZE: "spatialChannelLabelSize",
170
+ SPATIAL_CHANNELS_SORT_ORDER: "spatialChannelsSortOrder",
170
171
  // Multi-sample / comparative
171
172
  SAMPLE_TYPE: "sampleType",
172
173
  SAMPLE_SELECTION: "sampleSelection",
@@ -476,6 +477,7 @@ const COMPONENT_COORDINATION_TYPES = {
476
477
  CoordinationType.SPATIAL_CHANNEL_LABELS_VISIBLE,
477
478
  CoordinationType.SPATIAL_CHANNEL_LABELS_ORIENTATION,
478
479
  CoordinationType.SPATIAL_CHANNEL_LABEL_SIZE,
480
+ CoordinationType.SPATIAL_CHANNELS_SORT_ORDER,
479
481
  CoordinationType.PHOTOMETRIC_INTERPRETATION
480
482
  ],
481
483
  [ViewType.HEATMAP]: [
@@ -657,7 +659,8 @@ const COMPONENT_COORDINATION_TYPES = {
657
659
  CoordinationType.LEGEND_VISIBLE,
658
660
  CoordinationType.SPATIAL_CHANNEL_LABELS_VISIBLE,
659
661
  CoordinationType.SPATIAL_CHANNEL_LABELS_ORIENTATION,
660
- CoordinationType.SPATIAL_CHANNEL_LABEL_SIZE
662
+ CoordinationType.SPATIAL_CHANNEL_LABEL_SIZE,
663
+ CoordinationType.SPATIAL_CHANNELS_SORT_ORDER
661
664
  ],
662
665
  [ViewType.GENOMIC_PROFILES]: [
663
666
  CoordinationType.DATASET,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/biomarker-select",
3
- "version": "4.0.0",
3
+ "version": "4.0.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",
26
- "@vitessce/constants-internal": "4.0.0",
27
- "@vitessce/vit-s": "4.0.0",
28
- "@vitessce/types": "4.0.0"
25
+ "@vitessce/styles": "4.0.2",
26
+ "@vitessce/vit-s": "4.0.2",
27
+ "@vitessce/constants-internal": "4.0.2",
28
+ "@vitessce/types": "4.0.2"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@testing-library/jest-dom": "^6.6.3",