@vitessce/statistical-plots 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.
@@ -1,5 +1,5 @@
1
1
  import { i as inflate_1 } from "./pako.esm-SxljTded.js";
2
- import { B as BaseDecoder } from "./index-CA8GNk6M.js";
2
+ import { B as BaseDecoder } from "./index-CiYiZlc7.js";
3
3
  class DeflateDecoder extends BaseDecoder {
4
4
  decodeBlock(buffer) {
5
5
  return inflate_1(new Uint8Array(buffer)).buffer;
@@ -653,6 +653,7 @@ const COMPONENT_COORDINATION_TYPES = {
653
653
  CoordinationType$1.SPATIAL_ROTATION_Y,
654
654
  CoordinationType$1.SPATIAL_ROTATION_Z,
655
655
  CoordinationType$1.SPATIAL_AXIS_FIXED,
656
+ CoordinationType$1.SPATIAL_ROTATION_ORBIT,
656
657
  CoordinationType$1.SPATIAL_ORBIT_AXIS,
657
658
  CoordinationType$1.SPATIAL_ZOOM,
658
659
  CoordinationType$1.OBS_FILTER,
@@ -660,14 +661,11 @@ const COMPONENT_COORDINATION_TYPES = {
660
661
  CoordinationType$1.OBS_SET_SELECTION,
661
662
  CoordinationType$1.OBS_SET_FILTER,
662
663
  CoordinationType$1.OBS_SET_HIGHLIGHT,
663
- CoordinationType$1.OBS_SET_COLOR,
664
664
  CoordinationType$1.OBS_TYPE,
665
- CoordinationType$1.ADDITIONAL_OBS_SETS,
666
665
  CoordinationType$1.OBS_SET_COLOR,
667
666
  CoordinationType$1.OBS_COLOR_ENCODING,
668
- CoordinationType$1.OBS_SET_SELECTION,
669
667
  CoordinationType$1.EMBEDDING_TYPE,
670
- CoordinationType$1.OBS_COLOR_ENCODING,
668
+ CoordinationType$1.ADDITIONAL_OBS_SETS,
671
669
  CoordinationType$1.TOOLTIPS_VISIBLE
672
670
  ],
673
671
  [ViewType$1.SCATTERPLOT]: [
@@ -178739,22 +178737,22 @@ function addDecoder(cases2, importFn) {
178739
178737
  }
178740
178738
  cases2.forEach((c2) => registry$1.set(c2, importFn));
178741
178739
  }
178742
- addDecoder([void 0, 1], () => import("./raw-CmQNUdnh.js").then((m2) => m2.default));
178743
- addDecoder(5, () => import("./lzw-CCOmLsId.js").then((m2) => m2.default));
178740
+ addDecoder([void 0, 1], () => import("./raw-FFiWm3QN.js").then((m2) => m2.default));
178741
+ addDecoder(5, () => import("./lzw-DD1Tdz8g.js").then((m2) => m2.default));
178744
178742
  addDecoder(6, () => {
178745
178743
  throw new Error("old style JPEG compression is not supported.");
178746
178744
  });
178747
- addDecoder(7, () => import("./jpeg-BzxWgvmY.js").then((m2) => m2.default));
178748
- addDecoder([8, 32946], () => import("./deflate-B5Mg3kwY.js").then((m2) => m2.default));
178749
- addDecoder(32773, () => import("./packbits-1HUBp5DU.js").then((m2) => m2.default));
178745
+ addDecoder(7, () => import("./jpeg-DEScdVti.js").then((m2) => m2.default));
178746
+ addDecoder([8, 32946], () => import("./deflate-DgQl9TkB.js").then((m2) => m2.default));
178747
+ addDecoder(32773, () => import("./packbits-DQKhpi_i.js").then((m2) => m2.default));
178750
178748
  addDecoder(
178751
178749
  34887,
178752
- () => import("./lerc-DD_Qgv9w.js").then(async (m2) => {
178750
+ () => import("./lerc-DTqrdnG3.js").then(async (m2) => {
178753
178751
  await m2.zstd.init();
178754
178752
  return m2;
178755
178753
  }).then((m2) => m2.default)
178756
178754
  );
178757
- addDecoder(50001, () => import("./webimage-Bl4VBRx9.js").then((m2) => m2.default));
178755
+ addDecoder(50001, () => import("./webimage-CsGQM3x-.js").then((m2) => m2.default));
178758
178756
  function decodeRowAcc(row, stride) {
178759
178757
  let length2 = row.length - stride;
178760
178758
  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-CA8GNk6M.js";
1
+ import { b, f, C, e, a, i, D, h, E, F, c, d, T, V } from "./index-CiYiZlc7.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-CA8GNk6M.js";
1
+ import { B as BaseDecoder } from "./index-CiYiZlc7.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-CA8GNk6M.js";
2
+ import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-CiYiZlc7.js";
3
3
  const LercParameters = {
4
4
  AddCompression: 1
5
5
  };
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-CA8GNk6M.js";
1
+ import { B as BaseDecoder } from "./index-CiYiZlc7.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-CA8GNk6M.js";
1
+ import { B as BaseDecoder } from "./index-CiYiZlc7.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-CA8GNk6M.js";
1
+ import { B as BaseDecoder } from "./index-CiYiZlc7.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-CA8GNk6M.js";
1
+ import { B as BaseDecoder } from "./index-CiYiZlc7.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.7.0",
3
+ "version": "3.7.1",
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.7.0",
32
- "@vitessce/constants-internal": "3.7.0",
33
- "@vitessce/sets-utils": "3.7.0",
34
- "@vitessce/utils": "3.7.0",
35
- "@vitessce/vega": "3.7.0",
36
- "@vitessce/vit-s": "3.7.0",
37
- "@vitessce/gl": "3.7.0"
31
+ "@vitessce/styles": "3.7.1",
32
+ "@vitessce/constants-internal": "3.7.1",
33
+ "@vitessce/sets-utils": "3.7.1",
34
+ "@vitessce/utils": "3.7.1",
35
+ "@vitessce/vega": "3.7.1",
36
+ "@vitessce/vit-s": "3.7.1",
37
+ "@vitessce/gl": "3.7.1"
38
38
  },
39
39
  "devDependencies": {
40
40
  "react": "^18.0.0",