@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,539 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Drawing layout — shared, pure derivation of shapes + connectors from a
|
|
3
|
+
* drawing block's child headings. Same children always produce the same
|
|
4
|
+
* shapes, so SSR previews, exports, and (eventually) the editor stay
|
|
5
|
+
* visually consistent. Mirrors `diagramLayout.ts` for the richer
|
|
6
|
+
* free-form shape vocabulary.
|
|
7
|
+
*
|
|
8
|
+
* Each child heading is one shape. Its `{[shape …]}` annotation names the
|
|
9
|
+
* primitive (`child.template`) and carries geometry/style as string params
|
|
10
|
+
* (`child.templateOverrides`); `child.id` makes it referenceable;
|
|
11
|
+
* `child.title` is the label.
|
|
12
|
+
*
|
|
13
|
+
* Layout rules (parallel to the diagram):
|
|
14
|
+
* 1. Shapes with both `x` and `y` keep their authored coordinates.
|
|
15
|
+
* 2. Shapes missing either are auto-placed in a square-ish grid below the
|
|
16
|
+
* bounding box of the explicitly-positioned shapes.
|
|
17
|
+
* 3. `line`/`arrow` shapes with `from`/`to` (or any shape's `connectsTo`)
|
|
18
|
+
* become connectors; endpoints that match no sibling id are dropped
|
|
19
|
+
* (and counted in `warnings`).
|
|
20
|
+
*/
|
|
21
|
+
|
|
22
|
+
import type { Block, MarkerStyle } from '../../schemas/Doc.js';
|
|
23
|
+
import { extractPlainText } from '../../markdown/utils.js';
|
|
24
|
+
import { lineStyleDasharray, type ConnectorRouting } from '../utils/shapeGeometry.js';
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* The shape kinds a drawing can render. `rect`/`circle`/`line` render as a
|
|
28
|
+
* native `ShapeLayer`; everything else (and `path`/`arrow`) renders as a
|
|
29
|
+
* computed `PathLayer` (see `shapeGeometry.ts`). `text` is a `TextLayer`.
|
|
30
|
+
*/
|
|
31
|
+
export type DrawingShapeKind =
|
|
32
|
+
| 'rect'
|
|
33
|
+
| 'circle'
|
|
34
|
+
| 'line'
|
|
35
|
+
| 'arrow'
|
|
36
|
+
| 'path'
|
|
37
|
+
| 'text'
|
|
38
|
+
| 'triangle'
|
|
39
|
+
| 'right-triangle'
|
|
40
|
+
| 'diamond'
|
|
41
|
+
| 'pentagon'
|
|
42
|
+
| 'hexagon'
|
|
43
|
+
| 'octagon'
|
|
44
|
+
| 'star'
|
|
45
|
+
| 'star4'
|
|
46
|
+
| 'star6'
|
|
47
|
+
| 'parallelogram'
|
|
48
|
+
| 'trapezoid'
|
|
49
|
+
| 'plus'
|
|
50
|
+
| 'chevron'
|
|
51
|
+
| 'arrow-right'
|
|
52
|
+
| 'arrow-left'
|
|
53
|
+
| 'arrow-up'
|
|
54
|
+
| 'arrow-down'
|
|
55
|
+
| 'double-arrow'
|
|
56
|
+
| 'callout'
|
|
57
|
+
| 'cylinder'
|
|
58
|
+
| 'cloud'
|
|
59
|
+
| 'heart'
|
|
60
|
+
| 'lightning';
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* Author-facing shape annotation names accepted on a drawing's children
|
|
64
|
+
* (the `{[…]}` token). Shared with validation so an unknown shape gets a
|
|
65
|
+
* "did you mean" suggestion. Aliases (`rectangle`→rect, `ellipse`→circle)
|
|
66
|
+
* are included.
|
|
67
|
+
*/
|
|
68
|
+
export const SHAPE_NAMES = [
|
|
69
|
+
'rectangle',
|
|
70
|
+
'rect',
|
|
71
|
+
'square',
|
|
72
|
+
'circle',
|
|
73
|
+
'ellipse',
|
|
74
|
+
'oval',
|
|
75
|
+
'line',
|
|
76
|
+
'arrow',
|
|
77
|
+
'path',
|
|
78
|
+
'text',
|
|
79
|
+
'triangle',
|
|
80
|
+
'right-triangle',
|
|
81
|
+
'diamond',
|
|
82
|
+
'rhombus',
|
|
83
|
+
'pentagon',
|
|
84
|
+
'hexagon',
|
|
85
|
+
'octagon',
|
|
86
|
+
'star',
|
|
87
|
+
'star4',
|
|
88
|
+
'star6',
|
|
89
|
+
'parallelogram',
|
|
90
|
+
'trapezoid',
|
|
91
|
+
'plus',
|
|
92
|
+
'cross',
|
|
93
|
+
'chevron',
|
|
94
|
+
'arrow-right',
|
|
95
|
+
'arrow-left',
|
|
96
|
+
'arrow-up',
|
|
97
|
+
'arrow-down',
|
|
98
|
+
'double-arrow',
|
|
99
|
+
'callout',
|
|
100
|
+
'speech',
|
|
101
|
+
'cylinder',
|
|
102
|
+
'cloud',
|
|
103
|
+
'heart',
|
|
104
|
+
'lightning',
|
|
105
|
+
'bolt',
|
|
106
|
+
] as const;
|
|
107
|
+
|
|
108
|
+
const SHAPE_ALIASES: Readonly<Record<string, DrawingShapeKind>> = {
|
|
109
|
+
rectangle: 'rect',
|
|
110
|
+
rect: 'rect',
|
|
111
|
+
square: 'rect',
|
|
112
|
+
circle: 'circle',
|
|
113
|
+
ellipse: 'circle',
|
|
114
|
+
oval: 'circle',
|
|
115
|
+
line: 'line',
|
|
116
|
+
arrow: 'arrow',
|
|
117
|
+
path: 'path',
|
|
118
|
+
text: 'text',
|
|
119
|
+
label: 'text',
|
|
120
|
+
triangle: 'triangle',
|
|
121
|
+
'right-triangle': 'right-triangle',
|
|
122
|
+
righttriangle: 'right-triangle',
|
|
123
|
+
diamond: 'diamond',
|
|
124
|
+
rhombus: 'diamond',
|
|
125
|
+
pentagon: 'pentagon',
|
|
126
|
+
hexagon: 'hexagon',
|
|
127
|
+
octagon: 'octagon',
|
|
128
|
+
star: 'star',
|
|
129
|
+
star5: 'star',
|
|
130
|
+
star4: 'star4',
|
|
131
|
+
star6: 'star6',
|
|
132
|
+
parallelogram: 'parallelogram',
|
|
133
|
+
trapezoid: 'trapezoid',
|
|
134
|
+
plus: 'plus',
|
|
135
|
+
cross: 'plus',
|
|
136
|
+
chevron: 'chevron',
|
|
137
|
+
'arrow-right': 'arrow-right',
|
|
138
|
+
arrowright: 'arrow-right',
|
|
139
|
+
rightarrow: 'arrow-right',
|
|
140
|
+
'arrow-left': 'arrow-left',
|
|
141
|
+
arrowleft: 'arrow-left',
|
|
142
|
+
leftarrow: 'arrow-left',
|
|
143
|
+
'arrow-up': 'arrow-up',
|
|
144
|
+
arrowup: 'arrow-up',
|
|
145
|
+
uparrow: 'arrow-up',
|
|
146
|
+
'arrow-down': 'arrow-down',
|
|
147
|
+
arrowdown: 'arrow-down',
|
|
148
|
+
downarrow: 'arrow-down',
|
|
149
|
+
'double-arrow': 'double-arrow',
|
|
150
|
+
doublearrow: 'double-arrow',
|
|
151
|
+
callout: 'callout',
|
|
152
|
+
speech: 'callout',
|
|
153
|
+
bubble: 'callout',
|
|
154
|
+
cylinder: 'cylinder',
|
|
155
|
+
can: 'cylinder',
|
|
156
|
+
cloud: 'cloud',
|
|
157
|
+
heart: 'heart',
|
|
158
|
+
lightning: 'lightning',
|
|
159
|
+
bolt: 'lightning',
|
|
160
|
+
};
|
|
161
|
+
|
|
162
|
+
/**
|
|
163
|
+
* Resolve a child's `{[…]}` annotation name to a shape kind, or `null`
|
|
164
|
+
* when it isn't a shape. Case-insensitive.
|
|
165
|
+
*/
|
|
166
|
+
export function normalizeShapeKind(name: string | undefined): DrawingShapeKind | null {
|
|
167
|
+
if (!name) return null;
|
|
168
|
+
return SHAPE_ALIASES[name.toLowerCase()] ?? null;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
/** True when `name` is an accepted shape annotation (any alias). */
|
|
172
|
+
export function isShapeName(name: string | undefined): boolean {
|
|
173
|
+
return normalizeShapeKind(name) != null;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
/** A positioned shape in author-defined units (top-left origin). */
|
|
177
|
+
export interface DrawingShape {
|
|
178
|
+
id: string;
|
|
179
|
+
kind: DrawingShapeKind;
|
|
180
|
+
x: number;
|
|
181
|
+
y: number;
|
|
182
|
+
width: number;
|
|
183
|
+
height: number;
|
|
184
|
+
/** True when position came from `x=`/`y=`; false when auto-laid out. */
|
|
185
|
+
pinned: boolean;
|
|
186
|
+
/** Heading text used as the shape's label ('' when none). */
|
|
187
|
+
label: string;
|
|
188
|
+
/** Body text under the heading, used as a sublabel (when present). */
|
|
189
|
+
sublabel?: string;
|
|
190
|
+
/** Text content for `text` shapes (`text=` param, else label, else body). */
|
|
191
|
+
text?: string;
|
|
192
|
+
/** Raw SVG path `d` for `path` shapes. */
|
|
193
|
+
d?: string;
|
|
194
|
+
fill?: string;
|
|
195
|
+
stroke?: string;
|
|
196
|
+
strokeWidth?: number;
|
|
197
|
+
borderRadius?: number;
|
|
198
|
+
dasharray?: string;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
/** A connector joining two shapes by id. */
|
|
202
|
+
export interface DrawingConnector {
|
|
203
|
+
id: string;
|
|
204
|
+
kind: 'line' | 'arrow';
|
|
205
|
+
/** Source shape id (resolved to an existing shape). */
|
|
206
|
+
from: string;
|
|
207
|
+
/** Target shape id (resolved to an existing shape). */
|
|
208
|
+
to: string;
|
|
209
|
+
/** Optional midpoint label (heading text, or `connectsTo` type). */
|
|
210
|
+
label?: string;
|
|
211
|
+
stroke?: string;
|
|
212
|
+
strokeWidth?: number;
|
|
213
|
+
dasharray?: string;
|
|
214
|
+
/** End-of-line markers (default: `arrow` kind → filled arrow at `to`). */
|
|
215
|
+
startMarker: MarkerStyle;
|
|
216
|
+
endMarker: MarkerStyle;
|
|
217
|
+
/** How the line is routed between the two shapes. Default: 'straight'. */
|
|
218
|
+
routing: ConnectorRouting;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
export interface DrawingLayout {
|
|
222
|
+
shapes: DrawingShape[];
|
|
223
|
+
connectors: DrawingConnector[];
|
|
224
|
+
warnings: string[];
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
export interface DrawingLayoutOptions {
|
|
228
|
+
/** Horizontal spacing between auto-laid-out shapes. Default: 180. */
|
|
229
|
+
gapX?: number;
|
|
230
|
+
/** Vertical spacing between auto-laid-out shapes. Default: 140. */
|
|
231
|
+
gapY?: number;
|
|
232
|
+
/** Padding below the explicit bounding box before the grid starts. Default: 80. */
|
|
233
|
+
gridPad?: number;
|
|
234
|
+
/** Grid origin when no explicit shapes anchor it. Default: 80, 80. */
|
|
235
|
+
gridOriginX?: number;
|
|
236
|
+
gridOriginY?: number;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
const DEFAULT_OPTS: Required<DrawingLayoutOptions> = {
|
|
240
|
+
gapX: 180,
|
|
241
|
+
gapY: 140,
|
|
242
|
+
gridPad: 80,
|
|
243
|
+
gridOriginX: 80,
|
|
244
|
+
gridOriginY: 80,
|
|
245
|
+
};
|
|
246
|
+
|
|
247
|
+
/** Default size (author units) per shape kind when width/height are omitted. */
|
|
248
|
+
const DEFAULT_SIZE: Partial<Record<DrawingShapeKind, { w: number; h: number }>> = {
|
|
249
|
+
rect: { w: 160, h: 90 },
|
|
250
|
+
circle: { w: 120, h: 120 },
|
|
251
|
+
line: { w: 160, h: 0 },
|
|
252
|
+
arrow: { w: 160, h: 0 },
|
|
253
|
+
path: { w: 160, h: 120 },
|
|
254
|
+
text: { w: 200, h: 48 },
|
|
255
|
+
};
|
|
256
|
+
const FALLBACK_SIZE = { w: 120, h: 120 };
|
|
257
|
+
|
|
258
|
+
function defaultSize(kind: DrawingShapeKind): { w: number; h: number } {
|
|
259
|
+
return DEFAULT_SIZE[kind] ?? FALLBACK_SIZE;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
/**
|
|
263
|
+
* Compute shapes + connectors for a drawing from its parent block's
|
|
264
|
+
* children. Pure — same inputs always produce the same output.
|
|
265
|
+
*/
|
|
266
|
+
export function computeDrawingLayout(
|
|
267
|
+
children: readonly Block[],
|
|
268
|
+
options: DrawingLayoutOptions = {},
|
|
269
|
+
): DrawingLayout {
|
|
270
|
+
const opts = { ...DEFAULT_OPTS, ...options };
|
|
271
|
+
const warnings: string[] = [];
|
|
272
|
+
|
|
273
|
+
// First pass: turn each child into a shape descriptor (or a pending
|
|
274
|
+
// connector). Track which shapes still need an auto-grid slot.
|
|
275
|
+
interface Entry {
|
|
276
|
+
shape: DrawingShape;
|
|
277
|
+
hasX: boolean;
|
|
278
|
+
hasY: boolean;
|
|
279
|
+
}
|
|
280
|
+
const entries: Entry[] = [];
|
|
281
|
+
const unpositioned: number[] = [];
|
|
282
|
+
|
|
283
|
+
// Connectors are resolved after all shape ids are known.
|
|
284
|
+
interface PendingConnector {
|
|
285
|
+
id: string;
|
|
286
|
+
kind: 'line' | 'arrow';
|
|
287
|
+
from: string;
|
|
288
|
+
to: string;
|
|
289
|
+
label?: string;
|
|
290
|
+
stroke?: string;
|
|
291
|
+
strokeWidth?: number;
|
|
292
|
+
dasharray?: string;
|
|
293
|
+
startMarker: MarkerStyle;
|
|
294
|
+
endMarker: MarkerStyle;
|
|
295
|
+
routing: ConnectorRouting;
|
|
296
|
+
source: string; // child id, for warning messages
|
|
297
|
+
}
|
|
298
|
+
const pendingConnectors: PendingConnector[] = [];
|
|
299
|
+
|
|
300
|
+
for (const child of children) {
|
|
301
|
+
const kind = normalizeShapeKind(child.template);
|
|
302
|
+
const params = child.templateOverrides ?? {};
|
|
303
|
+
const label = child.title ?? '';
|
|
304
|
+
const body = bodyText(child);
|
|
305
|
+
|
|
306
|
+
if (!kind) {
|
|
307
|
+
warnings.push(
|
|
308
|
+
`Child "${child.id}" is not a shape (annotation "${child.template ?? '—'}") and was skipped`,
|
|
309
|
+
);
|
|
310
|
+
continue;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
// line/arrow with from/to (or any shape's connectsTo) → connector.
|
|
314
|
+
const from = strParam(params, 'from');
|
|
315
|
+
const to = strParam(params, 'to');
|
|
316
|
+
if ((kind === 'line' || kind === 'arrow') && (from || to)) {
|
|
317
|
+
pendingConnectors.push({
|
|
318
|
+
id: child.id,
|
|
319
|
+
kind,
|
|
320
|
+
from: from ?? '',
|
|
321
|
+
to: to ?? '',
|
|
322
|
+
...(label ? { label } : {}),
|
|
323
|
+
...connectorSemantics(params, kind),
|
|
324
|
+
source: child.id,
|
|
325
|
+
});
|
|
326
|
+
continue;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
// Diagram-compatible: a shape's `connectsTo` also emits arrow connectors.
|
|
330
|
+
for (const conn of child.connectsTo ?? []) {
|
|
331
|
+
pendingConnectors.push({
|
|
332
|
+
id: `${child.id}->${conn.target}${conn.type ? `:${conn.type}` : ''}`,
|
|
333
|
+
kind: 'arrow',
|
|
334
|
+
from: child.id,
|
|
335
|
+
to: conn.target,
|
|
336
|
+
...(conn.type ? { label: conn.type } : {}),
|
|
337
|
+
...connectorSemantics(params, 'arrow'),
|
|
338
|
+
source: child.id,
|
|
339
|
+
});
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
const size = defaultSize(kind);
|
|
343
|
+
// Prefer annotation params; fall back to Block.x/Block.y so children
|
|
344
|
+
// authored the diagram way (coordinates on the block itself) place
|
|
345
|
+
// identically here instead of silently dropping into the auto-grid.
|
|
346
|
+
const x = numParam(params, 'x') ?? (typeof child.x === 'number' ? child.x : undefined);
|
|
347
|
+
const y = numParam(params, 'y') ?? (typeof child.y === 'number' ? child.y : undefined);
|
|
348
|
+
const shape: DrawingShape = {
|
|
349
|
+
id: child.id,
|
|
350
|
+
kind,
|
|
351
|
+
x: x ?? 0,
|
|
352
|
+
y: y ?? 0,
|
|
353
|
+
width: numParam(params, 'width') ?? numParam(params, 'w') ?? size.w,
|
|
354
|
+
height: numParam(params, 'height') ?? numParam(params, 'h') ?? size.h,
|
|
355
|
+
pinned: x != null && y != null,
|
|
356
|
+
label,
|
|
357
|
+
...(body ? { sublabel: body } : {}),
|
|
358
|
+
...styleParams(params),
|
|
359
|
+
};
|
|
360
|
+
if (kind === 'path') {
|
|
361
|
+
const d = strParam(params, 'd');
|
|
362
|
+
if (d) shape.d = d;
|
|
363
|
+
}
|
|
364
|
+
if (kind === 'text') {
|
|
365
|
+
shape.text = strParam(params, 'text') ?? label ?? body ?? '';
|
|
366
|
+
}
|
|
367
|
+
if (numParam(params, 'borderRadius') != null) {
|
|
368
|
+
shape.borderRadius = numParam(params, 'borderRadius');
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
entries.push({ shape, hasX: x != null, hasY: y != null });
|
|
372
|
+
if (x == null || y == null) unpositioned.push(entries.length - 1);
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
// Second pass: auto-place shapes missing a coordinate in a grid below
|
|
376
|
+
// the pinned bounding box (mirrors diagramLayout). Grid pitch accounts
|
|
377
|
+
// for the largest unpositioned shape so wide/tall shapes never overlap
|
|
378
|
+
// their grid neighbors.
|
|
379
|
+
if (unpositioned.length > 0) {
|
|
380
|
+
const cols = Math.max(1, Math.ceil(Math.sqrt(unpositioned.length)));
|
|
381
|
+
const maxW = Math.max(...unpositioned.map((i) => entries[i].shape.width));
|
|
382
|
+
const maxH = Math.max(...unpositioned.map((i) => entries[i].shape.height));
|
|
383
|
+
const pitchX = Math.max(opts.gapX, maxW + 60);
|
|
384
|
+
const pitchY = Math.max(opts.gapY, maxH + 50);
|
|
385
|
+
let baseX = opts.gridOriginX;
|
|
386
|
+
let baseY = opts.gridOriginY;
|
|
387
|
+
const pinned = entries.filter((e) => e.shape.pinned);
|
|
388
|
+
if (pinned.length > 0) {
|
|
389
|
+
baseX = Math.min(...pinned.map((e) => e.shape.x));
|
|
390
|
+
baseY = Math.max(...pinned.map((e) => e.shape.y + e.shape.height)) + opts.gridPad;
|
|
391
|
+
}
|
|
392
|
+
unpositioned.forEach((entryIdx, k) => {
|
|
393
|
+
const col = k % cols;
|
|
394
|
+
const row = Math.floor(k / cols);
|
|
395
|
+
entries[entryIdx].shape.x = baseX + col * pitchX;
|
|
396
|
+
entries[entryIdx].shape.y = baseY + row * pitchY;
|
|
397
|
+
});
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
const shapes = entries.map((e) => e.shape);
|
|
401
|
+
const shapeIds = new Set(shapes.map((s) => s.id));
|
|
402
|
+
|
|
403
|
+
// Third pass: resolve connectors against known shape ids, dropping ghosts.
|
|
404
|
+
const connectors: DrawingConnector[] = [];
|
|
405
|
+
const seen = new Set<string>();
|
|
406
|
+
for (const c of pendingConnectors) {
|
|
407
|
+
if (!shapeIds.has(c.from) || !shapeIds.has(c.to)) {
|
|
408
|
+
const missing = !shapeIds.has(c.from) ? c.from : c.to;
|
|
409
|
+
warnings.push(
|
|
410
|
+
`Connector "${c.source}" dropped: ${missing ? `no shape with id "${missing}"` : 'missing from/to'}`,
|
|
411
|
+
);
|
|
412
|
+
continue;
|
|
413
|
+
}
|
|
414
|
+
const key = `${c.kind}:${c.from}->${c.to}:${c.label ?? ''}`;
|
|
415
|
+
if (seen.has(key)) continue;
|
|
416
|
+
seen.add(key);
|
|
417
|
+
const { source: _source, ...rest } = c;
|
|
418
|
+
connectors.push(rest);
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
return { shapes, connectors, warnings };
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
// ============================================
|
|
425
|
+
// Param coercion
|
|
426
|
+
// ============================================
|
|
427
|
+
|
|
428
|
+
/** Read a raw string param (trims a trailing comma — `x=21, y=25` is tolerated). */
|
|
429
|
+
function strParam(params: Record<string, string>, key: string): string | undefined {
|
|
430
|
+
const raw = params[key];
|
|
431
|
+
if (raw == null) return undefined;
|
|
432
|
+
const v = raw.replace(/,\s*$/, '').trim();
|
|
433
|
+
return v.length > 0 ? v : undefined;
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
/** Coerce a numeric param, tolerating a trailing comma. Returns undefined on failure. */
|
|
437
|
+
function numParam(params: Record<string, string>, key: string): number | undefined {
|
|
438
|
+
const v = strParam(params, key);
|
|
439
|
+
if (v == null) return undefined;
|
|
440
|
+
const n = Number(v);
|
|
441
|
+
return Number.isFinite(n) ? n : undefined;
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
/** Stroke style pass-throughs shared by shapes and connectors. */
|
|
445
|
+
function connectorStyle(params: Record<string, string>): {
|
|
446
|
+
stroke?: string;
|
|
447
|
+
strokeWidth?: number;
|
|
448
|
+
dasharray?: string;
|
|
449
|
+
} {
|
|
450
|
+
const out: { stroke?: string; strokeWidth?: number; dasharray?: string } = {};
|
|
451
|
+
const stroke = strParam(params, 'stroke');
|
|
452
|
+
const strokeWidth = numParam(params, 'strokeWidth');
|
|
453
|
+
const dasharray = strParam(params, 'dasharray');
|
|
454
|
+
if (stroke) out.stroke = stroke;
|
|
455
|
+
if (strokeWidth != null) out.strokeWidth = strokeWidth;
|
|
456
|
+
if (dasharray) out.dasharray = dasharray;
|
|
457
|
+
return out;
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
/** Style pass-throughs for a fillable shape — connector stroke set plus `fill`. */
|
|
461
|
+
function styleParams(params: Record<string, string>): {
|
|
462
|
+
fill?: string;
|
|
463
|
+
stroke?: string;
|
|
464
|
+
strokeWidth?: number;
|
|
465
|
+
dasharray?: string;
|
|
466
|
+
} {
|
|
467
|
+
const fill = strParam(params, 'fill');
|
|
468
|
+
return { ...connectorStyle(params), ...(fill ? { fill } : {}) };
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
const MARKER_ALIASES: Readonly<Record<string, MarkerStyle>> = {
|
|
472
|
+
none: 'none',
|
|
473
|
+
arrow: 'arrow',
|
|
474
|
+
triangle: 'arrow',
|
|
475
|
+
filled: 'arrow',
|
|
476
|
+
open: 'open',
|
|
477
|
+
v: 'open',
|
|
478
|
+
diamond: 'diamond',
|
|
479
|
+
circle: 'circle',
|
|
480
|
+
dot: 'circle',
|
|
481
|
+
square: 'square',
|
|
482
|
+
box: 'square',
|
|
483
|
+
};
|
|
484
|
+
|
|
485
|
+
const ROUTING_ALIASES: Readonly<Record<string, ConnectorRouting>> = {
|
|
486
|
+
straight: 'straight',
|
|
487
|
+
direct: 'straight',
|
|
488
|
+
orthogonal: 'orthogonal',
|
|
489
|
+
elbow: 'orthogonal',
|
|
490
|
+
step: 'orthogonal',
|
|
491
|
+
curved: 'curved',
|
|
492
|
+
curve: 'curved',
|
|
493
|
+
bezier: 'curved',
|
|
494
|
+
};
|
|
495
|
+
|
|
496
|
+
function parseMarker(raw: string | undefined): MarkerStyle | undefined {
|
|
497
|
+
return raw ? MARKER_ALIASES[raw.toLowerCase()] : undefined;
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
function parseRouting(raw: string | undefined): ConnectorRouting | undefined {
|
|
501
|
+
return raw ? ROUTING_ALIASES[raw.toLowerCase()] : undefined;
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
/**
|
|
505
|
+
* Connector-only semantics: stroke style + end markers + line style + routing.
|
|
506
|
+
* The default end marker is a filled `arrow` for `arrow` connectors, `none`
|
|
507
|
+
* for plain `line`s; `endStyle`/`startStyle` override. `lineStyle` fills in a
|
|
508
|
+
* dasharray when no explicit `dasharray` is given.
|
|
509
|
+
*/
|
|
510
|
+
function connectorSemantics(
|
|
511
|
+
params: Record<string, string>,
|
|
512
|
+
kind: 'line' | 'arrow',
|
|
513
|
+
): {
|
|
514
|
+
stroke?: string;
|
|
515
|
+
strokeWidth?: number;
|
|
516
|
+
dasharray?: string;
|
|
517
|
+
startMarker: MarkerStyle;
|
|
518
|
+
endMarker: MarkerStyle;
|
|
519
|
+
routing: ConnectorRouting;
|
|
520
|
+
} {
|
|
521
|
+
const out = connectorStyle(params);
|
|
522
|
+
const dasharray = out.dasharray ?? lineStyleDasharray(strParam(params, 'lineStyle'));
|
|
523
|
+
return {
|
|
524
|
+
...out,
|
|
525
|
+
...(dasharray ? { dasharray } : {}),
|
|
526
|
+
startMarker: parseMarker(strParam(params, 'startStyle')) ?? 'none',
|
|
527
|
+
endMarker: parseMarker(strParam(params, 'endStyle')) ?? (kind === 'arrow' ? 'arrow' : 'none'),
|
|
528
|
+
routing: parseRouting(strParam(params, 'routing')) ?? 'straight',
|
|
529
|
+
};
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
/** Plain text of a block's body content (sublabel source). */
|
|
533
|
+
function bodyText(block: Block): string {
|
|
534
|
+
if (!block.contents || block.contents.length === 0) return '';
|
|
535
|
+
return block.contents
|
|
536
|
+
.map((node) => extractPlainText(node))
|
|
537
|
+
.join(' ')
|
|
538
|
+
.trim();
|
|
539
|
+
}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Fact Card Template
|
|
3
3
|
*
|
|
4
|
-
* Key fact with explanation and optional source
|
|
5
|
-
*
|
|
4
|
+
* Key fact with explanation and optional source, composed as one
|
|
5
|
+
* vertically-centered lockup: each element is placed relative to the
|
|
6
|
+
* estimated height of the one above it, so short content doesn't leave
|
|
7
|
+
* fixed-slot voids and long content doesn't collide.
|
|
6
8
|
* Adapts font sizes and positioning for different viewports.
|
|
7
9
|
*
|
|
8
10
|
* Supports optional accent images that appear as tasteful side/bottom strips.
|
|
@@ -12,35 +14,61 @@
|
|
|
12
14
|
|
|
13
15
|
import type { Layer } from '../../schemas/Doc.js';
|
|
14
16
|
import type { FactCardInput, TemplateContext } from '../../schemas/BlockTemplates.js';
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
+
import {
|
|
18
|
+
getThemeFont,
|
|
19
|
+
shouldUseShadow,
|
|
20
|
+
themedEntrance,
|
|
21
|
+
themedFontSize,
|
|
22
|
+
themedSurfaceGradient,
|
|
23
|
+
themedImageTreatment,
|
|
24
|
+
} from '../utils/themeUtils.js';
|
|
17
25
|
import { createAccentLayers, getAccentLayout, adjustY, DEFAULT_LAYOUT } from './accentImage.js';
|
|
18
|
-
import { createBackgroundLayer } from './captionUtils.js';
|
|
26
|
+
import { createBackgroundLayer, estimateTextHeight } from './captionUtils.js';
|
|
19
27
|
|
|
20
28
|
export function factCard(input: FactCardInput, context: TemplateContext): Layer[] {
|
|
21
29
|
const { fact, explanation, source, accentImage } = input;
|
|
22
|
-
const { theme } = context;
|
|
30
|
+
const { theme, viewport } = context;
|
|
23
31
|
|
|
24
32
|
// Get layout adjustments if accent image is present
|
|
25
33
|
const accentLayout = accentImage ? getAccentLayout(accentImage.position) : DEFAULT_LAYOUT;
|
|
26
34
|
|
|
27
|
-
// Scale font sizes for viewport
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
const
|
|
35
|
+
// Scale font sizes for viewport. The explanation sits at ~60% of the fact
|
|
36
|
+
// size — large enough to read comfortably as the secondary line while still
|
|
37
|
+
// clearly subordinate to the headline fact.
|
|
38
|
+
const factFontSize = themedFontSize(56, context, true);
|
|
39
|
+
const explainFontSize = themedFontSize(34, context, false);
|
|
40
|
+
const sourceFontSize = themedFontSize(20, context, false);
|
|
31
41
|
|
|
32
|
-
const layers: Layer[] = [
|
|
33
|
-
createBackgroundLayer(
|
|
34
|
-
'bg',
|
|
35
|
-
`linear-gradient(170deg, #1e2030 0%, ${theme.colors.background} 100%)`,
|
|
36
|
-
),
|
|
37
|
-
];
|
|
42
|
+
const layers: Layer[] = [createBackgroundLayer('bg', themedSurfaceGradient(context, 170))];
|
|
38
43
|
|
|
39
44
|
// Add accent image layers (behind text, after background)
|
|
40
45
|
if (accentImage) {
|
|
41
|
-
layers.push(
|
|
46
|
+
layers.push(
|
|
47
|
+
...createAccentLayers(
|
|
48
|
+
accentImage,
|
|
49
|
+
input.id,
|
|
50
|
+
themedImageTreatment(context, input.imageTreatment),
|
|
51
|
+
),
|
|
52
|
+
);
|
|
42
53
|
}
|
|
43
54
|
|
|
55
|
+
// Estimate each element's height so the stack reads as one lockup.
|
|
56
|
+
const textWidthPx = (parseFloat(accentLayout.textWidth) / 100) * viewport.width;
|
|
57
|
+
const factH = estimateTextHeight(fact, factFontSize, textWidthPx, 1.3);
|
|
58
|
+
const explainH = estimateTextHeight(explanation, explainFontSize, textWidthPx, 1.5);
|
|
59
|
+
const sourceH = source ? sourceFontSize * 1.4 : 0;
|
|
60
|
+
const gap = factFontSize * 0.9;
|
|
61
|
+
const sourceGap = source ? explainFontSize * 1.1 : 0;
|
|
62
|
+
const totalH = factH + gap + explainH + sourceGap + sourceH;
|
|
63
|
+
|
|
64
|
+
// Center the lockup slightly above the geometric middle (optical center).
|
|
65
|
+
const groupTopPct = 47 - (totalH / 2 / viewport.height) * 100;
|
|
66
|
+
const pct = (px: number) => groupTopPct + (px / viewport.height) * 100;
|
|
67
|
+
|
|
68
|
+
const factY = pct(factH / 2);
|
|
69
|
+
const explainY = pct(factH + gap + explainH / 2);
|
|
70
|
+
const sourceY = pct(factH + gap + explainH + sourceGap + sourceH / 2);
|
|
71
|
+
|
|
44
72
|
// Fact (main statement)
|
|
45
73
|
layers.push({
|
|
46
74
|
type: 'text',
|
|
@@ -53,17 +81,17 @@ export function factCard(input: FactCardInput, context: TemplateContext): Layer[
|
|
|
53
81
|
fontWeight: 'bold',
|
|
54
82
|
color: theme.colors.text,
|
|
55
83
|
textAlign: 'center',
|
|
56
|
-
lineHeight: 1.
|
|
57
|
-
shadow:
|
|
84
|
+
lineHeight: 1.3,
|
|
85
|
+
shadow: shouldUseShadow(context),
|
|
58
86
|
},
|
|
59
87
|
},
|
|
60
88
|
position: {
|
|
61
89
|
x: accentLayout.textCenterX,
|
|
62
|
-
y: adjustY(
|
|
90
|
+
y: adjustY(`${factY}%`, accentLayout),
|
|
63
91
|
width: accentLayout.textWidth,
|
|
64
92
|
anchor: 'center',
|
|
65
93
|
},
|
|
66
|
-
animation: { type: 'fadeIn', duration: 1.5 },
|
|
94
|
+
animation: themedEntrance(context, 'text', { type: 'fadeIn', duration: 1.5 }),
|
|
67
95
|
});
|
|
68
96
|
|
|
69
97
|
// Explanation
|
|
@@ -78,16 +106,16 @@ export function factCard(input: FactCardInput, context: TemplateContext): Layer[
|
|
|
78
106
|
color: theme.colors.textMuted,
|
|
79
107
|
textAlign: 'center',
|
|
80
108
|
lineHeight: 1.5,
|
|
81
|
-
shadow:
|
|
109
|
+
shadow: shouldUseShadow(context),
|
|
82
110
|
},
|
|
83
111
|
},
|
|
84
112
|
position: {
|
|
85
113
|
x: accentLayout.textCenterX,
|
|
86
|
-
y: adjustY(
|
|
114
|
+
y: adjustY(`${explainY}%`, accentLayout),
|
|
87
115
|
width: accentLayout.textWidth,
|
|
88
116
|
anchor: 'center',
|
|
89
117
|
},
|
|
90
|
-
animation: { type: 'fadeIn', duration: 1, delay: 0.8 },
|
|
118
|
+
animation: themedEntrance(context, 'text', { type: 'fadeIn', duration: 1, delay: 0.8 }),
|
|
91
119
|
});
|
|
92
120
|
|
|
93
121
|
// Add source if provided
|
|
@@ -102,12 +130,12 @@ export function factCard(input: FactCardInput, context: TemplateContext): Layer[
|
|
|
102
130
|
fontFamily: getThemeFont(context, 'body'),
|
|
103
131
|
color: theme.colors.textMuted,
|
|
104
132
|
textAlign: 'center',
|
|
105
|
-
shadow:
|
|
133
|
+
shadow: shouldUseShadow(context),
|
|
106
134
|
},
|
|
107
135
|
},
|
|
108
136
|
position: {
|
|
109
137
|
x: accentLayout.textCenterX,
|
|
110
|
-
y: adjustY(
|
|
138
|
+
y: adjustY(`${sourceY}%`, accentLayout),
|
|
111
139
|
anchor: 'center',
|
|
112
140
|
},
|
|
113
141
|
animation: { type: 'fadeIn', duration: 0.8, delay: 1.5 },
|