@vitessce/vega 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 +2 -4
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -51209,6 +51209,7 @@ const CoordinationType$1 = {
51209
51209
  CoordinationType$1.SPATIAL_ROTATION_Y,
51210
51210
  CoordinationType$1.SPATIAL_ROTATION_Z,
51211
51211
  CoordinationType$1.SPATIAL_AXIS_FIXED,
51212
+ CoordinationType$1.SPATIAL_ROTATION_ORBIT,
51212
51213
  CoordinationType$1.SPATIAL_ORBIT_AXIS,
51213
51214
  CoordinationType$1.SPATIAL_ZOOM,
51214
51215
  CoordinationType$1.OBS_FILTER,
@@ -51216,14 +51217,11 @@ const CoordinationType$1 = {
51216
51217
  CoordinationType$1.OBS_SET_SELECTION,
51217
51218
  CoordinationType$1.OBS_SET_FILTER,
51218
51219
  CoordinationType$1.OBS_SET_HIGHLIGHT,
51219
- CoordinationType$1.OBS_SET_COLOR,
51220
51220
  CoordinationType$1.OBS_TYPE,
51221
- CoordinationType$1.ADDITIONAL_OBS_SETS,
51222
51221
  CoordinationType$1.OBS_SET_COLOR,
51223
51222
  CoordinationType$1.OBS_COLOR_ENCODING,
51224
- CoordinationType$1.OBS_SET_SELECTION,
51225
51223
  CoordinationType$1.EMBEDDING_TYPE,
51226
- CoordinationType$1.OBS_COLOR_ENCODING,
51224
+ CoordinationType$1.ADDITIONAL_OBS_SETS,
51227
51225
  CoordinationType$1.TOOLTIPS_VISIBLE
51228
51226
  ],
51229
51227
  [ViewType$1.SCATTERPLOT]: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/vega",
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": {
@@ -21,9 +21,9 @@
21
21
  "vega": "^5.21.0",
22
22
  "vega-lite": "^5.1.1",
23
23
  "vega-tooltip": "^0.27.0",
24
- "@vitessce/styles": "3.7.0",
25
- "@vitessce/tooltip": "3.7.0",
26
- "@vitessce/legend": "3.7.0"
24
+ "@vitessce/styles": "3.7.1",
25
+ "@vitessce/tooltip": "3.7.1",
26
+ "@vitessce/legend": "3.7.1"
27
27
  },
28
28
  "devDependencies": {
29
29
  "react": "^18.0.0",