@hienlh/ppm 0.9.88 → 0.9.89

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hienlh/ppm",
3
- "version": "0.9.88",
3
+ "version": "0.9.89",
4
4
  "description": "Personal Project Manager — mobile-first web IDE with AI assistance",
5
5
  "author": "hienlh",
6
6
  "license": "MIT",
@@ -401,7 +401,7 @@ const NULL_VERTEX_ID = -1;
401
401
  const GRAPH_COLORS = ['#4ec9b0','#569cd6','#c586c0','#ce9178','#dcdcaa','#4fc1ff','#d7ba7d','#9cdcfe','#b5cea8','#d16969'];
402
402
  const graphConfig = {
403
403
  colours: GRAPH_COLORS,
404
- grid: { x: 16, y: 28, offsetX: 8, offsetY: 14, expandY: 60 },
404
+ grid: { x: 16, y: 24, offsetX: 8, offsetY: 12, expandY: 60 },
405
405
  style: 'rounded'
406
406
  };
407
407