@uigraph/sdk 1.2.10 → 1.2.11

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/dist/index.cjs CHANGED
@@ -2433,7 +2433,7 @@ const C4_LAYOUT = {
2433
2433
  SHAPE_PADDING: 24,
2434
2434
  BOUNDARY_HEADER: 72,
2435
2435
  BOUNDARY_PADDING: 48,
2436
- BOUNDARY_MARGIN: 60,
2436
+ BOUNDARY_MARGIN: 120,
2437
2437
  DIAGRAM_MARGIN_X: 60,
2438
2438
  DIAGRAM_MARGIN_Y: 40
2439
2439
  };
package/dist/index.mjs CHANGED
@@ -2427,7 +2427,7 @@ const C4_LAYOUT = {
2427
2427
  SHAPE_PADDING: 24,
2428
2428
  BOUNDARY_HEADER: 72,
2429
2429
  BOUNDARY_PADDING: 48,
2430
- BOUNDARY_MARGIN: 60,
2430
+ BOUNDARY_MARGIN: 120,
2431
2431
  DIAGRAM_MARGIN_X: 60,
2432
2432
  DIAGRAM_MARGIN_Y: 40
2433
2433
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uigraph/sdk",
3
- "version": "1.2.10",
3
+ "version": "1.2.11",
4
4
  "type": "module",
5
5
  "license": "BUSL-1.1",
6
6
  "repository": {