@vitessce/constants-internal 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 CHANGED
@@ -665,6 +665,7 @@ const COMPONENT_COORDINATION_TYPES = {
665
665
  CoordinationType.SPATIAL_ROTATION_Y,
666
666
  CoordinationType.SPATIAL_ROTATION_Z,
667
667
  CoordinationType.SPATIAL_AXIS_FIXED,
668
+ CoordinationType.SPATIAL_ROTATION_ORBIT,
668
669
  CoordinationType.SPATIAL_ORBIT_AXIS,
669
670
  CoordinationType.SPATIAL_ZOOM,
670
671
  CoordinationType.OBS_FILTER,
@@ -672,14 +673,11 @@ const COMPONENT_COORDINATION_TYPES = {
672
673
  CoordinationType.OBS_SET_SELECTION,
673
674
  CoordinationType.OBS_SET_FILTER,
674
675
  CoordinationType.OBS_SET_HIGHLIGHT,
675
- CoordinationType.OBS_SET_COLOR,
676
676
  CoordinationType.OBS_TYPE,
677
- CoordinationType.ADDITIONAL_OBS_SETS,
678
677
  CoordinationType.OBS_SET_COLOR,
679
678
  CoordinationType.OBS_COLOR_ENCODING,
680
- CoordinationType.OBS_SET_SELECTION,
681
679
  CoordinationType.EMBEDDING_TYPE,
682
- CoordinationType.OBS_COLOR_ENCODING,
680
+ CoordinationType.ADDITIONAL_OBS_SETS,
683
681
  CoordinationType.TOOLTIPS_VISIBLE
684
682
  ],
685
683
  [ViewType.SCATTERPLOT]: [
@@ -1301,10 +1299,10 @@ const COMPONENT_COORDINATION_TYPES = {
1301
1299
  ]
1302
1300
  };
1303
1301
  const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
1304
- const version = "3.7.0";
1305
- const date = "2025-09-12";
1302
+ const version = "3.7.1";
1303
+ const date = "2025-09-16";
1306
1304
  const branch = "changeset-release/main";
1307
- const hash = "e541b61e";
1305
+ const hash = "d61a814a";
1308
1306
  const version$1 = {
1309
1307
  note,
1310
1308
  version,
@@ -1 +1 @@
1
- {"version":3,"file":"coordination.d.ts","sourceRoot":"","sources":["../src/coordination.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,mCAAmC,UA0B/C,CAAC;AAEF;;;;;;;KAOK;AACL,eAAO,MAAM,4BAA4B;;;CAqoBxC,CAAC"}
1
+ {"version":3,"file":"coordination.d.ts","sourceRoot":"","sources":["../src/coordination.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,mCAAmC,UA0B/C,CAAC;AAEF;;;;;;;KAOK;AACL,eAAO,MAAM,4BAA4B;;;CAmoBxC,CAAC"}
@@ -51,6 +51,7 @@ export const COMPONENT_COORDINATION_TYPES = {
51
51
  CoordinationType.SPATIAL_ROTATION_Y,
52
52
  CoordinationType.SPATIAL_ROTATION_Z,
53
53
  CoordinationType.SPATIAL_AXIS_FIXED,
54
+ CoordinationType.SPATIAL_ROTATION_ORBIT,
54
55
  CoordinationType.SPATIAL_ORBIT_AXIS,
55
56
  CoordinationType.SPATIAL_ZOOM,
56
57
  CoordinationType.OBS_FILTER,
@@ -58,14 +59,11 @@ export const COMPONENT_COORDINATION_TYPES = {
58
59
  CoordinationType.OBS_SET_SELECTION,
59
60
  CoordinationType.OBS_SET_FILTER,
60
61
  CoordinationType.OBS_SET_HIGHLIGHT,
61
- CoordinationType.OBS_SET_COLOR,
62
62
  CoordinationType.OBS_TYPE,
63
- CoordinationType.ADDITIONAL_OBS_SETS,
64
63
  CoordinationType.OBS_SET_COLOR,
65
64
  CoordinationType.OBS_COLOR_ENCODING,
66
- CoordinationType.OBS_SET_SELECTION,
67
65
  CoordinationType.EMBEDDING_TYPE,
68
- CoordinationType.OBS_COLOR_ENCODING,
66
+ CoordinationType.ADDITIONAL_OBS_SETS,
69
67
  CoordinationType.TOOLTIPS_VISIBLE,
70
68
  ],
71
69
  [ViewType.SCATTERPLOT]: [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "note": "This file is autogenerated by .changeset/post-changelog.mjs.",
3
- "version": "3.7.0",
4
- "date": "2025-09-12",
3
+ "version": "3.7.1",
4
+ "date": "2025-09-16",
5
5
  "branch": "changeset-release/main",
6
- "hash": "e541b61e"
6
+ "hash": "d61a814a"
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/constants-internal",
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": {
@@ -53,6 +53,7 @@ export const COMPONENT_COORDINATION_TYPES = {
53
53
  CoordinationType.SPATIAL_ROTATION_Y,
54
54
  CoordinationType.SPATIAL_ROTATION_Z,
55
55
  CoordinationType.SPATIAL_AXIS_FIXED,
56
+ CoordinationType.SPATIAL_ROTATION_ORBIT,
56
57
  CoordinationType.SPATIAL_ORBIT_AXIS,
57
58
  CoordinationType.SPATIAL_ZOOM,
58
59
  CoordinationType.OBS_FILTER,
@@ -60,14 +61,11 @@ export const COMPONENT_COORDINATION_TYPES = {
60
61
  CoordinationType.OBS_SET_SELECTION,
61
62
  CoordinationType.OBS_SET_FILTER,
62
63
  CoordinationType.OBS_SET_HIGHLIGHT,
63
- CoordinationType.OBS_SET_COLOR,
64
64
  CoordinationType.OBS_TYPE,
65
- CoordinationType.ADDITIONAL_OBS_SETS,
66
65
  CoordinationType.OBS_SET_COLOR,
67
66
  CoordinationType.OBS_COLOR_ENCODING,
68
- CoordinationType.OBS_SET_SELECTION,
69
67
  CoordinationType.EMBEDDING_TYPE,
70
- CoordinationType.OBS_COLOR_ENCODING,
68
+ CoordinationType.ADDITIONAL_OBS_SETS,
71
69
  CoordinationType.TOOLTIPS_VISIBLE,
72
70
 
73
71
  ],
package/src/version.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "note": "This file is autogenerated by .changeset/post-changelog.mjs.",
3
- "version": "3.7.0",
4
- "date": "2025-09-12",
3
+ "version": "3.7.1",
4
+ "date": "2025-09-16",
5
5
  "branch": "changeset-release/main",
6
- "hash": "e541b61e"
6
+ "hash": "d61a814a"
7
7
  }