screenci 0.0.76 → 0.0.78
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.d.ts +51 -1
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +557 -200
- package/dist/cli.js.map +1 -1
- package/dist/docs/manifest.d.ts +253 -98
- package/dist/docs/manifest.d.ts.map +1 -1
- package/dist/docs/manifest.js +92 -32
- package/dist/docs/manifest.js.map +1 -1
- package/dist/docs/video-sources/camera-and-zooming.screenci.d.ts +2 -0
- package/dist/docs/video-sources/camera-and-zooming.screenci.d.ts.map +1 -0
- package/dist/docs/video-sources/camera-and-zooming.screenci.js +57 -0
- package/dist/docs/video-sources/camera-and-zooming.screenci.js.map +1 -0
- package/dist/docs/video-sources/installation.screenci.js +14 -3
- package/dist/docs/video-sources/installation.screenci.js.map +1 -1
- package/dist/docs/video-sources/languages.screenci.d.ts +2 -0
- package/dist/docs/video-sources/languages.screenci.d.ts.map +1 -0
- package/dist/docs/video-sources/languages.screenci.js +68 -0
- package/dist/docs/video-sources/languages.screenci.js.map +1 -0
- package/dist/docs/video-sources/locator-highlight-animated.screenci.js +1 -1
- package/dist/docs/video-sources/locator-highlight-animated.screenci.js.map +1 -1
- package/dist/docs/video-sources/narration.screenci.d.ts +2 -0
- package/dist/docs/video-sources/narration.screenci.d.ts.map +1 -0
- package/dist/docs/video-sources/narration.screenci.js +71 -0
- package/dist/docs/video-sources/narration.screenci.js.map +1 -0
- package/dist/docs/video-sources/public-urls-and-embeds.screenci.d.ts +2 -0
- package/dist/docs/video-sources/public-urls-and-embeds.screenci.d.ts.map +1 -0
- package/dist/docs/video-sources/public-urls-and-embeds.screenci.js +60 -0
- package/dist/docs/video-sources/public-urls-and-embeds.screenci.js.map +1 -0
- package/dist/docs/video-sources/speaking-style.screenci.d.ts +2 -0
- package/dist/docs/video-sources/speaking-style.screenci.d.ts.map +1 -0
- package/dist/docs/video-sources/speaking-style.screenci.js +76 -0
- package/dist/docs/video-sources/speaking-style.screenci.js.map +1 -0
- package/dist/docs/video-sources/vertical-video.screenci.d.ts +2 -0
- package/dist/docs/video-sources/vertical-video.screenci.d.ts.map +1 -0
- package/dist/docs/video-sources/vertical-video.screenci.js +58 -0
- package/dist/docs/video-sources/vertical-video.screenci.js.map +1 -0
- package/dist/docs/videos.d.ts +20 -0
- package/dist/docs/videos.d.ts.map +1 -1
- package/dist/docs/videos.js +25 -0
- package/dist/docs/videos.js.map +1 -1
- package/dist/e2e/instrument.e2e.js +8 -0
- package/dist/e2e/instrument.e2e.js.map +1 -1
- package/dist/e2e/redact.e2e.d.ts +2 -0
- package/dist/e2e/redact.e2e.d.ts.map +1 -0
- package/dist/e2e/redact.e2e.js +161 -0
- package/dist/e2e/redact.e2e.js.map +1 -0
- package/dist/index.d.ts +10 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +8 -1
- package/dist/index.js.map +1 -1
- package/dist/src/asset.d.ts +154 -13
- package/dist/src/asset.d.ts.map +1 -1
- package/dist/src/asset.js +262 -32
- package/dist/src/asset.js.map +1 -1
- package/dist/src/assetHash.d.ts +27 -0
- package/dist/src/assetHash.d.ts.map +1 -0
- package/dist/src/assetHash.js +0 -0
- package/dist/src/assetHash.js.map +1 -0
- package/dist/src/audio.d.ts +8 -5
- package/dist/src/audio.d.ts.map +1 -1
- package/dist/src/audio.js +56 -31
- package/dist/src/audio.js.map +1 -1
- package/dist/src/builder.d.ts +132 -32
- package/dist/src/builder.d.ts.map +1 -1
- package/dist/src/builder.js +66 -20
- package/dist/src/builder.js.map +1 -1
- package/dist/src/changeFocus.d.ts.map +1 -1
- package/dist/src/changeFocus.js +103 -34
- package/dist/src/changeFocus.js.map +1 -1
- package/dist/src/cue.d.ts +29 -17
- package/dist/src/cue.d.ts.map +1 -1
- package/dist/src/cue.js +138 -61
- package/dist/src/cue.js.map +1 -1
- package/dist/src/declare.d.ts +8 -4
- package/dist/src/declare.d.ts.map +1 -1
- package/dist/src/declare.js +28 -10
- package/dist/src/declare.js.map +1 -1
- package/dist/src/defaults.d.ts +23 -0
- package/dist/src/defaults.d.ts.map +1 -1
- package/dist/src/defaults.js +23 -0
- package/dist/src/defaults.js.map +1 -1
- package/dist/src/events.d.ts +289 -25
- package/dist/src/events.d.ts.map +1 -1
- package/dist/src/events.js +145 -13
- package/dist/src/events.js.map +1 -1
- package/dist/src/htmlRasterizer.d.ts +10 -0
- package/dist/src/htmlRasterizer.d.ts.map +1 -1
- package/dist/src/htmlRasterizer.js +12 -2
- package/dist/src/htmlRasterizer.js.map +1 -1
- package/dist/src/init.d.ts +2 -0
- package/dist/src/init.d.ts.map +1 -1
- package/dist/src/init.js +64 -18
- package/dist/src/init.js.map +1 -1
- package/dist/src/instrument.d.ts.map +1 -1
- package/dist/src/instrument.js +25 -7
- package/dist/src/instrument.js.map +1 -1
- package/dist/src/locales.d.ts.map +1 -1
- package/dist/src/locales.js +1 -0
- package/dist/src/locales.js.map +1 -1
- package/dist/src/localize.d.ts +25 -17
- package/dist/src/localize.d.ts.map +1 -1
- package/dist/src/localize.js +18 -10
- package/dist/src/localize.js.map +1 -1
- package/dist/src/localizeRuntime.d.ts +18 -13
- package/dist/src/localizeRuntime.d.ts.map +1 -1
- package/dist/src/localizeRuntime.js +28 -18
- package/dist/src/localizeRuntime.js.map +1 -1
- package/dist/src/logger.d.ts +5 -0
- package/dist/src/logger.d.ts.map +1 -1
- package/dist/src/logger.js +7 -0
- package/dist/src/logger.js.map +1 -1
- package/dist/src/narrationVisibility.d.ts +19 -0
- package/dist/src/narrationVisibility.d.ts.map +1 -0
- package/dist/src/narrationVisibility.js +26 -0
- package/dist/src/narrationVisibility.js.map +1 -0
- package/dist/src/recordingData.d.ts +7 -0
- package/dist/src/recordingData.d.ts.map +1 -1
- package/dist/src/recordingSize.d.ts +32 -0
- package/dist/src/recordingSize.d.ts.map +1 -0
- package/dist/src/recordingSize.js +54 -0
- package/dist/src/recordingSize.js.map +1 -0
- package/dist/src/redact.d.ts +68 -0
- package/dist/src/redact.d.ts.map +1 -0
- package/dist/src/redact.js +138 -0
- package/dist/src/redact.js.map +1 -0
- package/dist/src/redactController.d.ts +61 -0
- package/dist/src/redactController.d.ts.map +1 -0
- package/dist/src/redactController.js +232 -0
- package/dist/src/redactController.js.map +1 -0
- package/dist/src/runtimeContext.d.ts +32 -0
- package/dist/src/runtimeContext.d.ts.map +1 -1
- package/dist/src/runtimeContext.js +21 -0
- package/dist/src/runtimeContext.js.map +1 -1
- package/dist/src/runtimeMode.d.ts +15 -7
- package/dist/src/runtimeMode.d.ts.map +1 -1
- package/dist/src/runtimeMode.js +17 -6
- package/dist/src/runtimeMode.js.map +1 -1
- package/dist/src/screenAudio.d.ts +34 -4
- package/dist/src/screenAudio.d.ts.map +1 -1
- package/dist/src/screenAudio.js +0 -0
- package/dist/src/screenAudio.js.map +1 -1
- package/dist/src/screenAudioSink.d.ts +12 -0
- package/dist/src/screenAudioSink.d.ts.map +1 -1
- package/dist/src/screenAudioSink.js +30 -0
- package/dist/src/screenAudioSink.js.map +1 -1
- package/dist/src/screenshot.d.ts +16 -14
- package/dist/src/screenshot.d.ts.map +1 -1
- package/dist/src/screenshot.js +11 -11
- package/dist/src/screenshot.js.map +1 -1
- package/dist/src/sourceTrim.d.ts +29 -0
- package/dist/src/sourceTrim.d.ts.map +1 -0
- package/dist/src/sourceTrim.js +76 -0
- package/dist/src/sourceTrim.js.map +1 -0
- package/dist/src/studio.d.ts +71 -3
- package/dist/src/studio.d.ts.map +1 -1
- package/dist/src/studio.js +19 -1
- package/dist/src/studio.js.map +1 -1
- package/dist/src/timelineOffset.d.ts +46 -0
- package/dist/src/timelineOffset.d.ts.map +1 -0
- package/dist/src/timelineOffset.js +66 -0
- package/dist/src/timelineOffset.js.map +1 -0
- package/dist/src/titleValidation.d.ts +38 -0
- package/dist/src/titleValidation.d.ts.map +1 -1
- package/dist/src/titleValidation.js +42 -0
- package/dist/src/titleValidation.js.map +1 -1
- package/dist/src/types.d.ts +85 -0
- package/dist/src/types.d.ts.map +1 -1
- package/dist/src/types.js +1 -1
- package/dist/src/types.js.map +1 -1
- package/dist/src/video.d.ts +37 -34
- package/dist/src/video.d.ts.map +1 -1
- package/dist/src/video.js +99 -48
- package/dist/src/video.js.map +1 -1
- package/dist/src/voiceSampleAudio.d.ts +34 -0
- package/dist/src/voiceSampleAudio.d.ts.map +1 -0
- package/dist/src/voiceSampleAudio.js +105 -0
- package/dist/src/voiceSampleAudio.js.map +1 -0
- package/dist/src/voices.d.ts +2 -2
- package/dist/src/voices.d.ts.map +1 -1
- package/dist/src/voices.js +8 -3
- package/dist/src/voices.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -2
- package/templates/recordings/assets/logo.png +0 -0
package/dist/docs/manifest.d.ts
CHANGED
|
@@ -51,92 +51,142 @@ export declare const docsManifest: readonly [{
|
|
|
51
51
|
readonly title: "CI Setup";
|
|
52
52
|
readonly description: "Understand the generated GitHub Actions workflow, required secrets, and how to keep CI recordings deterministic.";
|
|
53
53
|
readonly prev: "docs/video-script-basics";
|
|
54
|
-
readonly next: "docs/guides/
|
|
54
|
+
readonly next: "docs/guides/animated-interactions";
|
|
55
55
|
}, {
|
|
56
|
-
readonly source: "
|
|
57
|
-
readonly slug: "docs/guides/
|
|
56
|
+
readonly source: "animated-interactions.md";
|
|
57
|
+
readonly slug: "docs/guides/animated-interactions";
|
|
58
58
|
readonly section: "Guides";
|
|
59
59
|
readonly order: 1;
|
|
60
|
-
readonly navLabel: "
|
|
61
|
-
readonly title: "
|
|
60
|
+
readonly navLabel: "Animated interactions";
|
|
61
|
+
readonly title: "Animated Interactions";
|
|
62
62
|
readonly description: "Understand how ScreenCI instruments the Playwright page so visible actions like clicks, typing, mouse movement, and scrolling are animated.";
|
|
63
63
|
readonly prev: "docs/ci-setup";
|
|
64
|
-
readonly next: "docs/guides/narration
|
|
64
|
+
readonly next: "docs/guides/narration";
|
|
65
65
|
}, {
|
|
66
|
-
readonly source: "narration
|
|
67
|
-
readonly slug: "docs/guides/narration
|
|
68
|
-
readonly section: "
|
|
66
|
+
readonly source: "narration.md";
|
|
67
|
+
readonly slug: "docs/guides/narration";
|
|
68
|
+
readonly section: "Fixtures";
|
|
69
|
+
readonly order: 1;
|
|
70
|
+
readonly navLabel: "Narration";
|
|
71
|
+
readonly title: "Narration";
|
|
72
|
+
readonly description: "Attach spoken cues to a video, overlap narration with visible UI motion, choose voices, use speech markup, and connect ElevenLabs for custom voices.";
|
|
73
|
+
readonly prev: "docs/guides/animated-interactions";
|
|
74
|
+
readonly next: "docs/guides/values";
|
|
75
|
+
}, {
|
|
76
|
+
readonly source: "values.md";
|
|
77
|
+
readonly slug: "docs/guides/values";
|
|
78
|
+
readonly section: "Fixtures";
|
|
69
79
|
readonly order: 2;
|
|
70
|
-
readonly navLabel: "
|
|
71
|
-
readonly title: "
|
|
72
|
-
readonly description: "
|
|
73
|
-
readonly prev: "docs/guides/
|
|
74
|
-
readonly next: "docs/guides/
|
|
80
|
+
readonly navLabel: "Values";
|
|
81
|
+
readonly title: "Values";
|
|
82
|
+
readonly description: "Inject per-language page content with video.values() for apps that do not self-localize, and let Studio manage field values without code changes.";
|
|
83
|
+
readonly prev: "docs/guides/narration";
|
|
84
|
+
readonly next: "docs/guides/audio";
|
|
75
85
|
}, {
|
|
76
|
-
readonly source: "
|
|
77
|
-
readonly slug: "docs/guides/
|
|
78
|
-
readonly section: "
|
|
86
|
+
readonly source: "audio.md";
|
|
87
|
+
readonly slug: "docs/guides/audio";
|
|
88
|
+
readonly section: "Fixtures";
|
|
79
89
|
readonly order: 3;
|
|
80
|
-
readonly navLabel: "
|
|
81
|
-
readonly title: "
|
|
82
|
-
readonly description: "
|
|
83
|
-
readonly prev: "docs/guides/
|
|
90
|
+
readonly navLabel: "Audio";
|
|
91
|
+
readonly title: "Audio";
|
|
92
|
+
readonly description: "Add background music or sound effects to a video with video.audio(), control volume and looping, and let Studio manage track files.";
|
|
93
|
+
readonly prev: "docs/guides/values";
|
|
84
94
|
readonly next: "docs/guides/overlays";
|
|
85
95
|
}, {
|
|
86
96
|
readonly source: "overlays.md";
|
|
87
97
|
readonly slug: "docs/guides/overlays";
|
|
88
|
-
readonly section: "
|
|
98
|
+
readonly section: "Fixtures";
|
|
89
99
|
readonly order: 4;
|
|
90
100
|
readonly navLabel: "Overlays";
|
|
91
101
|
readonly title: "Overlays";
|
|
92
102
|
readonly description: "Add intro clips, corner logos, transitions, and timed overlays to ScreenCI recordings from files, HTML, or React.";
|
|
93
|
-
readonly prev: "docs/guides/
|
|
103
|
+
readonly prev: "docs/guides/audio";
|
|
104
|
+
readonly next: "docs/guides/dependencies";
|
|
105
|
+
}, {
|
|
106
|
+
readonly source: "dependencies.md";
|
|
107
|
+
readonly slug: "docs/guides/dependencies";
|
|
108
|
+
readonly section: "Fixtures";
|
|
109
|
+
readonly order: 5;
|
|
110
|
+
readonly navLabel: "Render dependencies";
|
|
111
|
+
readonly title: "Render Dependencies";
|
|
112
|
+
readonly description: "Embed one render inside another with selected(name): reuse intro clips and logo stills across videos and screenshots, and have dependents re-render automatically when the target selection changes.";
|
|
113
|
+
readonly prev: "docs/guides/overlays";
|
|
114
|
+
readonly next: "docs/guides/languages";
|
|
115
|
+
}, {
|
|
116
|
+
readonly source: "languages.md";
|
|
117
|
+
readonly slug: "docs/guides/languages";
|
|
118
|
+
readonly section: "Fixtures";
|
|
119
|
+
readonly order: 6;
|
|
120
|
+
readonly navLabel: "Languages";
|
|
121
|
+
readonly title: "Languages";
|
|
122
|
+
readonly description: "Record per-language video versions from one script: set browser locale automatically, localize narration, values, overlays, and audio, and control the recording mode.";
|
|
123
|
+
readonly prev: "docs/guides/dependencies";
|
|
124
|
+
readonly next: "docs/guides/camera-and-zooming";
|
|
125
|
+
}, {
|
|
126
|
+
readonly source: "camera-and-zooming.md";
|
|
127
|
+
readonly slug: "docs/guides/camera-and-zooming";
|
|
128
|
+
readonly section: "Guides";
|
|
129
|
+
readonly order: 2;
|
|
130
|
+
readonly navLabel: "Camera and zooming";
|
|
131
|
+
readonly title: "Camera and Zooming";
|
|
132
|
+
readonly description: "Choose between autoZoom and manual framing, and use camera direction to guide attention without making the video frantic.";
|
|
133
|
+
readonly prev: "docs/guides/languages";
|
|
94
134
|
readonly next: "docs/guides/screenshots";
|
|
95
135
|
}, {
|
|
96
136
|
readonly source: "screenshots.md";
|
|
97
137
|
readonly slug: "docs/guides/screenshots";
|
|
98
138
|
readonly section: "Guides";
|
|
99
|
-
readonly order:
|
|
139
|
+
readonly order: 3;
|
|
100
140
|
readonly navLabel: "Screenshots";
|
|
101
141
|
readonly title: "Screenshots";
|
|
102
142
|
readonly description: "Capture branded still screenshots with the screenshot() fixture: crop to a component, set quality and dark mode, and frame the shot on a background with overlays.";
|
|
103
|
-
readonly prev: "docs/guides/
|
|
143
|
+
readonly prev: "docs/guides/camera-and-zooming";
|
|
104
144
|
readonly next: "docs/guides/studio";
|
|
105
145
|
}, {
|
|
106
146
|
readonly source: "studio.md";
|
|
107
147
|
readonly slug: "docs/guides/studio";
|
|
108
148
|
readonly section: "Guides";
|
|
109
|
-
readonly order:
|
|
149
|
+
readonly order: 4;
|
|
110
150
|
readonly navLabel: "Studio";
|
|
111
151
|
readonly title: "Studio";
|
|
112
|
-
readonly description: "Remix render options, narration text, voices, and
|
|
152
|
+
readonly description: "Remix render options, narration text, voices, overlays, and languages from the web app, or manage them entirely in Studio with studio(...) declarations like video.narration(studio([...])). Business tier.";
|
|
113
153
|
readonly prev: "docs/guides/screenshots";
|
|
114
154
|
readonly next: "docs/guides/public-urls-and-embeds";
|
|
115
155
|
}, {
|
|
116
156
|
readonly source: "public-urls-and-embeds.md";
|
|
117
157
|
readonly slug: "docs/guides/public-urls-and-embeds";
|
|
118
158
|
readonly section: "Guides";
|
|
119
|
-
readonly order:
|
|
159
|
+
readonly order: 5;
|
|
120
160
|
readonly navLabel: "Public URLs and embeds";
|
|
121
161
|
readonly title: "Public URLs and Embeds";
|
|
122
162
|
readonly description: "Enable public delivery for a video, understand stable language-specific URLs, and embed ScreenCI outputs in other sites.";
|
|
123
163
|
readonly prev: "docs/guides/studio";
|
|
164
|
+
readonly next: "docs/guides/redact";
|
|
165
|
+
}, {
|
|
166
|
+
readonly source: "redact.md";
|
|
167
|
+
readonly slug: "docs/guides/redact";
|
|
168
|
+
readonly section: "Guides";
|
|
169
|
+
readonly order: 6;
|
|
170
|
+
readonly navLabel: "Redact sensitive content";
|
|
171
|
+
readonly title: "Redact Sensitive Content";
|
|
172
|
+
readonly description: "Keep secrets out of a recording with redact: mask locators, typed values, and always-secret elements in the page before the frame is captured, so they are never uploaded.";
|
|
173
|
+
readonly prev: "docs/guides/public-urls-and-embeds";
|
|
124
174
|
readonly next: "docs/guides/screen-audio";
|
|
125
175
|
}, {
|
|
126
176
|
readonly source: "screen-audio.md";
|
|
127
177
|
readonly slug: "docs/guides/screen-audio";
|
|
128
178
|
readonly section: "Guides";
|
|
129
|
-
readonly order:
|
|
179
|
+
readonly order: 7;
|
|
130
180
|
readonly navLabel: "Screen audio";
|
|
131
181
|
readonly title: "Screen Audio";
|
|
132
182
|
readonly description: "Capture system audio alongside the screen recording and mix it into the rendered video. Linux only, with an automatic, isolated per-worker capture sink.";
|
|
133
|
-
readonly prev: "docs/guides/
|
|
183
|
+
readonly prev: "docs/guides/redact";
|
|
134
184
|
readonly next: "docs/guides/update-screenci";
|
|
135
185
|
}, {
|
|
136
186
|
readonly source: "update-screenci.mdx";
|
|
137
187
|
readonly slug: "docs/guides/update-screenci";
|
|
138
188
|
readonly section: "Guides";
|
|
139
|
-
readonly order:
|
|
189
|
+
readonly order: 8;
|
|
140
190
|
readonly navLabel: "Update ScreenCI";
|
|
141
191
|
readonly title: "Update ScreenCI";
|
|
142
192
|
readonly description: "Upgrade the screenci package, refresh Playwright when needed, and verify that existing videos still behave as expected.";
|
|
@@ -173,7 +223,7 @@ export declare const docsManifest: readonly [{
|
|
|
173
223
|
readonly prev: "docs/reference/configuration";
|
|
174
224
|
readonly next: "docs/reference/api";
|
|
175
225
|
}];
|
|
176
|
-
export declare const docsSections: readonly ["Getting Started", "Guides", "Reference"];
|
|
226
|
+
export declare const docsSections: readonly ["Getting Started", "Fixtures", "Guides", "Reference"];
|
|
177
227
|
export declare function getDocBySlug(slug: string): {
|
|
178
228
|
readonly source: "overview.mdx";
|
|
179
229
|
readonly slug: "docs";
|
|
@@ -223,92 +273,142 @@ export declare function getDocBySlug(slug: string): {
|
|
|
223
273
|
readonly title: "CI Setup";
|
|
224
274
|
readonly description: "Understand the generated GitHub Actions workflow, required secrets, and how to keep CI recordings deterministic.";
|
|
225
275
|
readonly prev: "docs/video-script-basics";
|
|
226
|
-
readonly next: "docs/guides/
|
|
276
|
+
readonly next: "docs/guides/animated-interactions";
|
|
227
277
|
} | {
|
|
228
|
-
readonly source: "
|
|
229
|
-
readonly slug: "docs/guides/
|
|
278
|
+
readonly source: "animated-interactions.md";
|
|
279
|
+
readonly slug: "docs/guides/animated-interactions";
|
|
230
280
|
readonly section: "Guides";
|
|
231
281
|
readonly order: 1;
|
|
232
|
-
readonly navLabel: "
|
|
233
|
-
readonly title: "
|
|
282
|
+
readonly navLabel: "Animated interactions";
|
|
283
|
+
readonly title: "Animated Interactions";
|
|
234
284
|
readonly description: "Understand how ScreenCI instruments the Playwright page so visible actions like clicks, typing, mouse movement, and scrolling are animated.";
|
|
235
285
|
readonly prev: "docs/ci-setup";
|
|
236
|
-
readonly next: "docs/guides/narration
|
|
286
|
+
readonly next: "docs/guides/narration";
|
|
237
287
|
} | {
|
|
238
|
-
readonly source: "narration
|
|
239
|
-
readonly slug: "docs/guides/narration
|
|
240
|
-
readonly section: "
|
|
288
|
+
readonly source: "narration.md";
|
|
289
|
+
readonly slug: "docs/guides/narration";
|
|
290
|
+
readonly section: "Fixtures";
|
|
291
|
+
readonly order: 1;
|
|
292
|
+
readonly navLabel: "Narration";
|
|
293
|
+
readonly title: "Narration";
|
|
294
|
+
readonly description: "Attach spoken cues to a video, overlap narration with visible UI motion, choose voices, use speech markup, and connect ElevenLabs for custom voices.";
|
|
295
|
+
readonly prev: "docs/guides/animated-interactions";
|
|
296
|
+
readonly next: "docs/guides/values";
|
|
297
|
+
} | {
|
|
298
|
+
readonly source: "values.md";
|
|
299
|
+
readonly slug: "docs/guides/values";
|
|
300
|
+
readonly section: "Fixtures";
|
|
241
301
|
readonly order: 2;
|
|
242
|
-
readonly navLabel: "
|
|
243
|
-
readonly title: "
|
|
244
|
-
readonly description: "
|
|
245
|
-
readonly prev: "docs/guides/
|
|
246
|
-
readonly next: "docs/guides/
|
|
247
|
-
} | {
|
|
248
|
-
readonly source: "
|
|
249
|
-
readonly slug: "docs/guides/
|
|
250
|
-
readonly section: "
|
|
302
|
+
readonly navLabel: "Values";
|
|
303
|
+
readonly title: "Values";
|
|
304
|
+
readonly description: "Inject per-language page content with video.values() for apps that do not self-localize, and let Studio manage field values without code changes.";
|
|
305
|
+
readonly prev: "docs/guides/narration";
|
|
306
|
+
readonly next: "docs/guides/audio";
|
|
307
|
+
} | {
|
|
308
|
+
readonly source: "audio.md";
|
|
309
|
+
readonly slug: "docs/guides/audio";
|
|
310
|
+
readonly section: "Fixtures";
|
|
251
311
|
readonly order: 3;
|
|
252
|
-
readonly navLabel: "
|
|
253
|
-
readonly title: "
|
|
254
|
-
readonly description: "
|
|
255
|
-
readonly prev: "docs/guides/
|
|
312
|
+
readonly navLabel: "Audio";
|
|
313
|
+
readonly title: "Audio";
|
|
314
|
+
readonly description: "Add background music or sound effects to a video with video.audio(), control volume and looping, and let Studio manage track files.";
|
|
315
|
+
readonly prev: "docs/guides/values";
|
|
256
316
|
readonly next: "docs/guides/overlays";
|
|
257
317
|
} | {
|
|
258
318
|
readonly source: "overlays.md";
|
|
259
319
|
readonly slug: "docs/guides/overlays";
|
|
260
|
-
readonly section: "
|
|
320
|
+
readonly section: "Fixtures";
|
|
261
321
|
readonly order: 4;
|
|
262
322
|
readonly navLabel: "Overlays";
|
|
263
323
|
readonly title: "Overlays";
|
|
264
324
|
readonly description: "Add intro clips, corner logos, transitions, and timed overlays to ScreenCI recordings from files, HTML, or React.";
|
|
265
|
-
readonly prev: "docs/guides/
|
|
325
|
+
readonly prev: "docs/guides/audio";
|
|
326
|
+
readonly next: "docs/guides/dependencies";
|
|
327
|
+
} | {
|
|
328
|
+
readonly source: "dependencies.md";
|
|
329
|
+
readonly slug: "docs/guides/dependencies";
|
|
330
|
+
readonly section: "Fixtures";
|
|
331
|
+
readonly order: 5;
|
|
332
|
+
readonly navLabel: "Render dependencies";
|
|
333
|
+
readonly title: "Render Dependencies";
|
|
334
|
+
readonly description: "Embed one render inside another with selected(name): reuse intro clips and logo stills across videos and screenshots, and have dependents re-render automatically when the target selection changes.";
|
|
335
|
+
readonly prev: "docs/guides/overlays";
|
|
336
|
+
readonly next: "docs/guides/languages";
|
|
337
|
+
} | {
|
|
338
|
+
readonly source: "languages.md";
|
|
339
|
+
readonly slug: "docs/guides/languages";
|
|
340
|
+
readonly section: "Fixtures";
|
|
341
|
+
readonly order: 6;
|
|
342
|
+
readonly navLabel: "Languages";
|
|
343
|
+
readonly title: "Languages";
|
|
344
|
+
readonly description: "Record per-language video versions from one script: set browser locale automatically, localize narration, values, overlays, and audio, and control the recording mode.";
|
|
345
|
+
readonly prev: "docs/guides/dependencies";
|
|
346
|
+
readonly next: "docs/guides/camera-and-zooming";
|
|
347
|
+
} | {
|
|
348
|
+
readonly source: "camera-and-zooming.md";
|
|
349
|
+
readonly slug: "docs/guides/camera-and-zooming";
|
|
350
|
+
readonly section: "Guides";
|
|
351
|
+
readonly order: 2;
|
|
352
|
+
readonly navLabel: "Camera and zooming";
|
|
353
|
+
readonly title: "Camera and Zooming";
|
|
354
|
+
readonly description: "Choose between autoZoom and manual framing, and use camera direction to guide attention without making the video frantic.";
|
|
355
|
+
readonly prev: "docs/guides/languages";
|
|
266
356
|
readonly next: "docs/guides/screenshots";
|
|
267
357
|
} | {
|
|
268
358
|
readonly source: "screenshots.md";
|
|
269
359
|
readonly slug: "docs/guides/screenshots";
|
|
270
360
|
readonly section: "Guides";
|
|
271
|
-
readonly order:
|
|
361
|
+
readonly order: 3;
|
|
272
362
|
readonly navLabel: "Screenshots";
|
|
273
363
|
readonly title: "Screenshots";
|
|
274
364
|
readonly description: "Capture branded still screenshots with the screenshot() fixture: crop to a component, set quality and dark mode, and frame the shot on a background with overlays.";
|
|
275
|
-
readonly prev: "docs/guides/
|
|
365
|
+
readonly prev: "docs/guides/camera-and-zooming";
|
|
276
366
|
readonly next: "docs/guides/studio";
|
|
277
367
|
} | {
|
|
278
368
|
readonly source: "studio.md";
|
|
279
369
|
readonly slug: "docs/guides/studio";
|
|
280
370
|
readonly section: "Guides";
|
|
281
|
-
readonly order:
|
|
371
|
+
readonly order: 4;
|
|
282
372
|
readonly navLabel: "Studio";
|
|
283
373
|
readonly title: "Studio";
|
|
284
|
-
readonly description: "Remix render options, narration text, voices, and
|
|
374
|
+
readonly description: "Remix render options, narration text, voices, overlays, and languages from the web app, or manage them entirely in Studio with studio(...) declarations like video.narration(studio([...])). Business tier.";
|
|
285
375
|
readonly prev: "docs/guides/screenshots";
|
|
286
376
|
readonly next: "docs/guides/public-urls-and-embeds";
|
|
287
377
|
} | {
|
|
288
378
|
readonly source: "public-urls-and-embeds.md";
|
|
289
379
|
readonly slug: "docs/guides/public-urls-and-embeds";
|
|
290
380
|
readonly section: "Guides";
|
|
291
|
-
readonly order:
|
|
381
|
+
readonly order: 5;
|
|
292
382
|
readonly navLabel: "Public URLs and embeds";
|
|
293
383
|
readonly title: "Public URLs and Embeds";
|
|
294
384
|
readonly description: "Enable public delivery for a video, understand stable language-specific URLs, and embed ScreenCI outputs in other sites.";
|
|
295
385
|
readonly prev: "docs/guides/studio";
|
|
386
|
+
readonly next: "docs/guides/redact";
|
|
387
|
+
} | {
|
|
388
|
+
readonly source: "redact.md";
|
|
389
|
+
readonly slug: "docs/guides/redact";
|
|
390
|
+
readonly section: "Guides";
|
|
391
|
+
readonly order: 6;
|
|
392
|
+
readonly navLabel: "Redact sensitive content";
|
|
393
|
+
readonly title: "Redact Sensitive Content";
|
|
394
|
+
readonly description: "Keep secrets out of a recording with redact: mask locators, typed values, and always-secret elements in the page before the frame is captured, so they are never uploaded.";
|
|
395
|
+
readonly prev: "docs/guides/public-urls-and-embeds";
|
|
296
396
|
readonly next: "docs/guides/screen-audio";
|
|
297
397
|
} | {
|
|
298
398
|
readonly source: "screen-audio.md";
|
|
299
399
|
readonly slug: "docs/guides/screen-audio";
|
|
300
400
|
readonly section: "Guides";
|
|
301
|
-
readonly order:
|
|
401
|
+
readonly order: 7;
|
|
302
402
|
readonly navLabel: "Screen audio";
|
|
303
403
|
readonly title: "Screen Audio";
|
|
304
404
|
readonly description: "Capture system audio alongside the screen recording and mix it into the rendered video. Linux only, with an automatic, isolated per-worker capture sink.";
|
|
305
|
-
readonly prev: "docs/guides/
|
|
405
|
+
readonly prev: "docs/guides/redact";
|
|
306
406
|
readonly next: "docs/guides/update-screenci";
|
|
307
407
|
} | {
|
|
308
408
|
readonly source: "update-screenci.mdx";
|
|
309
409
|
readonly slug: "docs/guides/update-screenci";
|
|
310
410
|
readonly section: "Guides";
|
|
311
|
-
readonly order:
|
|
411
|
+
readonly order: 8;
|
|
312
412
|
readonly navLabel: "Update ScreenCI";
|
|
313
413
|
readonly title: "Update ScreenCI";
|
|
314
414
|
readonly description: "Upgrade the screenci package, refresh Playwright when needed, and verify that existing videos still behave as expected.";
|
|
@@ -400,71 +500,115 @@ export declare function getGeneratedDocsManifest(): ({
|
|
|
400
500
|
title: "CI Setup";
|
|
401
501
|
description: "Understand the generated GitHub Actions workflow, required secrets, and how to keep CI recordings deterministic.";
|
|
402
502
|
prev: "docs/video-script-basics";
|
|
403
|
-
next: "docs/guides/
|
|
503
|
+
next: "docs/guides/animated-interactions";
|
|
404
504
|
} | {
|
|
405
505
|
outputPath: string;
|
|
406
|
-
source: "
|
|
407
|
-
slug: "docs/guides/
|
|
506
|
+
source: "animated-interactions.md";
|
|
507
|
+
slug: "docs/guides/animated-interactions";
|
|
408
508
|
section: "Guides";
|
|
409
509
|
order: 1;
|
|
410
|
-
navLabel: "
|
|
411
|
-
title: "
|
|
510
|
+
navLabel: "Animated interactions";
|
|
511
|
+
title: "Animated Interactions";
|
|
412
512
|
description: "Understand how ScreenCI instruments the Playwright page so visible actions like clicks, typing, mouse movement, and scrolling are animated.";
|
|
413
513
|
prev: "docs/ci-setup";
|
|
414
|
-
next: "docs/guides/narration
|
|
514
|
+
next: "docs/guides/narration";
|
|
415
515
|
} | {
|
|
416
516
|
outputPath: string;
|
|
417
|
-
source: "narration
|
|
418
|
-
slug: "docs/guides/narration
|
|
419
|
-
section: "
|
|
517
|
+
source: "narration.md";
|
|
518
|
+
slug: "docs/guides/narration";
|
|
519
|
+
section: "Fixtures";
|
|
520
|
+
order: 1;
|
|
521
|
+
navLabel: "Narration";
|
|
522
|
+
title: "Narration";
|
|
523
|
+
description: "Attach spoken cues to a video, overlap narration with visible UI motion, choose voices, use speech markup, and connect ElevenLabs for custom voices.";
|
|
524
|
+
prev: "docs/guides/animated-interactions";
|
|
525
|
+
next: "docs/guides/values";
|
|
526
|
+
} | {
|
|
527
|
+
outputPath: string;
|
|
528
|
+
source: "values.md";
|
|
529
|
+
slug: "docs/guides/values";
|
|
530
|
+
section: "Fixtures";
|
|
420
531
|
order: 2;
|
|
421
|
-
navLabel: "
|
|
422
|
-
title: "
|
|
423
|
-
description: "
|
|
424
|
-
prev: "docs/guides/
|
|
425
|
-
next: "docs/guides/
|
|
532
|
+
navLabel: "Values";
|
|
533
|
+
title: "Values";
|
|
534
|
+
description: "Inject per-language page content with video.values() for apps that do not self-localize, and let Studio manage field values without code changes.";
|
|
535
|
+
prev: "docs/guides/narration";
|
|
536
|
+
next: "docs/guides/audio";
|
|
426
537
|
} | {
|
|
427
538
|
outputPath: string;
|
|
428
|
-
source: "
|
|
429
|
-
slug: "docs/guides/
|
|
430
|
-
section: "
|
|
539
|
+
source: "audio.md";
|
|
540
|
+
slug: "docs/guides/audio";
|
|
541
|
+
section: "Fixtures";
|
|
431
542
|
order: 3;
|
|
432
|
-
navLabel: "
|
|
433
|
-
title: "
|
|
434
|
-
description: "
|
|
435
|
-
prev: "docs/guides/
|
|
543
|
+
navLabel: "Audio";
|
|
544
|
+
title: "Audio";
|
|
545
|
+
description: "Add background music or sound effects to a video with video.audio(), control volume and looping, and let Studio manage track files.";
|
|
546
|
+
prev: "docs/guides/values";
|
|
436
547
|
next: "docs/guides/overlays";
|
|
437
548
|
} | {
|
|
438
549
|
outputPath: string;
|
|
439
550
|
source: "overlays.md";
|
|
440
551
|
slug: "docs/guides/overlays";
|
|
441
|
-
section: "
|
|
552
|
+
section: "Fixtures";
|
|
442
553
|
order: 4;
|
|
443
554
|
navLabel: "Overlays";
|
|
444
555
|
title: "Overlays";
|
|
445
556
|
description: "Add intro clips, corner logos, transitions, and timed overlays to ScreenCI recordings from files, HTML, or React.";
|
|
446
|
-
prev: "docs/guides/
|
|
557
|
+
prev: "docs/guides/audio";
|
|
558
|
+
next: "docs/guides/dependencies";
|
|
559
|
+
} | {
|
|
560
|
+
outputPath: string;
|
|
561
|
+
source: "dependencies.md";
|
|
562
|
+
slug: "docs/guides/dependencies";
|
|
563
|
+
section: "Fixtures";
|
|
564
|
+
order: 5;
|
|
565
|
+
navLabel: "Render dependencies";
|
|
566
|
+
title: "Render Dependencies";
|
|
567
|
+
description: "Embed one render inside another with selected(name): reuse intro clips and logo stills across videos and screenshots, and have dependents re-render automatically when the target selection changes.";
|
|
568
|
+
prev: "docs/guides/overlays";
|
|
569
|
+
next: "docs/guides/languages";
|
|
570
|
+
} | {
|
|
571
|
+
outputPath: string;
|
|
572
|
+
source: "languages.md";
|
|
573
|
+
slug: "docs/guides/languages";
|
|
574
|
+
section: "Fixtures";
|
|
575
|
+
order: 6;
|
|
576
|
+
navLabel: "Languages";
|
|
577
|
+
title: "Languages";
|
|
578
|
+
description: "Record per-language video versions from one script: set browser locale automatically, localize narration, values, overlays, and audio, and control the recording mode.";
|
|
579
|
+
prev: "docs/guides/dependencies";
|
|
580
|
+
next: "docs/guides/camera-and-zooming";
|
|
581
|
+
} | {
|
|
582
|
+
outputPath: string;
|
|
583
|
+
source: "camera-and-zooming.md";
|
|
584
|
+
slug: "docs/guides/camera-and-zooming";
|
|
585
|
+
section: "Guides";
|
|
586
|
+
order: 2;
|
|
587
|
+
navLabel: "Camera and zooming";
|
|
588
|
+
title: "Camera and Zooming";
|
|
589
|
+
description: "Choose between autoZoom and manual framing, and use camera direction to guide attention without making the video frantic.";
|
|
590
|
+
prev: "docs/guides/languages";
|
|
447
591
|
next: "docs/guides/screenshots";
|
|
448
592
|
} | {
|
|
449
593
|
outputPath: string;
|
|
450
594
|
source: "screenshots.md";
|
|
451
595
|
slug: "docs/guides/screenshots";
|
|
452
596
|
section: "Guides";
|
|
453
|
-
order:
|
|
597
|
+
order: 3;
|
|
454
598
|
navLabel: "Screenshots";
|
|
455
599
|
title: "Screenshots";
|
|
456
600
|
description: "Capture branded still screenshots with the screenshot() fixture: crop to a component, set quality and dark mode, and frame the shot on a background with overlays.";
|
|
457
|
-
prev: "docs/guides/
|
|
601
|
+
prev: "docs/guides/camera-and-zooming";
|
|
458
602
|
next: "docs/guides/studio";
|
|
459
603
|
} | {
|
|
460
604
|
outputPath: string;
|
|
461
605
|
source: "studio.md";
|
|
462
606
|
slug: "docs/guides/studio";
|
|
463
607
|
section: "Guides";
|
|
464
|
-
order:
|
|
608
|
+
order: 4;
|
|
465
609
|
navLabel: "Studio";
|
|
466
610
|
title: "Studio";
|
|
467
|
-
description: "Remix render options, narration text, voices, and
|
|
611
|
+
description: "Remix render options, narration text, voices, overlays, and languages from the web app, or manage them entirely in Studio with studio(...) declarations like video.narration(studio([...])). Business tier.";
|
|
468
612
|
prev: "docs/guides/screenshots";
|
|
469
613
|
next: "docs/guides/public-urls-and-embeds";
|
|
470
614
|
} | {
|
|
@@ -472,29 +616,40 @@ export declare function getGeneratedDocsManifest(): ({
|
|
|
472
616
|
source: "public-urls-and-embeds.md";
|
|
473
617
|
slug: "docs/guides/public-urls-and-embeds";
|
|
474
618
|
section: "Guides";
|
|
475
|
-
order:
|
|
619
|
+
order: 5;
|
|
476
620
|
navLabel: "Public URLs and embeds";
|
|
477
621
|
title: "Public URLs and Embeds";
|
|
478
622
|
description: "Enable public delivery for a video, understand stable language-specific URLs, and embed ScreenCI outputs in other sites.";
|
|
479
623
|
prev: "docs/guides/studio";
|
|
624
|
+
next: "docs/guides/redact";
|
|
625
|
+
} | {
|
|
626
|
+
outputPath: string;
|
|
627
|
+
source: "redact.md";
|
|
628
|
+
slug: "docs/guides/redact";
|
|
629
|
+
section: "Guides";
|
|
630
|
+
order: 6;
|
|
631
|
+
navLabel: "Redact sensitive content";
|
|
632
|
+
title: "Redact Sensitive Content";
|
|
633
|
+
description: "Keep secrets out of a recording with redact: mask locators, typed values, and always-secret elements in the page before the frame is captured, so they are never uploaded.";
|
|
634
|
+
prev: "docs/guides/public-urls-and-embeds";
|
|
480
635
|
next: "docs/guides/screen-audio";
|
|
481
636
|
} | {
|
|
482
637
|
outputPath: string;
|
|
483
638
|
source: "screen-audio.md";
|
|
484
639
|
slug: "docs/guides/screen-audio";
|
|
485
640
|
section: "Guides";
|
|
486
|
-
order:
|
|
641
|
+
order: 7;
|
|
487
642
|
navLabel: "Screen audio";
|
|
488
643
|
title: "Screen Audio";
|
|
489
644
|
description: "Capture system audio alongside the screen recording and mix it into the rendered video. Linux only, with an automatic, isolated per-worker capture sink.";
|
|
490
|
-
prev: "docs/guides/
|
|
645
|
+
prev: "docs/guides/redact";
|
|
491
646
|
next: "docs/guides/update-screenci";
|
|
492
647
|
} | {
|
|
493
648
|
outputPath: string;
|
|
494
649
|
source: "update-screenci.mdx";
|
|
495
650
|
slug: "docs/guides/update-screenci";
|
|
496
651
|
section: "Guides";
|
|
497
|
-
order:
|
|
652
|
+
order: 8;
|
|
498
653
|
navLabel: "Update ScreenCI";
|
|
499
654
|
title: "Update ScreenCI";
|
|
500
655
|
description: "Upgrade the screenci package, refresh Playwright when needed, and verify that existing videos still behave as expected.";
|
|
@@ -542,12 +697,12 @@ type TypedocSidebarItem = {
|
|
|
542
697
|
attrs?: Record<string, unknown>;
|
|
543
698
|
};
|
|
544
699
|
export declare function getDocsSidebarConfig(typedocSidebarGroup?: TypedocSidebarItem | null): {
|
|
545
|
-
label: "Getting Started" | "Guides" | "Reference";
|
|
700
|
+
label: "Getting Started" | "Guides" | "Fixtures" | "Reference";
|
|
546
701
|
translations: {};
|
|
547
702
|
collapsed: boolean;
|
|
548
703
|
items: ({
|
|
549
|
-
label: "Overview" | "Agent integration" | "Manual setup & first video" | "Video script basics" | "CI setup" | "
|
|
550
|
-
slug: "docs/manual-setup" | "docs/guides/overlays" | "docs/guides/screenshots" | "docs" | "docs/agent-integration" | "docs/video-script-basics" | "docs/ci-setup" | "docs/guides/
|
|
704
|
+
label: "Audio" | "Narration" | "Values" | "Overview" | "Agent integration" | "Manual setup & first video" | "Video script basics" | "CI setup" | "Animated interactions" | "Overlays" | "Render dependencies" | "Languages" | "Camera and zooming" | "Screenshots" | "Studio" | "Public URLs and embeds" | "Redact sensitive content" | "Screen audio" | "Update ScreenCI" | "CLI" | "Configuration" | "Public delivery API";
|
|
705
|
+
slug: "docs/manual-setup" | "docs/guides/overlays" | "docs/guides/screenshots" | "docs/guides/narration" | "docs/guides/camera-and-zooming" | "docs/guides/languages" | "docs/guides/studio" | "docs/guides/public-urls-and-embeds" | "docs" | "docs/agent-integration" | "docs/video-script-basics" | "docs/ci-setup" | "docs/guides/animated-interactions" | "docs/guides/values" | "docs/guides/audio" | "docs/guides/dependencies" | "docs/guides/redact" | "docs/guides/screen-audio" | "docs/guides/update-screenci" | "docs/reference/cli" | "docs/reference/configuration" | "docs/reference/public-delivery-api";
|
|
551
706
|
translations: {};
|
|
552
707
|
attrs: {};
|
|
553
708
|
} | TypedocSidebarItem)[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"manifest.d.ts","sourceRoot":"","sources":["../../docs/manifest.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"manifest.d.ts","sourceRoot":"","sources":["../../docs/manifest.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyQf,CAAA;AAEV,eAAO,MAAM,YAAY,iEAKf,CAAA;AAEV,wBAAgB,YAAY,CAAC,IAAI,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAExC;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,MAAM,UAejD;AAED,wBAAgB,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAKvC;AAYD,KAAK,kBAAkB,GAAG;IACxB,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,OAAO,EAAE,CAAA;IACjB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IACrC,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CAChC,CAAA;AAED,wBAAgB,oBAAoB,CAClC,mBAAmB,CAAC,EAAE,kBAAkB,GAAG,IAAI;;;;;;;;;;IAmBhD;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;;;EAkBxD"}
|