@tumaet/apollon 4.2.14 → 4.2.16

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.
@@ -3,5 +3,5 @@ type Props = Node<{
3
3
  description?: string;
4
4
  title: string;
5
5
  }>;
6
- export declare function TitleAndDesctiption({ selected, width, height, id, data: { description, title }, }: NodeProps<Props>): JSX.Element | null;
6
+ export declare function TitleAndDesctiption({ width, height, id, data: { description, title }, }: NodeProps<Props>): JSX.Element | null;
7
7
  export {};
@@ -1,15 +1,23 @@
1
1
  export declare enum HandleId {
2
2
  TopLeft = "top-left",
3
+ TopMidLeft = "top-mid-left",
3
4
  Top = "top",
5
+ TopMidRight = "top-mid-right",
4
6
  TopRight = "top-right",
5
7
  RightTop = "right-top",
8
+ RightMidTop = "right-mid-top",
6
9
  Right = "right",
10
+ RightMidBottom = "right-mid-bottom",
7
11
  RightBottom = "right-bottom",
8
12
  BottomRight = "bottom-right",
13
+ BottomMidRight = "bottom-mid-right",
9
14
  Bottom = "bottom",
15
+ BottomMidLeft = "bottom-mid-left",
10
16
  BottomLeft = "bottom-left",
11
17
  LeftBottom = "left-bottom",
18
+ LeftMidBottom = "left-mid-bottom",
12
19
  Left = "left",
20
+ LeftMidTop = "left-mid-top",
13
21
  LeftTop = "left-top"
14
22
  }
15
23
  export declare const FOUR_WAY_HANDLES_PRESET: HandleId[];
@@ -21,5 +29,5 @@ interface Props {
21
29
  hiddenHandles?: HandleId[] | true;
22
30
  className?: string;
23
31
  }
24
- export declare function DefaultNodeWrapper({ elementId, children, width, height, hiddenHandles, className, }: Props): JSX.Element;
32
+ export declare function DefaultNodeWrapper({ elementId, children, hiddenHandles, className, }: Props): JSX.Element;
25
33
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tumaet/apollon",
3
- "version": "4.2.14",
3
+ "version": "4.2.16",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",