@vitessce/vit-s 3.5.5 → 3.5.6

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 +20 -6
  2. package/package.json +9 -9
package/dist/index.js CHANGED
@@ -27777,7 +27777,8 @@ const ViewType$1 = {
27777
27777
  DOT_PLOT: "dotPlot",
27778
27778
  FEATURE_BAR_PLOT: "featureBarPlot",
27779
27779
  BIOMARKER_SELECT: "biomarkerSelect",
27780
- LINK_CONTROLLER: "linkController"
27780
+ LINK_CONTROLLER: "linkController",
27781
+ DUAL_SCATTERPLOT: "dualScatterplot"
27781
27782
  };
27782
27783
  const DataType$1 = {
27783
27784
  OBS_LABELS: "obsLabels",
@@ -27978,15 +27979,23 @@ const CoordinationType$1 = {
27978
27979
  HEATMAP_ZOOM_Y: "heatmapZoomY",
27979
27980
  HEATMAP_TARGET_X: "heatmapTargetX",
27980
27981
  HEATMAP_TARGET_Y: "heatmapTargetY",
27981
- OBS_FILTER: "obsFilter",
27982
27982
  OBS_HIGHLIGHT: "obsHighlight",
27983
+ OBS_SELECTION: "obsSelection",
27983
27984
  OBS_SET_SELECTION: "obsSetSelection",
27985
+ OBS_SELECTION_MODE: "obsSelectionMode",
27986
+ OBS_FILTER: "obsFilter",
27987
+ OBS_SET_FILTER: "obsSetFilter",
27988
+ OBS_FILTER_MODE: "obsFilterMode",
27984
27989
  OBS_SET_HIGHLIGHT: "obsSetHighlight",
27985
27990
  OBS_SET_EXPANSION: "obsSetExpansion",
27986
27991
  OBS_SET_COLOR: "obsSetColor",
27987
- FEATURE_FILTER: "featureFilter",
27988
27992
  FEATURE_HIGHLIGHT: "featureHighlight",
27989
27993
  FEATURE_SELECTION: "featureSelection",
27994
+ FEATURE_SET_SELECTION: "featureSetSelection",
27995
+ FEATURE_SELECTION_MODE: "featureSelectionMode",
27996
+ FEATURE_FILTER: "featureFilter",
27997
+ FEATURE_SET_FILTER: "featureSetFilter",
27998
+ FEATURE_FILTER_MODE: "featureFilterMode",
27990
27999
  FEATURE_VALUE_COLORMAP: "featureValueColormap",
27991
28000
  FEATURE_VALUE_TRANSFORM: "featureValueTransform",
27992
28001
  FEATURE_VALUE_COLORMAP_RANGE: "featureValueColormapRange",
@@ -28053,7 +28062,12 @@ const CoordinationType$1 = {
28053
28062
  SPATIAL_CHANNEL_LABEL_SIZE: "spatialChannelLabelSize",
28054
28063
  // Multi-sample / comparative
28055
28064
  SAMPLE_TYPE: "sampleType",
28065
+ SAMPLE_SELECTION: "sampleSelection",
28056
28066
  SAMPLE_SET_SELECTION: "sampleSetSelection",
28067
+ SAMPLE_SELECTION_MODE: "sampleSelectionMode",
28068
+ SAMPLE_FILTER: "sampleFilter",
28069
+ SAMPLE_SET_FILTER: "sampleSetFilter",
28070
+ SAMPLE_FILTER_MODE: "sampleFilterMode",
28057
28071
  SAMPLE_SET_COLOR: "sampleSetColor",
28058
28072
  EMBEDDING_POINTS_VISIBLE: "embeddingPointsVisible",
28059
28073
  EMBEDDING_CONTOURS_VISIBLE: "embeddingContoursVisible",
@@ -28129,10 +28143,10 @@ const AUTO_INDEPENDENT_COORDINATION_TYPES = [
28129
28143
  CoordinationType$1.EMBEDDING_OBS_OPACITY
28130
28144
  ];
28131
28145
  const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
28132
- const version = "3.5.5";
28133
- const date = "2025-01-17";
28146
+ const version = "3.5.6";
28147
+ const date = "2025-01-29";
28134
28148
  const branch = "changeset-release/main";
28135
- const hash = "fe1f84e9";
28149
+ const hash = "c8eedf07";
28136
28150
  const META_VERSION = {
28137
28151
  note,
28138
28152
  version,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/vit-s",
3
- "version": "3.5.5",
3
+ "version": "3.5.6",
4
4
  "author": "HIDIVE Lab at HMS",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -29,13 +29,13 @@
29
29
  "uuid": "^9.0.0",
30
30
  "zustand": "^3.5.10",
31
31
  "react-aria": "^3.28.0",
32
- "@vitessce/abstract": "3.5.5",
33
- "@vitessce/constants-internal": "3.5.5",
34
- "@vitessce/plugins": "3.5.5",
35
- "@vitessce/schemas": "3.5.5",
36
- "@vitessce/utils": "3.5.5",
37
- "@vitessce/sets-utils": "3.5.5",
38
- "@vitessce/config": "3.5.5"
32
+ "@vitessce/abstract": "3.5.6",
33
+ "@vitessce/constants-internal": "3.5.6",
34
+ "@vitessce/plugins": "3.5.6",
35
+ "@vitessce/schemas": "3.5.6",
36
+ "@vitessce/utils": "3.5.6",
37
+ "@vitessce/sets-utils": "3.5.6",
38
+ "@vitessce/config": "3.5.6"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@testing-library/jest-dom": "^5.16.4",
@@ -43,7 +43,7 @@
43
43
  "react": "^18.0.0",
44
44
  "vite": "^4.3.0",
45
45
  "vitest": "^0.32.2",
46
- "@vitessce/types": "3.5.5"
46
+ "@vitessce/types": "3.5.6"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0"