@bicharts/chart-host 0.1.7 → 0.1.8

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.
package/dist/index.mjs CHANGED
@@ -32,7 +32,7 @@ import {
32
32
  loadGeo,
33
33
  registerGeo,
34
34
  resolveOptions
35
- } from "./chunk-DF5QUB2N.mjs";
35
+ } from "./chunk-LWVJSMWU.mjs";
36
36
  export {
37
37
  ANIM_MAX_IDEAL_FRAMES_DEFAULT,
38
38
  ANIM_MAX_IDEAL_FRAMES_MAX,
package/dist/react.mjs CHANGED
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  buildRenderPayload,
4
4
  createChartHost
5
- } from "./chunk-DF5QUB2N.mjs";
5
+ } from "./chunk-LWVJSMWU.mjs";
6
6
 
7
7
  // src/react.tsx
8
8
  import { createContext, useContext, useEffect, useLayoutEffect, useMemo, useRef, useState } from "react";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bicharts/chart-host",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Run a BIC-generated D3 chart in any web host: compiles the generated render() function, applies the shared option defaults, resolves mark clicks (through tooltip overlays), owns the selection affordance, and translates row indices between cross-filtered charts. The same contract the BIC Power BI visual implements, minus Power BI. React bindings at @bicharts/chart-host/react.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",