@xyo-network/react-node-renderer 2.81.5 → 2.81.7
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/package.json +33 -33
- package/src/components/module/graph/GraphFlexBox.stories.tsx +1 -1
- package/src/components/relational/graph/Graph.stories.tsx +4 -4
- package/src/components/relational/graph/GraphCola.stories.tsx +5 -5
- package/src/components/relational/graph/GraphCoseBilkent.stories.tsx +5 -5
- package/src/components/relational/graph/GraphDagre.stories.tsx +5 -5
- package/src/components/relational/graph/GraphEuler.stories.tsx +5 -5
- package/src/components/relational/graph/GraphEvents.stories.tsx +2 -2
package/package.json
CHANGED
|
@@ -10,27 +10,27 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xylabs/exists": "^3.
|
|
14
|
-
"@xylabs/hex": "^3.
|
|
15
|
-
"@xylabs/react-async-effect": "^3.4.
|
|
16
|
-
"@xylabs/react-flexbox": "^3.4.
|
|
17
|
-
"@xylabs/react-identicon": "^3.4.
|
|
18
|
-
"@xylabs/react-promise": "^3.4.
|
|
19
|
-
"@xylabs/react-shared": "^3.4.
|
|
20
|
-
"@xyo-network/account-model": "^2.110.
|
|
21
|
-
"@xyo-network/archivist-model": "^2.110.
|
|
22
|
-
"@xyo-network/bridge-model": "^2.110.
|
|
23
|
-
"@xyo-network/diviner-model": "^2.110.
|
|
24
|
-
"@xyo-network/module-events": "^2.110.
|
|
25
|
-
"@xyo-network/module-model": "^2.110.
|
|
26
|
-
"@xyo-network/node-model": "^2.110.
|
|
27
|
-
"@xyo-network/react-archivist": "^2.81.
|
|
28
|
-
"@xyo-network/react-module": "^2.81.
|
|
29
|
-
"@xyo-network/react-node": "^2.81.
|
|
30
|
-
"@xyo-network/react-shared": "^2.81.
|
|
31
|
-
"@xyo-network/sentinel-model": "^2.110.
|
|
32
|
-
"@xyo-network/witness-model": "^2.110.
|
|
33
|
-
"cytoscape": "^3.30.
|
|
13
|
+
"@xylabs/exists": "^3.6.4",
|
|
14
|
+
"@xylabs/hex": "^3.6.4",
|
|
15
|
+
"@xylabs/react-async-effect": "^3.4.1",
|
|
16
|
+
"@xylabs/react-flexbox": "^3.4.1",
|
|
17
|
+
"@xylabs/react-identicon": "^3.4.1",
|
|
18
|
+
"@xylabs/react-promise": "^3.4.1",
|
|
19
|
+
"@xylabs/react-shared": "^3.4.1",
|
|
20
|
+
"@xyo-network/account-model": "^2.110.7",
|
|
21
|
+
"@xyo-network/archivist-model": "^2.110.7",
|
|
22
|
+
"@xyo-network/bridge-model": "^2.110.7",
|
|
23
|
+
"@xyo-network/diviner-model": "^2.110.7",
|
|
24
|
+
"@xyo-network/module-events": "^2.110.7",
|
|
25
|
+
"@xyo-network/module-model": "^2.110.7",
|
|
26
|
+
"@xyo-network/node-model": "^2.110.7",
|
|
27
|
+
"@xyo-network/react-archivist": "^2.81.7",
|
|
28
|
+
"@xyo-network/react-module": "^2.81.7",
|
|
29
|
+
"@xyo-network/react-node": "^2.81.7",
|
|
30
|
+
"@xyo-network/react-shared": "^2.81.7",
|
|
31
|
+
"@xyo-network/sentinel-model": "^2.110.7",
|
|
32
|
+
"@xyo-network/witness-model": "^2.110.7",
|
|
33
|
+
"cytoscape": "^3.30.1",
|
|
34
34
|
"cytoscape-cola": "^2.5.1",
|
|
35
35
|
"cytoscape-cose-bilkent": "^4.1.0",
|
|
36
36
|
"cytoscape-dagre": "^2.5.0",
|
|
@@ -45,20 +45,20 @@
|
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@storybook/react": "^7.6.20",
|
|
48
|
-
"@types/cytoscape": "^3.21.
|
|
48
|
+
"@types/cytoscape": "^3.21.5",
|
|
49
49
|
"@types/cytoscape-dagre": "^2.3.3",
|
|
50
50
|
"@types/cytoscape-euler": "^1.2.3",
|
|
51
51
|
"@types/react-dom": "^18.3.0",
|
|
52
|
-
"@xylabs/ts-scripts-yarn3": "^3.12.
|
|
53
|
-
"@xylabs/tsconfig-react": "^3.12.
|
|
54
|
-
"@xyo-network/archivist": "^2.110.
|
|
55
|
-
"@xyo-network/bridge-http": "^2.110.
|
|
56
|
-
"@xyo-network/bridge-model": "^2.110.
|
|
57
|
-
"@xyo-network/id-plugin": "^2.99.
|
|
58
|
-
"@xyo-network/node-memory": "^2.110.
|
|
59
|
-
"@xyo-network/react-storybook": "^2.81.
|
|
60
|
-
"@xyo-network/react-wallet": "^2.81.
|
|
61
|
-
"@xyo-network/sentinel": "^2.110.
|
|
52
|
+
"@xylabs/ts-scripts-yarn3": "^3.12.4",
|
|
53
|
+
"@xylabs/tsconfig-react": "^3.12.4",
|
|
54
|
+
"@xyo-network/archivist": "^2.110.7",
|
|
55
|
+
"@xyo-network/bridge-http": "^2.110.7",
|
|
56
|
+
"@xyo-network/bridge-model": "^2.110.7",
|
|
57
|
+
"@xyo-network/id-plugin": "^2.99.4",
|
|
58
|
+
"@xyo-network/node-memory": "^2.110.7",
|
|
59
|
+
"@xyo-network/react-storybook": "^2.81.7",
|
|
60
|
+
"@xyo-network/react-wallet": "^2.81.7",
|
|
61
|
+
"@xyo-network/sentinel": "^2.110.7",
|
|
62
62
|
"typescript": "^5.5.3"
|
|
63
63
|
},
|
|
64
64
|
"description": "Common React library for all XYO projects that use React",
|
|
@@ -112,6 +112,6 @@
|
|
|
112
112
|
},
|
|
113
113
|
"sideEffects": false,
|
|
114
114
|
"types": "dist/browser/index.d.ts",
|
|
115
|
-
"version": "2.81.
|
|
115
|
+
"version": "2.81.7",
|
|
116
116
|
"type": "module"
|
|
117
117
|
}
|
|
@@ -11,7 +11,7 @@ import { useWallet, WalletProvider } from '@xyo-network/react-wallet'
|
|
|
11
11
|
import { MemorySentinel, SentinelConfigSchema } from '@xyo-network/sentinel'
|
|
12
12
|
import { useState } from 'react'
|
|
13
13
|
|
|
14
|
-
import { ModuleGraphFlexBoxWithProvider } from './GraphFlexBox'
|
|
14
|
+
import { ModuleGraphFlexBoxWithProvider } from './GraphFlexBox.js'
|
|
15
15
|
|
|
16
16
|
const nodeUrl = 'http://localhost:8080/node'
|
|
17
17
|
|
|
@@ -12,11 +12,11 @@ import { useWallet, WalletProvider } from '@xyo-network/react-wallet'
|
|
|
12
12
|
import { MemorySentinel, SentinelConfigSchema } from '@xyo-network/sentinel'
|
|
13
13
|
import { useState } from 'react'
|
|
14
14
|
|
|
15
|
-
import { CytoscapeInstanceProvider } from '../../../contexts'
|
|
15
|
+
import { CytoscapeInstanceProvider } from '../../../contexts/index.js'
|
|
16
16
|
import { useCytoscapeElements, useCytoscapeOptions } from '../../../hooks/index.js'
|
|
17
|
-
import { NodeRelationalGraphFlexBox } from './Graph'
|
|
18
|
-
import { ProvidedNodeRenderer } from './ProvidedNodeRenderer'
|
|
19
|
-
import { options } from './story'
|
|
17
|
+
import { NodeRelationalGraphFlexBox } from './Graph.js'
|
|
18
|
+
import { ProvidedNodeRenderer } from './ProvidedNodeRenderer.js'
|
|
19
|
+
import { options } from './story/index.js'
|
|
20
20
|
|
|
21
21
|
const nodeUrl = 'http://localhost:8080/node'
|
|
22
22
|
|
|
@@ -12,12 +12,12 @@ import { useWallet, WalletProvider } from '@xyo-network/react-wallet'
|
|
|
12
12
|
import { MemorySentinel, SentinelConfigSchema } from '@xyo-network/sentinel'
|
|
13
13
|
import { useState } from 'react'
|
|
14
14
|
|
|
15
|
-
import { CytoscapeInstanceProvider } from '../../../contexts'
|
|
15
|
+
import { CytoscapeInstanceProvider } from '../../../contexts/index.js'
|
|
16
16
|
import { useCytoscapeElements, useCytoscapeOptions } from '../../../hooks/index.js'
|
|
17
|
-
import { WithExtensions } from '../../cytoscape-extensions'
|
|
18
|
-
import { NodeRelationalGraphFlexBox } from './Graph'
|
|
19
|
-
import { ProvidedNodeRenderer } from './ProvidedNodeRenderer'
|
|
20
|
-
import { options } from './story'
|
|
17
|
+
import { WithExtensions } from '../../cytoscape-extensions/index.js'
|
|
18
|
+
import { NodeRelationalGraphFlexBox } from './Graph.js'
|
|
19
|
+
import { ProvidedNodeRenderer } from './ProvidedNodeRenderer.js'
|
|
20
|
+
import { options } from './story/index.js'
|
|
21
21
|
|
|
22
22
|
const nodeUrl = 'http://localhost:8080/node'
|
|
23
23
|
|
|
@@ -12,12 +12,12 @@ import { useWallet, WalletProvider } from '@xyo-network/react-wallet'
|
|
|
12
12
|
import { MemorySentinel, SentinelConfigSchema } from '@xyo-network/sentinel'
|
|
13
13
|
import { useState } from 'react'
|
|
14
14
|
|
|
15
|
-
import { CytoscapeInstanceProvider } from '../../../contexts'
|
|
15
|
+
import { CytoscapeInstanceProvider } from '../../../contexts/index.js'
|
|
16
16
|
import { useCytoscapeElements, useCytoscapeOptions } from '../../../hooks/index.js'
|
|
17
|
-
import { WithExtensions } from '../../cytoscape-extensions'
|
|
18
|
-
import { NodeRelationalGraphFlexBox } from './Graph'
|
|
19
|
-
import { ProvidedNodeRenderer } from './ProvidedNodeRenderer'
|
|
20
|
-
import { options } from './story'
|
|
17
|
+
import { WithExtensions } from '../../cytoscape-extensions/index.js'
|
|
18
|
+
import { NodeRelationalGraphFlexBox } from './Graph.js'
|
|
19
|
+
import { ProvidedNodeRenderer } from './ProvidedNodeRenderer.js'
|
|
20
|
+
import { options } from './story/index.js'
|
|
21
21
|
|
|
22
22
|
const nodeUrl = 'http://localhost:8080/node'
|
|
23
23
|
|
|
@@ -12,12 +12,12 @@ import { useWallet, WalletProvider } from '@xyo-network/react-wallet'
|
|
|
12
12
|
import { MemorySentinel, SentinelConfigSchema } from '@xyo-network/sentinel'
|
|
13
13
|
import { useState } from 'react'
|
|
14
14
|
|
|
15
|
-
import { CytoscapeInstanceProvider } from '../../../contexts'
|
|
15
|
+
import { CytoscapeInstanceProvider } from '../../../contexts/index.js'
|
|
16
16
|
import { useCytoscapeElements, useCytoscapeOptions } from '../../../hooks/index.js'
|
|
17
|
-
import { WithExtensions } from '../../cytoscape-extensions'
|
|
18
|
-
import { NodeRelationalGraphFlexBox } from './Graph'
|
|
19
|
-
import { ProvidedNodeRenderer } from './ProvidedNodeRenderer'
|
|
20
|
-
import { options } from './story'
|
|
17
|
+
import { WithExtensions } from '../../cytoscape-extensions/index.js'
|
|
18
|
+
import { NodeRelationalGraphFlexBox } from './Graph.js'
|
|
19
|
+
import { ProvidedNodeRenderer } from './ProvidedNodeRenderer.js'
|
|
20
|
+
import { options } from './story/index.js'
|
|
21
21
|
|
|
22
22
|
const nodeUrl = 'http://localhost:8080/node'
|
|
23
23
|
|
|
@@ -12,12 +12,12 @@ import { useWallet, WalletProvider } from '@xyo-network/react-wallet'
|
|
|
12
12
|
import { MemorySentinel, SentinelConfigSchema } from '@xyo-network/sentinel'
|
|
13
13
|
import { useState } from 'react'
|
|
14
14
|
|
|
15
|
-
import { CytoscapeInstanceProvider } from '../../../contexts'
|
|
15
|
+
import { CytoscapeInstanceProvider } from '../../../contexts/index.js'
|
|
16
16
|
import { useCytoscapeElements, useCytoscapeOptions } from '../../../hooks/index.js'
|
|
17
|
-
import { WithExtensions } from '../../cytoscape-extensions'
|
|
18
|
-
import { NodeRelationalGraphFlexBox } from './Graph'
|
|
19
|
-
import { ProvidedNodeRenderer } from './ProvidedNodeRenderer'
|
|
20
|
-
import { options } from './story'
|
|
17
|
+
import { WithExtensions } from '../../cytoscape-extensions/index.js'
|
|
18
|
+
import { NodeRelationalGraphFlexBox } from './Graph.js'
|
|
19
|
+
import { ProvidedNodeRenderer } from './ProvidedNodeRenderer.js'
|
|
20
|
+
import { options } from './story/index.js'
|
|
21
21
|
|
|
22
22
|
const nodeUrl = 'http://localhost:8080/node'
|
|
23
23
|
|
|
@@ -9,9 +9,9 @@ import { useWallet, WalletProvider } from '@xyo-network/react-wallet'
|
|
|
9
9
|
import { EventObject } from 'cytoscape'
|
|
10
10
|
import { useEffect, useState } from 'react'
|
|
11
11
|
|
|
12
|
-
import { CytoscapeInstanceProvider, useCytoscapeInstance } from '../../../contexts'
|
|
12
|
+
import { CytoscapeInstanceProvider, useCytoscapeInstance } from '../../../contexts/index.js'
|
|
13
13
|
import { useCytoscapeElements, useCytoscapeOptions } from '../../../hooks/index.js'
|
|
14
|
-
import { NodeRelationalGraphFlexBox } from './Graph'
|
|
14
|
+
import { NodeRelationalGraphFlexBox } from './Graph.js'
|
|
15
15
|
|
|
16
16
|
const MemoryNodeDecorator: Decorator = (Story, args) => {
|
|
17
17
|
const [node, setNode] = useState<MemoryNode>()
|