@vitessce/scatterplot 3.3.5 → 3.3.7

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-68f84e2a.js";
2
- import { B as BaseDecoder } from "./index-89b39350.js";
2
+ import { B as BaseDecoder } from "./index-fe788b76.js";
3
3
  import "react";
4
4
  import "@vitessce/vit-s";
5
5
  import "react-dom";
@@ -104765,16 +104765,16 @@ function addDecoder(cases, importFn) {
104765
104765
  }
104766
104766
  cases.forEach((c2) => registry$1.set(c2, importFn));
104767
104767
  }
104768
- addDecoder([void 0, 1], () => import("./raw-fc2d907b.js").then((m2) => m2.default));
104769
- addDecoder(5, () => import("./lzw-eee0f4ba.js").then((m2) => m2.default));
104768
+ addDecoder([void 0, 1], () => import("./raw-53c015d7.js").then((m2) => m2.default));
104769
+ addDecoder(5, () => import("./lzw-b4b8bbeb.js").then((m2) => m2.default));
104770
104770
  addDecoder(6, () => {
104771
104771
  throw new Error("old style JPEG compression is not supported.");
104772
104772
  });
104773
- addDecoder(7, () => import("./jpeg-fbf98ea3.js").then((m2) => m2.default));
104774
- addDecoder([8, 32946], () => import("./deflate-a5971832.js").then((m2) => m2.default));
104775
- addDecoder(32773, () => import("./packbits-591ffe73.js").then((m2) => m2.default));
104776
- addDecoder(34887, () => import("./lerc-32d3d23a.js").then((m2) => m2.default));
104777
- addDecoder(50001, () => import("./webimage-e8a123ef.js").then((m2) => m2.default));
104773
+ addDecoder(7, () => import("./jpeg-9ce29aa3.js").then((m2) => m2.default));
104774
+ addDecoder([8, 32946], () => import("./deflate-62dd713f.js").then((m2) => m2.default));
104775
+ addDecoder(32773, () => import("./packbits-d4c6b85a.js").then((m2) => m2.default));
104776
+ addDecoder(34887, () => import("./lerc-ee9b7cbb.js").then((m2) => m2.default));
104777
+ addDecoder(50001, () => import("./webimage-c50503cd.js").then((m2) => m2.default));
104778
104778
  function decodeRowAcc(row, stride) {
104779
104779
  let length2 = row.length - stride;
104780
104780
  let offset5 = 0;
@@ -116852,8 +116852,9 @@ function capitalize$1(word) {
116852
116852
  }
116853
116853
  const DEFAULT_DARK_COLOR = [50, 50, 50];
116854
116854
  const DEFAULT_LIGHT_COLOR = [200, 200, 200];
116855
+ const DEFAULT_LIGHT2_COLOR = [235, 235, 235];
116855
116856
  function getDefaultColor(theme) {
116856
- return theme === "dark" ? DEFAULT_DARK_COLOR : DEFAULT_LIGHT_COLOR;
116857
+ return theme === "dark" ? DEFAULT_DARK_COLOR : theme === "light" ? DEFAULT_LIGHT_COLOR : DEFAULT_LIGHT2_COLOR;
116857
116858
  }
116858
116859
  function r(e2) {
116859
116860
  var t, f2, n2 = "";
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { A, E, S, a, b, f, e, d, c } from "./index-89b39350.js";
1
+ import { A, E, S, a, b, f, e, d, c } from "./index-fe788b76.js";
2
2
  import "react";
3
3
  import "@vitessce/vit-s";
4
4
  import "react-dom";
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-89b39350.js";
1
+ import { B as BaseDecoder } from "./index-fe788b76.js";
2
2
  import "react";
3
3
  import "@vitessce/vit-s";
4
4
  import "react-dom";
@@ -1,5 +1,5 @@
1
1
  import { i as inflate_1 } from "./pako.esm-68f84e2a.js";
2
- import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-89b39350.js";
2
+ import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-fe788b76.js";
3
3
  import "react";
4
4
  import "@vitessce/vit-s";
5
5
  import "react-dom";
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-89b39350.js";
1
+ import { B as BaseDecoder } from "./index-fe788b76.js";
2
2
  import "react";
3
3
  import "@vitessce/vit-s";
4
4
  import "react-dom";
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-89b39350.js";
1
+ import { B as BaseDecoder } from "./index-fe788b76.js";
2
2
  import "react";
3
3
  import "@vitessce/vit-s";
4
4
  import "react-dom";
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-89b39350.js";
1
+ import { B as BaseDecoder } from "./index-fe788b76.js";
2
2
  import "react";
3
3
  import "@vitessce/vit-s";
4
4
  import "react-dom";
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-89b39350.js";
1
+ import { B as BaseDecoder } from "./index-fe788b76.js";
2
2
  import "react";
3
3
  import "@vitessce/vit-s";
4
4
  import "react-dom";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/scatterplot",
3
- "version": "3.3.5",
3
+ "version": "3.3.7",
4
4
  "author": "Gehlenborg Lab",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -23,12 +23,12 @@
23
23
  "d3-quadtree": "^1.0.7",
24
24
  "lodash-es": "^4.17.21",
25
25
  "react-aria": "^3.28.0",
26
- "@vitessce/constants-internal": "3.3.5",
27
- "@vitessce/gl": "3.3.5",
28
- "@vitessce/icons": "3.3.5",
29
- "@vitessce/tooltip": "3.3.5",
30
- "@vitessce/utils": "3.3.5",
31
- "@vitessce/vit-s": "3.3.5"
26
+ "@vitessce/constants-internal": "3.3.7",
27
+ "@vitessce/icons": "3.3.7",
28
+ "@vitessce/tooltip": "3.3.7",
29
+ "@vitessce/vit-s": "3.3.7",
30
+ "@vitessce/utils": "3.3.7",
31
+ "@vitessce/gl": "3.3.7"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@testing-library/jest-dom": "^5.16.4",