@abdellatifui/react 3.1.125 → 3.1.126

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/nextgen.d.ts CHANGED
@@ -698,6 +698,7 @@ declare type NetworkMapProps_2 = {
698
698
  nodeSizeScaler: number;
699
699
  boundMargin: number;
700
700
  defaultAnimationLinkColor: string;
701
+ nodeVirtualizationMethod: 'moving' | 'moveend';
701
702
  linkAnimation: boolean;
702
703
  debug: boolean;
703
704
  staticMapColor: string;