@vitessce/biomarker-select 3.7.0 → 3.7.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.
- package/dist/index.js +2 -4
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -208,6 +208,7 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
208
208
|
CoordinationType.SPATIAL_ROTATION_Y,
|
|
209
209
|
CoordinationType.SPATIAL_ROTATION_Z,
|
|
210
210
|
CoordinationType.SPATIAL_AXIS_FIXED,
|
|
211
|
+
CoordinationType.SPATIAL_ROTATION_ORBIT,
|
|
211
212
|
CoordinationType.SPATIAL_ORBIT_AXIS,
|
|
212
213
|
CoordinationType.SPATIAL_ZOOM,
|
|
213
214
|
CoordinationType.OBS_FILTER,
|
|
@@ -215,14 +216,11 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
215
216
|
CoordinationType.OBS_SET_SELECTION,
|
|
216
217
|
CoordinationType.OBS_SET_FILTER,
|
|
217
218
|
CoordinationType.OBS_SET_HIGHLIGHT,
|
|
218
|
-
CoordinationType.OBS_SET_COLOR,
|
|
219
219
|
CoordinationType.OBS_TYPE,
|
|
220
|
-
CoordinationType.ADDITIONAL_OBS_SETS,
|
|
221
220
|
CoordinationType.OBS_SET_COLOR,
|
|
222
221
|
CoordinationType.OBS_COLOR_ENCODING,
|
|
223
|
-
CoordinationType.OBS_SET_SELECTION,
|
|
224
222
|
CoordinationType.EMBEDDING_TYPE,
|
|
225
|
-
CoordinationType.
|
|
223
|
+
CoordinationType.ADDITIONAL_OBS_SETS,
|
|
226
224
|
CoordinationType.TOOLTIPS_VISIBLE
|
|
227
225
|
],
|
|
228
226
|
[ViewType.SCATTERPLOT]: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/biomarker-select",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.1",
|
|
4
4
|
"author": "Gehlenborg Lab",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"fuse.js": "^7.0.0",
|
|
22
22
|
"d3-dsv": "^1.1.1",
|
|
23
23
|
"clsx": "^1.1.1",
|
|
24
|
-
"@vitessce/styles": "3.7.
|
|
25
|
-
"@vitessce/constants-internal": "3.7.
|
|
26
|
-
"@vitessce/vit-s": "3.7.
|
|
27
|
-
"@vitessce/types": "3.7.
|
|
24
|
+
"@vitessce/styles": "3.7.1",
|
|
25
|
+
"@vitessce/constants-internal": "3.7.1",
|
|
26
|
+
"@vitessce/vit-s": "3.7.1",
|
|
27
|
+
"@vitessce/types": "3.7.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@testing-library/jest-dom": "^6.6.3",
|