@xyo-network/react-node-renderer 4.4.9 → 4.4.11

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.
Files changed (109) hide show
  1. package/dist/browser/Cytoscape/CytoscapeElements.d.ts +29 -0
  2. package/dist/browser/Cytoscape/CytoscapeElements.d.ts.map +1 -0
  3. package/dist/browser/Cytoscape/CytoscapeIcons.d.ts +4 -0
  4. package/dist/browser/Cytoscape/CytoscapeIcons.d.ts.map +1 -0
  5. package/dist/browser/Cytoscape/CytoscapeStyles.d.ts +7 -0
  6. package/dist/browser/Cytoscape/CytoscapeStyles.d.ts.map +1 -0
  7. package/dist/browser/Cytoscape/index.d.ts +5 -0
  8. package/dist/browser/Cytoscape/index.d.ts.map +1 -0
  9. package/dist/browser/Cytoscape/lib/CyNodeModuleTypes.d.ts +2 -0
  10. package/dist/browser/Cytoscape/lib/CyNodeModuleTypes.d.ts.map +1 -0
  11. package/dist/browser/Cytoscape/lib/encodeSvg.d.ts +3 -0
  12. package/dist/browser/Cytoscape/lib/encodeSvg.d.ts.map +1 -0
  13. package/dist/browser/Cytoscape/lib/iconMap.d.ts +3 -0
  14. package/dist/browser/Cytoscape/lib/iconMap.d.ts.map +1 -0
  15. package/dist/browser/Cytoscape/lib/index.d.ts +6 -0
  16. package/dist/browser/Cytoscape/lib/index.d.ts.map +1 -0
  17. package/dist/browser/Cytoscape/lib/layout/ColaLayout.d.ts +6 -0
  18. package/dist/browser/Cytoscape/lib/layout/ColaLayout.d.ts.map +1 -0
  19. package/dist/browser/Cytoscape/lib/layout/ConcentricLayout.d.ts +3 -0
  20. package/dist/browser/Cytoscape/lib/layout/ConcentricLayout.d.ts.map +1 -0
  21. package/dist/browser/Cytoscape/lib/layout/index.d.ts +3 -0
  22. package/dist/browser/Cytoscape/lib/layout/index.d.ts.map +1 -0
  23. package/dist/browser/Cytoscape/lib/parseModuleType.d.ts +4 -0
  24. package/dist/browser/Cytoscape/lib/parseModuleType.d.ts.map +1 -0
  25. package/dist/browser/components/cytoscape-extensions/WithExtensions.d.ts +4 -0
  26. package/dist/browser/components/cytoscape-extensions/WithExtensions.d.ts.map +1 -0
  27. package/dist/browser/components/cytoscape-extensions/index.d.ts +2 -0
  28. package/dist/browser/components/cytoscape-extensions/index.d.ts.map +1 -0
  29. package/dist/browser/components/index.d.ts +4 -0
  30. package/dist/browser/components/index.d.ts.map +1 -0
  31. package/dist/browser/components/lib/RelationalGraphProps.d.ts +16 -0
  32. package/dist/browser/components/lib/RelationalGraphProps.d.ts.map +1 -0
  33. package/dist/browser/components/lib/index.d.ts +2 -0
  34. package/dist/browser/components/lib/index.d.ts.map +1 -0
  35. package/dist/browser/components/module/CardParser.d.ts +7 -0
  36. package/dist/browser/components/module/CardParser.d.ts.map +1 -0
  37. package/dist/browser/components/module/graph/DetailsFlexbox.d.ts +7 -0
  38. package/dist/browser/components/module/graph/DetailsFlexbox.d.ts.map +1 -0
  39. package/dist/browser/components/module/graph/GraphFlexBox.d.ts +13 -0
  40. package/dist/browser/components/module/graph/GraphFlexBox.d.ts.map +1 -0
  41. package/dist/browser/components/module/graph/Popper.d.ts +13 -0
  42. package/dist/browser/components/module/graph/Popper.d.ts.map +1 -0
  43. package/dist/browser/components/module/graph/index.d.ts +2 -0
  44. package/dist/browser/components/module/graph/index.d.ts.map +1 -0
  45. package/dist/browser/components/module/graph/node/Hover.d.ts +10 -0
  46. package/dist/browser/components/module/graph/node/Hover.d.ts.map +1 -0
  47. package/dist/browser/components/module/graph/node/hooks/index.d.ts +2 -0
  48. package/dist/browser/components/module/graph/node/hooks/index.d.ts.map +1 -0
  49. package/dist/browser/components/module/graph/node/hooks/useNodeElement.d.ts +7 -0
  50. package/dist/browser/components/module/graph/node/hooks/useNodeElement.d.ts.map +1 -0
  51. package/dist/browser/components/module/graph/node/index.d.ts +2 -0
  52. package/dist/browser/components/module/graph/node/index.d.ts.map +1 -0
  53. package/dist/browser/components/module/index.d.ts +3 -0
  54. package/dist/browser/components/module/index.d.ts.map +1 -0
  55. package/dist/browser/components/relational/graph/Graph.d.ts +6 -0
  56. package/dist/browser/components/relational/graph/Graph.d.ts.map +1 -0
  57. package/dist/browser/components/relational/graph/ProvidedNodeRenderer.d.ts +12 -0
  58. package/dist/browser/components/relational/graph/ProvidedNodeRenderer.d.ts.map +1 -0
  59. package/dist/browser/components/relational/graph/index.d.ts +3 -0
  60. package/dist/browser/components/relational/graph/index.d.ts.map +1 -0
  61. package/dist/browser/components/relational/graph/story/TestData.d.ts +3 -0
  62. package/dist/browser/components/relational/graph/story/TestData.d.ts.map +1 -0
  63. package/dist/browser/components/relational/graph/story/index.d.ts +2 -0
  64. package/dist/browser/components/relational/graph/story/index.d.ts.map +1 -0
  65. package/dist/browser/components/relational/index.d.ts +2 -0
  66. package/dist/browser/components/relational/index.d.ts.map +1 -0
  67. package/dist/browser/contexts/CytoscapeInstance/Context.d.ts +3 -0
  68. package/dist/browser/contexts/CytoscapeInstance/Context.d.ts.map +1 -0
  69. package/dist/browser/contexts/CytoscapeInstance/Provider.d.ts +8 -0
  70. package/dist/browser/contexts/CytoscapeInstance/Provider.d.ts.map +1 -0
  71. package/dist/browser/contexts/CytoscapeInstance/State.d.ts +8 -0
  72. package/dist/browser/contexts/CytoscapeInstance/State.d.ts.map +1 -0
  73. package/dist/browser/contexts/CytoscapeInstance/index.d.ts +5 -0
  74. package/dist/browser/contexts/CytoscapeInstance/index.d.ts.map +1 -0
  75. package/dist/browser/contexts/CytoscapeInstance/use.d.ts +2 -0
  76. package/dist/browser/contexts/CytoscapeInstance/use.d.ts.map +1 -0
  77. package/dist/browser/contexts/index.d.ts +2 -0
  78. package/dist/browser/contexts/index.d.ts.map +1 -0
  79. package/dist/browser/hooks/cytoscape/elements/index.d.ts +3 -0
  80. package/dist/browser/hooks/cytoscape/elements/index.d.ts.map +1 -0
  81. package/dist/browser/hooks/cytoscape/elements/useCytoscapeElements.d.ts +4 -0
  82. package/dist/browser/hooks/cytoscape/elements/useCytoscapeElements.d.ts.map +1 -0
  83. package/dist/browser/hooks/cytoscape/elements/useElements.d.ts +6 -0
  84. package/dist/browser/hooks/cytoscape/elements/useElements.d.ts.map +1 -0
  85. package/dist/browser/hooks/cytoscape/elements/useHoveredNode.d.ts +4 -0
  86. package/dist/browser/hooks/cytoscape/elements/useHoveredNode.d.ts.map +1 -0
  87. package/dist/browser/hooks/cytoscape/elements/useNewElements.d.ts +3 -0
  88. package/dist/browser/hooks/cytoscape/elements/useNewElements.d.ts.map +1 -0
  89. package/dist/browser/hooks/cytoscape/elements/useRenderNewElements.d.ts +3 -0
  90. package/dist/browser/hooks/cytoscape/elements/useRenderNewElements.d.ts.map +1 -0
  91. package/dist/browser/hooks/cytoscape/elements/useSelectedElement.d.ts +6 -0
  92. package/dist/browser/hooks/cytoscape/elements/useSelectedElement.d.ts.map +1 -0
  93. package/dist/browser/hooks/cytoscape/index.d.ts +5 -0
  94. package/dist/browser/hooks/cytoscape/index.d.ts.map +1 -0
  95. package/dist/browser/hooks/cytoscape/useCytoscapeOptions.d.ts +3 -0
  96. package/dist/browser/hooks/cytoscape/useCytoscapeOptions.d.ts.map +1 -0
  97. package/dist/browser/hooks/cytoscape/useCytoscapeStyle.d.ts +2 -0
  98. package/dist/browser/hooks/cytoscape/useCytoscapeStyle.d.ts.map +1 -0
  99. package/dist/browser/hooks/cytoscape/useIcons.d.ts +3 -0
  100. package/dist/browser/hooks/cytoscape/useIcons.d.ts.map +1 -0
  101. package/dist/browser/hooks/cytoscape/useModuleDetails.d.ts +16 -0
  102. package/dist/browser/hooks/cytoscape/useModuleDetails.d.ts.map +1 -0
  103. package/dist/browser/hooks/cytoscape/useRelationalGraphOptions.d.ts +7 -0
  104. package/dist/browser/hooks/cytoscape/useRelationalGraphOptions.d.ts.map +1 -0
  105. package/dist/browser/hooks/index.d.ts +2 -0
  106. package/dist/browser/hooks/index.d.ts.map +1 -0
  107. package/dist/browser/index.d.ts +5 -148
  108. package/dist/browser/index.d.ts.map +1 -0
  109. package/package.json +33 -33
