@vitessce/biomarker-select 3.6.18 → 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.
Files changed (2) hide show
  1. package/dist/index.js +2 -4
  2. package/package.json +7 -7
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.OBS_COLOR_ENCODING,
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.6.18",
3
+ "version": "3.7.1",
4
4
  "author": "Gehlenborg Lab",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -21,24 +21,24 @@
21
21
  "fuse.js": "^7.0.0",
22
22
  "d3-dsv": "^1.1.1",
23
23
  "clsx": "^1.1.1",
24
- "@vitessce/styles": "3.6.18",
25
- "@vitessce/constants-internal": "3.6.18",
26
- "@vitessce/vit-s": "3.6.18",
27
- "@vitessce/types": "3.6.18"
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",
31
31
  "@testing-library/react": "^16.3.0",
32
32
  "react": "^18.0.0",
33
33
  "react-dom": "^18.0.0",
34
- "vite": "^6.3.5",
34
+ "vite": "^7.0.0",
35
35
  "vitest": "^3.1.4"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
39
39
  },
40
40
  "scripts": {
41
- "bundle": "pnpm exec vite build -c ../../../scripts/vite.config.js",
41
+ "bundle": "pnpm exec vite build -c ../../../scripts/vite.config.mjs",
42
42
  "test": "pnpm exec vitest --run"
43
43
  },
44
44
  "module": "dist/index.js",