@xyo-network/react-node-renderer 5.3.5 → 5.3.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-node-renderer",
3
- "version": "5.3.5",
3
+ "version": "5.3.7",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -39,25 +39,25 @@
39
39
  "module": "dist/browser/index.mjs",
40
40
  "types": "dist/types/index.d.ts",
41
41
  "dependencies": {
42
- "@xylabs/exists": "^4.10.0",
43
- "@xylabs/hex": "^4.10.0",
44
- "@xylabs/react-async-effect": "^6.3.3",
45
- "@xylabs/react-flexbox": "^6.3.3",
46
- "@xylabs/react-identicon": "^6.3.3",
47
- "@xylabs/react-promise": "^6.3.3",
48
- "@xylabs/react-shared": "^6.3.3",
49
- "@xylabs/react-theme": "^6.3.3",
50
- "@xyo-network/account-model": "^3.17.0",
51
- "@xyo-network/archivist-model": "^3.17.0",
52
- "@xyo-network/bridge-model": "^3.17.0",
53
- "@xyo-network/diviner-model": "^3.17.0",
54
- "@xyo-network/module-model": "^3.17.0",
55
- "@xyo-network/node-model": "^3.17.0",
56
- "@xyo-network/react-archivist": "^5.3.5",
57
- "@xyo-network/react-module": "^5.3.5",
58
- "@xyo-network/react-node": "^5.3.5",
59
- "@xyo-network/sentinel-model": "^3.17.0",
60
- "@xyo-network/witness-model": "^3.17.0",
42
+ "@xylabs/exists": "^4.11.10",
43
+ "@xylabs/hex": "^4.11.10",
44
+ "@xylabs/react-async-effect": "^6.3.4",
45
+ "@xylabs/react-flexbox": "^6.3.4",
46
+ "@xylabs/react-identicon": "^6.3.4",
47
+ "@xylabs/react-promise": "^6.3.4",
48
+ "@xylabs/react-shared": "^6.3.4",
49
+ "@xylabs/react-theme": "^6.3.4",
50
+ "@xyo-network/account-model": "^3.18.2",
51
+ "@xyo-network/archivist-model": "^3.18.2",
52
+ "@xyo-network/bridge-model": "^3.18.2",
53
+ "@xyo-network/diviner-model": "^3.18.2",
54
+ "@xyo-network/module-model": "^3.18.2",
55
+ "@xyo-network/node-model": "^3.18.2",
56
+ "@xyo-network/react-archivist": "^5.3.7",
57
+ "@xyo-network/react-module": "^5.3.7",
58
+ "@xyo-network/react-node": "^5.3.7",
59
+ "@xyo-network/sentinel-model": "^3.18.2",
60
+ "@xyo-network/witness-model": "^3.18.2",
61
61
  "cytoscape": "^3.32.0",
62
62
  "cytoscape-cola": "^2.5.1",
63
63
  "cytoscape-cose-bilkent": "^4.1.0",
@@ -65,27 +65,26 @@
65
65
  "cytoscape-euler": "^1.2.3"
66
66
  },
67
67
  "devDependencies": {
68
- "@mui/icons-material": "^7.1.0",
69
- "@mui/material": "^7.1.0",
70
- "@storybook/react": "^8.6.14",
68
+ "@mui/icons-material": "^7.1.1",
69
+ "@mui/material": "^7.1.1",
71
70
  "@types/cytoscape": "^3.21.9",
72
71
  "@types/cytoscape-dagre": "^2.3.3",
73
72
  "@types/cytoscape-euler": "^1.2.3",
74
- "@types/react": "^19.1.5",
75
- "@types/react-dom": "^19.1.5",
73
+ "@types/react": "^19.1.6",
74
+ "@types/react-dom": "^19.1.6",
76
75
  "@xylabs/ts-scripts-yarn3": "^6.5.7",
77
76
  "@xylabs/tsconfig-react": "^6.5.7",
78
- "@xyo-network/archivist": "^3.17.0",
79
- "@xyo-network/archivist-memory": "^3.17.0",
80
- "@xyo-network/bridge-http": "^3.17.0",
81
- "@xyo-network/bridge-model": "^3.17.0",
77
+ "@xyo-network/archivist": "^3.18.2",
78
+ "@xyo-network/archivist-memory": "^3.18.2",
79
+ "@xyo-network/bridge-http": "^3.18.2",
80
+ "@xyo-network/bridge-model": "^3.18.2",
82
81
  "@xyo-network/id-plugin": "^3.6.0",
83
- "@xyo-network/module-events": "^3.17.0",
84
- "@xyo-network/node-memory": "^3.17.0",
85
- "@xyo-network/react-storybook": "^5.3.5",
86
- "@xyo-network/react-wallet": "^5.3.5",
87
- "@xyo-network/sentinel": "^3.17.0",
88
- "@xyo-network/sentinel-memory": "^3.17.0",
82
+ "@xyo-network/module-events": "^3.18.2",
83
+ "@xyo-network/node-memory": "^3.18.2",
84
+ "@xyo-network/react-storybook": "^5.3.7",
85
+ "@xyo-network/react-wallet": "^5.3.7",
86
+ "@xyo-network/sentinel": "^3.18.2",
87
+ "@xyo-network/sentinel-memory": "^3.18.2",
89
88
  "react": "^19.1.0",
90
89
  "react-dom": "^19.1.0",
91
90
  "storybook": "^8.6.14",
@@ -1,4 +1,4 @@
1
- import type { Meta, StoryObj } from '@storybook/react'
1
+ import type { Meta, StoryObj } from '@storybook/react-vite'
2
2
  import { MemoryArchivist, MemoryArchivistConfigSchema } from '@xyo-network/archivist-memory'
3
3
  import { IdWitness, IdWitnessConfigSchema } from '@xyo-network/id-plugin'
4
4
  import React from 'react'
@@ -1,7 +1,7 @@
1
1
  import { Button, ButtonGroup } from '@mui/material'
2
2
  import type {
3
3
  Decorator, Meta, StoryFn,
4
- } from '@storybook/react'
4
+ } from '@storybook/react-vite'
5
5
  import { useAsyncEffect } from '@xylabs/react-async-effect'