@@ -0,0 +1,29 @@
1
+ import type { ModuleInstance } from '@xyo-network/module-model';
2
+ import type { ElementDefinition } from 'cytoscape';
3
+ interface ModuleInfo {
4
+ children: ModuleInfo[];
5
+ depth: number;
6
+ mod: ModuleInstance;
7
+ }
8
+ export declare const CytoscapeElements: {
9
+ MaxNameLength: number;
10
+ buildEdge(rootNode: ElementDefinition, newNode: ElementDefinition, properties?: {
11
+ [key: string]: unknown;
12
+ }): {
13
+ data: {
14
+ id: string;
15
+ source: string | undefined;
16
+ target: string | undefined;
17
+ };
18
+ };
19
+ buildElements(mod: ModuleInstance): Promise<ElementDefinition[]>;
20
+ buildElementsFromInfo(info: ModuleInfo, root?: ElementDefinition, classes?: string[]): Promise<ElementDefinition[]>;
21
+ buildNode(mod: ModuleInstance, properties?: {
22
+ [key: string]: unknown;
23
+ }, classes?: string[]): ElementDefinition;
24
+ buildRootNode: (mod: ModuleInstance) => ElementDefinition;
25
+ normalizeName(name?: string): string | undefined;
26
+ recurseNodes(root: ModuleInstance, maxDepth?: number, depth?: number): Promise<ModuleInfo>;
27
+ };
28
+ export {};
29
+ //# sourceMappingURL=CytoscapeElements.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CytoscapeElements.d.ts","sourceRoot":"","sources":["../../../src/Cytoscape/CytoscapeElements.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAC/D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAA;AAIlD,UAAU,UAAU;IAClB,QAAQ,EAAE,UAAU,EAAE,CAAA;IACtB,KAAK,EAAE,MAAM,CAAA;IACb,GAAG,EAAE,cAAc,CAAA;CACpB;AAED,eAAO,MAAM,iBAAiB;;wBAGR,iBAAiB,WAAW,iBAAiB,eAAe;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE;;;;;;;uBAWjF,cAAc,GAAG,OAAO,CAAC,iBAAiB,EAAE,CAAC;gCAOpC,UAAU,SAAS,iBAAiB,YAAW,MAAM,EAAE,GAAQ,OAAO,CAAC,iBAAiB,EAAE,CAAC;mBAiB9G,cAAc,eAAe;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,YAAY,MAAM,EAAE,GAAG,iBAAiB;yBAczF,cAAc,KAAG,iBAAiB;yBAIlC,MAAM;uBAMF,cAAc,sCAA6B,OAAO,CAAC,UAAU,CAAC;CAqBxF,CAAA"}
@@ -0,0 +1,4 @@
1
+ import type { SvgIconComponent } from '@mui/icons-material';
2
+ import type { CyNodeModuleTypes } from './lib/index.ts';
3
+ export declare const CyIconSet: Record<CyNodeModuleTypes, SvgIconComponent>;
4
+ //# sourceMappingURL=CytoscapeIcons.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CytoscapeIcons.d.ts","sourceRoot":"","sources":["../../../src/Cytoscape/CytoscapeIcons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AAW3D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAA;AAEvD,eAAO,MAAM,SAAS,EAAE,MAAM,CAAC,iBAAiB,EAAE,gBAAgB,CASjE,CAAA"}
@@ -0,0 +1,7 @@
1
+ import type { StylesheetCSS } from 'cytoscape';
2
+ import type { CyNodeModuleTypes } from './lib/index.ts';
3
+ export declare const NodeWithName: (color?: string, outlineColor?: string) => StylesheetCSS;
4
+ export declare const Node: (icons: Record<CyNodeModuleTypes, string>, bgColor?: string, hideLabels?: boolean) => StylesheetCSS;
5
+ export declare const NodeAsRoot: (bgColor?: string) => StylesheetCSS;
6
+ export declare const EdgeStyled: (lineColor?: string, targetArrowColor?: string) => StylesheetCSS;
7
+ //# sourceMappingURL=CytoscapeStyles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CytoscapeStyles.d.ts","sourceRoot":"","sources":["../../../src/Cytoscape/CytoscapeStyles.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,WAAW,CAAA;AAE9C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAA;AAEvD,eAAO,MAAM,YAAY,GAAI,QAAQ,MAAM,EAAE,eAAe,MAAM,KAAG,aAYnE,CAAA;AAEF,eAAO,MAAM,IAAI,GAAI,OAAO,MAAM,CAAC,iBAAiB,EAAE,MAAM,CAAC,EAAE,UAAU,MAAM,EAAE,oBAAkB,KAAG,aAUpG,CAAA;AAEF,eAAO,MAAM,UAAU,GAAI,UAAU,MAAM,KAAG,aAG5C,CAAA;AAEF,eAAO,MAAM,UAAU,GAAI,YAAY,MAAM,EAAE,mBAAmB,MAAM,KAAG,aAUzE,CAAA"}
@@ -0,0 +1,5 @@
1
+ export * from './CytoscapeElements.ts';
2
+ export * from './CytoscapeIcons.tsx';
3
+ export * from './CytoscapeStyles.ts';
4
+ export * from './lib/index.ts';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Cytoscape/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA;AACtC,cAAc,sBAAsB,CAAA;AACpC,cAAc,sBAAsB,CAAA;AACpC,cAAc,gBAAgB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export type CyNodeModuleTypes = 'archivist' | 'bridge' | 'diviner' | 'module' | 'node' | 'witness' | 'sentinel';
2
+ //# sourceMappingURL=CyNodeModuleTypes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CyNodeModuleTypes.d.ts","sourceRoot":"","sources":["../../../../src/Cytoscape/lib/CyNodeModuleTypes.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG,WAAW,GAAG,QAAQ,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,SAAS,GAAG,UAAU,CAAA"}
@@ -0,0 +1,3 @@
1
+ import type { ReactElement } from 'react';
2
+ export declare const encodeSvg: (reactElement: ReactElement, color?: string) => string;
3
+ //# sourceMappingURL=encodeSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"encodeSvg.d.ts","sourceRoot":"","sources":["../../../../src/Cytoscape/lib/encodeSvg.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAA;AAMzC,eAAO,MAAM,SAAS,GAAI,cAAc,YAAY,EAAE,QAAQ,MAAM,WAYnE,CAAA"}
@@ -0,0 +1,3 @@
1
+ import type { CyNodeModuleTypes } from './CyNodeModuleTypes.ts';
2
+ export declare const generateIconMap: () => Record<CyNodeModuleTypes, string>;
3
+ //# sourceMappingURL=iconMap.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"iconMap.d.ts","sourceRoot":"","sources":["../../../../src/Cytoscape/lib/iconMap.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAE/D,eAAO,MAAM,eAAe,EAAE,MAAM,MAAM,CAAC,iBAAiB,EAAE,MAAM,CASlE,CAAA"}
@@ -0,0 +1,6 @@
1
+ export * from './CyNodeModuleTypes.ts';
2
+ export * from './encodeSvg.ts';
3
+ export * from './iconMap.ts';
4
+ export * from './layout/index.ts';
5
+ export * from './parseModuleType.ts';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Cytoscape/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA;AACtC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,cAAc,CAAA;AAC5B,cAAc,mBAAmB,CAAA;AACjC,cAAc,sBAAsB,CAAA"}
@@ -0,0 +1,6 @@
1
+ export declare const ColaLayout: {
2
+ centerGraph: boolean;
3
+ convergenceThreshold: number;
4
+ name: string;
5
+ };
6
+ //# sourceMappingURL=ColaLayout.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ColaLayout.d.ts","sourceRoot":"","sources":["../../../../../src/Cytoscape/lib/layout/ColaLayout.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU;;;;CAItB,CAAA"}
@@ -0,0 +1,3 @@
1
+ import type { LayoutOptions } from 'cytoscape';
2
+ export declare const ConcentricLayout: LayoutOptions;
3
+ //# sourceMappingURL=ConcentricLayout.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConcentricLayout.d.ts","sourceRoot":"","sources":["../../../../../src/Cytoscape/lib/layout/ConcentricLayout.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,WAAW,CAAA;AAE9C,eAAO,MAAM,gBAAgB,EAAE,aAS9B,CAAA"}
@@ -0,0 +1,3 @@
1
+ export * from './ColaLayout.ts';
2
+ export * from './ConcentricLayout.ts';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/Cytoscape/lib/layout/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA;AAC/B,cAAc,uBAAuB,CAAA"}
@@ -0,0 +1,4 @@
1
+ import type { ModuleInstance } from '@xyo-network/module-model';
2
+ import type { CyNodeModuleTypes } from './CyNodeModuleTypes.ts';
3
+ export declare const parseModuleType: (mod?: ModuleInstance) => CyNodeModuleTypes;
4
+ //# sourceMappingURL=parseModuleType.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parseModuleType.d.ts","sourceRoot":"","sources":["../../../../src/Cytoscape/lib/parseModuleType.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAK/D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAE/D,eAAO,MAAM,eAAe,GAAI,MAAM,cAAc,KAAG,iBAoBtD,CAAA"}
@@ -0,0 +1,4 @@
1
+ import type { PropsWithChildren } from 'react';
2
+ import React from 'react';
3
+ export declare const WithExtensions: React.FC<PropsWithChildren>;
4
+ //# sourceMappingURL=WithExtensions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WithExtensions.d.ts","sourceRoot":"","sources":["../../../../src/components/cytoscape-extensions/WithExtensions.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAA;AAC9C,OAAO,KAAkB,MAAM,OAAO,CAAA;AAEtC,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAUtD,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './WithExtensions.tsx';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/cytoscape-extensions/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAA"}
@@ -0,0 +1,4 @@
1
+ export * from './lib/index.ts';
2
+ export * from './module/index.ts';
3
+ export * from './relational/index.ts';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA;AAC9B,cAAc,mBAAmB,CAAA;AACjC,cAAc,uBAAuB,CAAA"}
@@ -0,0 +1,16 @@
1
+ import type { Address } from '@xylabs/hex';
2
+ import type { FlexBoxProps } from '@xylabs/react-flexbox';
3
+ import type { NodeInstance } from '@xyo-network/node-model';
4
+ import type { CytoscapeOptions } from 'cytoscape';
5
+ import type { PropsWithChildren, ReactNode } from 'react';
6
+ export interface NodeRelationalGraphProps extends PropsWithChildren<FlexBoxProps> {
7
+ actions?: ReactNode;
8
+ detail?: ReactNode;
9
+ layout?: 'dagre' | 'euler' | 'cose-bilkent' | 'cola';
10
+ layoutOptions?: object;
11
+ node?: WeakRef<NodeInstance>;
12
+ onHover?: (address?: Address) => void;
13
+ options?: CytoscapeOptions;
14
+ showDetails?: boolean;
15
+ }
16
+ //# sourceMappingURL=RelationalGraphProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RelationalGraphProps.d.ts","sourceRoot":"","sources":["../../../../src/components/lib/RelationalGraphProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AAC1C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AACzD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAA;AAC3D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AACjD,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAEzD,MAAM,WAAW,wBAAyB,SAAQ,iBAAiB,CAAC,YAAY,CAAC;IAC/E,OAAO,CAAC,EAAE,SAAS,CAAA;IACnB,MAAM,CAAC,EAAE,SAAS,CAAA;IAClB,MAAM,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,cAAc,GAAG,MAAM,CAAA;IACpD,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,IAAI,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC,CAAA;IAC5B,OAAO,CAAC,EAAE,CAAC,OAAO,CAAC,EAAE,OAAO,KAAK,IAAI,CAAA;IACrC,OAAO,CAAC,EAAE,gBAAgB,CAAA;IAC1B,WAAW,CAAC,EAAE,OAAO,CAAA;CACtB"}
@@ -0,0 +1,2 @@
1
+ export * from './RelationalGraphProps.ts';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAA"}
@@ -0,0 +1,7 @@
1
+ import type { ModuleInstance } from '@xyo-network/module-model';
2
+ import React from 'react';
3
+ export interface ModuleCardParserProps {
4
+ mod?: ModuleInstance;
5
+ }
6
+ export declare const ModuleCardParser: React.FC<ModuleCardParserProps>;
7
+ //# sourceMappingURL=CardParser.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CardParser.d.ts","sourceRoot":"","sources":["../../../../src/components/module/CardParser.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAG/D,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,MAAM,WAAW,qBAAqB;IACpC,GAAG,CAAC,EAAE,cAAc,CAAA;CACrB;AAED,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAY5D,CAAA"}
@@ -0,0 +1,7 @@
1
+ import type { FlexBoxProps } from '@xylabs/react-flexbox';
2
+ import React from 'react';
3
+ export interface DetailsFlexboxProps extends FlexBoxProps {
4
+ onClose?: () => void;
5
+ }
6
+ export declare const DetailsFlexbox: React.FC<DetailsFlexboxProps>;
7
+ //# sourceMappingURL=DetailsFlexbox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DetailsFlexbox.d.ts","sourceRoot":"","sources":["../../../../../src/components/module/graph/DetailsFlexbox.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AAEzD,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,MAAM,WAAW,mBAAoB,SAAQ,YAAY;IACvD,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;CACrB;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAWxD,CAAA"}
@@ -0,0 +1,13 @@
1
+ import type { FlexBoxProps } from '@xylabs/react-flexbox';
2
+ import type { ModuleInstance } from '@xyo-network/module-model';
3
+ import React from 'react';
4
+ export interface ModuleGraphFlexBoxProps extends FlexBoxProps {
5
+ disableModuleDetails?: boolean;
6
+ hideActions?: boolean;
7
+ layout?: 'dagre' | 'euler' | 'cose-bilkent' | 'cola';
8
+ layoutOptions?: object;
9
+ rootModule?: WeakRef<ModuleInstance> | null;
10
+ }
11
+ export declare const ModuleGraphFlexBox: React.FC<ModuleGraphFlexBoxProps>;
12
+ export declare const ModuleGraphFlexBoxWithProvider: React.FC<ModuleGraphFlexBoxProps>;
13
+ //# sourceMappingURL=GraphFlexBox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GraphFlexBox.d.ts","sourceRoot":"","sources":["../../../../../src/components/module/graph/GraphFlexBox.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAC/D,OAAO,KAAiB,MAAM,OAAO,CAAA;AAYrC,MAAM,WAAW,uBAAwB,SAAQ,YAAY;IAC3D,oBAAoB,CAAC,EAAE,OAAO,CAAA;IAC9B,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,MAAM,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,cAAc,GAAG,MAAM,CAAA;IACpD,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC,cAAc,CAAC,GAAG,IAAI,CAAA;CAC5C;AAED,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAoDhE,CAAA;AAED,eAAO,MAAM,8BAA8B,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAM5E,CAAA"}
@@ -0,0 +1,13 @@
1
+ import type { PopperProps } from '@mui/material';
2
+ import type { NodeSingular } from 'cytoscape';
3
+ import React from 'react';
4
+ export interface ModuleHoverPopperProps extends PopperProps {
5
+ node?: NodeSingular;
6
+ onClose?: () => void;
7
+ onModuleDetails?: (address?: string) => void;
8
+ onModuleExplore?: (address?: string) => void;
9
+ }
10
+ export declare const ModuleHoverPopper: React.FC<ModuleHoverPopperProps>;
11
+ export declare const StyledModuleHoverPopper: import("@emotion/styled").StyledComponent<Pick<ModuleHoverPopperProps, keyof ModuleHoverPopperProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
12
+ export declare const StyledCardActions: import("@emotion/styled").StyledComponent<Pick<import("@mui/material").CardActionsProps, keyof import("@mui/material").CardActionsProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
13
+ //# sourceMappingURL=Popper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Popper.d.ts","sourceRoot":"","sources":["../../../../../src/components/module/graph/Popper.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAKhD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AAC7C,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,MAAM,WAAW,sBAAuB,SAAQ,WAAW;IACzD,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;IACpB,eAAe,CAAC,EAAE,CAAC,OAAO,CAAC,EAAE,MAAM,KAAK,IAAI,CAAA;IAC5C,eAAe,CAAC,EAAE,CAAC,OAAO,CAAC,EAAE,MAAM,KAAK,IAAI,CAAA;CAC7C;AAED,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAqD9D,CAAA;AAED,eAAO,MAAM,uBAAuB,2LAAiF,CAAA;AAErH,eAAO,MAAM,iBAAiB,+NAG3B,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './GraphFlexBox.tsx';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/module/graph/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAA"}
@@ -0,0 +1,10 @@
1
+ import type { PopperProps } from '@mui/material';
2
+ import type { NodeSingular } from 'cytoscape';
3
+ import type { ReactElement } from 'react';
4
+ import React from 'react';
5
+ export interface ModuleHoverProps {
6
+ children?: (anchorElement?: PopperProps['anchorEl'], container?: PopperProps['container']) => ReactElement;
7
+ node?: NodeSingular;
8
+ }
9
+ export declare const ModuleGraphNodeHover: React.FC<ModuleHoverProps>;
10
+ //# sourceMappingURL=Hover.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Hover.d.ts","sourceRoot":"","sources":["../../../../../../src/components/module/graph/node/Hover.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAGhD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AAC7C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAA;AACzC,OAAO,KAAK,MAAM,OAAO,CAAA;AAIzB,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,EAAE,CAAC,aAAa,CAAC,EAAE,WAAW,CAAC,UAAU,CAAC,EAAE,SAAS,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,KAAK,YAAY,CAAA;IAC1G,IAAI,CAAC,EAAE,YAAY,CAAA;CACpB;AAED,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAa3D,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './useNodeElement.tsx';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/module/graph/node/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAA"}
@@ -0,0 +1,7 @@
1
+ import type { NodeSingular } from 'cytoscape';
2
+ export declare const useNodeElement: (node?: NodeSingular) => {
3
+ boundingBox: (import("cytoscape").BoundingBox12 & import("cytoscape").BoundingBoxWH) | undefined;
4
+ currentElement: HTMLElement | import("@popperjs/core/index.js").VirtualElement | (() => HTMLElement) | (() => import("@popperjs/core/index.js").VirtualElement) | null | undefined;
5
+ ref: import("react").RefObject<HTMLDivElement>;
6
+ };
7
+ //# sourceMappingURL=useNodeElement.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useNodeElement.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/module/graph/node/hooks/useNodeElement.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AAK7C,eAAO,MAAM,cAAc,GAAI,OAAO,YAAY;;;;CAkCjD,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './Hover.tsx';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/module/graph/node/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA"}
@@ -0,0 +1,3 @@
1
+ export * from './CardParser.tsx';
2
+ export * from './graph/index.ts';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/module/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAA;AAChC,cAAc,kBAAkB,CAAA"}
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import type { NodeRelationalGraphProps } from '../../lib/index.ts';
3
+ export declare const NodeRelationalGraphFlexBox: React.ForwardRefExoticComponent<NodeRelationalGraphProps & React.RefAttributes<HTMLDivElement>>;
4
+ /** @deprecated */
5
+ export declare const NodeRelationalGraph: React.ForwardRefExoticComponent<NodeRelationalGraphProps & React.RefAttributes<HTMLDivElement>>;
6
+ //# sourceMappingURL=Graph.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Graph.d.ts","sourceRoot":"","sources":["../../../../../src/components/relational/graph/Graph.tsx"],"names":[],"mappings":"AAiBA,OAAO,KAEN,MAAM,OAAO,CAAA;AAEd,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAA;AAqDlE,eAAO,MAAM,0BAA0B,iGAiHtC,CAAA;AAID,kBAAkB;AAClB,eAAO,MAAM,mBAAmB,iGAA6B,CAAA"}
@@ -0,0 +1,12 @@
1
+ import type { AccountInstance } from '@xyo-network/account-model';
2
+ import type { NodeInstance } from '@xyo-network/node-model';
3
+ import React from 'react';
4
+ import type { NodeRelationalGraphProps } from '../../lib/index.ts';
5
+ export interface ProvidedNodeRendererProps extends NodeRelationalGraphProps {
6
+ account?: AccountInstance;
7
+ layout?: 'dagre' | 'euler' | 'cose-bilkent' | 'cola';
8
+ layoutOptions?: object;
9
+ node?: WeakRef<NodeInstance>;
10
+ }
11
+ export declare const ProvidedNodeRenderer: React.FC<ProvidedNodeRendererProps>;
12
+ //# sourceMappingURL=ProvidedNodeRenderer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProvidedNodeRenderer.d.ts","sourceRoot":"","sources":["../../../../../src/components/relational/graph/ProvidedNodeRenderer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AACjE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAA;AAE3D,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAA;AAGlE,MAAM,WAAW,yBAA0B,SAAQ,wBAAwB;IACzE,OAAO,CAAC,EAAE,eAAe,CAAA;IACzB,MAAM,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,cAAc,GAAG,MAAM,CAAA;IACpD,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,IAAI,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC,CAAA;CAC7B;AAED,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CAMpE,CAAA"}
@@ -0,0 +1,3 @@
1
+ export * from './Graph.tsx';
2
+ export * from './ProvidedNodeRenderer.tsx';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/relational/graph/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,cAAc,4BAA4B,CAAA"}
@@ -0,0 +1,3 @@
1
+ import type { CytoscapeOptions } from 'cytoscape';
2
+ export declare const options: CytoscapeOptions;
3
+ //# sourceMappingURL=TestData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TestData.d.ts","sourceRoot":"","sources":["../../../../../../src/components/relational/graph/story/TestData.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AA+CjD,eAAO,MAAM,OAAO,EAAE,gBAGrB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './TestData.tsx';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/relational/graph/story/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './graph/index.ts';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/relational/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAA"}
@@ -0,0 +1,3 @@
1
+ import type { CytoscapeInstanceState } from './State.ts';
2
+ export declare const CytoscapeInstanceContext: import("react").Context<CytoscapeInstanceState & import("@xyo-network/react-shared").ContextExState>;
3
+ //# sourceMappingURL=Context.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Context.d.ts","sourceRoot":"","sources":["../../../../src/contexts/CytoscapeInstance/Context.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,YAAY,CAAA;AAExD,eAAO,MAAM,wBAAwB,sGAA4C,CAAA"}
@@ -0,0 +1,8 @@
1
+ import type { Core } from 'cytoscape';
2
+ import type { PropsWithChildren } from 'react';
3
+ import React from 'react';
4
+ export interface CytoscapeInstanceProviderProps extends PropsWithChildren {
5
+ defaultInstance?: WeakRef<Core>;
6
+ }
7
+ export declare const CytoscapeInstanceProvider: React.FC<CytoscapeInstanceProviderProps>;
8
+ //# sourceMappingURL=Provider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Provider.d.ts","sourceRoot":"","sources":["../../../../src/contexts/CytoscapeInstance/Provider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,WAAW,CAAA;AACrC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAA;AAC9C,OAAO,KAA4B,MAAM,OAAO,CAAA;AAIhD,MAAM,WAAW,8BAA+B,SAAQ,iBAAiB;IACvE,eAAe,CAAC,EAAE,OAAO,CAAC,IAAI,CAAC,CAAA;CAChC;AAED,eAAO,MAAM,yBAAyB,EAAE,KAAK,CAAC,EAAE,CAAC,8BAA8B,CAY9E,CAAA"}
@@ -0,0 +1,8 @@
1
+ import type { ContextExState } from '@xyo-network/react-shared';
2
+ import type { Core } from 'cytoscape';
3
+ import type { Dispatch, SetStateAction } from 'react';
4
+ export interface CytoscapeInstanceState extends ContextExState {
5
+ cy?: WeakRef<Core>;
6
+ setCy?: Dispatch<SetStateAction<WeakRef<Core> | undefined>>;
7
+ }
8
+ //# sourceMappingURL=State.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"State.d.ts","sourceRoot":"","sources":["../../../../src/contexts/CytoscapeInstance/State.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAC/D,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,WAAW,CAAA;AACrC,OAAO,KAAK,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAErD,MAAM,WAAW,sBAAuB,SAAQ,cAAc;IAC5D,EAAE,CAAC,EAAE,OAAO,CAAC,IAAI,CAAC,CAAA;IAClB,KAAK,CAAC,EAAE,QAAQ,CAAC,cAAc,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,SAAS,CAAC,CAAC,CAAA;CAC5D"}
@@ -0,0 +1,5 @@
1
+ export * from './Context.ts';
2
+ export * from './Provider.tsx';
3
+ export * from './State.ts';
4
+ export * from './use.ts';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/contexts/CytoscapeInstance/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,YAAY,CAAA;AAC1B,cAAc,UAAU,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const useCytoscapeInstance: (required?: boolean) => Omit<import("./State.ts").CytoscapeInstanceState & import("@xyo-network/react-shared").ContextExState, "provided">;
2
+ //# sourceMappingURL=use.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../../src/contexts/CytoscapeInstance/use.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,oBAAoB,GAAI,kBAAgB,uHAA0E,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './CytoscapeInstance/index.ts';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/contexts/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA"}
@@ -0,0 +1,3 @@
1
+ export * from './useCytoscapeElements.ts';
2
+ export * from './useElements.tsx';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/cytoscape/elements/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAA;AACzC,cAAc,mBAAmB,CAAA"}
@@ -0,0 +1,4 @@
1
+ import type { ModuleInstance } from '@xyo-network/module-model';
2
+ import type { ElementDefinition } from 'cytoscape';
3
+ export declare const useCytoscapeElements: (mod?: WeakRef<ModuleInstance> | null) => ElementDefinition[];
4
+ //# sourceMappingURL=useCytoscapeElements.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useCytoscapeElements.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/cytoscape/elements/useCytoscapeElements.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAE/D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAA;AAKlD,eAAO,MAAM,oBAAoB,GAAI,MAAM,OAAO,CAAC,cAAc,CAAC,GAAG,IAAI,wBAqCxE,CAAA"}
@@ -0,0 +1,6 @@
1
+ export declare const useElements: (hideLabels: boolean) => {
2
+ hoveredNode: import("cytoscape").NodeSingular | undefined;
3
+ setHoveredNode: import("react").Dispatch<import("react").SetStateAction<import("cytoscape").NodeSingular | undefined>>;
4
+ toggleSelectedElement: (address?: string) => void;
5
+ };
6
+ //# sourceMappingURL=useElements.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useElements.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/cytoscape/elements/useElements.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW,GAAI,YAAY,OAAO;;;;CAS9C,CAAA"}
@@ -0,0 +1,4 @@
1
+ import type { NodeCollection, NodeSingular } from 'cytoscape';
2
+ import type { Dispatch, SetStateAction } from 'react';
3
+ export declare const useHoveredNode: (renderedElements?: NodeCollection) => [NodeSingular | undefined, Dispatch<SetStateAction<NodeSingular | undefined>>];
4
+ //# sourceMappingURL=useHoveredNode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useHoveredNode.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/cytoscape/elements/useHoveredNode.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AAC7D,OAAO,KAAK,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAOrD,eAAO,MAAM,cAAc,GAAI,mBAAmB,cAAc,KAAG,CAAC,YAAY,GAAG,SAAS,EAAE,QAAQ,CAAC,cAAc,CAAC,YAAY,GAAG,SAAS,CAAC,CAAC,CAyB/I,CAAA"}
@@ -0,0 +1,3 @@
1
+ import type { NodeSingular } from 'cytoscape';
2
+ export declare const useNewElements: (selectedElement?: NodeSingular) => import("cytoscape").ElementDefinition[];
3
+ //# sourceMappingURL=useNewElements.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useNewElements.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/cytoscape/elements/useNewElements.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AAK7C,eAAO,MAAM,cAAc,GAAI,kBAAkB,YAAY,4CAU5D,CAAA"}
@@ -0,0 +1,3 @@
1
+ import type { ElementDefinition } from 'cytoscape';
2
+ export declare const useRenderNewElements: (newElements?: ElementDefinition[], hideLabels?: boolean) => import("cytoscape").CollectionReturnValue | undefined;
3
+ //# sourceMappingURL=useRenderNewElements.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useRenderNewElements.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/cytoscape/elements/useRenderNewElements.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAA;AAMlD,eAAO,MAAM,oBAAoB,GAAI,cAAa,iBAAiB,EAAO,EAAE,aAAa,OAAO,0DAU/F,CAAA"}
@@ -0,0 +1,6 @@
1
+ import type { NodeSingular } from 'cytoscape';
2
+ export declare const useSelectedElement: () => {
3
+ selectedElement: NodeSingular | undefined;
4
+ toggleSelectedElement: (address?: string) => void;
5
+ };
6
+ //# sourceMappingURL=useSelectedElement.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useSelectedElement.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/cytoscape/elements/useSelectedElement.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AAK7C,eAAO,MAAM,kBAAkB;;sCAUY,MAAM;CAShD,CAAA"}
@@ -0,0 +1,5 @@
1
+ export * from './elements/index.ts';
2
+ export * from './useCytoscapeOptions.ts';
3
+ export * from './useModuleDetails.tsx';
4
+ export * from './useRelationalGraphOptions.tsx';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/hooks/cytoscape/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA;AACnC,cAAc,0BAA0B,CAAA;AACxC,cAAc,wBAAwB,CAAA;AACtC,cAAc,iCAAiC,CAAA"}
@@ -0,0 +1,3 @@
1
+ import type { CytoscapeOptions } from 'cytoscape';
2
+ export declare const useCytoscapeOptions: (elements: CytoscapeOptions["elements"], style?: CytoscapeOptions["style"], layout?: CytoscapeOptions["layout"]) => CytoscapeOptions | undefined;
3
+ //# sourceMappingURL=useCytoscapeOptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useCytoscapeOptions.d.ts","sourceRoot":"","sources":["../../../../src/hooks/cytoscape/useCytoscapeOptions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAMjD,eAAO,MAAM,mBAAmB,GAC9B,UAAU,gBAAgB,CAAC,UAAU,CAAC,EACtC,QAAQ,gBAAgB,CAAC,OAAO,CAAC,EACjC,SAAS,gBAAgB,CAAC,QAAQ,CAAC,iCAkBpC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const useCytoscapeStyle: (hideLabels?: boolean) => import("cytoscape").StylesheetJson;
2
+ //# sourceMappingURL=useCytoscapeStyle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useCytoscapeStyle.d.ts","sourceRoot":"","sources":["../../../../src/hooks/cytoscape/useCytoscapeStyle.tsx"],"names":[],"mappings":"AASA,eAAO,MAAM,iBAAiB,GAAI,oBAAkB,uCAenD,CAAA"}
@@ -0,0 +1,3 @@
1
+ import type { CyNodeModuleTypes } from '../../Cytoscape/index.ts';
2
+ export declare const useIcons: () => Record<CyNodeModuleTypes, string>;
3
+ //# sourceMappingURL=useIcons.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useIcons.d.ts","sourceRoot":"","sources":["../../../../src/hooks/cytoscape/useIcons.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAA;AAKjE,eAAO,MAAM,QAAQ,yCAapB,CAAA"}
@@ -0,0 +1,16 @@
1
+ import type { ModuleInstance } from '@xyo-network/module-model';
2
+ export declare const useModuleDetails: (rootModule?: WeakRef<ModuleInstance> | null, onFoundModule?: () => void) => {
3
+ mod: ModuleInstance<import("@xylabs/object").BaseParamsFields & {
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
+ privateChildren?: ModuleInstance[];
12
+ publicChildren?: ModuleInstance[];
13
+ }, import("@xyo-network/module-model").ModuleEventData<object>> | null | undefined;
14
+ onModuleDetails: (address?: string | null) => void;
15
+ };
16
+ //# sourceMappingURL=useModuleDetails.d.ts.map
@@ -0,0 +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;;;;;;;;;;;;gCAmDnE,MAAM,GAAG,IAAI;CAoBjD,CAAA"}
@@ -0,0 +1,7 @@
1
+ import type { ModuleInstance } from '@xyo-network/module-model';
2
+ export declare const useRelationalGraphOptions: (mod?: WeakRef<ModuleInstance>) => {
3
+ handleToggleLabels: () => void;
4
+ hideLabels: boolean;
5
+ options: import("cytoscape").CytoscapeOptions | undefined;
6
+ };
7
+ //# sourceMappingURL=useRelationalGraphOptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useRelationalGraphOptions.d.ts","sourceRoot":"","sources":["../../../../src/hooks/cytoscape/useRelationalGraphOptions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAQ/D,eAAO,MAAM,yBAAyB,GAAI,MAAM,OAAO,CAAC,cAAc,CAAC;;;;CActE,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './cytoscape/index.ts';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAA"}
@@ -1,148 +1,5 @@
1
- import { Address } from '@xylabs/hex';
2
- import { FlexBoxProps } from '@xylabs/react-flexbox';
3
- import { NodeInstance } from '@xyo-network/node-model';
4
- import * as cytoscape from 'cytoscape';
5
- import { CytoscapeOptions, Core, ElementDefinition, LayoutOptions, StylesheetCSS } from 'cytoscape';
6
- import * as React from 'react';
7
- import React__default, { PropsWithChildren, ReactNode, Dispatch, SetStateAction, ReactElement } from 'react';
8
- import * as _xyo_network_module_model from '@xyo-network/module-model';
9
- import { ModuleInstance } from '@xyo-network/module-model';
10
- import * as _xyo_network_account_model from '@xyo-network/account-model';
11
- import { AccountInstance } from '@xyo-network/account-model';
12
- import * as _xyo_network_react_shared from '@xyo-network/react-shared';
13
- import { ContextExState } from '@xyo-network/react-shared';
14
- import { SvgIconComponent } from '@mui/icons-material';
15
- import * as _xylabs_object from '@xylabs/object';
16
-
17
- interface NodeRelationalGraphProps extends PropsWithChildren<FlexBoxProps> {
18
- actions?: ReactNode;
19
- detail?: ReactNode;
20
- layout?: 'dagre' | 'euler' | 'cose-bilkent' | 'cola';
21
- layoutOptions?: object;
22
- node?: WeakRef<NodeInstance>;
23
- onHover?: (address?: Address) => void;
24
- options?: CytoscapeOptions;
25
- showDetails?: boolean;
26
- }
27
-
28
- interface ModuleCardParserProps {
29
- mod?: ModuleInstance;
30
- }
31
- declare const ModuleCardParser: React__default.FC<ModuleCardParserProps>;
32
-
33
- interface ModuleGraphFlexBoxProps extends FlexBoxProps {
34
- disableModuleDetails?: boolean;
35
- hideActions?: boolean;
36
- layout?: 'dagre' | 'euler' | 'cose-bilkent' | 'cola';
37
- layoutOptions?: object;
38
- rootModule?: WeakRef<ModuleInstance> | null;
39
- }
40
- declare const ModuleGraphFlexBox: React__default.FC<ModuleGraphFlexBoxProps>;
41
- declare const ModuleGraphFlexBoxWithProvider: React__default.FC<ModuleGraphFlexBoxProps>;
42
-
43
- declare const NodeRelationalGraphFlexBox: React__default.ForwardRefExoticComponent<NodeRelationalGraphProps & React__default.RefAttributes<HTMLDivElement>>;
44
- declare const NodeRelationalGraph: React__default.ForwardRefExoticComponent<NodeRelationalGraphProps & React__default.RefAttributes<HTMLDivElement>>;
45
-
46
- interface ProvidedNodeRendererProps extends NodeRelationalGraphProps {
47
- account?: AccountInstance;
48
- layout?: 'dagre' | 'euler' | 'cose-bilkent' | 'cola';
49
- layoutOptions?: object;
50
- node?: WeakRef<NodeInstance>;
51
- }
52
- declare const ProvidedNodeRenderer: React__default.FC<ProvidedNodeRendererProps>;
53
-
54
- interface CytoscapeInstanceState extends ContextExState {
55
- cy?: WeakRef<Core>;
56
- setCy?: Dispatch<SetStateAction<WeakRef<Core> | undefined>>;
57
- }
58
-
59
- declare const CytoscapeInstanceContext: React.Context<CytoscapeInstanceState & _xyo_network_react_shared.ContextExState>;
60
-
61
- interface CytoscapeInstanceProviderProps extends PropsWithChildren {
62
- defaultInstance?: WeakRef<Core>;
63
- }
64
- declare const CytoscapeInstanceProvider: React__default.FC<CytoscapeInstanceProviderProps>;
65
-
66
- declare const useCytoscapeInstance: (required?: boolean) => Omit<CytoscapeInstanceState & _xyo_network_react_shared.ContextExState, "provided">;
67
-
68
- interface ModuleInfo {
69
- children: ModuleInfo[];
70
- depth: number;
71
- mod: ModuleInstance;
72
- }
73
- declare const CytoscapeElements: {
74
- MaxNameLength: number;
75
- buildEdge(rootNode: ElementDefinition, newNode: ElementDefinition, properties?: {
76
- [key: string]: unknown;
77
- }): {
78
- data: {
79
- id: string;
80
- source: string | undefined;
81
- target: string | undefined;
82
- };
83
- };
84
- buildElements(mod: ModuleInstance): Promise<ElementDefinition[]>;
85
- buildElementsFromInfo(info: ModuleInfo, root?: ElementDefinition, classes?: string[]): Promise<ElementDefinition[]>;
86
- buildNode(mod: ModuleInstance, properties?: {
87
- [key: string]: unknown;
88
- }, classes?: string[]): ElementDefinition;
89
- buildRootNode: (mod: ModuleInstance) => ElementDefinition;
90
- normalizeName(name?: string): string | undefined;
91
- recurseNodes(root: ModuleInstance, maxDepth?: number, depth?: number): Promise<ModuleInfo>;
92
- };
93
-
94
- type CyNodeModuleTypes = 'archivist' | 'bridge' | 'diviner' | 'module' | 'node' | 'witness' | 'sentinel';
95
-
96
- declare const encodeSvg: (reactElement: ReactElement, color?: string) => string;
97
-
98
- declare const generateIconMap: () => Record<CyNodeModuleTypes, string>;
99
-
100
- declare const ColaLayout: {
101
- centerGraph: boolean;
102
- convergenceThreshold: number;
103
- name: string;
104
- };
105
-
106
- declare const ConcentricLayout: LayoutOptions;
107
-
108
- declare const parseModuleType: (mod?: ModuleInstance) => CyNodeModuleTypes;
109
-
110
- declare const CyIconSet: Record<CyNodeModuleTypes, SvgIconComponent>;
111
-
112
- declare const NodeWithName: (color?: string, outlineColor?: string) => StylesheetCSS;
113
- declare const Node: (icons: Record<CyNodeModuleTypes, string>, bgColor?: string, hideLabels?: boolean) => StylesheetCSS;
114
- declare const NodeAsRoot: (bgColor?: string) => StylesheetCSS;
115
- declare const EdgeStyled: (lineColor?: string, targetArrowColor?: string) => StylesheetCSS;
116
-
117
- declare const useCytoscapeElements: (mod?: WeakRef<ModuleInstance> | null) => ElementDefinition[];
118
-
119
- declare const useElements: (hideLabels: boolean) => {
120
- hoveredNode: cytoscape.NodeSingular | undefined;
121
- setHoveredNode: React.Dispatch<React.SetStateAction<cytoscape.NodeSingular | undefined>>;
122
- toggleSelectedElement: (address?: string) => void;
123
- };
124
-
125
- declare const useCytoscapeOptions: (elements: CytoscapeOptions["elements"], style?: CytoscapeOptions["style"], layout?: CytoscapeOptions["layout"]) => CytoscapeOptions | undefined;
126
-
127
- declare const useModuleDetails: (rootModule?: WeakRef<ModuleInstance> | null, onFoundModule?: () => void) => {
128
- mod: ModuleInstance<_xylabs_object.BaseParamsFields & {
129
- account?: _xyo_network_account_model.AccountInstance | "random";
130
- addToResolvers?: boolean;
131
- additionalSigners?: _xyo_network_account_model.AccountInstance[];
132
- allowNameResolution?: boolean;
133
- config: _xyo_network_module_model.AnyConfigSchema<_xyo_network_module_model.ModuleConfig<void, void>>;
134
- ephemeralQueryAccountEnabled?: boolean;
135
- moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
136
- privateChildren?: ModuleInstance[];
137
- publicChildren?: ModuleInstance[];
138
- }, _xyo_network_module_model.ModuleEventData<object>> | null | undefined;
139
- onModuleDetails: (address?: string | null) => void;
140
- };
141
-
142
- declare const useRelationalGraphOptions: (mod?: WeakRef<ModuleInstance>) => {
143
- handleToggleLabels: () => void;
144
- hideLabels: boolean;
145
- options: cytoscape.CytoscapeOptions | undefined;
146
- };
147
-
148
- export { ColaLayout, ConcentricLayout, CyIconSet, type CyNodeModuleTypes, CytoscapeElements, CytoscapeInstanceContext, CytoscapeInstanceProvider, type CytoscapeInstanceProviderProps, type CytoscapeInstanceState, EdgeStyled, ModuleCardParser, type ModuleCardParserProps, ModuleGraphFlexBox, type ModuleGraphFlexBoxProps, ModuleGraphFlexBoxWithProvider, Node, NodeAsRoot, NodeRelationalGraph, NodeRelationalGraphFlexBox, type NodeRelationalGraphProps, NodeWithName, ProvidedNodeRenderer, type ProvidedNodeRendererProps, encodeSvg, generateIconMap, parseModuleType, useCytoscapeElements, useCytoscapeInstance, useCytoscapeOptions, useElements, useModuleDetails, useRelationalGraphOptions };
1
+ export * from './components/index.ts';
2
+ export * from './contexts/index.ts';
3
+ export * from './Cytoscape/index.ts';
4
+ export * from './hooks/index.ts';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAA;AACrC,cAAc,qBAAqB,CAAA;AACnC,cAAc,sBAAsB,CAAA;AACpC,cAAc,kBAAkB,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-node-renderer",
3
- "version": "4.4.9",
3
+ "version": "4.4.11",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -43,25 +43,25 @@
43
43
  "lint-pkg": "npmPkgJsonLint ."
