@bendyline/squisq 2.3.0 → 2.3.2

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/NOTICE.md CHANGED
@@ -4,21 +4,23 @@ This notice applies to the `@bendyline/squisq` npm package.
4
4
  Squisq-authored code is licensed under the MIT license in `LICENSE`.
5
5
  Third-party components remain under their respective license terms.
6
6
 
7
- ## Runtime dependencies
7
+ ## Runtime and generated-data dependencies
8
8
 
9
- | Package | Version | License | Repository |
10
- | ------------------- | ------- | ---------- | ---------------------------------------------------------------------- |
11
- | genson-js | 0.0.8 | Apache-2.0 | https://github.com/aspecto-io/genson-js |
12
- | hast-util-from-html | 2.0.3 | MIT | https://github.com/syntax-tree/hast-util-from-html |
13
- | localforage | 1.10.0 | Apache-2.0 | https://github.com/localForage/localForage |
14
- | ngeohash | 0.6.3 | MIT | https://github.com/sunng87/node-geohash |
15
- | remark-directive | 3.0.1 | MIT | https://github.com/remarkjs/remark-directive |
16
- | remark-frontmatter | 5.0.0 | MIT | https://github.com/remarkjs/remark-frontmatter |
17
- | remark-gfm | 4.0.1 | MIT | https://github.com/remarkjs/remark-gfm |
18
- | remark-math | 6.0.0 | MIT | https://github.com/remarkjs/remark-math |
19
- | remark-parse | 11.0.0 | MIT | https://github.com/remarkjs/remark/tree/main/packages/remark-parse |
20
- | remark-stringify | 11.0.0 | MIT | https://github.com/remarkjs/remark/tree/main/packages/remark-stringify |
21
- | unified | 11.0.5 | MIT | https://unifiedjs.com |
9
+ | Package | Version | License | Repository |
10
+ | ----------------------------------------- | ------- | ----------------------------- | ---------------------------------------------------------------------- |
11
+ | genson-js | 0.0.8 | Apache-2.0 | https://github.com/aspecto-io/genson-js |
12
+ | hast-util-from-html | 2.0.3 | MIT | https://github.com/syntax-tree/hast-util-from-html |
13
+ | localforage | 1.10.0 | Apache-2.0 | https://github.com/localForage/localForage |
14
+ | ngeohash | 0.6.3 | MIT | https://github.com/sunng87/node-geohash |
15
+ | remark-directive | 3.0.1 | MIT | https://github.com/remarkjs/remark-directive |
16
+ | remark-frontmatter | 5.0.0 | MIT | https://github.com/remarkjs/remark-frontmatter |
17
+ | remark-gfm | 4.0.1 | MIT | https://github.com/remarkjs/remark-gfm |
18
+ | remark-math | 6.0.0 | MIT | https://github.com/remarkjs/remark-math |
19
+ | remark-parse | 11.0.0 | MIT | https://github.com/remarkjs/remark/tree/main/packages/remark-parse |
20
+ | remark-stringify | 11.0.0 | MIT | https://github.com/remarkjs/remark/tree/main/packages/remark-stringify |
21
+ | unified | 11.0.5 | MIT | https://unifiedjs.com |
22
+ | @fortawesome/fontawesome-free _(bundled)_ | 7.2.0 | CC-BY-4.0 AND OFL-1.1 AND MIT | https://github.com/FortAwesome/Font-Awesome |
22
23
 
23
- Copyright and complete license texts for these dependencies are included in
24
- their respective npm distributions and source repositories.
24
+ The generated icon catalog incorporates Font Awesome Free metadata. Exact
25
+ third-party license texts for bundled code and data are shipped in
26
+ THIRD_PARTY_LICENSES.txt.
package/README.md CHANGED
@@ -18,7 +18,7 @@ npm install @bendyline/squisq
18
18
  | Module | Description |
19
19
  | ------------ | -------------------------------------------------------------------------------- |
20
20
  | **schemas** | Type definitions — `Doc`, `BlockTemplate`, `Viewport`, `Theme`, `LayoutStrategy` |
21
- | **doc** | Template registry, 25 block templates, animation/theme utilities |
21
+ | **doc** | Template registry, 26 block templates, animation/theme utilities |
22
22
  | **markdown** | Markdown parsing, stringifying, AST types (`MarkdownDocument`), tree utilities |
23
23
  | **spatial** | Haversine distance, Geohash encode/decode |
24
24
  | **storage** | `StorageAdapter` interface, Memory + LocalStorage + LocalForage adapters |