6
6
  import { MemoryArchivist, MemoryArchivistConfigSchema } from '@xyo-network/archivist-memory'
7
7
  import { HttpBridge, HttpBridgeConfigSchema } from '@xyo-network/bridge-http'
@@ -1,7 +1,7 @@
1
1
  import { Button, ButtonGroup } from '@mui/material'
2
2
  import type {
3
3
  Decorator, Meta, StoryFn,
4
- } from '@storybook/react'
4
+ } from '@storybook/react-vite'
5
5
  import { useAsyncEffect } from '@xylabs/react-async-effect'
6
6
  import { MemoryArchivist, MemoryArchivistConfigSchema } from '@xyo-network/archivist-memory'
7
7
  import { HttpBridge, HttpBridgeConfigSchema } from '@xyo-network/bridge-http'
@@ -1,7 +1,7 @@
1
1
  import { Button, ButtonGroup } from '@mui/material'
2
2
  import type {
3
3
  Decorator, Meta, StoryFn,
4
- } from '@storybook/react'
4
+ } from '@storybook/react-vite'
5
5
  import { useAsyncEffect } from '@xylabs/react-async-effect'
6
6
  import { MemoryArchivist, MemoryArchivistConfigSchema } from '@xyo-network/archivist-memory'
7
7
  import { HttpBridge, HttpBridgeConfigSchema } from '@xyo-network/bridge-http'
@@ -1,7 +1,7 @@
1
1
  import { Button, ButtonGroup } from '@mui/material'
2
2
  import type {
3
3
  Decorator, Meta, StoryFn,
4
- } from '@storybook/react'
4
+ } from '@storybook/react-vite'
5
5
  import { useAsyncEffect } from '@xylabs/react-async-effect'
6
6
  import { MemoryArchivist, MemoryArchivistConfigSchema } from '@xyo-network/archivist-memory'
7
7
  import { HttpBridge, HttpBridgeConfigSchema } from '@xyo-network/bridge-http'
@@ -1,7 +1,7 @@
1
1
  import { Button, ButtonGroup } from '@mui/material'
2
2
  import type {
3
3
  Decorator, Meta, StoryFn,
4
- } from '@storybook/react'
4
+ } from '@storybook/react-vite'
5
5
  import { useAsyncEffect } from '@xylabs/react-async-effect'
6
6
  import { MemoryArchivist, MemoryArchivistConfigSchema } from '@xyo-network/archivist-memory'
7
7
  import { HttpBridge, HttpBridgeConfigSchema } from '@xyo-network/bridge-http'
@@ -1,7 +1,7 @@
1
1
  import { Button, ButtonGroup } from '@mui/material'
2
2
  import type {
3
3
  Decorator, Meta, StoryFn,
4
- } from '@storybook/react'
4
+ } from '@storybook/react-vite'
5
5
  import { useAsyncEffect } from '@xylabs/react-async-effect'
6
6
  import { MemoryArchivist, MemoryArchivistConfigSchema } from '@xyo-network/archivist-memory'
7
7
  import { HttpBridge, HttpBridgeConfigSchema } from '@xyo-network/bridge-http'
@@ -1,6 +1,6 @@
1
1
  import type {
2
2
  Decorator, Meta, StoryFn,
3
- } from '@storybook/react'
3
+ } from '@storybook/react-vite'
4
4
  import { useAsyncEffect } from '@xylabs/react-async-effect'
5
5
  import { MemoryArchivist, MemoryArchivistConfigSchema } from '@xyo-network/archivist-memory'
6
6
  import { MemoryNode } from '@xyo-network/node-memory'