@xyo-network/react-node-renderer 5.3.14 → 5.3.15
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.
|
@@ -8,6 +8,7 @@ export declare const useModuleDetails: (rootModule?: WeakRef<ModuleInstance> | n
|
|
|
8
8
|
config: import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig>;
|
|
9
9
|
ephemeralQueryAccountEnabled?: boolean;
|
|
10
10
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
11
|
+
statusReporter?: import("@xyo-network/module-model").ModuleStatusReporter;
|
|
11
12
|
} & import("@xyo-network/module-model").ModuleChildrenParams, import("@xyo-network/module-model").ModuleEventData<object>> | null | undefined;
|
|
12
13
|
onModuleDetails: (address?: string | null) => void;
|
|
13
14
|
};
|
|
@@ -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": "5.3.
|
|
3
|
+
"version": "5.3.15",
|
|
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": "^3.18.
|
|
51
|
-
"@xyo-network/archivist-model": "^3.18.
|
|
52
|
-
"@xyo-network/bridge-model": "^3.18.
|
|
53
|
-
"@xyo-network/diviner-model": "^3.18.
|
|
54
|
-
"@xyo-network/module-model": "^3.18.
|
|
55
|
-
"@xyo-network/node-model": "^3.18.
|
|
56
|
-
"@xyo-network/react-archivist": "^5.3.
|
|
57
|
-
"@xyo-network/react-module": "^5.3.
|
|
58
|
-
"@xyo-network/react-node": "^5.3.
|
|
59
|
-
"@xyo-network/sentinel-model": "^3.18.
|
|
60
|
-
"@xyo-network/witness-model": "^3.18.
|
|
42
|
+
"@xylabs/exists": "^4.12.1",
|
|
43
|
+
"@xylabs/hex": "^4.12.1",
|
|
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": "^3.18.10",
|
|
51
|
+
"@xyo-network/archivist-model": "^3.18.10",
|
|
52
|
+
"@xyo-network/bridge-model": "^3.18.10",
|
|
53
|
+
"@xyo-network/diviner-model": "^3.18.10",
|
|
54
|
+
"@xyo-network/module-model": "^3.18.10",
|
|
55
|
+
"@xyo-network/node-model": "^3.18.10",
|
|
56
|
+
"@xyo-network/react-archivist": "^5.3.15",
|
|
57
|
+
"@xyo-network/react-module": "^5.3.15",
|
|
58
|
+
"@xyo-network/react-node": "^5.3.15",
|
|
59
|
+
"@xyo-network/sentinel-model": "^3.18.10",
|
|
60
|
+
"@xyo-network/witness-model": "^3.18.10",
|
|
61
61
|
"cytoscape": "^3.32.0",
|
|
62
62
|
"cytoscape-cola": "^2.5.1",
|
|
63
63
|
"cytoscape-cose-bilkent": "^4.1.0",
|
|
@@ -74,20 +74,20 @@
|
|
|
74
74
|
"@types/react-dom": "^19.1.6",
|
|
75
75
|
"@xylabs/ts-scripts-yarn3": "^6.5.8",
|
|
76
76
|
"@xylabs/tsconfig-react": "^6.5.8",
|
|
77
|
-
"@xyo-network/archivist": "^3.18.
|
|
78
|
-
"@xyo-network/archivist-memory": "^3.18.
|
|
79
|
-
"@xyo-network/bridge-http": "^3.18.
|
|
80
|
-
"@xyo-network/bridge-model": "^3.18.
|
|
77
|
+
"@xyo-network/archivist": "^3.18.10",
|
|
78
|
+
"@xyo-network/archivist-memory": "^3.18.10",
|
|
79
|
+
"@xyo-network/bridge-http": "^3.18.10",
|
|
80
|
+
"@xyo-network/bridge-model": "^3.18.10",
|
|
81
81
|
"@xyo-network/id-plugin": "^3.6.1",
|
|
82
|
-
"@xyo-network/module-events": "^3.18.
|
|
83
|
-
"@xyo-network/node-memory": "^3.18.
|
|
84
|
-
"@xyo-network/react-storybook": "^5.3.
|
|
85
|
-
"@xyo-network/react-wallet": "^5.3.
|
|
86
|
-
"@xyo-network/sentinel": "^3.18.
|
|
87
|
-
"@xyo-network/sentinel-memory": "^3.18.
|
|
82
|
+
"@xyo-network/module-events": "^3.18.10",
|
|
83
|
+
"@xyo-network/node-memory": "^3.18.10",
|
|
84
|
+
"@xyo-network/react-storybook": "^5.3.15",
|
|
85
|
+
"@xyo-network/react-wallet": "^5.3.15",
|
|
86
|
+
"@xyo-network/sentinel": "^3.18.10",
|
|
87
|
+
"@xyo-network/sentinel-memory": "^3.18.10",
|
|
88
88
|
"react": "^19.1.0",
|
|
89
89
|
"react-dom": "^19.1.0",
|
|
90
|
-
"storybook": "^9.0.
|
|
90
|
+
"storybook": "^9.0.12",
|
|
91
91
|
"typescript": "^5.8.3"
|
|
92
92
|
},
|
|
93
93
|
"peerDependencies": {
|