@neo4j-nvl/base
Advanced tools
Comparing version 0.3.6-d168b648 to 0.3.6-d3c1707d
@@ -253,2 +253,4 @@ import type { ExternalCallbacks } from './modules/ExternalCallbackHandler'; | ||
* should update the graph after setting the node positions. | ||
* For node positions to be unaffected by layout algorithms, use the {@link FreeLayoutType} | ||
* or use {@link pinNode} to pin the nodes that should remain still. | ||
* False by default. | ||
@@ -255,0 +257,0 @@ */ |
@@ -12,4 +12,8 @@ export declare const PhysTextureSize = 256; | ||
export declare const DefaultNodeColor = "#478BFF"; | ||
export declare const DefaultRelColor = "#848484"; | ||
export declare const DefaultRelWidth = 1; | ||
export declare const DisabledRelColor = "#ededed"; | ||
export declare const DisabledItemColor = "#ededed"; | ||
export declare const DefaultShadowColor = "#bbb"; | ||
export declare const DefaultSelectedInnerColor = "#fff"; | ||
export declare const DefaultSelectedOuterColor = "#8FE3E8"; | ||
export declare const absFillStyle: { | ||
@@ -16,0 +20,0 @@ position: string; |
{ | ||
"name": "@neo4j-nvl/base", | ||
"version": "0.3.6-d168b648", | ||
"version": "0.3.6-d3c1707d", | ||
"license": "SEE LICENSE IN 'LICENSE.txt'", | ||
@@ -31,3 +31,3 @@ "homepage": "https://neo4j.com/docs/nvl/current/", | ||
"dependencies": { | ||
"@neo4j-nvl/layout-workers": "0.3.6-d168b648", | ||
"@neo4j-nvl/layout-workers": "0.3.6-d3c1707d", | ||
"@segment/analytics-next": "^1.70.0", | ||
@@ -34,0 +34,0 @@ "color-string": "^1.9.1", |
Sorry, the diff of this file is not supported yet
1211871
2936
+ Added@neo4j-nvl/layout-workers@0.3.6-d3c1707d(transitive)
- Removed@neo4j-nvl/layout-workers@0.3.6-d168b648(transitive)