@bendyline/squisq 1.4.1 → 1.5.1
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/README.md +14 -1
- package/dist/{ContentContainer-DNx460y8.d.ts → ContentContainer-BXUlIf18.d.ts} +6 -2
- package/dist/{Doc-BeSeH2iX.d.ts → Doc-BBVGq1_9.d.ts} +922 -273
- package/dist/{ImageEditDoc-BTIvw0oq.d.ts → ImageEditDoc-FuyGtt6o.d.ts} +11 -4
- package/dist/{chunk-ZTX4PFFT.js → chunk-2OIBZYKP.js} +75 -2
- package/dist/chunk-2OIBZYKP.js.map +1 -0
- package/dist/chunk-2UQOHYE2.js +45 -0
- package/dist/chunk-2UQOHYE2.js.map +1 -0
- package/dist/chunk-6ATE2PSM.js +344 -0
- package/dist/chunk-6ATE2PSM.js.map +1 -0
- package/dist/{chunk-57CVQCFX.js → chunk-A4O7GIWE.js} +74 -23
- package/dist/chunk-A4O7GIWE.js.map +1 -0
- package/dist/{chunk-5WFRKURX.js → chunk-DLXZMS5K.js} +4 -2
- package/dist/chunk-DLXZMS5K.js.map +1 -0
- package/dist/chunk-ET53IIEP.js +1 -0
- package/dist/chunk-ET53IIEP.js.map +1 -0
- package/dist/chunk-HWVFJAAH.js +362 -0
- package/dist/chunk-HWVFJAAH.js.map +1 -0
- package/dist/{chunk-2TMAWB4Y.js → chunk-IMSCRLLV.js} +1 -1
- package/dist/chunk-IMSCRLLV.js.map +1 -0
- package/dist/{chunk-B4EEON3N.js → chunk-KKNUBQ6Y.js} +536 -103
- package/dist/chunk-KKNUBQ6Y.js.map +1 -0
- package/dist/chunk-LDQ2HJIX.js +596 -0
- package/dist/chunk-LDQ2HJIX.js.map +1 -0
- package/dist/chunk-LH7I6SH7.js +7208 -0
- package/dist/chunk-LH7I6SH7.js.map +1 -0
- package/dist/chunk-PGGGKYWG.js +1 -0
- package/dist/chunk-PGGGKYWG.js.map +1 -0
- package/dist/{chunk-7UDSRZKG.js → chunk-Q3ROPT5H.js} +35 -14
- package/dist/chunk-Q3ROPT5H.js.map +1 -0
- package/dist/chunk-QE7TWGVT.js +178 -0
- package/dist/chunk-QE7TWGVT.js.map +1 -0
- package/dist/chunk-RUDYOTA6.js +345 -0
- package/dist/chunk-RUDYOTA6.js.map +1 -0
- package/dist/{chunk-K32VJONL.js → chunk-T5UK6YOB.js} +41 -2
- package/dist/chunk-T5UK6YOB.js.map +1 -0
- package/dist/{chunk-3K5OG6KI.js → chunk-TEEEILMP.js} +412 -186
- package/dist/chunk-TEEEILMP.js.map +1 -0
- package/dist/{chunk-FR2RBTKO.js → chunk-TQWLI6S2.js} +93 -27
- package/dist/chunk-TQWLI6S2.js.map +1 -0
- package/dist/{chunk-WMOI7FN3.js → chunk-UY7KGQ5R.js} +12 -2
- package/dist/{chunk-WMOI7FN3.js.map → chunk-UY7KGQ5R.js.map} +1 -1
- package/dist/{chunk-3E5F2XMR.js → chunk-VWUFZ6ZG.js} +29 -2
- package/dist/chunk-VWUFZ6ZG.js.map +1 -0
- package/dist/chunk-ZLQKNOZQ.js +1 -0
- package/dist/chunk-ZLQKNOZQ.js.map +1 -0
- package/dist/doc/index.d.ts +5 -5
- package/dist/doc/index.js +135 -8
- package/dist/generate/index.d.ts +3 -74
- package/dist/generate/index.js +2 -7
- package/dist/icons/index.d.ts +3 -26
- package/dist/icons/index.js +13 -0
- package/dist/icons/inlineIconMarker.d.ts +1 -0
- package/dist/icons/inlineIconMarker.js +15 -0
- package/dist/icons/inlineIconMarker.js.map +1 -0
- package/dist/imageEdit/index.d.ts +12 -6
- package/dist/imageEdit/index.js +4 -1
- package/dist/index.d.ts +14 -11
- package/dist/index.js +265 -37
- package/dist/inlineIconMarker-CiE8Hlvz.d.ts +59 -0
- package/dist/jsonForm/index.d.ts +42 -1
- package/dist/jsonForm/index.js +9 -1
- package/dist/markdown/index.d.ts +228 -3
- package/dist/markdown/index.js +42 -7
- package/dist/recommend/index.d.ts +1 -1
- package/dist/recommend/index.js +3 -2
- package/dist/schemas/index.d.ts +28 -8
- package/dist/schemas/index.js +36 -8
- package/dist/spatial/index.d.ts +9 -4
- package/dist/spatial/index.js +1 -1
- package/dist/storage/index.d.ts +2 -2
- package/dist/storage/index.js +1 -1
- package/dist/story/index.d.ts +1021 -41
- package/dist/story/index.js +135 -8
- package/dist/{themeLibrary-BHjJ0Qx6.d.ts → themeLibrary-CehcJhzz.d.ts} +1 -1
- package/dist/timing/index.js +3 -5
- package/dist/transform/index.d.ts +48 -10
- package/dist/transform/index.js +17 -481
- package/dist/transform/index.js.map +1 -1
- package/dist/{types-BdZkdJ3z.d.ts → types-DlAZ7MW4.d.ts} +115 -1
- package/dist/versions/index.d.ts +1 -1
- package/package.json +6 -1
- package/src/__tests__/animationUtils.test.ts +40 -0
- package/src/__tests__/annotationCoercion.test.ts +243 -0
- package/src/__tests__/applyRenderStyle.test.ts +146 -0
- package/src/__tests__/atmosphereLayers.test.ts +108 -0
- package/src/__tests__/attrTokens.test.ts +162 -0
- package/src/__tests__/contentExtractor.test.ts +60 -0
- package/src/__tests__/coverBlock.test.ts +46 -1
- package/src/__tests__/customTemplateSample.test.ts +144 -0
- package/src/__tests__/customTemplatesFrontmatter.test.ts +236 -0
- package/src/__tests__/customThemesFrontmatter.test.ts +145 -0
- package/src/__tests__/diagramBlock.test.ts +122 -0
- package/src/__tests__/diagramLayout.test.ts +134 -0
- package/src/__tests__/drawing.test.ts +109 -0
- package/src/__tests__/drawingBlock.test.ts +124 -0
- package/src/__tests__/drawingLayout.test.ts +171 -0
- package/src/__tests__/geohash.test.ts +6 -5
- package/src/__tests__/getLayers.test.ts +6 -2
- package/src/__tests__/getLayersFallback.test.ts +103 -0
- package/src/__tests__/imageEditExportSvg.test.ts +70 -0
- package/src/__tests__/imageEditVersions.test.ts +72 -0
- package/src/__tests__/inlineIconMarker.test.ts +36 -0
- package/src/__tests__/inputDescriptors.test.ts +162 -0
- package/src/__tests__/jsonForm.tokens.test.ts +84 -0
- package/src/__tests__/layoutBlock.test.ts +83 -0
- package/src/__tests__/layoutLayout.test.ts +169 -0
- package/src/__tests__/markdown.test.ts +87 -0
- package/src/__tests__/markdownSanitize.test.ts +79 -0
- package/src/__tests__/markdownToDoc.test.ts +391 -2
- package/src/__tests__/mediaAnnotations.test.ts +91 -0
- package/src/__tests__/mediaSchedule.test.ts +118 -0
- package/src/__tests__/pandocAttrParse.test.ts +187 -0
- package/src/__tests__/resolveDocTheme.test.ts +55 -0
- package/src/__tests__/rootExports.test.ts +43 -0
- package/src/__tests__/shapeGeometry.test.ts +89 -0
- package/src/__tests__/shapeVocabulary.test.ts +133 -0
- package/src/__tests__/structuredData.test.ts +249 -0
- package/src/__tests__/templateAnnotationParse.test.ts +108 -0
- package/src/__tests__/templateMetadata.test.ts +31 -0
- package/src/__tests__/templates.test.ts +257 -4
- package/src/__tests__/themeCompile.test.ts +42 -0
- package/src/__tests__/themeValidator.test.ts +6 -0
- package/src/__tests__/transformV2.test.ts +137 -0
- package/src/__tests__/transitionNormalize.test.ts +61 -0
- package/src/__tests__/validateDoc.test.ts +260 -0
- package/src/doc/annotationBlocks.ts +117 -0
- package/src/doc/customTemplatesFrontmatter.ts +314 -0
- package/src/doc/customThemesFrontmatter.ts +95 -0
- package/src/doc/docToMarkdown.ts +104 -5
- package/src/doc/getLayers.ts +49 -17
- package/src/doc/index.ts +47 -1
- package/src/doc/markdownToDoc.ts +411 -13
- package/src/doc/mediaAnnotations.ts +100 -0
- package/src/doc/resolveDocTheme.ts +55 -0
- package/src/doc/standaloneAnnotation.ts +58 -0
- package/src/doc/structuredData.ts +301 -0
- package/src/doc/templateInputs.ts +240 -0
- package/src/doc/templates/__tests__/customTemplate.test.ts +170 -0
- package/src/doc/templates/__tests__/customTemplateRegistry.test.ts +110 -0
- package/src/doc/templates/accentImage.ts +30 -6
- package/src/doc/templates/captionUtils.ts +23 -0
- package/src/doc/templates/comparisonBar.ts +33 -18
- package/src/doc/templates/coverBlock.ts +35 -5
- package/src/doc/templates/customTemplate.ts +51 -0
- package/src/doc/templates/dataTable.ts +37 -19
- package/src/doc/templates/dateEvent.ts +41 -20
- package/src/doc/templates/definitionCard.ts +26 -18
- package/src/doc/templates/diagramBlock.ts +204 -0
- package/src/doc/templates/diagramLayout.ts +159 -0
- package/src/doc/templates/drawingBlock.ts +325 -0
- package/src/doc/templates/drawingLayout.ts +539 -0
- package/src/doc/templates/factCard.ts +54 -26
- package/src/doc/templates/fallbackBlock.ts +123 -0
- package/src/doc/templates/featureBlock.ts +20 -13
- package/src/doc/templates/fullBleedQuote.ts +18 -8
- package/src/doc/templates/imageWithCaption.ts +30 -15
- package/src/doc/templates/index.ts +225 -46
- package/src/doc/templates/inputDescriptors.ts +432 -0
- package/src/doc/templates/layoutBlock.ts +43 -0
- package/src/doc/templates/layoutLayout.ts +243 -0
- package/src/doc/templates/listBlock.ts +56 -30
- package/src/doc/templates/mapBlock.ts +15 -12
- package/src/doc/templates/metadata.ts +120 -0
- package/src/doc/templates/persistentLayers.ts +129 -11
- package/src/doc/templates/photoGrid.ts +22 -34
- package/src/doc/templates/pullQuote.ts +30 -12
- package/src/doc/templates/quoteBlock.ts +54 -29
- package/src/doc/templates/sectionHeader.ts +25 -11
- package/src/doc/templates/statHighlight.ts +39 -22
- package/src/doc/templates/titleBlock.ts +59 -21
- package/src/doc/templates/tokens/__tests__/resolveTokens.test.ts +487 -0
- package/src/doc/templates/tokens/resolveTokens.ts +453 -0
- package/src/doc/templates/twoColumn.ts +48 -30
- package/src/doc/templates/videoPullQuote.ts +22 -12
- package/src/doc/templates/videoWithCaption.ts +21 -15
- package/src/doc/utils/animationUtils.ts +267 -3
- package/src/doc/utils/applyRenderStyle.ts +113 -0
- package/src/doc/utils/imageTreatment.ts +70 -0
- package/src/doc/utils/nearest.ts +59 -0
- package/src/doc/utils/shapeGeometry.ts +464 -0
- package/src/doc/utils/themeUtils.ts +75 -1
- package/src/doc/validate.ts +575 -0
- package/src/generate/contentExtractor.ts +148 -35
- package/src/generate/index.ts +0 -3
- package/src/icons/index.ts +8 -0
- package/src/icons/inlineIconMarker.ts +73 -0
- package/src/imageEdit/export.ts +85 -2
- package/src/imageEdit/index.ts +1 -0
- package/src/imageEdit/persistence.ts +51 -0
- package/src/index.ts +2 -0
- package/src/jsonForm/index.ts +2 -0
- package/src/jsonForm/tokens.ts +78 -0
- package/src/markdown/annotationCoercion.ts +295 -0
- package/src/markdown/attrTokens.ts +241 -0
- package/src/markdown/convert.ts +229 -26
- package/src/markdown/index.ts +37 -0
- package/src/markdown/sanitize.ts +318 -0
- package/src/markdown/stringify.ts +96 -6
- package/src/markdown/types.ts +66 -0
- package/src/markdown/utils.ts +111 -2
- package/src/recommend/templates.ts +24 -0
- package/src/schemas/BlockTemplates.ts +133 -4
- package/src/schemas/CustomTemplates.ts +126 -0
- package/src/schemas/Doc.ts +387 -65
- package/src/schemas/ImageEditDoc.ts +11 -4
- package/src/schemas/Media.ts +169 -0
- package/src/schemas/Theme.ts +23 -1
- package/src/schemas/Transitions.ts +224 -0
- package/src/schemas/colorUtils.ts +33 -0
- package/src/schemas/fontStacks.ts +5 -2
- package/src/schemas/index.ts +3 -0
- package/src/schemas/themeCompile.ts +24 -5
- package/src/schemas/themeValidator.ts +49 -11
- package/src/schemas/themes/cinematic.json +69 -12
- package/src/schemas/themes/documentary.json +58 -11
- package/src/schemas/themes/gezellig.json +60 -11
- package/src/schemas/themes/magazine.json +54 -9
- package/src/schemas/themes/morning-light.json +52 -9
- package/src/schemas/themes/standard-dark.json +48 -13
- package/src/schemas/themes/standard.json +44 -12
- package/src/schemas/themes/tech-dark.json +65 -12
- package/src/spatial/Geohash.ts +52 -21
- package/src/storage/ContentContainer.ts +6 -2
- package/src/transform/applyTransform.ts +43 -4
- package/src/transform/index.ts +1 -0
- package/src/transform/registry.ts +44 -13
- package/src/transform/styles/dataDriven.ts +2 -1
- package/src/transform/styles/documentary.ts +2 -1
- package/src/transform/styles/magazine.ts +3 -1
- package/src/transform/styles/minimal.ts +2 -1
- package/src/transform/styles/narrative.ts +3 -1
- package/src/transform/templateSelector.ts +87 -11
- package/src/transform/types.ts +35 -2
- package/dist/chunk-2TMAWB4Y.js.map +0 -1
- package/dist/chunk-3E5F2XMR.js.map +0 -1
- package/dist/chunk-3K5OG6KI.js.map +0 -1
- package/dist/chunk-4X3JQXNM.js +0 -35
- package/dist/chunk-4X3JQXNM.js.map +0 -1
- package/dist/chunk-57CVQCFX.js.map +0 -1
- package/dist/chunk-5WFRKURX.js.map +0 -1
- package/dist/chunk-7UDSRZKG.js.map +0 -1
- package/dist/chunk-B4EEON3N.js.map +0 -1
- package/dist/chunk-FR2RBTKO.js.map +0 -1
- package/dist/chunk-H3AXU4MJ.js +0 -179
- package/dist/chunk-H3AXU4MJ.js.map +0 -1
- package/dist/chunk-K32VJONL.js.map +0 -1
- package/dist/chunk-KSWJR66U.js +0 -3706
- package/dist/chunk-KSWJR66U.js.map +0 -1
- package/dist/chunk-MYIH7FWD.js +0 -145
- package/dist/chunk-MYIH7FWD.js.map +0 -1
- package/dist/chunk-ZTX4PFFT.js.map +0 -1
- package/src/__tests__/slideshowGenerator.test.ts +0 -128
- package/src/generate/slideshowGenerator.ts +0 -273
|
@@ -0,0 +1,453 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Token resolver for user-defined custom templates.
|
|
3
|
+
*
|
|
4
|
+
* Custom templates author their layers with placeholder strings — e.g.
|
|
5
|
+
* a TextLayer whose `content.text` is `"Welcome, {title}!"` — and the
|
|
6
|
+
* resolver substitutes those placeholders against the source Block's
|
|
7
|
+
* actual data at render time. Built-in templates don't use the
|
|
8
|
+
* resolver; they construct strings imperatively in their own
|
|
9
|
+
* functions.
|
|
10
|
+
*
|
|
11
|
+
* Token grammar (v2):
|
|
12
|
+
* {name} — bare name, e.g. `{title}`, `{content}`,
|
|
13
|
+
* `{children}`
|
|
14
|
+
* {name:arg} — name with a string argument, e.g. `{image:0}`
|
|
15
|
+
* (Nth image in the block's body), `{attr:key}`
|
|
16
|
+
* {name|default} — pipe default: used when the token resolves to
|
|
17
|
+
* the empty string, e.g. `{title|Untitled}`
|
|
18
|
+
* {name:arg|default}— combined, e.g. `{attr:subtitle|Untitled}` or
|
|
19
|
+
* `{image:1|fallback.jpg}` (the default is applied
|
|
20
|
+
* AFTER arg splitting, so it works in image src)
|
|
21
|
+
* {{name}} — escaped — renders as the literal text `{name}`
|
|
22
|
+
* (lets an author include a real `{title}` in body
|
|
23
|
+
* text without it being interpreted as a token)
|
|
24
|
+
*
|
|
25
|
+
* Unknown tokens are left as literal text so the author can see what's
|
|
26
|
+
* misspelled. Tokens with no value (e.g. `{title}` when block.title is
|
|
27
|
+
* undefined) collapse to the empty string — or to the pipe default when
|
|
28
|
+
* one is supplied.
|
|
29
|
+
*
|
|
30
|
+
* Token semantics:
|
|
31
|
+
* - {title} — Block.title
|
|
32
|
+
* - {content} — extractPlainText() of Block.contents, joined
|
|
33
|
+
* with single spaces
|
|
34
|
+
* - {children} — comma-separated list of Block.children[].title
|
|
35
|
+
* - {attr:key} — Block.templateOverrides[key] ?? templateData[key]
|
|
36
|
+
* ?? metadata[key], stringified
|
|
37
|
+
* - {image:N} — In TextLayer: the Nth image's `alt` text.
|
|
38
|
+
* In ImageLayer.content.src: the Nth image's URL
|
|
39
|
+
* (if no Nth image exists and no default is given,
|
|
40
|
+
* the layer is dropped).
|
|
41
|
+
*
|
|
42
|
+
* Per-item tokens (only meaningful inside a layer that carries a
|
|
43
|
+
* `repeat` directive — see {@link LayerRepeat}):
|
|
44
|
+
* - {item} — image alt / child title / list-item text
|
|
45
|
+
* - {item:src} — image src (empty for children / list items)
|
|
46
|
+
* - {item:label} — item label (same as {item} for children/list items)
|
|
47
|
+
* - {index} — 1-based position of the item in its collection
|
|
48
|
+
*/
|
|
49
|
+
|
|
50
|
+
import type { Block, Layer, ImageLayer } from '../../../schemas/Doc.js';
|
|
51
|
+
import type { CustomTemplateLayer } from '../../../schemas/CustomTemplates.js';
|
|
52
|
+
import type { MarkdownBlockNode, MarkdownNode } from '../../../markdown/types.js';
|
|
53
|
+
import { extractPlainText, walkMarkdownTree } from '../../../markdown/utils.js';
|
|
54
|
+
|
|
55
|
+
interface ImageRef {
|
|
56
|
+
url: string;
|
|
57
|
+
alt: string;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* One resolved iteration item, produced by {@link collectRepeatItems}
|
|
62
|
+
* and threaded into token resolution for a repeated layer's clone.
|
|
63
|
+
*/
|
|
64
|
+
interface RepeatItem {
|
|
65
|
+
/** `{item}` — image alt / child title / list-item text. */
|
|
66
|
+
text: string;
|
|
67
|
+
/** `{item:src}` — image URL (undefined for children / list items). */
|
|
68
|
+
src?: string;
|
|
69
|
+
/** `{item:label}` — a display label for the item. */
|
|
70
|
+
label?: string;
|
|
71
|
+
/** `{index}` — 1-based position in the source collection. */
|
|
72
|
+
index: number;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
// Matches a single token: name, optional `:arg`, optional `|default`.
|
|
76
|
+
// The arg stops at `|` so the default can be split off afterwards; the
|
|
77
|
+
// default runs to the closing brace. Recreated per call site would be
|
|
78
|
+
// wasteful, but a shared global is safe: String.replace resets a global
|
|
79
|
+
// regex's lastIndex, and resolution is single-threaded/sequential.
|
|
80
|
+
const TOKEN_RE = /\{(\w+)(?::([^}|]+))?(?:\|([^}]*))?\}/g;
|
|
81
|
+
// Matches an escaped `{{…}}` block (no nested braces).
|
|
82
|
+
const ESCAPE_RE = /\{\{([^{}]*)\}\}/g;
|
|
83
|
+
|
|
84
|
+
// Sentinels chosen so they can't collide with real user content and
|
|
85
|
+
// survive plain-text copy; safer than zero-width characters.
|
|
86
|
+
const ESCAPED_OPEN = ' ESC_OPEN ';
|
|
87
|
+
const ESCAPED_CLOSE = ' ESC_CLOSE ';
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* Walk the block's body content collecting every `image` node in
|
|
91
|
+
* document order — including inline images nested inside paragraphs,
|
|
92
|
+
* list items, etc. `findNodesByType` only knows the block-node union;
|
|
93
|
+
* we use the more permissive `walkMarkdownTree` so inline image nodes
|
|
94
|
+
* (`type: 'image'`, an inline type) are also picked up.
|
|
95
|
+
*
|
|
96
|
+
* Returns an empty array when the block has no `contents` or none of
|
|
97
|
+
* the contents contain images.
|
|
98
|
+
*/
|
|
99
|
+
function collectImages(block: Block): ImageRef[] {
|
|
100
|
+
if (!block.contents) return [];
|
|
101
|
+
const out: ImageRef[] = [];
|
|
102
|
+
const visit = (node: MarkdownNode): void => {
|
|
103
|
+
if (node.type === 'image') {
|
|
104
|
+
const img = node as MarkdownNode & { url?: string; alt?: string };
|
|
105
|
+
out.push({ url: img.url ?? '', alt: img.alt ?? '' });
|
|
106
|
+
}
|
|
107
|
+
};
|
|
108
|
+
for (const node of block.contents as MarkdownBlockNode[]) {
|
|
109
|
+
walkMarkdownTree(node, (n) => {
|
|
110
|
+
visit(n);
|
|
111
|
+
return;
|
|
112
|
+
});
|
|
113
|
+
}
|
|
114
|
+
return out;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
/**
|
|
118
|
+
* Walk the block's body content collecting the plain text of every
|
|
119
|
+
* top-level list item, in document order. Mirrors {@link collectImages}
|
|
120
|
+
* but for `{ repeat: { source: 'listItems' } }`. Nested lists are not
|
|
121
|
+
* descended into separately — a nested list's text is already folded
|
|
122
|
+
* into its parent item's text, so we skip children of a `listItem` to
|
|
123
|
+
* avoid double-counting.
|
|
124
|
+
*
|
|
125
|
+
* Exported for the same reason `resolveTokens` is: it's the collector
|
|
126
|
+
* the repeat machinery relies on and is unit-tested directly.
|
|
127
|
+
*/
|
|
128
|
+
export function collectListItems(block: Block): string[] {
|
|
129
|
+
if (!block.contents) return [];
|
|
130
|
+
const out: string[] = [];
|
|
131
|
+
for (const node of block.contents as MarkdownBlockNode[]) {
|
|
132
|
+
walkMarkdownTree(node, (n) => {
|
|
133
|
+
if (n.type === 'listItem') {
|
|
134
|
+
const text = extractPlainText(n).replace(/\s+/g, ' ').trim();
|
|
135
|
+
if (text) out.push(text);
|
|
136
|
+
// Skip descent: this item's nested lists are already part of
|
|
137
|
+
// its plain text above; don't visit them as separate items.
|
|
138
|
+
return true;
|
|
139
|
+
}
|
|
140
|
+
return;
|
|
141
|
+
});
|
|
142
|
+
}
|
|
143
|
+
return out;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
/**
|
|
147
|
+
* Plain-text join of Block.contents. Block-level boundaries become
|
|
148
|
+
* spaces so a `{content}` substitution reads as natural prose rather
|
|
149
|
+
* than running paragraphs together.
|
|
150
|
+
*/
|
|
151
|
+
function getBlockBodyText(block: Block): string {
|
|
152
|
+
if (!block.contents) return '';
|
|
153
|
+
return (block.contents as MarkdownBlockNode[])
|
|
154
|
+
.map((node) => extractPlainText(node).trim())
|
|
155
|
+
.filter((s) => s.length > 0)
|
|
156
|
+
.join(' ');
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
/** Comma-joined child titles (omits children without a title). */
|
|
160
|
+
function getChildrenSummary(block: Block): string {
|
|
161
|
+
if (!block.children || block.children.length === 0) return '';
|
|
162
|
+
return block.children
|
|
163
|
+
.map((c) => c.title?.trim())
|
|
164
|
+
.filter((t): t is string => Boolean(t))
|
|
165
|
+
.join(', ');
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
function escapeBraces(text: string): string {
|
|
169
|
+
return text.replace(ESCAPE_RE, (_match, inner: string) => ESCAPED_OPEN + inner + ESCAPED_CLOSE);
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
function unescapeBraces(text: string): string {
|
|
173
|
+
return text
|
|
174
|
+
.replace(new RegExp(ESCAPED_OPEN, 'g'), '{')
|
|
175
|
+
.replace(new RegExp(ESCAPED_CLOSE, 'g'), '}');
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
/**
|
|
179
|
+
* Substitute every `{token}` occurrence in `text` using `resolve`,
|
|
180
|
+
* preserving `{{token}}` as a literal `{token}`.
|
|
181
|
+
*
|
|
182
|
+
* `resolve` returns `null` for an unknown token (the whole match,
|
|
183
|
+
* including any `|default`, is left literal) or a string value. When the
|
|
184
|
+
* value is the empty string and a `|default` was supplied, the default
|
|
185
|
+
* is used. Escaped `{{…}}` blocks are shielded first so tokens inside
|
|
186
|
+
* them are never interpreted.
|
|
187
|
+
*/
|
|
188
|
+
function substitute(
|
|
189
|
+
text: string,
|
|
190
|
+
resolve: (name: string, arg: string | undefined) => string | null,
|
|
191
|
+
): string {
|
|
192
|
+
const escaped = escapeBraces(text);
|
|
193
|
+
const tokenized = escaped.replace(
|
|
194
|
+
TOKEN_RE,
|
|
195
|
+
(match, name: string, arg: string | undefined, def: string | undefined) => {
|
|
196
|
+
const value = resolve(name, arg);
|
|
197
|
+
if (value == null) return match;
|
|
198
|
+
if (value === '' && def !== undefined) return def;
|
|
199
|
+
return value;
|
|
200
|
+
},
|
|
201
|
+
);
|
|
202
|
+
return unescapeBraces(tokenized);
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
/**
|
|
206
|
+
* Look up a single token as text. Returns null when the token is
|
|
207
|
+
* unknown — caller treats null as "leave the placeholder literal".
|
|
208
|
+
* `{item}` / `{index}` resolve to null when there is no per-item
|
|
209
|
+
* context (i.e. the layer isn't inside a `repeat`).
|
|
210
|
+
*/
|
|
211
|
+
function resolveToken(
|
|
212
|
+
name: string,
|
|
213
|
+
arg: string | undefined,
|
|
214
|
+
block: Block,
|
|
215
|
+
images: ImageRef[],
|
|
216
|
+
item: RepeatItem | undefined,
|
|
217
|
+
): string | null {
|
|
218
|
+
switch (name) {
|
|
219
|
+
case 'title':
|
|
220
|
+
return block.title ?? '';
|
|
221
|
+
case 'content':
|
|
222
|
+
return getBlockBodyText(block);
|
|
223
|
+
case 'children':
|
|
224
|
+
return getChildrenSummary(block);
|
|
225
|
+
case 'attr': {
|
|
226
|
+
if (!arg) return '';
|
|
227
|
+
const raw =
|
|
228
|
+
block.templateOverrides?.[arg] ?? block.templateData?.[arg] ?? block.metadata?.[arg];
|
|
229
|
+
return raw == null ? '' : String(raw);
|
|
230
|
+
}
|
|
231
|
+
case 'image': {
|
|
232
|
+
const idx = arg ? parseInt(arg, 10) : 0;
|
|
233
|
+
if (!Number.isFinite(idx) || idx < 0 || idx >= images.length) return '';
|
|
234
|
+
return images[idx].alt;
|
|
235
|
+
}
|
|
236
|
+
case 'item': {
|
|
237
|
+
if (!item) return null;
|
|
238
|
+
if (!arg) return item.text;
|
|
239
|
+
if (arg === 'src') return item.src ?? '';
|
|
240
|
+
if (arg === 'label') return item.label ?? '';
|
|
241
|
+
return '';
|
|
242
|
+
}
|
|
243
|
+
case 'index':
|
|
244
|
+
return item ? String(item.index) : null;
|
|
245
|
+
default:
|
|
246
|
+
return null;
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
function substituteText(
|
|
251
|
+
text: string,
|
|
252
|
+
block: Block,
|
|
253
|
+
images: ImageRef[],
|
|
254
|
+
item: RepeatItem | undefined,
|
|
255
|
+
): string {
|
|
256
|
+
return substitute(text, (name, arg) => resolveToken(name, arg, block, images, item));
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
/**
|
|
260
|
+
* Resolve tokens inside an ImageLayer's `content.src`. `{image:N}`
|
|
261
|
+
* resolves to the Nth image's URL (not its alt); `{item:src}` and
|
|
262
|
+
* `{attr:key}` resolve as usual. When an `{image:N}` has no matching
|
|
263
|
+
* image AND no `|default`, the whole layer is dropped (returns null) so
|
|
264
|
+
* we never leave a broken URL. A supplied default suppresses the drop.
|
|
265
|
+
*/
|
|
266
|
+
function resolveImageSrc(
|
|
267
|
+
src: string,
|
|
268
|
+
block: Block,
|
|
269
|
+
images: ImageRef[],
|
|
270
|
+
item: RepeatItem | undefined,
|
|
271
|
+
): string | null {
|
|
272
|
+
// Optimization: nothing to resolve.
|
|
273
|
+
if (!src.includes('{')) return src;
|
|
274
|
+
|
|
275
|
+
let dropped = false;
|
|
276
|
+
const escaped = escapeBraces(src);
|
|
277
|
+
const tokenized = escaped.replace(
|
|
278
|
+
TOKEN_RE,
|
|
279
|
+
(match, name: string, arg: string | undefined, def: string | undefined) => {
|
|
280
|
+
if (name === 'image') {
|
|
281
|
+
const idx = arg ? parseInt(arg, 10) : 0;
|
|
282
|
+
const ok = Number.isFinite(idx) && idx >= 0 && idx < images.length;
|
|
283
|
+
if (ok) return images[idx].url;
|
|
284
|
+
if (def !== undefined) return def;
|
|
285
|
+
dropped = true;
|
|
286
|
+
return '';
|
|
287
|
+
}
|
|
288
|
+
const value = resolveToken(name, arg, block, images, item);
|
|
289
|
+
if (value == null) return match;
|
|
290
|
+
if (value === '' && def !== undefined) return def;
|
|
291
|
+
return value;
|
|
292
|
+
},
|
|
293
|
+
);
|
|
294
|
+
|
|
295
|
+
if (dropped) return null;
|
|
296
|
+
return unescapeBraces(tokenized);
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
/**
|
|
300
|
+
* Parse the leading numeric magnitude of a position field (px number or
|
|
301
|
+
* `%`-string). Used to advance the cursor between repeated clones.
|
|
302
|
+
*/
|
|
303
|
+
function parseMagnitude(value: number | string | undefined): number {
|
|
304
|
+
if (typeof value === 'number') return value;
|
|
305
|
+
if (typeof value === 'string') {
|
|
306
|
+
const m = value.match(/-?\d*\.?\d+/);
|
|
307
|
+
if (m) return parseFloat(m[0]);
|
|
308
|
+
}
|
|
309
|
+
return 0;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
/**
|
|
313
|
+
* Offset a position coordinate by `delta`, preserving its unit: a bare
|
|
314
|
+
* number stays a number; a `%`-string (or any suffixed string) keeps
|
|
315
|
+
* its suffix.
|
|
316
|
+
*/
|
|
317
|
+
function offsetCoord(base: number | string | undefined, delta: number): number | string {
|
|
318
|
+
if (base == null) return delta;
|
|
319
|
+
if (typeof base === 'number') return base + delta;
|
|
320
|
+
const m = base.match(/^(\s*)(-?\d*\.?\d+)(.*)$/);
|
|
321
|
+
if (m) {
|
|
322
|
+
const next = parseFloat(m[2]) + delta;
|
|
323
|
+
return `${m[1]}${next}${m[3]}`;
|
|
324
|
+
}
|
|
325
|
+
return base;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
/** Build the per-item list for a `repeat` source collection. */
|
|
329
|
+
function collectRepeatItems(
|
|
330
|
+
source: 'images' | 'children' | 'listItems',
|
|
331
|
+
block: Block,
|
|
332
|
+
images: ImageRef[],
|
|
333
|
+
): RepeatItem[] {
|
|
334
|
+
switch (source) {
|
|
335
|
+
case 'images':
|
|
336
|
+
return images.map((img, i) => ({
|
|
337
|
+
text: img.alt,
|
|
338
|
+
src: img.url,
|
|
339
|
+
label: img.alt,
|
|
340
|
+
index: i + 1,
|
|
341
|
+
}));
|
|
342
|
+
case 'children':
|
|
343
|
+
return (block.children ?? []).map((child, i) => ({
|
|
344
|
+
text: child.title ?? '',
|
|
345
|
+
label: child.title ?? '',
|
|
346
|
+
index: i + 1,
|
|
347
|
+
}));
|
|
348
|
+
case 'listItems':
|
|
349
|
+
return collectListItems(block).map((text, i) => ({ text, label: text, index: i + 1 }));
|
|
350
|
+
default:
|
|
351
|
+
return [];
|
|
352
|
+
}
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
/**
|
|
356
|
+
* Expand a `repeat` layer into one clone per item of its source
|
|
357
|
+
* collection. Each clone is offset along `direction` by the cumulative
|
|
358
|
+
* `(width|height) + gap`, has `repeat` stripped, gets a per-clone id,
|
|
359
|
+
* and resolves per-item tokens against its item.
|
|
360
|
+
*/
|
|
361
|
+
function expandRepeat(layer: CustomTemplateLayer, block: Block, images: ImageRef[]): Layer[] {
|
|
362
|
+
const repeat = layer.repeat;
|
|
363
|
+
if (!repeat) {
|
|
364
|
+
const resolved = resolveLayer(layer, block, images, undefined);
|
|
365
|
+
return resolved ? [resolved] : [];
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
const items = collectRepeatItems(repeat.source, block, images);
|
|
369
|
+
const direction = repeat.direction ?? 'column';
|
|
370
|
+
const gap = repeat.gap ?? 24;
|
|
371
|
+
const limit =
|
|
372
|
+
repeat.max != null && repeat.max >= 0 ? Math.min(repeat.max, items.length) : items.length;
|
|
373
|
+
|
|
374
|
+
const out: Layer[] = [];
|
|
375
|
+
let cursor = 0;
|
|
376
|
+
for (let i = 0; i < limit; i++) {
|
|
377
|
+
const position = { ...layer.position };
|
|
378
|
+
if (direction === 'row') {
|
|
379
|
+
position.x = offsetCoord(position.x, cursor);
|
|
380
|
+
} else {
|
|
381
|
+
position.y = offsetCoord(position.y, cursor);
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
const clone = { ...layer, position, id: `${layer.id}-${i}` } as CustomTemplateLayer;
|
|
385
|
+
delete clone.repeat;
|
|
386
|
+
|
|
387
|
+
const resolved = resolveLayer(clone, block, images, items[i]);
|
|
388
|
+
if (resolved) out.push(resolved);
|
|
389
|
+
|
|
390
|
+
const dim = direction === 'row' ? layer.position.width : layer.position.height;
|
|
391
|
+
cursor += parseMagnitude(dim) + gap;
|
|
392
|
+
}
|
|
393
|
+
return out;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
/**
|
|
397
|
+
* Walk the layer array and produce a new array with all placeholder
|
|
398
|
+
* tokens resolved. Layers carrying a `repeat` directive are expanded
|
|
399
|
+
* into one clone per source item. ImageLayers whose `{image:N}` token
|
|
400
|
+
* doesn't match a real image (and has no default) are filtered out.
|
|
401
|
+
* Other layer types pass through unchanged.
|
|
402
|
+
*
|
|
403
|
+
* Pure function — does not mutate the input.
|
|
404
|
+
*/
|
|
405
|
+
export function resolveTokens(layers: readonly CustomTemplateLayer[], block: Block): Layer[] {
|
|
406
|
+
const images = collectImages(block);
|
|
407
|
+
const out: Layer[] = [];
|
|
408
|
+
for (const layer of layers) {
|
|
409
|
+
if (layer.repeat) {
|
|
410
|
+
out.push(...expandRepeat(layer, block, images));
|
|
411
|
+
} else {
|
|
412
|
+
const resolved = resolveLayer(layer, block, images, undefined);
|
|
413
|
+
if (resolved) out.push(resolved);
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
return out;
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
function resolveLayer(
|
|
420
|
+
layer: CustomTemplateLayer,
|
|
421
|
+
block: Block,
|
|
422
|
+
images: ImageRef[],
|
|
423
|
+
item: RepeatItem | undefined,
|
|
424
|
+
): Layer | null {
|
|
425
|
+
switch (layer.type) {
|
|
426
|
+
case 'text':
|
|
427
|
+
return {
|
|
428
|
+
...layer,
|
|
429
|
+
content: {
|
|
430
|
+
...layer.content,
|
|
431
|
+
text: substituteText(layer.content.text, block, images, item),
|
|
432
|
+
},
|
|
433
|
+
};
|
|
434
|
+
case 'image': {
|
|
435
|
+
const nextSrc = resolveImageSrc(layer.content.src, block, images, item);
|
|
436
|
+
if (nextSrc == null) return null;
|
|
437
|
+
const next: ImageLayer = {
|
|
438
|
+
...layer,
|
|
439
|
+
content: {
|
|
440
|
+
...layer.content,
|
|
441
|
+
src: nextSrc,
|
|
442
|
+
},
|
|
443
|
+
};
|
|
444
|
+
// Also try to substitute the alt text if it carries a token.
|
|
445
|
+
if (layer.content.alt && layer.content.alt.includes('{')) {
|
|
446
|
+
next.content.alt = substituteText(layer.content.alt, block, images, item);
|
|
447
|
+
}
|
|
448
|
+
return next;
|
|
449
|
+
}
|
|
450
|
+
default:
|
|
451
|
+
return layer;
|
|
452
|
+
}
|
|
453
|
+
}
|
|
@@ -12,8 +12,14 @@
|
|
|
12
12
|
|
|
13
13
|
import type { Layer } from '../../schemas/Doc.js';
|
|
14
14
|
import type { TwoColumnInput, TemplateContext } from '../../schemas/BlockTemplates.js';
|
|
15
|
-
import {
|
|
16
|
-
|
|
15
|
+
import {
|
|
16
|
+
resolveColorScheme,
|
|
17
|
+
getThemeFont,
|
|
18
|
+
themedEntrance,
|
|
19
|
+
themedFontSize,
|
|
20
|
+
themedSurfaceGradient,
|
|
21
|
+
} from '../utils/themeUtils.js';
|
|
22
|
+
import { withAlpha } from '../../schemas/colorUtils.js';
|
|
17
23
|
import { getTwoColumnPositions } from '../../schemas/LayoutStrategy.js';
|
|
18
24
|
|
|
19
25
|
export function twoColumn(input: TwoColumnInput, context: TemplateContext): Layer[] {
|
|
@@ -33,10 +39,17 @@ export function twoColumn(input: TwoColumnInput, context: TemplateContext): Laye
|
|
|
33
39
|
// Column width ~42% for side-by-side, ~85% for stacked
|
|
34
40
|
const columnWidth = isStacked ? '85%' : '42%';
|
|
35
41
|
|
|
36
|
-
// Calculate font sizes based on viewport
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
42
|
+
// Calculate font sizes based on viewport. The header is the block's
|
|
43
|
+
// title, so it sits a step ABOVE the column labels in the hierarchy —
|
|
44
|
+
// it used to render smaller and dimmer than the labels, which read as
|
|
45
|
+
// an inverted hierarchy.
|
|
46
|
+
const headerFontSize = themedFontSize(36, context, true);
|
|
47
|
+
const labelFontSize = themedFontSize(44, context, true);
|
|
48
|
+
const sublabelFontSize = themedFontSize(22, context, false);
|
|
49
|
+
|
|
50
|
+
// Panels drop below the header band so the title never overlaps them.
|
|
51
|
+
const panelTop = header && !isStacked ? 22 : 15;
|
|
52
|
+
const panelHeight = header && !isStacked ? 64 : 70;
|
|
40
53
|
|
|
41
54
|
const layers: Layer[] = [
|
|
42
55
|
// Background — subtle gradient to add depth
|
|
@@ -45,38 +58,41 @@ export function twoColumn(input: TwoColumnInput, context: TemplateContext): Laye
|
|
|
45
58
|
id: 'bg',
|
|
46
59
|
content: {
|
|
47
60
|
shape: 'rect',
|
|
48
|
-
fill:
|
|
61
|
+
fill: themedSurfaceGradient(context, 135),
|
|
49
62
|
},
|
|
50
63
|
position: { x: 0, y: 0, width: '100%', height: '100%' },
|
|
51
64
|
},
|
|
52
65
|
];
|
|
53
66
|
|
|
54
67
|
if (!isStacked) {
|
|
55
|
-
//
|
|
68
|
+
// Column background panels — tinted from the theme text color so
|
|
69
|
+
// they stay visible on light and dark surfaces alike.
|
|
70
|
+
const panelFill = withAlpha(theme.colors.text, 0.05);
|
|
56
71
|
layers.push({
|
|
57
72
|
type: 'shape',
|
|
58
73
|
id: 'left-panel',
|
|
59
74
|
content: {
|
|
60
75
|
shape: 'rect',
|
|
61
|
-
fill:
|
|
76
|
+
fill: panelFill,
|
|
77
|
+
borderRadius: 12,
|
|
62
78
|
},
|
|
63
|
-
position: { x: '3%', y:
|
|
79
|
+
position: { x: '3%', y: `${panelTop}%`, width: '44%', height: `${panelHeight}%` },
|
|
64
80
|
});
|
|
65
81
|
|
|
66
|
-
// Right column background panel
|
|
67
82
|
layers.push({
|
|
68
83
|
type: 'shape',
|
|
69
84
|
id: 'right-panel',
|
|
70
85
|
content: {
|
|
71
86
|
shape: 'rect',
|
|
72
|
-
fill:
|
|
87
|
+
fill: panelFill,
|
|
88
|
+
borderRadius: 12,
|
|
73
89
|
},
|
|
74
|
-
position: { x: '53%', y:
|
|
90
|
+
position: { x: '53%', y: `${panelTop}%`, width: '44%', height: `${panelHeight}%` },
|
|
75
91
|
});
|
|
76
92
|
}
|
|
77
93
|
|
|
78
|
-
// Header position adjusts based on layout
|
|
79
|
-
const headerY = isStacked ? '
|
|
94
|
+
// Header position adjusts based on layout — always clear of the panels.
|
|
95
|
+
const headerY = isStacked ? '8%' : '12%';
|
|
80
96
|
|
|
81
97
|
// Add header if provided
|
|
82
98
|
if (header) {
|
|
@@ -88,12 +104,13 @@ export function twoColumn(input: TwoColumnInput, context: TemplateContext): Laye
|
|
|
88
104
|
style: {
|
|
89
105
|
fontSize: headerFontSize,
|
|
90
106
|
fontFamily: getThemeFont(context, 'title'),
|
|
91
|
-
|
|
107
|
+
fontWeight: 'bold',
|
|
108
|
+
color: theme.colors.text,
|
|
92
109
|
textAlign: 'center',
|
|
93
110
|
},
|
|
94
111
|
},
|
|
95
112
|
position: { x: '50%', y: headerY, anchor: 'center' },
|
|
96
|
-
animation: { type: 'fadeIn', duration: 0.8 },
|
|
113
|
+
animation: themedEntrance(context, 'text', { type: 'fadeIn', duration: 0.8 }),
|
|
97
114
|
});
|
|
98
115
|
}
|
|
99
116
|
|
|
@@ -110,13 +127,12 @@ export function twoColumn(input: TwoColumnInput, context: TemplateContext): Laye
|
|
|
110
127
|
rightY = header ? '60%' : '55%';
|
|
111
128
|
rightSublabelY = header ? '70%' : '65%';
|
|
112
129
|
} else {
|
|
113
|
-
// Landscape/square: side by side — vertically centered in panels
|
|
114
|
-
const
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
rightSublabelY = sublabelOffset;
|
|
130
|
+
// Landscape/square: side by side — vertically centered in the panels.
|
|
131
|
+
const panelCenter = panelTop + panelHeight / 2;
|
|
132
|
+
leftY = `${panelCenter - 4}%`;
|
|
133
|
+
leftSublabelY = `${panelCenter + 7}%`;
|
|
134
|
+
rightY = `${panelCenter - 4}%`;
|
|
135
|
+
rightSublabelY = `${panelCenter + 7}%`;
|
|
120
136
|
}
|
|
121
137
|
|
|
122
138
|
// Left column (or top in portrait)
|
|
@@ -140,7 +156,7 @@ export function twoColumn(input: TwoColumnInput, context: TemplateContext): Laye
|
|
|
140
156
|
anchor: 'center',
|
|
141
157
|
width: columnWidth,
|
|
142
158
|
},
|
|
143
|
-
animation: { type: 'fadeIn', duration: 1 },
|
|
159
|
+
animation: themedEntrance(context, 'text', { type: 'fadeIn', duration: 1 }),
|
|
144
160
|
});
|
|
145
161
|
|
|
146
162
|
if (left.sublabel) {
|
|
@@ -167,9 +183,11 @@ export function twoColumn(input: TwoColumnInput, context: TemplateContext): Laye
|
|
|
167
183
|
});
|
|
168
184
|
}
|
|
169
185
|
|
|
170
|
-
// Visual connector between columns
|
|
171
|
-
|
|
172
|
-
|
|
186
|
+
// Visual connector between columns — sized to fit inside the gutter
|
|
187
|
+
// between the panels (a 120px glyph used to cross both panel edges),
|
|
188
|
+
// tinted from the theme text color so it shows on any surface.
|
|
189
|
+
const connectorFontSize = themedFontSize(64, context, true);
|
|
190
|
+
const connectorY = isStacked ? '48%' : `${panelTop + panelHeight / 2}%`;
|
|
173
191
|
const connectorSymbol = isStacked ? '\u2193' : '\u2192'; // ↓ for stacked, → for side-by-side
|
|
174
192
|
|
|
175
193
|
layers.push({
|
|
@@ -181,7 +199,7 @@ export function twoColumn(input: TwoColumnInput, context: TemplateContext): Laye
|
|
|
181
199
|
fontSize: connectorFontSize,
|
|
182
200
|
fontFamily: getThemeFont(context, 'title'),
|
|
183
201
|
fontWeight: 'bold',
|
|
184
|
-
color:
|
|
202
|
+
color: withAlpha(theme.colors.text, 0.45),
|
|
185
203
|
textAlign: 'center',
|
|
186
204
|
},
|
|
187
205
|
},
|
|
@@ -214,7 +232,7 @@ export function twoColumn(input: TwoColumnInput, context: TemplateContext): Laye
|
|
|
214
232
|
anchor: 'center',
|
|
215
233
|
width: columnWidth,
|
|
216
234
|
},
|
|
217
|
-
animation: { type: 'fadeIn', duration: 1, delay: 0.5 },
|
|
235
|
+
animation: themedEntrance(context, 'text', { type: 'fadeIn', duration: 1, delay: 0.5 }),
|
|
218
236
|
});
|
|
219
237
|
|
|
220
238
|
if (right.sublabel) {
|