@lincle/react-shared 0.4.0-next.3 → 0.4.0-next.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.
Files changed (2) hide show
  1. package/dist/types.d.ts +6 -1
  2. package/package.json +3 -3
package/dist/types.d.ts CHANGED
@@ -45,7 +45,12 @@ export type EdgeProps = PropsWithChildren<{
45
45
  targetId: number | string;
46
46
  }>;
47
47
  export type EdgesProps = PropsWithChildren<{
48
- dash?: boolean;
48
+ readonly dash?: boolean;
49
+ readonly scale?: number;
50
+ readonly translate?: {
51
+ x: number;
52
+ y: number;
53
+ };
49
54
  }>;
50
55
  export type PathProps = {
51
56
  center?: boolean;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@lincle/react-shared",
3
3
  "title": "lincle react shared",
4
4
  "license": "LGPL-3.0-or-later",
5
- "version": "0.4.0-next.3",
5
+ "version": "0.4.0-next.4",
6
6
  "private": false,
7
7
  "description": "Shared library for @lincle",
8
8
  "author": "wallzero @wallzeroblog (http://wallzero.com)",
@@ -54,7 +54,7 @@
54
54
  "@types/jest": "^29.5.12",
55
55
  "@types/lodash.debounce": "^4.0.9",
56
56
  "@types/lodash.throttle": "^4.1.9",
57
- "@types/node": "^20.14.11",
57
+ "@types/node": "^22.0.0",
58
58
  "@types/react": "^18.3.3",
59
59
  "@types/react-dom": "^18.3.0",
60
60
  "@types/react-test-renderer": "^18.3.0",
@@ -88,5 +88,5 @@
88
88
  "acyclical graph",
89
89
  "cyclical graph"
90
90
  ],
91
- "gitHead": "0d9cda53a8175e6d2a64d7b3b81828fc98007bfb"
91
+ "gitHead": "6bbaaf166913673c8990505ea8de66a0587ce372"
92
92
  }