@xyo-network/react-node-renderer 2.81.6 → 2.81.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.
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.5.9",
14
- "@xylabs/hex": "^3.5.9",
15
- "@xylabs/react-async-effect": "^3.4.0",
16
- "@xylabs/react-flexbox": "^3.4.0",
17
- "@xylabs/react-identicon": "^3.4.0",
18
- "@xylabs/react-promise": "^3.4.0",
19
- "@xylabs/react-shared": "^3.4.0",
20
- "@xyo-network/account-model": "^2.110.5",
21
- "@xyo-network/archivist-model": "^2.110.5",
22
- "@xyo-network/bridge-model": "^2.110.5",
23
- "@xyo-network/diviner-model": "^2.110.5",
24
- "@xyo-network/module-events": "^2.110.5",
25
- "@xyo-network/module-model": "^2.110.5",
26
- "@xyo-network/node-model": "^2.110.5",
27
- "@xyo-network/react-archivist": "^2.81.6",
28
- "@xyo-network/react-module": "^2.81.6",
29
- "@xyo-network/react-node": "^2.81.6",
30
- "@xyo-network/react-shared": "^2.81.6",
31
- "@xyo-network/sentinel-model": "^2.110.5",
32
- "@xyo-network/witness-model": "^2.110.5",
33
- "cytoscape": "^3.30.0",
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.9",
21
+ "@xyo-network/archivist-model": "^2.110.9",
22
+ "@xyo-network/bridge-model": "^2.110.9",
23
+ "@xyo-network/diviner-model": "^2.110.9",
24
+ "@xyo-network/module-events": "^2.110.9",
25
+ "@xyo-network/module-model": "^2.110.9",
26
+ "@xyo-network/node-model": "^2.110.9",
27
+ "@xyo-network/react-archivist": "^2.81.8",
28
+ "@xyo-network/react-module": "^2.81.8",
29
+ "@xyo-network/react-node": "^2.81.8",
30
+ "@xyo-network/react-shared": "^2.81.8",
31
+ "@xyo-network/sentinel-model": "^2.110.9",
32
+ "@xyo-network/witness-model": "^2.110.9",
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,21 +45,21 @@
45
45
  },
46
46
  "devDependencies": {
47
47
  "@storybook/react": "^7.6.20",
48
- "@types/cytoscape": "^3.21.4",
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.1",
53
- "@xylabs/tsconfig-react": "^3.12.1",
54
- "@xyo-network/archivist": "^2.110.5",
55
- "@xyo-network/bridge-http": "^2.110.5",
56
- "@xyo-network/bridge-model": "^2.110.5",
57
- "@xyo-network/id-plugin": "^2.99.2",
58
- "@xyo-network/node-memory": "^2.110.5",
59
- "@xyo-network/react-storybook": "^2.81.6",
60
- "@xyo-network/react-wallet": "^2.81.6",
61
- "@xyo-network/sentinel": "^2.110.5",
62
- "typescript": "^5.5.3"
52
+ "@xylabs/ts-scripts-yarn3": "^3.12.4",
53
+ "@xylabs/tsconfig-react": "^3.12.4",
54
+ "@xyo-network/archivist": "^2.110.9",
55
+ "@xyo-network/bridge-http": "^2.110.9",
56
+ "@xyo-network/bridge-model": "^2.110.9",
57
+ "@xyo-network/id-plugin": "^2.99.4",
58
+ "@xyo-network/node-memory": "^2.110.9",
59
+ "@xyo-network/react-storybook": "^2.81.8",
60
+ "@xyo-network/react-wallet": "^2.81.8",
61
+ "@xyo-network/sentinel": "^2.110.9",
62
+ "typescript": "^5.5.4"
63
63
  },
64
64
  "description": "Common React library for all XYO projects that use React",
65
65
  "docs": "dist/docs.json",
@@ -112,6 +112,6 @@
112
112
  },
113
113
  "sideEffects": false,
114
114
  "types": "dist/browser/index.d.ts",
115
- "version": "2.81.6",
115
+ "version": "2.81.8",
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>()