@vitessce/neuroglancer 3.6.4 → 3.6.6

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.
@@ -1,5 +1,5 @@
1
1
  import React__default from "react";
2
- import { g as getDefaultExportFromCjs, c as commonjsGlobal, a as getAugmentedNamespace, r as requirePropTypes } from "./index-D4f-LKVU.js";
2
+ import { g as getDefaultExportFromCjs, c as commonjsGlobal, a as getAugmentedNamespace, r as requirePropTypes } from "./index-DwxOxniV.js";
3
3
  var lib = {};
4
4
  var es6_object_assign = {};
5
5
  var _global = { exports: {} };
@@ -10696,12 +10696,17 @@ anndataZarrSchema.extend({
10696
10696
  z.object({
10697
10697
  // TODO: should `image` be a special schema
10698
10698
  // to allow specifying fileUid (like for embeddingType)?
10699
- // TODO: allow multiple images
10699
+ // TODO: allow multiple images?
10700
10700
  image: imageSpatialdataSchema,
10701
10701
  // TODO: should this be a special schema
10702
10702
  // to allow specifying fileUid (like for embeddingType)?
10703
- // TODO: allow multiple labels
10703
+ // TODO: allow multiple labels?
10704
10704
  labels: obsSegmentationsSpatialdataSchema,
10705
+ // TODO: allow multiple shapes?
10706
+ // TODO: unify labels and shapes to obsSegmentations,
10707
+ // then distinguish in expand function based on
10708
+ // "labels/*" vs. "shapes/*" in path?
10709
+ shapes: obsSegmentationsSpatialdataSchema,
10705
10710
  obsFeatureMatrix: obsFeatureMatrixSpatialdataSchema,
10706
10711
  obsSpots: obsSpotsSpatialdataSchema,
10707
10712
  // TODO: obsPoints
@@ -28351,7 +28356,7 @@ function NeuroglancerGlobalStyles(props) {
28351
28356
  }
28352
28357
  ));
28353
28358
  }
28354
- const LazyReactNeuroglancer = React__default.lazy(() => import("./ReactNeuroglancer-BfPdC6Bn.js"));
28359
+ const LazyReactNeuroglancer = React__default.lazy(() => import("./ReactNeuroglancer-CLniI-yW.js"));
28355
28360
  function createWorker() {
28356
28361
  return new WorkerFactory();
28357
28362
  }
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { N } from "./index-D4f-LKVU.js";
1
+ import { N } from "./index-DwxOxniV.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.6.4",
3
+ "version": "3.6.6",
4
4
  "author": "Gehlenborg Lab",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -19,13 +19,13 @@
19
19
  "@janelia-flyem/react-neuroglancer": "2.5.0",
20
20
  "@janelia-flyem/neuroglancer": "2.37.5",
21
21
  "lodash-es": "^4.17.21",
22
- "@vitessce/neuroglancer-workers": "3.6.4",
23
- "@vitessce/styles": "3.6.4",
24
- "@vitessce/constants-internal": "3.6.4",
25
- "@vitessce/vit-s": "3.6.4",
26
- "@vitessce/sets-utils": "3.6.4",
27
- "@vitessce/utils": "3.6.4",
28
- "@vitessce/tooltip": "3.6.4"
22
+ "@vitessce/neuroglancer-workers": "3.6.6",
23
+ "@vitessce/styles": "3.6.6",
24
+ "@vitessce/constants-internal": "3.6.6",
25
+ "@vitessce/vit-s": "3.6.6",
26
+ "@vitessce/sets-utils": "3.6.6",
27
+ "@vitessce/utils": "3.6.6",
28
+ "@vitessce/tooltip": "3.6.6"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@testing-library/jest-dom": "^6.6.3",