@vitessce/neuroglancer 3.8.0 → 3.8.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.
@@ -2,7 +2,7 @@ var __defProp = Object.defineProperty;
2
2
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
3
3
  var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
4
4
  import React__default from "react";
5
- import { g as getDefaultExportFromCjs, c as commonjsGlobal, d as diffCameraState } from "./index-C-a5i748.js";
5
+ import { g as getDefaultExportFromCjs, c as commonjsGlobal, d as diffCameraState } from "./index-O9LG3z3b.js";
6
6
  var es6_object_assign = {};
7
7
  var _global = { exports: {} };
8
8
  var hasRequired_global;
@@ -8,7 +8,7 @@ const ViewType$1 = {
8
8
  SCATTERPLOT: "scatterplot",
9
9
  SPATIAL: "spatial",
10
10
  SPATIAL_BETA: "spatialBeta",
11
- SPATIAL_ACCELERATED: "spatialAccelerated",
11
+ // SPATIAL_ACCELERATED: 'spatialAccelerated',
12
12
  HEATMAP: "heatmap",
13
13
  LAYER_CONTROLLER: "layerController",
14
14
  LAYER_CONTROLLER_BETA: "layerControllerBeta",
@@ -28173,7 +28173,7 @@ function NeuroglancerGlobalStyles(props) {
28173
28173
  }
28174
28174
  ));
28175
28175
  }
28176
- const LazyReactNeuroglancer = React__default.lazy(() => import("./ReactNeuroglancer-gkMaZkr6.js"));
28176
+ const LazyReactNeuroglancer = React__default.lazy(() => import("./ReactNeuroglancer-DXStdU0p.js"));
28177
28177
  function createWorker() {
28178
28178
  return new WorkerFactory();
28179
28179
  }
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { N } from "./index-C-a5i748.js";
1
+ import { N } from "./index-O9LG3z3b.js";
2
2
  export {
3
3
  N as NeuroglancerSubscriber
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/neuroglancer",
3
- "version": "3.8.0",
3
+ "version": "3.8.1",
4
4
  "author": "Gehlenborg Lab",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -20,13 +20,13 @@
20
20
  "lodash-es": "^4.17.21",
21
21
  "three": "^0.154.0",
22
22
  "react": "18.3.1",
23
- "@vitessce/neuroglancer-workers": "3.8.0",
24
- "@vitessce/styles": "3.8.0",
25
- "@vitessce/constants-internal": "3.8.0",
26
- "@vitessce/vit-s": "3.8.0",
27
- "@vitessce/sets-utils": "3.8.0",
28
- "@vitessce/utils": "3.8.0",
29
- "@vitessce/tooltip": "3.8.0"
23
+ "@vitessce/neuroglancer-workers": "3.8.1",
24
+ "@vitessce/styles": "3.8.1",
25
+ "@vitessce/constants-internal": "3.8.1",
26
+ "@vitessce/vit-s": "3.8.1",
27
+ "@vitessce/sets-utils": "3.8.1",
28
+ "@vitessce/tooltip": "3.8.1",
29
+ "@vitessce/utils": "3.8.1"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@testing-library/jest-dom": "^6.6.3",