@vitessce/neuroglancer 3.8.2 → 3.8.4

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-CuSU8uy8.js";
5
+ import { g as getDefaultExportFromCjs, c as commonjsGlobal, d as diffCameraState } from "./index-DsWF_aiv.js";
6
6
  var es6_object_assign = {};
7
7
  var _global = { exports: {} };
8
8
  var hasRequired_global;
@@ -10544,7 +10544,10 @@ z.object({
10544
10544
  obsSets: obsSetsSpatialdataSchema,
10545
10545
  obsEmbedding: obsEmbeddingSpatialdataSchemaConvenience,
10546
10546
  // TODO: obsLabels
10547
- // TODO: featureLabels
10547
+ featureLabels: z.union([
10548
+ annDataFeatureLabels,
10549
+ z.array(annDataConvenienceFeatureLabelsItem)
10550
+ ]),
10548
10551
  // TODO: allow specifying tablePath and region at the top-level here.
10549
10552
  coordinateSystem: z.string().optional().describe("The name of a coordinate transformation output used to transform all elements which lack a per-element coordinateSystem property.")
10550
10553
  }).partial();
@@ -28189,7 +28192,7 @@ function NeuroglancerGlobalStyles(props) {
28189
28192
  }
28190
28193
  ));
28191
28194
  }
28192
- const LazyReactNeuroglancer = React__default.lazy(() => import("./ReactNeuroglancer-CexklRkL.js"));
28195
+ const LazyReactNeuroglancer = React__default.lazy(() => import("./ReactNeuroglancer-Yc6wLA5U.js"));
28193
28196
  function createWorker() {
28194
28197
  return new WorkerFactory();
28195
28198
  }
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { N } from "./index-CuSU8uy8.js";
1
+ import { N } from "./index-DsWF_aiv.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.2",
3
+ "version": "3.8.4",
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.2",
24
- "@vitessce/styles": "3.8.2",
25
- "@vitessce/constants-internal": "3.8.2",
26
- "@vitessce/vit-s": "3.8.2",
27
- "@vitessce/sets-utils": "3.8.2",
28
- "@vitessce/utils": "3.8.2",
29
- "@vitessce/tooltip": "3.8.2"
23
+ "@vitessce/neuroglancer-workers": "3.8.4",
24
+ "@vitessce/styles": "3.8.4",
25
+ "@vitessce/constants-internal": "3.8.4",
26
+ "@vitessce/sets-utils": "3.8.4",
27
+ "@vitessce/vit-s": "3.8.4",
28
+ "@vitessce/utils": "3.8.4",
29
+ "@vitessce/tooltip": "3.8.4"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@testing-library/jest-dom": "^6.6.3",