@xyo-network/react-node-renderer 5.3.2 → 5.3.4

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,7 +1,17 @@
1
- export declare const CytoscapeInstanceContext: import("react").Context<{
1
+ export declare const CytoscapeInstanceContext: import("react").Context<({
2
2
  cy?: WeakRef<import("cytoscape").Core>;
3
3
  setCy?: import("react").Dispatch<import("react").SetStateAction<WeakRef<import("cytoscape").Core> | undefined>>;
4
4
  } & {
5
5
  provided: true;
6
- }>;
6
+ }) | (import("@xylabs/react-shared").FixedValues<import("@xylabs/react-shared").ProvidedContextExState<{
7
+ cy?: WeakRef<import("cytoscape").Core>;
8
+ setCy?: import("react").Dispatch<import("react").SetStateAction<WeakRef<import("cytoscape").Core> | undefined>>;
9
+ }>, never> & {
10
+ provided: false;
11
+ }) | (import("@xylabs/react-shared").FixedValues<import("@xylabs/react-shared").NotProvidedContextExState<{
12
+ cy?: WeakRef<import("cytoscape").Core>;
13
+ setCy?: import("react").Dispatch<import("react").SetStateAction<WeakRef<import("cytoscape").Core> | undefined>>;
14
+ }>, never> & {
15
+ provided: false;
16
+ })>;
7
17
  //# sourceMappingURL=Context.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Context.d.ts","sourceRoot":"","sources":["../../../../src/contexts/CytoscapeInstance/Context.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,wBAAwB;;;;;EAA4C,CAAA"}
1
+ {"version":3,"file":"Context.d.ts","sourceRoot":"","sources":["../../../../src/contexts/CytoscapeInstance/Context.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;GAA4C,CAAA"}
@@ -3,5 +3,5 @@ export declare const useCytoscapeInstance: (required?: boolean) => Omit<{
3
3
  setCy?: import("react").Dispatch<import("react").SetStateAction<WeakRef<import("cytoscape").Core> | undefined>>;
4
4
  } & {
5
5
  provided: true;
6
- }, "provided"> | Omit<never, "provided">;
6
+ }, "provided"> | Omit<import("@xylabs/react-shared").NotProvidedContextExState<import("./State.ts").CytoscapeInstanceState>, "provided">;
7
7
  //# sourceMappingURL=use.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../../src/contexts/CytoscapeInstance/use.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,oBAAoB,GAAI,kBAAgB;;;;;wCAA0E,CAAA"}
1
+ {"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../../src/contexts/CytoscapeInstance/use.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,oBAAoB,GAAI,kBAAgB;;;;;wIAA0E,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-node-renderer",
3
- "version": "5.3.2",
3
+ "version": "5.3.4",
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.9.15",
43
- "@xylabs/hex": "^4.9.15",
44
- "@xylabs/react-async-effect": "^6.3.0",
45
- "@xylabs/react-flexbox": "^6.3.0",
46
- "@xylabs/react-identicon": "^6.3.0",
47
- "@xylabs/react-promise": "^6.3.0",
48
- "@xylabs/react-shared": "^6.3.0",
49
- "@xylabs/react-theme": "^6.3.0",
50
- "@xyo-network/account-model": "^3.15.5",
51
- "@xyo-network/archivist-model": "^3.15.5",
52
- "@xyo-network/bridge-model": "^3.15.5",
53
- "@xyo-network/diviner-model": "^3.15.5",
54
- "@xyo-network/module-model": "^3.15.5",
55
- "@xyo-network/node-model": "^3.15.5",
56
- "@xyo-network/react-archivist": "^5.3.2",
57
- "@xyo-network/react-module": "^5.3.2",
58
- "@xyo-network/react-node": "^5.3.2",
59
- "@xyo-network/sentinel-model": "^3.15.5",
60
- "@xyo-network/witness-model": "^3.15.5",
42
+ "@xylabs/exists": "^4.9.18",
43
+ "@xylabs/hex": "^4.9.18",
44
+ "@xylabs/react-async-effect": "^6.3.1",
45
+ "@xylabs/react-flexbox": "^6.3.1",
46
+ "@xylabs/react-identicon": "^6.3.1",
47
+ "@xylabs/react-promise": "^6.3.1",
48
+ "@xylabs/react-shared": "^6.3.1",
49
+ "@xylabs/react-theme": "^6.3.1",
50
+ "@xyo-network/account-model": "^3.15.10",
51
+ "@xyo-network/archivist-model": "^3.15.10",
52
+ "@xyo-network/bridge-model": "^3.15.10",
53
+ "@xyo-network/diviner-model": "^3.15.10",
54
+ "@xyo-network/module-model": "^3.15.10",
55
+ "@xyo-network/node-model": "^3.15.10",
56
+ "@xyo-network/react-archivist": "^5.3.4",
57
+ "@xyo-network/react-module": "^5.3.4",
58
+ "@xyo-network/react-node": "^5.3.4",
59
+ "@xyo-network/sentinel-model": "^3.15.10",
60
+ "@xyo-network/witness-model": "^3.15.10",
61
61
  "cytoscape": "^3.32.0",
62
62
  "cytoscape-cola": "^2.5.1",
63
63
  "cytoscape-cose-bilkent": "^4.1.0",
@@ -72,20 +72,20 @@
72
72
  "@types/cytoscape-dagre": "^2.3.3",
73
73
  "@types/cytoscape-euler": "^1.2.3",
74
74
  "@types/react": "^19.1.4",
75
- "@types/react-dom": "^19.1.4",
76
- "@xylabs/ts-scripts-yarn3": "^6.5.5",
77
- "@xylabs/tsconfig-react": "^6.5.5",
78
- "@xyo-network/archivist": "^3.15.5",
79
- "@xyo-network/archivist-memory": "^3.15.5",
80
- "@xyo-network/bridge-http": "^3.15.5",
81
- "@xyo-network/bridge-model": "^3.15.5",
75
+ "@types/react-dom": "^19.1.5",
76
+ "@xylabs/ts-scripts-yarn3": "^6.5.6",
77
+ "@xylabs/tsconfig-react": "^6.5.6",
78
+ "@xyo-network/archivist": "^3.15.10",
79
+ "@xyo-network/archivist-memory": "^3.15.10",
80
+ "@xyo-network/bridge-http": "^3.15.10",
81
+ "@xyo-network/bridge-model": "^3.15.10",
82
82
  "@xyo-network/id-plugin": "^3.5.6",
83
- "@xyo-network/module-events": "^3.15.5",
84
- "@xyo-network/node-memory": "^3.15.5",
85
- "@xyo-network/react-storybook": "^5.3.2",
86
- "@xyo-network/react-wallet": "^5.3.2",
87
- "@xyo-network/sentinel": "^3.15.5",
88
- "@xyo-network/sentinel-memory": "^3.15.5",
83
+ "@xyo-network/module-events": "^3.15.10",
84
+ "@xyo-network/node-memory": "^3.15.10",
85
+ "@xyo-network/react-storybook": "^5.3.4",
86
+ "@xyo-network/react-wallet": "^5.3.4",
87
+ "@xyo-network/sentinel": "^3.15.10",
88
+ "@xyo-network/sentinel-memory": "^3.15.10",
89
89
  "react": "^19.1.0",
90
90
  "react-dom": "^19.1.0",
91
91
  "storybook": "^8.6.12",