likec4 1.29.1 → 1.30.0

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.
@@ -50490,7 +50490,7 @@ function ExportPage() {
50490
50490
  500
50491
50491
  ), !diagram)
50492
50492
  throw notFound();
50493
- const width = diagram.bounds.width + padding * 2, height = diagram.bounds.height + padding * 2;
50493
+ const extraPadding = 16, width = diagram.bounds.width + padding * 2 + extraPadding, height = diagram.bounds.height + padding * 2 + extraPadding;
50494
50494
  return /* @__PURE__ */ jsxs(
50495
50495
  Box,
50496
50496
  {