uniweb 0.14.5 → 0.14.7

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": "uniweb",
3
- "version": "0.14.5",
3
+ "version": "0.14.7",
4
4
  "description": "Create structured Vite + React sites with content/code separation",
5
5
  "type": "module",
6
6
  "bin": {
@@ -42,12 +42,12 @@
42
42
  "prompts": "^2.4.2",
43
43
  "tar": "^7.0.0",
44
44
  "@uniweb/core": "0.8.0",
45
- "@uniweb/kit": "0.10.5",
45
+ "@uniweb/kit": "0.10.7",
46
46
  "@uniweb/runtime": "0.9.0"
47
47
  },
48
48
  "peerDependencies": {
49
- "@uniweb/content-reader": "1.2.1",
50
- "@uniweb/build": "0.16.3",
49
+ "@uniweb/build": "0.16.4",
50
+ "@uniweb/content-reader": "1.2.2",
51
51
  "@uniweb/semantic-parser": "1.2.0"
52
52
  },
53
53
  "peerDependenciesMeta": {
@@ -1417,7 +1417,7 @@ Back up your database **before** running this.
1417
1417
 
1418
1418
  The body is ordinary content, not text: it is parsed exactly like the rest of the page, so headings, lists, tables, icons, inline styling, leaf insets and further containers all work inside one. To nest a code block or another container, open the outer fence with more backticks than the inner one.
1419
1419
 
1420
- **The component is yours, and it receives parsed content.** `@Alert` resolves against the foundation through the same lookup as `![](@NetworkDiagram)` — declare it with `inset: true` in `meta.js`. Where a leaf inset gets its alt text as `content.title` and nothing else, a container gets its whole body parsed: `title`, `paragraphs`, `items`, `sequence`. Render it with `<Prose content={content} block={block} />` or read the fields directly. A name the foundation doesn't define falls back to a plain bordered box that still shows the bodynever a drop.
1420
+ **The component is yours, and it receives parsed content.** `@Alert` resolves against the foundation through the same lookup as `![](@NetworkDiagram)` — declare it with `inset: true` in `meta.js`. Where a leaf inset gets its alt text as `content.title` and nothing else, a container gets its whole body parsed: `title`, `paragraphs`, `items`, `sequence`. Render it with `<Prose content={content} block={block} />` or read the fields directly. A name the foundation doesn't define renders a visible `Component not found: <Name>` error in place of the insetdeliberately, so a typo or a missing declaration is obvious on the page instead of quietly looking like a design choice.
1421
1421
 
1422
1422
  Prefer a **child section** when the author needs their own section type and independent editing; prefer a **block inset** when the wrapper is presentational and belongs inline in a single file's prose.
1423
1423
 
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "generatedAt": "2026-07-31T09:55:04.196Z",
3
+ "generatedAt": "2026-07-31T11:51:11.833Z",
4
4
  "packages": {
5
5
  "@uniweb/build": {
6
- "version": "0.16.3",
6
+ "version": "0.16.4",
7
7
  "path": "framework/build",
8
8
  "deps": [
9
9
  "@uniweb/content-reader",
@@ -17,12 +17,12 @@
17
17
  ]
18
18
  },
19
19
  "@uniweb/content-reader": {
20
- "version": "1.2.1",
20
+ "version": "1.2.2",
21
21
  "path": "framework/content-reader",
22
22
  "deps": []
23
23
  },
24
24
  "@uniweb/content-writer": {
25
- "version": "0.3.2",
25
+ "version": "0.3.3",
26
26
  "path": "framework/content-writer",
27
27
  "deps": []
28
28
  },
@@ -45,7 +45,7 @@
45
45
  "deps": []
46
46
  },
47
47
  "@uniweb/kit": {
48
- "version": "0.10.5",
48
+ "version": "0.10.7",
49
49
  "path": "framework/kit",
50
50
  "deps": [
51
51
  "@uniweb/core",
@@ -59,12 +59,12 @@
59
59
  "deps": []
60
60
  },
61
61
  "@uniweb/press": {
62
- "version": "0.4.9",
62
+ "version": "0.4.10",
63
63
  "path": "framework/press",
64
64
  "deps": []
65
65
  },
66
66
  "@uniweb/projections": {
67
- "version": "0.2.2",
67
+ "version": "0.2.3",
68
68
  "path": "framework/projections",
69
69
  "deps": [
70
70
  "@uniweb/content-writer",
@@ -110,7 +110,7 @@
110
110
  "deps": []
111
111
  },
112
112
  "@uniweb/unipress": {
113
- "version": "0.6.2",
113
+ "version": "0.6.4",
114
114
  "path": "framework/unipress",
115
115
  "deps": [
116
116
  "@uniweb/build",