create-zudo-doc 4.3.0 → 4.4.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/dist/constants.js +50 -0
- package/dist/scaffold.d.ts +1 -1
- package/dist/scaffold.js +6 -6
- package/package.json +1 -1
package/dist/constants.js
CHANGED
|
@@ -32,11 +32,31 @@ export const THEME_PACKS = [
|
|
|
32
32
|
label: "Default",
|
|
33
33
|
hint: "Stock zudo-doc look — no extra stylesheet loaded",
|
|
34
34
|
},
|
|
35
|
+
{
|
|
36
|
+
slug: "academia",
|
|
37
|
+
label: "Academia",
|
|
38
|
+
hint: "A LaTeX paper for the web — white page, Computer-Modern-black ink, hyperref navy links, numbered theorem admonitions, booktabs tables",
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
slug: "bauhaus",
|
|
42
|
+
label: "Bauhaus",
|
|
43
|
+
hint: "Primary triad as structure — gallery white, near-black ink, and red, yellow, blue doing structural work: circle, triangle, square markers, thick geometric rules",
|
|
44
|
+
},
|
|
35
45
|
{
|
|
36
46
|
slug: "beacon",
|
|
37
47
|
label: "Beacon",
|
|
38
48
|
hint: "WCAG-AAA high contrast — 7:1+ ink, 3px focus rings, always-underlined links",
|
|
39
49
|
},
|
|
50
|
+
{
|
|
51
|
+
slug: "blueprint",
|
|
52
|
+
label: "Blueprint",
|
|
53
|
+
hint: "Cyanotype drafting sheet — pale-cyan linework on prussian grid paper, title-block caps, dashed rules, mono-caps labels",
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
slug: "botanica",
|
|
57
|
+
label: "Botanica",
|
|
58
|
+
hint: "A vintage botanical plate — herbarium cream, deep green ink, engraved double rules, Latin small-caps plate labels",
|
|
59
|
+
},
|
|
40
60
|
{
|
|
41
61
|
slug: "broadsheet",
|
|
42
62
|
label: "Broadsheet",
|
|
@@ -52,6 +72,11 @@ export const THEME_PACKS = [
|
|
|
52
72
|
label: "Drift",
|
|
53
73
|
hint: "Floaty slate-blue comfort dark for long reading, relaxed Plex type",
|
|
54
74
|
},
|
|
75
|
+
{
|
|
76
|
+
slug: "eink",
|
|
77
|
+
label: "E-Ink",
|
|
78
|
+
hint: "E-reader grayscale — warm paper, near-black ink, shadowless hairline chrome, zero radius",
|
|
79
|
+
},
|
|
55
80
|
{
|
|
56
81
|
slug: "fjord",
|
|
57
82
|
label: "Fjord",
|
|
@@ -112,6 +137,21 @@ export const THEME_PACKS = [
|
|
|
112
137
|
label: "Phosphor",
|
|
113
138
|
hint: "Green CRT terminal — phosphor glow, scanlines, inverse-video nav",
|
|
114
139
|
},
|
|
140
|
+
{
|
|
141
|
+
slug: "riso",
|
|
142
|
+
label: "Riso",
|
|
143
|
+
hint: "Risograph duotone print — warm paper, two inks (riso blue + fluorescent coral), misregistered offset shadows, soft linear paper grain",
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
slug: "sakura",
|
|
147
|
+
label: "Sakura",
|
|
148
|
+
hint: "Cherry-blossom pastels — blush-white paper, plum ink, and rose accents on petal-soft corners",
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
slug: "scandi",
|
|
152
|
+
label: "Scandi",
|
|
153
|
+
hint: "Hygge minimalism — oat linen, sage & clay, pill nav actives and 8px corners",
|
|
154
|
+
},
|
|
115
155
|
{
|
|
116
156
|
slug: "solar",
|
|
117
157
|
label: "Solar",
|
|
@@ -127,6 +167,16 @@ export const THEME_PACKS = [
|
|
|
127
167
|
label: "Swissgrid",
|
|
128
168
|
hint: "International Typographic Style — grid discipline, one hot Swiss-red accent",
|
|
129
169
|
},
|
|
170
|
+
{
|
|
171
|
+
slug: "tidepool",
|
|
172
|
+
label: "Tidepool",
|
|
173
|
+
hint: "Marine teal dark — deep-sea teal surfaces, seafoam text, bioluminescent aqua accents, kelp-green success, coral danger",
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
slug: "timberline",
|
|
177
|
+
label: "Timberline",
|
|
178
|
+
hint: "Forest cabin after dark — pine & umber planks, cream prose, and matte lantern-amber accents",
|
|
179
|
+
},
|
|
130
180
|
{
|
|
131
181
|
slug: "washi",
|
|
132
182
|
label: "Washi",
|
package/dist/scaffold.d.ts
CHANGED
|
@@ -18,5 +18,5 @@ export { getSecondaryLang };
|
|
|
18
18
|
*
|
|
19
19
|
* Bumped in lockstep by scripts/release-create-zudo-doc.sh.
|
|
20
20
|
*/
|
|
21
|
-
export declare const ZUDO_DOC_PIN = "^4.
|
|
21
|
+
export declare const ZUDO_DOC_PIN = "^4.4.0";
|
|
22
22
|
export declare function scaffold(choices: UserChoices): Promise<void>;
|
package/dist/scaffold.js
CHANGED
|
@@ -24,7 +24,7 @@ export { getSecondaryLang };
|
|
|
24
24
|
*
|
|
25
25
|
* Bumped in lockstep by scripts/release-create-zudo-doc.sh.
|
|
26
26
|
*/
|
|
27
|
-
export const ZUDO_DOC_PIN = "^4.
|
|
27
|
+
export const ZUDO_DOC_PIN = "^4.4.0";
|
|
28
28
|
/**
|
|
29
29
|
* Files in `templates/base/**` that must not be copied by the unconditional
|
|
30
30
|
* base mirror. Each entry is matched against the path relative to
|
|
@@ -550,12 +550,12 @@ function generatePackageJson(choices) {
|
|
|
550
550
|
// singleton across host-callable wiring (zfb#1652/#1653). The zfb family
|
|
551
551
|
// must stay in lockstep because the WASM browser entry depends on its
|
|
552
552
|
// resource-aware island pipeline.
|
|
553
|
-
"@takazudo/zfb": "0.1.0-next.
|
|
554
|
-
"@takazudo/zfb-runtime": "0.1.0-next.
|
|
553
|
+
"@takazudo/zfb": "0.1.0-next.90",
|
|
554
|
+
"@takazudo/zfb-runtime": "0.1.0-next.90",
|
|
555
555
|
// zfb-adapter-cloudflare — required for any route with `prerender = false`.
|
|
556
556
|
// Pinned in lockstep with @takazudo/zfb.
|
|
557
|
-
"@takazudo/zfb-adapter-cloudflare": "0.1.0-next.
|
|
558
|
-
"@takazudo/zfb-md-wasm": "0.1.0-next.
|
|
557
|
+
"@takazudo/zfb-adapter-cloudflare": "0.1.0-next.90",
|
|
558
|
+
"@takazudo/zfb-md-wasm": "0.1.0-next.90",
|
|
559
559
|
// @takazudo/zudo-doc — published from this monorepo via
|
|
560
560
|
// .github/workflows/publish-zudo-doc.yml. The pin here is bumped in
|
|
561
561
|
// lockstep by scripts/release-create-zudo-doc.sh whenever zudo-doc's
|
|
@@ -657,7 +657,7 @@ function generatePackageJson(choices) {
|
|
|
657
657
|
// doc-history helpers, which in turn import
|
|
658
658
|
// @takazudo/zudo-doc-history-server/git-history. Without this dep the
|
|
659
659
|
// plugin host fails at init with ERR_MODULE_NOT_FOUND — W8A (#1739).
|
|
660
|
-
deps["@takazudo/zudo-doc-history-server"] = "^4.
|
|
660
|
+
deps["@takazudo/zudo-doc-history-server"] = "^4.4.0";
|
|
661
661
|
// tsx is no longer needed here: the relocated package plugin imports the
|
|
662
662
|
// runner directly (no `tsx -e` spawn) since the package ships compiled
|
|
663
663
|
// dist/ — package-first migration #2321 (#2337).
|