hoodini-viz 0.2.9 → 0.2.10

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.
@@ -10708,10 +10708,9 @@ const Vw = "hoodini_theme", b9 = p9(null), zc = () => {
10708
10708
  }
10709
10709
  try {
10710
10710
  const E = gy(b);
10711
- if (u(E), !e) {
10712
- const w = document.documentElement;
10713
- E === "dark" ? (w.classList.add("dark"), w.classList.remove("light")) : (w.classList.remove("dark"), w.classList.add("light"));
10714
- }
10711
+ u(E);
10712
+ const w = document.documentElement;
10713
+ E === "dark" ? (w.classList.add("dark"), w.classList.remove("light")) : (w.classList.remove("dark"), w.classList.add("light"));
10715
10714
  } catch {
10716
10715
  }
10717
10716
  }, C = () => {
@@ -22201,7 +22200,7 @@ const VW = () => {
22201
22200
  })(u.current);
22202
22201
  let oe = window.$3Dmol;
22203
22202
  if (!oe) {
22204
- const Xe = await import("./3Dmol-OeJZm6Bj.js").then((ot) => ot._);
22203
+ const Xe = await import("./3Dmol-DU3kPp0n.js").then((ot) => ot._);
22205
22204
  oe = Xe.default || Xe, window.$3Dmol = oe;
22206
22205
  }
22207
22206
  if (d) {
@@ -71910,7 +71909,7 @@ function jde(t, e, n, r, i) {
71910
71909
  scrollRef: m
71911
71910
  };
71912
71911
  }
71913
- const Xde = A.lazy(async () => await import("./data-grid-overlay-editor-CxXAwXm3.js"));
71912
+ const Xde = A.lazy(async () => await import("./data-grid-overlay-editor-CoyWA9g0.js"));
71914
71913
  let Yde = 0;
71915
71914
  function Gde(t) {
71916
71915
  return $le(NB(NB(t).filter((e) => e.span !== void 0).map((e) => Gu((e.span?.[0] ?? 0) + 1, (e.span?.[1] ?? 0) + 1))));
@@ -74050,7 +74049,7 @@ function vfe(t, e, n, r, i) {
74050
74049
  height: d - 1
74051
74050
  };
74052
74051
  }
74053
- const Efe = A.lazy(async () => await import("./number-overlay-editor-CB25ihfI.js")), _fe = {
74052
+ const Efe = A.lazy(async () => await import("./number-overlay-editor-B7oYi0-5.js")), _fe = {
74054
74053
  getAccessibilityString: (t) => t.data?.toString() ?? "",
74055
74054
  kind: dn.Number,
74056
74055
  needsHover: (t) => t.hoverEffect === !0,
@@ -1,6 +1,6 @@
1
1
  import * as ie from "react";
2
2
  import Q, { useRef as X, useState as xe, useEffect as ve, useMemo as Fe, useLayoutEffect as je } from "react";
3
- import { s as Le } from "./index-C2pG-VRG.js";
3
+ import { s as Le } from "./index-Cd4mhydf.js";
4
4
  const Me = /* @__PURE__ */ Le("div")({
5
5
  name: "NumberOverlayEditorStyle",
6
6
  class: "gdg-n15fjm3e",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hoodini-viz",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
4
4
  "description": "Interactive phylogenetic and genomic visualization library",
5
5
  "type": "module",
6
6
  "main": "./dist/hoodini-viz.umd.js",