@vitessce/vit-s 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.
Files changed (2) hide show
  1. package/dist/index.js +3 -5
  2. package/package.json +12 -12
package/dist/index.js CHANGED
@@ -31608,6 +31608,7 @@ const AUTO_INDEPENDENT_COORDINATION_TYPES = [
31608
31608
  CoordinationType$1.SPATIAL_ROTATION_Y,
31609
31609
  CoordinationType$1.SPATIAL_ROTATION_Z,
31610
31610
  CoordinationType$1.SPATIAL_AXIS_FIXED,
31611
+ CoordinationType$1.SPATIAL_ROTATION_ORBIT,
31611
31612
  CoordinationType$1.SPATIAL_ORBIT_AXIS,
31612
31613
  CoordinationType$1.SPATIAL_ZOOM,
31613
31614
  CoordinationType$1.OBS_FILTER,
@@ -31615,14 +31616,11 @@ const AUTO_INDEPENDENT_COORDINATION_TYPES = [
31615
31616
  CoordinationType$1.OBS_SET_SELECTION,
31616
31617
  CoordinationType$1.OBS_SET_FILTER,
31617
31618
  CoordinationType$1.OBS_SET_HIGHLIGHT,
31618
- CoordinationType$1.OBS_SET_COLOR,
31619
31619
  CoordinationType$1.OBS_TYPE,
31620
- CoordinationType$1.ADDITIONAL_OBS_SETS,
31621
31620
  CoordinationType$1.OBS_SET_COLOR,
31622
31621
  CoordinationType$1.OBS_COLOR_ENCODING,
31623
- CoordinationType$1.OBS_SET_SELECTION,
31624
31622
  CoordinationType$1.EMBEDDING_TYPE,
31625
- CoordinationType$1.OBS_COLOR_ENCODING,
31623
+ CoordinationType$1.ADDITIONAL_OBS_SETS,
31626
31624
  CoordinationType$1.TOOLTIPS_VISIBLE
31627
31625
  ],
31628
31626
  [ViewType$1.SCATTERPLOT]: [
@@ -32243,7 +32241,7 @@ const AUTO_INDEPENDENT_COORDINATION_TYPES = [
32243
32241
  CoordinationType$1.HIERARCHY_LEVELS
32244
32242
  ]
32245
32243
  });
32246
- const version = "3.7.0";
32244
+ const version = "3.7.1";
32247
32245
  const META_VERSION = {
32248
32246
  version
32249
32247
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/vit-s",
3
- "version": "3.7.0",
3
+ "version": "3.7.1",
4
4
  "author": "HIDIVE Lab at HMS",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -28,16 +28,16 @@
28
28
  "zustand": "^5.0.4",
29
29
  "react-aria": "^3.28.0",
30
30
  "react-error-boundary": "^5.0.0",
31
- "@vitessce/styles": "3.7.0",
32
- "@vitessce/abstract": "3.7.0",
33
- "@vitessce/error": "3.7.0",
34
- "@vitessce/constants-internal": "3.7.0",
35
- "@vitessce/plugins": "3.7.0",
36
- "@vitessce/utils": "3.7.0",
37
- "@vitessce/sets-utils": "3.7.0",
38
- "@vitessce/config": "3.7.0",
39
- "@vitessce/schemas": "3.7.0",
40
- "@vitessce/globals": "3.7.0"
31
+ "@vitessce/styles": "3.7.1",
32
+ "@vitessce/abstract": "3.7.1",
33
+ "@vitessce/error": "3.7.1",
34
+ "@vitessce/constants-internal": "3.7.1",
35
+ "@vitessce/plugins": "3.7.1",
36
+ "@vitessce/schemas": "3.7.1",
37
+ "@vitessce/utils": "3.7.1",
38
+ "@vitessce/sets-utils": "3.7.1",
39
+ "@vitessce/config": "3.7.1",
40
+ "@vitessce/globals": "3.7.1"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@testing-library/jest-dom": "^6.6.3",
@@ -46,7 +46,7 @@
46
46
  "react-dom": "^18.0.0",
47
47
  "vite": "^7.0.0",
48
48
  "vitest": "^3.1.4",
49
- "@vitessce/types": "3.7.0"
49
+ "@vitessce/types": "3.7.1"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"