@xyo-network/react-node-renderer 5.3.14 → 6.0.0
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,14 +1,6 @@
|
|
|
1
1
|
import type { ModuleInstance } from '@xyo-network/module-model';
|
|
2
2
|
export declare const useModuleDetails: (rootModule?: WeakRef<ModuleInstance> | null, onFoundModule?: () => void) => {
|
|
3
|
-
mod: ModuleInstance<import("@
|
|
4
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
5
|
-
addToResolvers?: boolean;
|
|
6
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
7
|
-
allowNameResolution?: boolean;
|
|
8
|
-
config: import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig>;
|
|
9
|
-
ephemeralQueryAccountEnabled?: boolean;
|
|
10
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
11
|
-
} & import("@xyo-network/module-model").ModuleChildrenParams, import("@xyo-network/module-model").ModuleEventData<object>> | null | undefined;
|
|
3
|
+
mod: ModuleInstance<import("@xyo-network/module-model").ModuleParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig>>, import("@xyo-network/module-model").ModuleEventData<object>> | null | undefined;
|
|
12
4
|
onModuleDetails: (address?: string | null) => void;
|
|
13
5
|
};
|
|
14
6
|
//# sourceMappingURL=useModuleDetails.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useModuleDetails.d.ts","sourceRoot":"","sources":["../../../../src/hooks/cytoscape/useModuleDetails.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAO/D,eAAO,MAAM,gBAAgB,GAAI,aAAa,OAAO,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,gBAAgB,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"useModuleDetails.d.ts","sourceRoot":"","sources":["../../../../src/hooks/cytoscape/useModuleDetails.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAO/D,eAAO,MAAM,gBAAgB,GAAI,aAAa,OAAO,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,gBAAgB,MAAM,IAAI;;gCAmDnE,MAAM,GAAG,IAAI;CAoBjD,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-node-renderer",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0",
|
|
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.
|
|
43
|
-
"@xylabs/hex": "^4.
|
|
44
|
-
"@xylabs/react-async-effect": "^6.3.
|
|
45
|
-
"@xylabs/react-flexbox": "^6.3.
|
|
46
|
-
"@xylabs/react-identicon": "^6.3.
|
|
47
|
-
"@xylabs/react-promise": "^6.3.
|
|
48
|
-
"@xylabs/react-shared": "^6.3.
|
|
49
|
-
"@xylabs/react-theme": "^6.3.
|
|
50
|
-
"@xyo-network/account-model": "^
|
|
51
|
-
"@xyo-network/archivist-model": "^
|
|
52
|
-
"@xyo-network/bridge-model": "^
|
|
53
|
-
"@xyo-network/diviner-model": "^
|
|
54
|
-
"@xyo-network/module-model": "^
|
|
55
|
-
"@xyo-network/node-model": "^
|
|
56
|
-
"@xyo-network/react-archivist": "^
|
|
57
|
-
"@xyo-network/react-module": "^
|
|
58
|
-
"@xyo-network/react-node": "^
|
|
59
|
-
"@xyo-network/sentinel-model": "^
|
|
60
|
-
"@xyo-network/witness-model": "^
|
|
42
|
+
"@xylabs/exists": "^4.12.31",
|
|
43
|
+
"@xylabs/hex": "^4.12.31",
|
|
44
|
+
"@xylabs/react-async-effect": "^6.3.7",
|
|
45
|
+
"@xylabs/react-flexbox": "^6.3.7",
|
|
46
|
+
"@xylabs/react-identicon": "^6.3.7",
|
|
47
|
+
"@xylabs/react-promise": "^6.3.7",
|
|
48
|
+
"@xylabs/react-shared": "^6.3.7",
|
|
49
|
+
"@xylabs/react-theme": "^6.3.7",
|
|
50
|
+
"@xyo-network/account-model": "^4.0.1",
|
|
51
|
+
"@xyo-network/archivist-model": "^4.0.1",
|
|
52
|
+
"@xyo-network/bridge-model": "^4.0.1",
|
|
53
|
+
"@xyo-network/diviner-model": "^4.0.1",
|
|
54
|
+
"@xyo-network/module-model": "^4.0.1",
|
|
55
|
+
"@xyo-network/node-model": "^4.0.1",
|
|
56
|
+
"@xyo-network/react-archivist": "^6.0.0",
|
|
57
|
+
"@xyo-network/react-module": "^6.0.0",
|
|
58
|
+
"@xyo-network/react-node": "^6.0.0",
|
|
59
|
+
"@xyo-network/sentinel-model": "^4.0.1",
|
|
60
|
+
"@xyo-network/witness-model": "^4.0.1",
|
|
61
61
|
"cytoscape": "^3.32.0",
|
|
62
62
|
"cytoscape-cola": "^2.5.1",
|
|
63
63
|
"cytoscape-cose-bilkent": "^4.1.0",
|
|
@@ -65,29 +65,29 @@
|
|
|
65
65
|
"cytoscape-euler": "^1.2.3"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@mui/icons-material": "^7.
|
|
69
|
-
"@mui/material": "^7.
|
|
68
|
+
"@mui/icons-material": "^7.2.0",
|
|
69
|
+
"@mui/material": "^7.2.0",
|
|
70
70
|
"@types/cytoscape": "^3.21.9",
|
|
71
71
|
"@types/cytoscape-dagre": "^2.3.3",
|
|
72
72
|
"@types/cytoscape-euler": "^1.2.3",
|
|
73
73
|
"@types/react": "^19.1.8",
|
|
74
74
|
"@types/react-dom": "^19.1.6",
|
|
75
|
-
"@xylabs/ts-scripts-yarn3": "^6.5.
|
|
76
|
-
"@xylabs/tsconfig-react": "^6.5.
|
|
77
|
-
"@xyo-network/archivist": "^
|
|
78
|
-
"@xyo-network/archivist-memory": "^
|
|
79
|
-
"@xyo-network/bridge-http": "^
|
|
80
|
-
"@xyo-network/bridge-model": "^
|
|
81
|
-
"@xyo-network/id-plugin": "^
|
|
82
|
-
"@xyo-network/module-events": "^
|
|
83
|
-
"@xyo-network/node-memory": "^
|
|
84
|
-
"@xyo-network/react-storybook": "^
|
|
85
|
-
"@xyo-network/react-wallet": "^
|
|
86
|
-
"@xyo-network/sentinel": "^
|
|
87
|
-
"@xyo-network/sentinel-memory": "^
|
|
75
|
+
"@xylabs/ts-scripts-yarn3": "^6.5.12",
|
|
76
|
+
"@xylabs/tsconfig-react": "^6.5.12",
|
|
77
|
+
"@xyo-network/archivist": "^4.0.1",
|
|
78
|
+
"@xyo-network/archivist-memory": "^4.0.1",
|
|
79
|
+
"@xyo-network/bridge-http": "^4.0.1",
|
|
80
|
+
"@xyo-network/bridge-model": "^4.0.1",
|
|
81
|
+
"@xyo-network/id-plugin": "^4.0.0",
|
|
82
|
+
"@xyo-network/module-events": "^4.0.1",
|
|
83
|
+
"@xyo-network/node-memory": "^4.0.1",
|
|
84
|
+
"@xyo-network/react-storybook": "^6.0.0",
|
|
85
|
+
"@xyo-network/react-wallet": "^6.0.0",
|
|
86
|
+
"@xyo-network/sentinel": "^4.0.1",
|
|
87
|
+
"@xyo-network/sentinel-memory": "^4.0.1",
|
|
88
88
|
"react": "^19.1.0",
|
|
89
89
|
"react-dom": "^19.1.0",
|
|
90
|
-
"storybook": "^9.0.
|
|
90
|
+
"storybook": "^9.0.15",
|
|
91
91
|
"typescript": "^5.8.3"
|
|
92
92
|
},
|
|
93
93
|
"peerDependencies": {
|