@vitessce/scatterplot 3.6.10 → 3.6.11

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-C5d2vHI6.js";
2
+ import { B as BaseDecoder } from "./index-9JozA7LF.js";
3
3
  class DeflateDecoder extends BaseDecoder {
4
4
  decodeBlock(buffer) {
5
5
  return inflate_1(new Uint8Array(buffer)).buffer;
@@ -104848,7 +104848,8 @@ const PIXELATED_TEXTURE_PARAMETERS = {
104848
104848
  const GLSL_COLORMAPS = [
104849
104849
  "plasma",
104850
104850
  "viridis",
104851
- "jet"
104851
+ "jet",
104852
+ "greys"
104852
104853
  ];
104853
104854
  const GLSL_COLORMAP_DEFAULT = "plasma";
104854
104855
  const COLORMAP_SHADER_PLACEHOLDER = "COLORMAP_FUNC";
@@ -105938,22 +105939,22 @@ function addDecoder(cases, importFn) {
105938
105939
  }
105939
105940
  cases.forEach((c2) => registry$1.set(c2, importFn));
105940
105941
  }
105941
- addDecoder([void 0, 1], () => import("./raw-BYQ7zdFj.js").then((m2) => m2.default));
105942
- addDecoder(5, () => import("./lzw--a5tW8xi.js").then((m2) => m2.default));
105942
+ addDecoder([void 0, 1], () => import("./raw-3_S9YVyH.js").then((m2) => m2.default));
105943
+ addDecoder(5, () => import("./lzw-D-hHOYm_.js").then((m2) => m2.default));
105943
105944
  addDecoder(6, () => {
105944
105945
  throw new Error("old style JPEG compression is not supported.");
105945
105946
  });
105946
- addDecoder(7, () => import("./jpeg-BVNUA9H4.js").then((m2) => m2.default));
105947
- addDecoder([8, 32946], () => import("./deflate-vRJwIzkA.js").then((m2) => m2.default));
105948
- addDecoder(32773, () => import("./packbits-D7QUWZBA.js").then((m2) => m2.default));
105947
+ addDecoder(7, () => import("./jpeg-CF0P30P8.js").then((m2) => m2.default));
105948
+ addDecoder([8, 32946], () => import("./deflate-KV2rU6XF.js").then((m2) => m2.default));
105949
+ addDecoder(32773, () => import("./packbits-CIWrT1l4.js").then((m2) => m2.default));
105949
105950
  addDecoder(
105950
105951
  34887,
105951
- () => import("./lerc-B-RxLrWf.js").then(async (m2) => {
105952
+ () => import("./lerc-B0to1gU8.js").then(async (m2) => {
105952
105953
  await m2.zstd.init();
105953
105954
  return m2;
105954
105955
  }).then((m2) => m2.default)
105955
105956
  );
105956
- addDecoder(50001, () => import("./webimage-DPIZwuc5.js").then((m2) => m2.default));
105957
+ addDecoder(50001, () => import("./webimage-DMr0pbig.js").then((m2) => m2.default));
105957
105958
  function decodeRowAcc(row, stride) {
105958
105959
  let length2 = row.length - stride;
105959
105960
  let offset2 = 0;
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { A, E, S, a, b, f, e, d, c } from "./index-C5d2vHI6.js";
1
+ import { A, E, S, a, b, f, e, d, c } from "./index-9JozA7LF.js";
2
2
  export {
3
3
  A as AbstractSpatialOrScatterplot,
4
4
  E as EmptyMessage,
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-C5d2vHI6.js";
1
+ import { B as BaseDecoder } from "./index-9JozA7LF.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-C5d2vHI6.js";
2
+ import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-9JozA7LF.js";
3
3
  const LercParameters = {
4
4
  AddCompression: 1
5
5
  };
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-C5d2vHI6.js";
1
+ import { B as BaseDecoder } from "./index-9JozA7LF.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-C5d2vHI6.js";
1
+ import { B as BaseDecoder } from "./index-9JozA7LF.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-C5d2vHI6.js";
1
+ import { B as BaseDecoder } from "./index-9JozA7LF.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-C5d2vHI6.js";
1
+ import { B as BaseDecoder } from "./index-9JozA7LF.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/scatterplot",
3
- "version": "3.6.10",
3
+ "version": "3.6.11",
4
4
  "author": "HIDIVE Lab at HMS",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -21,13 +21,13 @@
21
21
  "d3-quadtree": "^1.0.7",
22
22
  "lodash-es": "^4.17.21",
23
23
  "react-aria": "^3.28.0",
24
- "@vitessce/styles": "3.6.10",
25
- "@vitessce/constants-internal": "3.6.10",
26
- "@vitessce/gl": "3.6.10",
27
- "@vitessce/icons": "3.6.10",
28
- "@vitessce/tooltip": "3.6.10",
29
- "@vitessce/utils": "3.6.10",
30
- "@vitessce/vit-s": "3.6.10"
24
+ "@vitessce/styles": "3.6.11",
25
+ "@vitessce/constants-internal": "3.6.11",
26
+ "@vitessce/gl": "3.6.11",
27
+ "@vitessce/icons": "3.6.11",
28
+ "@vitessce/tooltip": "3.6.11",
29
+ "@vitessce/utils": "3.6.11",
30
+ "@vitessce/vit-s": "3.6.11"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@testing-library/jest-dom": "^6.6.3",