44
44
  },
45
45
  "dependencies": {
46
- "@xylabs/exists": "^4.5.1",
47
- "@xylabs/hex": "^4.5.1",
48
- "@xylabs/react-async-effect": "^5.3.23",
49
- "@xylabs/react-flexbox": "^5.3.23",
50
- "@xylabs/react-identicon": "^5.3.23",
51
- "@xylabs/react-promise": "^5.3.23",
52
- "@xyo-network/account-model": "^3.9.17",
53
- "@xyo-network/archivist-model": "^3.9.17",
54
- "@xyo-network/bridge-model": "^3.9.17",
55
- "@xyo-network/diviner-model": "^3.9.17",
56
- "@xyo-network/module-events": "^3.9.17",
57
- "@xyo-network/module-model": "^3.9.17",
58
- "@xyo-network/node-model": "^3.9.17",
59
- "@xyo-network/react-archivist": "^4.4.9",
60
- "@xyo-network/react-module": "^4.4.9",
61
- "@xyo-network/react-node": "^4.4.9",
62
- "@xyo-network/react-shared": "^4.4.9",
63
- "@xyo-network/sentinel-model": "^3.9.17",
64
- "@xyo-network/witness-model": "^3.9.17",
46
+ "@xylabs/exists": "^4.5.6",
47
+ "@xylabs/hex": "^4.5.6",
48
+ "@xylabs/react-async-effect": "^5.3.25",
49
+ "@xylabs/react-flexbox": "^5.3.25",
50
+ "@xylabs/react-identicon": "^5.3.25",
51
+ "@xylabs/react-promise": "^5.3.25",
52
+ "@xyo-network/account-model": "^3.9.25",
53
+ "@xyo-network/archivist-model": "^3.9.25",
54
+ "@xyo-network/bridge-model": "^3.9.25",
55
+ "@xyo-network/diviner-model": "^3.9.25",
56
+ "@xyo-network/module-events": "^3.9.25",
57
+ "@xyo-network/module-model": "^3.9.25",
58
+ "@xyo-network/node-model": "^3.9.25",
59
+ "@xyo-network/react-archivist": "^4.4.11",
60
+ "@xyo-network/react-module": "^4.4.11",
61
+ "@xyo-network/react-node": "^4.4.11",
62
+ "@xyo-network/react-shared": "^4.4.11",
63
+ "@xyo-network/sentinel-model": "^3.9.25",
64
+ "@xyo-network/witness-model": "^3.9.25",
65
65
  "cytoscape": "^3.31.1",
66
66
  "cytoscape-cola": "^2.5.1",
67
67
  "cytoscape-cose-bilkent": "^4.1.0",
@@ -72,25 +72,25 @@
72
72
  "@mui/icons-material": "^6.4.6",
73
73
  "@mui/material": "^6.4.6",
74
74
  "@mui/styles": "^6.4.6",
75
- "@storybook/react": "^8.6.2",
75
+ "@storybook/react": "^8.6.3",
76
76
  "@types/cytoscape": "^3.21.9",
77
77
  "@types/cytoscape-dagre": "^2.3.3",
78
78
  "@types/cytoscape-euler": "^1.2.3",
79
79
  "@types/react-dom": "^18.3.5",
80
- "@xylabs/ts-scripts-yarn3": "^5.0.25",
81
- "@xylabs/tsconfig-react": "^5.0.25",
82
- "@xyo-network/archivist": "^3.9.17",
83
- "@xyo-network/bridge-http": "^3.9.17",
84
- "@xyo-network/bridge-model": "^3.9.17",
85
- "@xyo-network/id-plugin": "^3.4.2",
86
- "@xyo-network/node-memory": "^3.9.17",
87
- "@xyo-network/react-storybook": "^4.4.9",
88
- "@xyo-network/react-wallet": "^4.4.9",
89
- "@xyo-network/sentinel": "^3.9.17",
80
+ "@xylabs/ts-scripts-yarn3": "^5.0.39",
81
+ "@xylabs/tsconfig-react": "^5.0.39",
82
+ "@xyo-network/archivist": "^3.9.25",
83
+ "@xyo-network/bridge-http": "^3.9.25",
84
+ "@xyo-network/bridge-model": "^3.9.25",
85
+ "@xyo-network/id-plugin": "^3.4.3",
86
+ "@xyo-network/node-memory": "^3.9.25",
87
+ "@xyo-network/react-storybook": "^4.4.11",
88
+ "@xyo-network/react-wallet": "^4.4.11",
89
+ "@xyo-network/sentinel": "^3.9.25",
90
90
  "react": "^18.3.1",
91
91
  "react-dom": "^18.3.1",
92
- "storybook": "^8.6.2",
93
- "typescript": "^5.7.3"
92
+ "storybook": "^8.6.3",
93
+ "typescript": "^5.8.2"
94
94
  },
95
95
  "peerDependencies": {
96
96
  "@mui/icons-material": "^6",