@vitessce/statistical-plots 3.8.3 → 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.
@@ -1,5 +1,5 @@
1
1
  import { i as inflate_1 } from "./pako.esm-SxljTded.js";
2
- import { B as BaseDecoder } from "./index-Cbe4c7In.js";
2
+ import { B as BaseDecoder } from "./index-CGPcqIZo.js";
3
3
  class DeflateDecoder extends BaseDecoder {
4
4
  decodeBlock(buffer) {
5
5
  return inflate_1(new Uint8Array(buffer)).buffer;
@@ -11237,7 +11237,10 @@ z.object({
11237
11237
  obsSets: obsSetsSpatialdataSchema,
11238
11238
  obsEmbedding: obsEmbeddingSpatialdataSchemaConvenience,
11239
11239
  // TODO: obsLabels
11240
- // TODO: featureLabels
11240
+ featureLabels: z.union([
11241
+ annDataFeatureLabels,
11242
+ z.array(annDataConvenienceFeatureLabelsItem)
11243
+ ]),
11241
11244
  // TODO: allow specifying tablePath and region at the top-level here.
11242
11245
  coordinateSystem: z.string().optional().describe("The name of a coordinate transformation output used to transform all elements which lack a per-element coordinateSystem property.")
11243
11246
  }).partial();
@@ -178758,22 +178761,22 @@ function addDecoder(cases2, importFn) {
178758
178761
  }
178759
178762
  cases2.forEach((c2) => registry$1.set(c2, importFn));
178760
178763
  }
178761
- addDecoder([void 0, 1], () => import("./raw-B1EQg_SA.js").then((m2) => m2.default));
178762
- addDecoder(5, () => import("./lzw-Eb5O3C7F.js").then((m2) => m2.default));
178764
+ addDecoder([void 0, 1], () => import("./raw-Ix4Nmikg.js").then((m2) => m2.default));
178765
+ addDecoder(5, () => import("./lzw-DDQ7DaiR.js").then((m2) => m2.default));
178763
178766
  addDecoder(6, () => {
178764
178767
  throw new Error("old style JPEG compression is not supported.");
178765
178768
  });
178766
- addDecoder(7, () => import("./jpeg-hmwNBzu7.js").then((m2) => m2.default));
178767
- addDecoder([8, 32946], () => import("./deflate-7ohytk11.js").then((m2) => m2.default));
178768
- addDecoder(32773, () => import("./packbits-TfpJF6VX.js").then((m2) => m2.default));
178769
+ addDecoder(7, () => import("./jpeg-BnJ8t6rS.js").then((m2) => m2.default));
178770
+ addDecoder([8, 32946], () => import("./deflate-IW2t3FQv.js").then((m2) => m2.default));
178771
+ addDecoder(32773, () => import("./packbits-Bg9j1cHH.js").then((m2) => m2.default));
178769
178772
  addDecoder(
178770
178773
  34887,
178771
- () => import("./lerc-CyTLEcX2.js").then(async (m2) => {
178774
+ () => import("./lerc-CAWhme9S.js").then(async (m2) => {
178772
178775
  await m2.zstd.init();
178773
178776
  return m2;
178774
178777
  }).then((m2) => m2.default)
178775
178778
  );
178776
- addDecoder(50001, () => import("./webimage-DkHQ713h.js").then((m2) => m2.default));
178779
+ addDecoder(50001, () => import("./webimage-DtR7PZaH.js").then((m2) => m2.default));
178777
178780
  function decodeRowAcc(row, stride) {
178778
178781
  let length2 = row.length - stride;
178779
178782
  let offset2 = 0;
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { b, f, C, e, a, i, D, h, E, F, c, d, T, V } from "./index-Cbe4c7In.js";
1
+ import { b, f, C, e, a, i, D, h, E, F, c, d, T, V } from "./index-CGPcqIZo.js";
2
2
  export {
3
3
  b as CellSetCompositionBarPlotSubscriber,
4
4
  f as CellSetExpressionPlot,
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-Cbe4c7In.js";
1
+ import { B as BaseDecoder } from "./index-CGPcqIZo.js";
2
2
  const dctZigZag = new Int32Array([
3
3
  0,
4
4
  1,
@@ -1,5 +1,5 @@
1
1
  import { i as inflate_1 } from "./pako.esm-SxljTded.js";
2
- import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-Cbe4c7In.js";
2
+ import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-CGPcqIZo.js";
3
3
  const LercParameters = {
4
4
  AddCompression: 1
5
5
  };
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-Cbe4c7In.js";
1
+ import { B as BaseDecoder } from "./index-CGPcqIZo.js";
2
2
  const MIN_BITS = 9;
3
3
  const CLEAR_CODE = 256;
4
4
  const EOI_CODE = 257;
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-Cbe4c7In.js";
1
+ import { B as BaseDecoder } from "./index-CGPcqIZo.js";
2
2
  class PackbitsDecoder extends BaseDecoder {
3
3
  decodeBlock(buffer) {
4
4
  const dataView = new DataView(buffer);
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-Cbe4c7In.js";
1
+ import { B as BaseDecoder } from "./index-CGPcqIZo.js";
2
2
  class RawDecoder extends BaseDecoder {
3
3
  decodeBlock(buffer) {
4
4
  return buffer;
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-Cbe4c7In.js";
1
+ import { B as BaseDecoder } from "./index-CGPcqIZo.js";
2
2
  class WebImageDecoder extends BaseDecoder {
3
3
  constructor() {
4
4
  super();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/statistical-plots",
3
- "version": "3.8.3",
3
+ "version": "3.8.4",
4
4
  "author": "HIDIVE Lab at HMS",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -28,13 +28,13 @@
28
28
  "react-aria": "^3.28.0",
29
29
  "internmap": "^2.0.3",
30
30
  "uuid": "^9.0.0",
31
- "@vitessce/styles": "3.8.3",
32
- "@vitessce/constants-internal": "3.8.3",
33
- "@vitessce/sets-utils": "3.8.3",
34
- "@vitessce/utils": "3.8.3",
35
- "@vitessce/vega": "3.8.3",
36
- "@vitessce/vit-s": "3.8.3",
37
- "@vitessce/gl": "3.8.3"
31
+ "@vitessce/styles": "3.8.4",
32
+ "@vitessce/constants-internal": "3.8.4",
33
+ "@vitessce/sets-utils": "3.8.4",
34
+ "@vitessce/utils": "3.8.4",
35
+ "@vitessce/vega": "3.8.4",
36
+ "@vitessce/vit-s": "3.8.4",
37
+ "@vitessce/gl": "3.8.4"
38
38
  },
39
39
  "devDependencies": {
40
40
  "react": "18.3.1",