@abdellatifui/react 3.2.164 → 3.2.165
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.css +1 -1
- package/dist/nextgen.d.ts +1 -0
- package/dist/nextgen.js +4796 -4783
- package/package.json +1 -1
package/dist/nextgen.d.ts
CHANGED
|
@@ -875,6 +875,7 @@ declare type NetworkMapProps_2 = {
|
|
|
875
875
|
pathThikness: number;
|
|
876
876
|
boundMargin: number;
|
|
877
877
|
pathCurvature: number;
|
|
878
|
+
mapPreferences?: [];
|
|
878
879
|
defaultAnimationLinkColor: string;
|
|
879
880
|
nodeVirtualizationMethod: 'moving' | 'moveend';
|
|
880
881
|
linkAnimation: boolean;
|