@vitessce/vega 4.0.0 → 4.0.1

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 +4 -4
package/dist/index.js CHANGED
@@ -51851,6 +51851,7 @@ const CoordinationType$1 = {
51851
51851
  SPATIAL_CHANNEL_LABELS_VISIBLE: "spatialChannelLabelsVisible",
51852
51852
  SPATIAL_CHANNEL_LABELS_ORIENTATION: "spatialChannelLabelsOrientation",
51853
51853
  SPATIAL_CHANNEL_LABEL_SIZE: "spatialChannelLabelSize",
51854
+ SPATIAL_CHANNELS_SORT_ORDER: "spatialChannelsSortOrder",
51854
51855
  // Multi-sample / comparative
51855
51856
  SAMPLE_TYPE: "sampleType",
51856
51857
  SAMPLE_SELECTION: "sampleSelection",
@@ -52424,6 +52425,7 @@ const CoordinationType$1 = {
52424
52425
  CoordinationType$1.SPATIAL_CHANNEL_LABELS_VISIBLE,
52425
52426
  CoordinationType$1.SPATIAL_CHANNEL_LABELS_ORIENTATION,
52426
52427
  CoordinationType$1.SPATIAL_CHANNEL_LABEL_SIZE,
52428
+ CoordinationType$1.SPATIAL_CHANNELS_SORT_ORDER,
52427
52429
  CoordinationType$1.PHOTOMETRIC_INTERPRETATION
52428
52430
  ],
52429
52431
  [ViewType$1.HEATMAP]: [
@@ -52605,7 +52607,8 @@ const CoordinationType$1 = {
52605
52607
  CoordinationType$1.LEGEND_VISIBLE,
52606
52608
  CoordinationType$1.SPATIAL_CHANNEL_LABELS_VISIBLE,
52607
52609
  CoordinationType$1.SPATIAL_CHANNEL_LABELS_ORIENTATION,
52608
- CoordinationType$1.SPATIAL_CHANNEL_LABEL_SIZE
52610
+ CoordinationType$1.SPATIAL_CHANNEL_LABEL_SIZE,
52611
+ CoordinationType$1.SPATIAL_CHANNELS_SORT_ORDER
52609
52612
  ],
52610
52613
  [ViewType$1.GENOMIC_PROFILES]: [
52611
52614
  CoordinationType$1.DATASET,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/vega",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "author": "HIDIVE Lab at HMS",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -21,9 +21,9 @@
21
21
  "vega": "^5.21.0",
22
22
  "vega-lite": "^5.1.1",
23
23
  "vega-tooltip": "^0.27.0",
24
- "@vitessce/tooltip": "4.0.0",
25
- "@vitessce/styles": "4.0.0",
26
- "@vitessce/legend": "4.0.0"
24
+ "@vitessce/styles": "4.0.1",
25
+ "@vitessce/tooltip": "4.0.1",
26
+ "@vitessce/legend": "4.0.1"
27
27
  },
28
28
  "devDependencies": {
29
29
  "react": "19.2.6",