@xyo-network/react-node-renderer 4.1.6 → 4.1.8
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.
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { NodeRelationalGraphProps } from '../../lib/index.ts';
|
|
3
3
|
export declare const NodeRelationalGraphFlexBox: React.ForwardRefExoticComponent<NodeRelationalGraphProps & React.RefAttributes<HTMLDivElement>>;
|
|
4
|
+
/** @deprecated */
|
|
4
5
|
export declare const NodeRelationalGraph: React.ForwardRefExoticComponent<NodeRelationalGraphProps & React.RefAttributes<HTMLDivElement>>;
|
|
5
6
|
//# sourceMappingURL=Graph.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Graph.d.ts","sourceRoot":"","sources":["../../../../../src/components/relational/graph/Graph.tsx"],"names":[],"mappings":"AAiBA,OAAO,KAEN,MAAM,OAAO,CAAA;AAEd,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAA;AAqDlE,eAAO,MAAM,0BAA0B,iGAiHtC,CAAA;
|
|
1
|
+
{"version":3,"file":"Graph.d.ts","sourceRoot":"","sources":["../../../../../src/components/relational/graph/Graph.tsx"],"names":[],"mappings":"AAiBA,OAAO,KAEN,MAAM,OAAO,CAAA;AAEd,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAA;AAqDlE,eAAO,MAAM,0BAA0B,iGAiHtC,CAAA;AAID,kBAAkB;AAClB,eAAO,MAAM,mBAAmB,iGAA6B,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-node-renderer",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.8",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -43,51 +43,51 @@
|
|
|
43
43
|
"lint-pkg": "npmPkgJsonLint ."
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@xylabs/exists": "^4.
|
|
47
|
-
"@xylabs/hex": "^4.
|
|
48
|
-
"@xylabs/react-async-effect": "^5.2.
|
|
49
|
-
"@xylabs/react-flexbox": "^5.2.
|
|
50
|
-
"@xylabs/react-identicon": "^5.2.
|
|
51
|
-
"@xylabs/react-promise": "^5.2.
|
|
52
|
-
"@xylabs/react-shared": "^5.2.
|
|
53
|
-
"@xyo-network/account-model": "^3.3.
|
|
54
|
-
"@xyo-network/archivist-model": "^3.3.
|
|
55
|
-
"@xyo-network/bridge-model": "^3.3.
|
|
56
|
-
"@xyo-network/diviner-model": "^3.3.
|
|
57
|
-
"@xyo-network/module-events": "^3.3.
|
|
58
|
-
"@xyo-network/module-model": "^3.3.
|
|
59
|
-
"@xyo-network/node-model": "^3.3.
|
|
60
|
-
"@xyo-network/react-archivist": "^4.1.
|
|
61
|
-
"@xyo-network/react-module": "^4.1.
|
|
62
|
-
"@xyo-network/react-node": "^4.1.
|
|
63
|
-
"@xyo-network/react-shared": "^4.1.
|
|
64
|
-
"@xyo-network/sentinel-model": "^3.3.
|
|
65
|
-
"@xyo-network/witness-model": "^3.3.
|
|
66
|
-
"cytoscape": "^3.30.
|
|
46
|
+
"@xylabs/exists": "^4.3.2",
|
|
47
|
+
"@xylabs/hex": "^4.3.2",
|
|
48
|
+
"@xylabs/react-async-effect": "^5.2.4",
|
|
49
|
+
"@xylabs/react-flexbox": "^5.2.4",
|
|
50
|
+
"@xylabs/react-identicon": "^5.2.4",
|
|
51
|
+
"@xylabs/react-promise": "^5.2.4",
|
|
52
|
+
"@xylabs/react-shared": "^5.2.4",
|
|
53
|
+
"@xyo-network/account-model": "^3.3.1",
|
|
54
|
+
"@xyo-network/archivist-model": "^3.3.1",
|
|
55
|
+
"@xyo-network/bridge-model": "^3.3.1",
|
|
56
|
+
"@xyo-network/diviner-model": "^3.3.1",
|
|
57
|
+
"@xyo-network/module-events": "^3.3.1",
|
|
58
|
+
"@xyo-network/module-model": "^3.3.1",
|
|
59
|
+
"@xyo-network/node-model": "^3.3.1",
|
|
60
|
+
"@xyo-network/react-archivist": "^4.1.8",
|
|
61
|
+
"@xyo-network/react-module": "^4.1.8",
|
|
62
|
+
"@xyo-network/react-node": "^4.1.8",
|
|
63
|
+
"@xyo-network/react-shared": "^4.1.8",
|
|
64
|
+
"@xyo-network/sentinel-model": "^3.3.1",
|
|
65
|
+
"@xyo-network/witness-model": "^3.3.1",
|
|
66
|
+
"cytoscape": "^3.30.3",
|
|
67
67
|
"cytoscape-cola": "^2.5.1",
|
|
68
68
|
"cytoscape-cose-bilkent": "^4.1.0",
|
|
69
69
|
"cytoscape-dagre": "^2.5.0",
|
|
70
70
|
"cytoscape-euler": "^1.2.3"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
|
-
"@mui/icons-material": "^6.1.
|
|
74
|
-
"@mui/material": "^6.1.
|
|
75
|
-
"@mui/styles": "^6.1.
|
|
73
|
+
"@mui/icons-material": "^6.1.5",
|
|
74
|
+
"@mui/material": "^6.1.5",
|
|
75
|
+
"@mui/styles": "^6.1.5",
|
|
76
76
|
"@storybook/react": "^8.3.6",
|
|
77
77
|
"@types/cytoscape": "^3.21.8",
|
|
78
78
|
"@types/cytoscape-dagre": "^2.3.3",
|
|
79
79
|
"@types/cytoscape-euler": "^1.2.3",
|
|
80
80
|
"@types/react-dom": "^18.3.1",
|
|
81
|
-
"@xylabs/ts-scripts-yarn3": "^4.2.
|
|
82
|
-
"@xylabs/tsconfig-react": "^4.2.
|
|
83
|
-
"@xyo-network/archivist": "^3.3.
|
|
84
|
-
"@xyo-network/bridge-http": "^3.3.
|
|
85
|
-
"@xyo-network/bridge-model": "^3.3.
|
|
81
|
+
"@xylabs/ts-scripts-yarn3": "^4.2.3",
|
|
82
|
+
"@xylabs/tsconfig-react": "^4.2.3",
|
|
83
|
+
"@xyo-network/archivist": "^3.3.1",
|
|
84
|
+
"@xyo-network/bridge-http": "^3.3.1",
|
|
85
|
+
"@xyo-network/bridge-model": "^3.3.1",
|
|
86
86
|
"@xyo-network/id-plugin": "^3.1.1",
|
|
87
|
-
"@xyo-network/node-memory": "^3.3.
|
|
88
|
-
"@xyo-network/react-storybook": "^4.1.
|
|
89
|
-
"@xyo-network/react-wallet": "^4.1.
|
|
90
|
-
"@xyo-network/sentinel": "^3.3.
|
|
87
|
+
"@xyo-network/node-memory": "^3.3.1",
|
|
88
|
+
"@xyo-network/react-storybook": "^4.1.8",
|
|
89
|
+
"@xyo-network/react-wallet": "^4.1.8",
|
|
90
|
+
"@xyo-network/sentinel": "^3.3.1",
|
|
91
91
|
"react": "^18.3.1",
|
|
92
92
|
"react-dom": "^18.3.1",
|
|
93
93
|
"storybook": "^8.3.6",
|