likec4 1.44.0 → 1.45.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.
@@ -2,7 +2,7 @@ import { jsx } from "react/jsx-runtime";
2
2
  import { LikeC4View as LikeC4View$1 } from "likec4:react";
3
3
  import { createRoot } from "react-dom/client";
4
4
  import { ComponentName } from "./const.js";
5
- import { dj as object, dk as literal, dl as stringbool, dm as string, dn as formatError } from "./vendors.js";
5
+ import { dl as object, dm as literal, dn as stringbool, dp as string, dq as formatError } from "./vendors.js";
6
6
  const propsSchema = object({
7
7
  viewId: string().default("index"),
8
8
  browser: stringbool().default(!0),
@@ -448,13 +448,11 @@
448
448
  "type": "object",
449
449
  "properties": {
450
450
  "outDir": {
451
- "description": "Path to the directory where manual layouts will be stored, relative to the folder containing the project config",
451
+ "description": "Path to the directory where manual layouts will be stored,\nrelative to the folder containing the project config. \n\nDefaults to '.likec4'.",
452
+ "default": ".likec4",
452
453
  "type": "string"
453
454
  }
454
- },
455
- "required": [
456
- "outDir"
457
- ]
455
+ }
458
456
  }
459
457
  }
460
458
  }