vis-core 0.31.31 → 0.31.32

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.d.ts CHANGED
@@ -412,6 +412,7 @@ declare class ContinentsBg extends GroupObject {
412
412
  constructor(options: Options_8);
413
413
  create(): Promise<void>;
414
414
  getLocationPosition(location: [number, number], name?: string): [number, number, number] | undefined;
415
+ private calculatePosition;
415
416
  render(): void;
416
417
  rebuildFromScene(): void;
417
418
  dispose(): void;
@@ -1380,7 +1381,7 @@ export { TWEEN }
1380
1381
 
1381
1382
  export { Tween }
1382
1383
 
1383
- export declare const VERSION = "0.31.31";
1384
+ export declare const VERSION = "0.31.32";
1384
1385
 
1385
1386
  export { }
1386
1387