@lincle/react-native-base 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.
|
@@ -27,7 +27,7 @@ const Paths = () => {
|
|
|
27
27
|
]);
|
|
28
28
|
return paths;
|
|
29
29
|
};
|
|
30
|
-
Paths.displayName = '
|
|
30
|
+
Paths.displayName = 'LinclePaths';
|
|
31
31
|
exports.default = Paths;
|
|
32
32
|
var Path_2 = require("./Path");
|
|
33
33
|
Object.defineProperty(exports, "Path", { enumerable: true, get: function () { return Path_2.Path; } });
|
package/dist/shared.d.ts
CHANGED
|
@@ -13,11 +13,5 @@ export type NodeProps = SharedNodeProps & {
|
|
|
13
13
|
export type PathProps = SharedPathProps & {
|
|
14
14
|
style?: ViewStyle;
|
|
15
15
|
};
|
|
16
|
-
export type EdgesProps = EdgesPartialProps & {
|
|
17
|
-
readonly scale?: number;
|
|
18
|
-
readonly translate?: {
|
|
19
|
-
x: number;
|
|
20
|
-
y: number;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
16
|
+
export type EdgesProps = EdgesPartialProps & {};
|
|
23
17
|
export { type EdgeNodeProps, generateOrigins, type GraphProps, type GridProps, type Line, type NodesProps, Providers, useDefaultLine, useDefaultNodeHeight, useDefaultNodeWidth, useDefaultShape, useDiagramId, useEdge, useEdges, useEdgeSubscriber, useGrid, useNodePositions, useRemoveEdge, useUpdateEdge } from '@lincle/react-shared';
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@lincle/react-native-base",
|
|
3
3
|
"title": "lincle react native base",
|
|
4
4
|
"license": "LGPL-3.0-or-later",
|
|
5
|
-
"version": "0.4.0-next.
|
|
5
|
+
"version": "0.4.0-next.4",
|
|
6
6
|
"private": false,
|
|
7
7
|
"description": "A 'reactive' React node and edge generator",
|
|
8
8
|
"author": "wallzero @wallzeroblog (http://wallzero.com)",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@digest/jest-typescript": "^4.4.3",
|
|
52
52
|
"@digest/typescript": "^4.4.3",
|
|
53
53
|
"@types/jest": "^29.5.12",
|
|
54
|
-
"@types/node": "^
|
|
54
|
+
"@types/node": "^22.0.0",
|
|
55
55
|
"@types/react": "^18.3.3",
|
|
56
56
|
"@types/react-native": "^0.73.0",
|
|
57
57
|
"@types/react-test-renderer": "^18.3.0",
|
|
@@ -61,13 +61,13 @@
|
|
|
61
61
|
"ncp": "^2.0.0",
|
|
62
62
|
"npm-run-all": "^4.1.5",
|
|
63
63
|
"react": "^18.3.1",
|
|
64
|
-
"react-native": "^0.74.
|
|
64
|
+
"react-native": "^0.74.4",
|
|
65
65
|
"react-native-svg": "^15.4.0",
|
|
66
66
|
"react-test-renderer": "^18.3.1",
|
|
67
67
|
"rimraf": "^6.0.1"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@lincle/react-shared": "^0.4.0-next.
|
|
70
|
+
"@lincle/react-shared": "^0.4.0-next.4"
|
|
71
71
|
},
|
|
72
72
|
"peerDependencies": {
|
|
73
73
|
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"acyclical graph",
|
|
90
90
|
"cyclical graph"
|
|
91
91
|
],
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "6bbaaf166913673c8990505ea8de66a0587ce372"
|
|
93
93
|
}
|