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.
- package/__app__/src/main.js +1 -1
- package/dist/cli/index.mjs +423 -422
- package/dist/index.mjs +1 -1
- package/dist/shared/{likec4.KsxCQmkB.mjs → likec4.bAyyEO3Z.mjs} +36 -36
- package/dist/shared/{likec4.CLg3BMaP.mjs → likec4.wnruN9MH.mjs} +106 -105
- package/dist/vite-plugin/index.mjs +1 -1
- package/package.json +11 -11
package/__app__/src/main.js
CHANGED
|
@@ -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
|
{
|