uniweb 0.14.4 → 0.14.6
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 +5 -5
- package/partials/agents.md +1 -1
- package/src/framework-index.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "uniweb",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.6",
|
|
4
4
|
"description": "Create structured Vite + React sites with content/code separation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -42,13 +42,13 @@
|
|
|
42
42
|
"prompts": "^2.4.2",
|
|
43
43
|
"tar": "^7.0.0",
|
|
44
44
|
"@uniweb/core": "0.8.0",
|
|
45
|
-
"@uniweb/kit": "0.10.
|
|
45
|
+
"@uniweb/kit": "0.10.6",
|
|
46
46
|
"@uniweb/runtime": "0.9.0"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"@uniweb/
|
|
50
|
-
"@uniweb/
|
|
51
|
-
"@uniweb/
|
|
49
|
+
"@uniweb/build": "0.16.4",
|
|
50
|
+
"@uniweb/content-reader": "1.2.2",
|
|
51
|
+
"@uniweb/semantic-parser": "1.2.0"
|
|
52
52
|
},
|
|
53
53
|
"peerDependenciesMeta": {
|
|
54
54
|
"@uniweb/build": {
|
package/partials/agents.md
CHANGED
|
@@ -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 `` — 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
|
|
1420
|
+
**The component is yours, and it receives parsed content.** `@Alert` resolves against the foundation through the same lookup as `` — 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 inset — deliberately, 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
|
|
package/src/framework-index.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"generatedAt": "2026-07-
|
|
3
|
+
"generatedAt": "2026-07-31T10:33:55.705Z",
|
|
4
4
|
"packages": {
|
|
5
5
|
"@uniweb/build": {
|
|
6
|
-
"version": "0.16.
|
|
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.
|
|
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.
|
|
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.
|
|
48
|
+
"version": "0.10.6",
|
|
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.
|
|
62
|
+
"version": "0.4.10",
|
|
63
63
|
"path": "framework/press",
|
|
64
64
|
"deps": []
|
|
65
65
|
},
|
|
66
66
|
"@uniweb/projections": {
|
|
67
|
-
"version": "0.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.
|
|
113
|
+
"version": "0.6.3",
|
|
114
114
|
"path": "framework/unipress",
|
|
115
115
|
"deps": [
|
|
116
116
|
"@uniweb/build",
|