@@ -0,0 +1,178 @@
1
+ THIRD-PARTY LICENSES FOR @bendyline/squisq
2
+
3
+ Generated from the actual esbuild input graph. Package-local license, copying,
4
+ and notice files are reproduced verbatim. When an npm tarball omits its
5
+ repository license, the pinned upstream copy is vendored and identified below.
6
+
7
+ COMPONENTS
8
+ - @fortawesome/fontawesome-free@7.2.0 ((CC-BY-4.0 AND OFL-1.1 AND MIT)); files: LICENSE.txt
9
+
10
+ ==============================================================================
11
+ @fortawesome/fontawesome-free@7.2.0 - LICENSE.txt
12
+ ==============================================================================
13
+ Fonticons, Inc. (https://fontawesome.com)
14
+
15
+ --------------------------------------------------------------------------------
16
+
17
+ Font Awesome Free License
18
+
19
+ Font Awesome Free is free, open source, and GPL friendly. You can use it for
20
+ commercial projects, open source projects, or really almost whatever you want.
21
+ Full Font Awesome Free license: https://fontawesome.com/license/free.
22
+
23
+ --------------------------------------------------------------------------------
24
+
25
+ # Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/)
26
+
27
+ The Font Awesome Free download is licensed under a Creative Commons
28
+ Attribution 4.0 International License and applies to all icons packaged
29
+ as SVG and JS file types.
30
+
31
+ --------------------------------------------------------------------------------
32
+
33
+ # Fonts: SIL OFL 1.1 License
34
+
35
+ In the Font Awesome Free download, the SIL OFL license applies to all icons
36
+ packaged as web and desktop font files.
37
+
38
+ Copyright (c) 2026 Fonticons, Inc. (https://fontawesome.com)
39
+ with Reserved Font Name: "Font Awesome".
40
+
41
+ This Font Software is licensed under the SIL Open Font License, Version 1.1.
42
+ This license is copied below, and is also available with a FAQ at:
43
+ http://scripts.sil.org/OFL
44
+
45
+ SIL OPEN FONT LICENSE
46
+ Version 1.1 - 26 February 2007
47
+
48
+ PREAMBLE
49
+ The goals of the Open Font License (OFL) are to stimulate worldwide
50
+ development of collaborative font projects, to support the font creation
51
+ efforts of academic and linguistic communities, and to provide a free and
52
+ open framework in which fonts may be shared and improved in partnership
53
+ with others.
54
+
55
+ The OFL allows the licensed fonts to be used, studied, modified and
56
+ redistributed freely as long as they are not sold by themselves. The
57
+ fonts, including any derivative works, can be bundled, embedded,
58
+ redistributed and/or sold with any software provided that any reserved
59
+ names are not used by derivative works. The fonts and derivatives,
60
+ however, cannot be released under any other type of license. The
61
+ requirement for fonts to remain under this license does not apply
62
+ to any document created using the fonts or their derivatives.
63
+
64
+ DEFINITIONS
65
+ "Font Software" refers to the set of files released by the Copyright
66
+ Holder(s) under this license and clearly marked as such. This may
67
+ include source files, build scripts and documentation.
68
+
69
+ "Reserved Font Name" refers to any names specified as such after the
70
+ copyright statement(s).
71
+
72
+ "Original Version" refers to the collection of Font Software components as
73
+ distributed by the Copyright Holder(s).
74
+
75
+ "Modified Version" refers to any derivative made by adding to, deleting,
76
+ or substituting — in part or in whole — any of the components of the
77
+ Original Version, by changing formats or by porting the Font Software to a
78
+ new environment.
79
+
80
+ "Author" refers to any designer, engineer, programmer, technical
81
+ writer or other person who contributed to the Font Software.
82
+
83
+ PERMISSION & CONDITIONS
84
+ Permission is hereby granted, free of charge, to any person obtaining
85
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
86
+ redistribute, and sell modified and unmodified copies of the Font
87
+ Software, subject to the following conditions:
88
+
89
+ 1) Neither the Font Software nor any of its individual components,
90
+ in Original or Modified Versions, may be sold by itself.
91
+
92
+ 2) Original or Modified Versions of the Font Software may be bundled,
93
+ redistributed and/or sold with any software, provided that each copy
94
+ contains the above copyright notice and this license. These can be
95
+ included either as stand-alone text files, human-readable headers or
96
+ in the appropriate machine-readable metadata fields within text or
97
+ binary files as long as those fields can be easily viewed by the user.
98
+
99
+ 3) No Modified Version of the Font Software may use the Reserved Font
100
+ Name(s) unless explicit written permission is granted by the corresponding
101
+ Copyright Holder. This restriction only applies to the primary font name as
102
+ presented to the users.
103
+
104
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
105
+ Software shall not be used to promote, endorse or advertise any
106
+ Modified Version, except to acknowledge the contribution(s) of the
107
+ Copyright Holder(s) and the Author(s) or with their explicit written
108
+ permission.
109
+
110
+ 5) The Font Software, modified or unmodified, in part or in whole,
111
+ must be distributed entirely under this license, and must not be
112
+ distributed under any other license. The requirement for fonts to
113
+ remain under this license does not apply to any document created
114
+ using the Font Software.
115
+
116
+ TERMINATION
117
+ This license becomes null and void if any of the above conditions are
118
+ not met.
119
+
120
+ DISCLAIMER
121
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
122
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
123
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
124
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
125
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
126
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
127
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
128
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
129
+ OTHER DEALINGS IN THE FONT SOFTWARE.
130
+
131
+ --------------------------------------------------------------------------------
132
+
133
+ # Code: MIT License (https://opensource.org/licenses/MIT)
134
+
135
+ In the Font Awesome Free download, the MIT license applies to all non-font and
136
+ non-icon files.
137
+
138
+ Copyright 2026 Fonticons, Inc.
139
+
140
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
141
+ this software and associated documentation files (the "Software"), to deal in the
142
+ Software without restriction, including without limitation the rights to use, copy,
143
+ modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
144
+ and to permit persons to whom the Software is furnished to do so, subject to the
145
+ following conditions:
146
+
147
+ The above copyright notice and this permission notice shall be included in all
148
+ copies or substantial portions of the Software.
149
+
150
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
151
+ INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
152
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
153
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
154
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
155
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
156
+
157
+ --------------------------------------------------------------------------------
158
+
159
+ # Attribution
160
+
161
+ Attribution is required by MIT, SIL OFL, and CC BY licenses. Downloaded Font
162
+ Awesome Free files already contain embedded comments with sufficient
163
+ attribution, so you shouldn't need to do anything additional when using these
164
+ files normally.
165
+
166
+ We've kept attribution comments terse, so we ask that you do not actively work
167
+ to remove them from files, especially code. They're a great way for folks to
168
+ learn about Font Awesome.
169
+
170
+ --------------------------------------------------------------------------------
171
+
172
+ # Brand Icons
173
+
174
+ All brand icons are trademarks of their respective owners. The use of these
175
+ trademarks does not indicate endorsement of the trademark holder by Font
176
+ Awesome, nor vice versa. **Please do not use brand logos for any purpose except
177
+ to represent the company, product, or service to which they refer.**
178
+
@@ -271,6 +271,7 @@ declare function getSafeTextBounds(orientation: ViewportOrientation): {
271
271
  * Template Types:
272
272
  * - title: Doc intro with title + subtitle
273
273
  * - sectionHeader: Colored section divider
274
+ * - content: Heading with the complete Markdown body
274
275
  * - statHighlight: Big number/stat with description
275
276
  * - quote: Large centered quote
276
277
  * - factCard: Key fact with explanation
@@ -394,6 +395,18 @@ interface SectionHeaderInput extends BaseTemplateBlock {
394
395
  /** Ambient motion for background image */
395
396
  ambientMotion?: 'zoomIn' | 'zoomOut' | 'panLeft' | 'panRight';
396
397
  }
398
+ /**
399
+ * Content block - loss-averse heading and body layout.
400
+ *
401
+ * This is the safe default for agent-authored presentation drafts: it renders
402
+ * the complete plain-text projection of the block body and lets preview
403
+ * diagnostics report overflow before a later visual-optimization pass.
404
+ */
405
+ interface ContentBlockInput extends BaseTemplateBlock {
406
+ template: 'content';
407
+ /** Heading shown above the body. */
408
+ title: string;
409
+ }
397
410
  /**
398
411
  * Stat highlight - big number with description and optional detail.
399
412
  */
@@ -929,7 +942,7 @@ interface DataTableInput extends BaseTemplateBlock {
929
942
  /**
930
943
  * Union of all template block types.
931
944
  */
932
- type TemplateBlock = TitleBlockInput | SectionHeaderInput | StatHighlightInput | QuoteBlockInput | FactCardInput | TwoColumnInput | DateEventInput | ImageWithCaptionInput | LeftFeatureInput | RightFeatureInput | MapBlockInput | FullBleedQuoteInput | ListBlockInput | PhotoGridInput | DefinitionCardInput | ComparisonBarInput | PullQuoteInput | VideoWithCaptionInput | VideoPullQuoteInput | DataTableInput | DiagramBlockInput | TreeBlockInput | TimelineBlockInput | DrawingBlockInput | RawLayersInput;
945
+ type TemplateBlock = TitleBlockInput | SectionHeaderInput | ContentBlockInput | StatHighlightInput | QuoteBlockInput | FactCardInput | TwoColumnInput | DateEventInput | ImageWithCaptionInput | LeftFeatureInput | RightFeatureInput | MapBlockInput | FullBleedQuoteInput | ListBlockInput | PhotoGridInput | DefinitionCardInput | ComparisonBarInput | PullQuoteInput | VideoWithCaptionInput | VideoPullQuoteInput | DataTableInput | DiagramBlockInput | TreeBlockInput | TimelineBlockInput | DrawingBlockInput | RawLayersInput;
933
946
  /**
934
947
  * A block can be either a raw Block or a TemplateBlock.
935
948
  */
@@ -2544,4 +2557,4 @@ declare function getBlockAtTime(blocks: Block[], time: number): Block | null;
2544
2557
  */
2545
2558
  declare function getCaptionAtTime(captions: CaptionTrack | undefined, time: number): CaptionPhrase | null;
2546
2559
 
2547
- export { type MapBlockInput as $, type AccentImage as A, type Block as B, type CaptionPhrase as C, DARK_SURFACE as D, type DiagramTemplateNode as E, type Doc as F, type DocBlock as G, type DocDiagnostic as H, type DrawingBlockInput as I, FRONTMATTER_CUSTOM_TEMPLATES_KEY as J, FRONTMATTER_CUSTOM_THEMES_KEY as K, type FactCardInput as L, type FontFamily as M, type FontFamilyKind as N, type FullBleedQuoteInput as O, type GradientBackgroundConfig as P, type ImageBackgroundConfig as Q, type ImageLayer as R, type ImageTreatment as S, type ImageWithCaptionInput as T, LIGHT_SURFACE as U, type Layer as V, type LayerRepeat as W, type LayoutHints as X, type LeftFeatureInput as Y, type LinearGradient as Z, type ListBlockInput as _, type AccentPosition as a, type TextLayer as a$, type MapLayer as a0, type MapMarker as a1, type MapTileStyle as a2, type MarkerStyle as a3, type MediaClip as a4, type MermaidLayer as a5, PAGE_ACCENT_STRATEGIES as a6, PAGE_BACKGROUNDS as a7, PAGE_BACKGROUND_RHYTHMS as a8, PAGE_DESIGN_FAMILIES as a9, type PersistentLayerTemplate as aA, type PersistentLayerTemplateConfig as aB, type PersistentLayerTemplateType as aC, type PhotoGridInput as aD, type Position as aE, type ProgressIndicatorConfig as aF, type PullQuoteInput as aG, type QuoteBlockInput as aH, type RawLayersInput as aI, type RenderStyle as aJ, type RightFeatureInput as aK, type ScheduledClip as aL, type SectionHeaderInput as aM, type ShapeFilter as aN, type ShapeLayer as aO, type ShapePattern as aP, type SolidBackgroundConfig as aQ, type StartBlockConfig as aR, type StatHighlightInput as aS, type SurfaceScheme as aT, THEME_SCHEMA_VERSION as aU, type TableLayer as aV, type TableLayerStyle as aW, type TemplateBlock as aX, type TemplateContext as aY, type TemplateFunction as aZ, type TemplateRegistry as a_, PAGE_DIVIDERS as aa, PAGE_EMPHASES as ab, PAGE_EYEBROWS as ac, PAGE_HEADING_CASES as ad, PAGE_HEADING_SCALES as ae, PAGE_HEADING_UNDERLINES as af, PAGE_HERO_STYLES as ag, PAGE_IMAGE_FRAMINGS as ah, PAGE_NUMERAL_STYLES as ai, PAGE_PATTERNS as aj, PAGE_QUOTE_MARKS as ak, PAGE_SECTION_KINDS as al, PAGE_SECTION_SPACINGS as am, PAGE_SHADOWS as an, type PageAccentRotation as ao, type PageBackground as ap, type PageDesignFamily as aq, type PageEmphasis as ar, type PageHeadingTreatment as as, type PageSectionKind as at, type PageSectionOverride as au, type PageTokens as av, type PathLayer as aw, type PatternBackgroundConfig as ax, type PersistentLayer as ay, type PersistentLayerConfig as az, type AmbientGradientConfig as b, type TextStyle as b0, type Theme as b1, type ThemeColorPalette as b2, type ThemeColorScheme as b3, type ThemePageStyle as b4, type ThemeRegistry as b5, type ThemeSchemaVersion as b6, type ThemeSeedColors as b7, type ThemeStyle as b8, type ThemeTypography as b9, getAspectRatioString as bA, getBlockAtTime as bB, getCaptionAtTime as bC, getDocPlaybackDuration as bD, getLayoutHints as bE, getSafeTextBounds as bF, getSegmentAtTime as bG, getTwoColumnPositions as bH, getViewport as bI, getViewportOrientation as bJ, isPersistentLayerTemplate as bK, isTemplateBlock as bL, scaledFontSize$1 as bM, resolveMediaSchedule as bN, scaledFontSize as bO, type TimelineBlockInput as ba, type TimelineTemplateEvent as bb, type TimelineTemplateLink as bc, type TimelineTemplateTrack as bd, type TitleBlockInput as be, type TitleCaptionConfig as bf, type TreeBlockInput as bg, type TreeLayer as bh, type TreeLayerItem as bi, type TreeLayerStyle as bj, type TreeTemplateItem as bk, type TwoColumnInput as bl, VIEWPORT_PRESETS as bm, type VideoLayer as bn, type VideoPullQuoteInput as bo, type VideoWithCaptionInput as bp, type ViewportConfig as bq, type ViewportOrientation as br, type ViewportPreset as bs, type VignetteConfig as bt, applySurface as bu, calculateDuration as bv, calculateFontScale as bw, createTemplateContext as bx, createTheme as by, createThemeRegistry as bz, type Animation as c, type AnimationType as d, type AudioBookmark as e, type AudioSegment as f, type AudioTimingData as g, type AudioTrack as h, type BlockConnection as i, type BorderStyle as j, type CaptionTrack as k, type CaptionWord as l, type ColorScheme as m, type ComparisonBarInput as n, type CornerBrandingConfig as o, type CustomTemplateDefinition as p, type CustomTemplateLayer as q, DEFAULT_DOC_FONT as r, DEFAULT_TITLE_FONT as s, type DataTableInput as t, type DateEventInput as u, type DeepPartial as v, type DefinitionCardInput as w, type DiagramBlockInput as x, type DiagramEdgeAnchor as y, type DiagramTemplateEdge as z };
2560
+ export { type ListBlockInput as $, type AccentImage as A, type Block as B, type CaptionPhrase as C, DARK_SURFACE as D, type DiagramTemplateEdge as E, type DiagramTemplateNode as F, type Doc as G, type DocBlock as H, type DocDiagnostic as I, type DrawingBlockInput as J, FRONTMATTER_CUSTOM_TEMPLATES_KEY as K, FRONTMATTER_CUSTOM_THEMES_KEY as L, type FactCardInput as M, type FontFamily as N, type FontFamilyKind as O, type FullBleedQuoteInput as P, type GradientBackgroundConfig as Q, type ImageBackgroundConfig as R, type ImageLayer as S, type ImageTreatment as T, type ImageWithCaptionInput as U, LIGHT_SURFACE as V, type Layer as W, type LayerRepeat as X, type LayoutHints as Y, type LeftFeatureInput as Z, type LinearGradient as _, type AccentPosition as a, type TemplateRegistry as a$, type MapBlockInput as a0, type MapLayer as a1, type MapMarker as a2, type MapTileStyle as a3, type MarkerStyle as a4, type MediaClip as a5, type MermaidLayer as a6, PAGE_ACCENT_STRATEGIES as a7, PAGE_BACKGROUNDS as a8, PAGE_BACKGROUND_RHYTHMS as a9, type PersistentLayerConfig as aA, type PersistentLayerTemplate as aB, type PersistentLayerTemplateConfig as aC, type PersistentLayerTemplateType as aD, type PhotoGridInput as aE, type Position as aF, type ProgressIndicatorConfig as aG, type PullQuoteInput as aH, type QuoteBlockInput as aI, type RawLayersInput as aJ, type RenderStyle as aK, type RightFeatureInput as aL, type ScheduledClip as aM, type SectionHeaderInput as aN, type ShapeFilter as aO, type ShapeLayer as aP, type ShapePattern as aQ, type SolidBackgroundConfig as aR, type StartBlockConfig as aS, type StatHighlightInput as aT, type SurfaceScheme as aU, THEME_SCHEMA_VERSION as aV, type TableLayer as aW, type TableLayerStyle as aX, type TemplateBlock as aY, type TemplateContext as aZ, type TemplateFunction as a_, PAGE_DESIGN_FAMILIES as aa, PAGE_DIVIDERS as ab, PAGE_EMPHASES as ac, PAGE_EYEBROWS as ad, PAGE_HEADING_CASES as ae, PAGE_HEADING_SCALES as af, PAGE_HEADING_UNDERLINES as ag, PAGE_HERO_STYLES as ah, PAGE_IMAGE_FRAMINGS as ai, PAGE_NUMERAL_STYLES as aj, PAGE_PATTERNS as ak, PAGE_QUOTE_MARKS as al, PAGE_SECTION_KINDS as am, PAGE_SECTION_SPACINGS as an, PAGE_SHADOWS as ao, type PageAccentRotation as ap, type PageBackground as aq, type PageDesignFamily as ar, type PageEmphasis as as, type PageHeadingTreatment as at, type PageSectionKind as au, type PageSectionOverride as av, type PageTokens as aw, type PathLayer as ax, type PatternBackgroundConfig as ay, type PersistentLayer as az, type AmbientGradientConfig as b, type TextLayer as b0, type TextStyle as b1, type Theme as b2, type ThemeColorPalette as b3, type ThemeColorScheme as b4, type ThemePageStyle as b5, type ThemeRegistry as b6, type ThemeSchemaVersion as b7, type ThemeSeedColors as b8, type ThemeStyle as b9, createThemeRegistry as bA, getAspectRatioString as bB, getBlockAtTime as bC, getCaptionAtTime as bD, getDocPlaybackDuration as bE, getLayoutHints as bF, getSafeTextBounds as bG, getSegmentAtTime as bH, getTwoColumnPositions as bI, getViewport as bJ, getViewportOrientation as bK, isPersistentLayerTemplate as bL, isTemplateBlock as bM, scaledFontSize$1 as bN, resolveMediaSchedule as bO, scaledFontSize as bP, type ThemeTypography as ba, type TimelineBlockInput as bb, type TimelineTemplateEvent as bc, type TimelineTemplateLink as bd, type TimelineTemplateTrack as be, type TitleBlockInput as bf, type TitleCaptionConfig as bg, type TreeBlockInput as bh, type TreeLayer as bi, type TreeLayerItem as bj, type TreeLayerStyle as bk, type TreeTemplateItem as bl, type TwoColumnInput as bm, VIEWPORT_PRESETS as bn, type VideoLayer as bo, type VideoPullQuoteInput as bp, type VideoWithCaptionInput as bq, type ViewportConfig as br, type ViewportOrientation as bs, type ViewportPreset as bt, type VignetteConfig as bu, applySurface as bv, calculateDuration as bw, calculateFontScale as bx, createTemplateContext as by, createTheme as bz, type Animation as c, type AnimationType as d, type AudioBookmark as e, type AudioSegment as f, type AudioTimingData as g, type AudioTrack as h, type BlockConnection as i, type BorderStyle as j, type CaptionTrack as k, type CaptionWord as l, type ColorScheme as m, type ComparisonBarInput as n, type ContentBlockInput as o, type CornerBrandingConfig as p, type CustomTemplateDefinition as q, type CustomTemplateLayer as r, DEFAULT_DOC_FONT as s, DEFAULT_TITLE_FONT as t, type DataTableInput as u, type DateEventInput as v, type DeepPartial as w, type DefinitionCardInput as x, type DiagramBlockInput as y, type DiagramEdgeAnchor as z };
@@ -1,4 +1,4 @@
1
- import { R as ImageLayer, a$ as TextLayer, aO as ShapeLayer, aw as PathLayer } from './Doc-COe-rPQB.js';
1
+ import { S as ImageLayer, b0 as TextLayer, aP as ShapeLayer, ax as PathLayer } from './Doc-BrgZC7SE.js';
2
2
 
3
3
  /**
4
4
  * ImageEditDoc — JSON document describing a layered, editable image.
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  expectedSyllablesAt,
3
3
  wordPosAtExpectedSyllables
4
- } from "./chunk-GIIOY6XR.js";
4
+ } from "./chunk-CKZY6K5R.js";
5
5
 
6
6
  // src/narration/types.ts
7
7
  var DEFAULT_FEATURE_CONFIG = Object.freeze({