@html-graph/html-graph 8.6.1 → 8.7.0

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.
@@ -199,10 +199,6 @@ export declare class CanvasBuilder {
199
199
  private hasAnimatedLayout;
200
200
  private hasLayout;
201
201
  private readonly boxRenderingTrigger;
202
- private readonly graphStore;
203
- private readonly viewportStore;
204
- private readonly graph;
205
- private readonly viewport;
206
202
  private readonly window;
207
203
  private readonly animationStaticNodes;
208
204
  constructor(element: HTMLElement);