@falkordb/canvas 0.0.44 → 0.0.49

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/src/index.ts CHANGED
@@ -1,6 +1,22 @@
1
1
  import FalkorDBCanvas from "./canvas.js";
2
2
  import type React from "react";
3
- import type { CanvasRenderMode } from "./canvas-types.js";
3
+ import type {
4
+ ArcDirection,
5
+ ArcLayoutOptions,
6
+ ComponentsInnerLayout,
7
+ ComponentsLayoutOptions,
8
+ ComponentsSortMode,
9
+ ConcentricLayoutOptions,
10
+ ConcentricMetric,
11
+ CanvasRenderMode,
12
+ FlowLayoutOptions,
13
+ RadialTreeLayoutOptions,
14
+ LayoutDirection,
15
+ LayoutMode,
16
+ LayoutOptions,
17
+ RingSortMode,
18
+ TreeLayoutOptions,
19
+ } from "./canvas-types.js";
4
20
 
5
21
  declare global {
6
22
  interface HTMLElementTagNameMap {
@@ -25,7 +41,21 @@ export { FalkorDBCanvas as default, FalkorDBCanvas };
25
41
 
26
42
  // Types
27
43
  export type {
44
+ ArcDirection,
28
45
  CanvasRenderMode,
46
+ LayoutMode,
47
+ LayoutDirection,
48
+ LayoutOptions,
49
+ TreeLayoutOptions,
50
+ FlowLayoutOptions,
51
+ RadialTreeLayoutOptions,
52
+ ConcentricLayoutOptions,
53
+ ComponentsLayoutOptions,
54
+ ArcLayoutOptions,
55
+ ConcentricMetric,
56
+ RingSortMode,
57
+ ComponentsInnerLayout,
58
+ ComponentsSortMode,
29
59
  }
30
60
 
31
61
  export type {