@abdellatifui/react 3.1.30 → 3.1.31

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
@@ -101,8 +101,8 @@ export declare const createDefaultConnTemplate: (name: any, id: any, sourceId: a
101
101
  name: any;
102
102
  id: any;
103
103
  details: {};
104
- source: any;
105
- destination: any;
104
+ sourceId: any;
105
+ destinationId: any;
106
106
  linkColor: any;
107
107
  linkAnimationColor: any;
108
108
  };
package/dist/nextgen.js CHANGED
@@ -11000,8 +11000,8 @@ const My = ({ connections: e = [], mapApi: n, options: t, selectedConn: r, _onLi
11000
11000
  name: e,
11001
11001
  id: n,
11002
11002
  details: o || {},
11003
- source: t,
11004
- destination: r,
11003
+ sourceId: t,
11004
+ destinationId: r,
11005
11005
  linkColor: s,
11006
11006
  linkAnimationColor: i
11007
11007
  }), Dy = (e) => {
@@ -13,8 +13,8 @@ export declare const createDefaultConnTemplate: (name: any, id: any, sourceId: a
13
13
  name: any;
14
14
  id: any;
15
15
  details: {};
16
- source: any;
17
- destination: any;
16
+ sourceId: any;
17
+ destinationId: any;
18
18
  linkColor: any;
19
19
  linkAnimationColor: any;
20
20
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@abdellatifui/react",
3
3
  "private": false,
4
- "version": "3.1.30",
4
+ "version": "3.1.31",
5
5
  "type": "module",
6
6
  "types": "dist/nextgen.d.ts",
7
7
  "files": [