screenci 0.0.69 → 0.0.70

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.
Files changed (145) hide show
  1. package/README.md +45 -122
  2. package/dist/cli.d.ts.map +1 -1
  3. package/dist/cli.js +12 -4
  4. package/dist/cli.js.map +1 -1
  5. package/dist/docs/manifest.d.ts +54 -23
  6. package/dist/docs/manifest.d.ts.map +1 -1
  7. package/dist/docs/manifest.js +18 -7
  8. package/dist/docs/manifest.js.map +1 -1
  9. package/dist/docs/video-sources/cli.screenci.d.ts +2 -0
  10. package/dist/docs/video-sources/cli.screenci.d.ts.map +1 -0
  11. package/dist/docs/video-sources/{cli.video.js → cli.screenci.js} +1 -1
  12. package/dist/docs/video-sources/cli.screenci.js.map +1 -0
  13. package/dist/docs/video-sources/installation.screenci.d.ts +2 -0
  14. package/dist/docs/video-sources/installation.screenci.d.ts.map +1 -0
  15. package/dist/docs/video-sources/{installation.video.js → installation.screenci.js} +1 -1
  16. package/dist/docs/video-sources/installation.screenci.js.map +1 -0
  17. package/dist/docs/video-sources/landing.screenci.d.ts +2 -0
  18. package/dist/docs/video-sources/landing.screenci.d.ts.map +1 -0
  19. package/dist/docs/video-sources/{landing.video.js → landing.screenci.js} +1 -1
  20. package/dist/docs/video-sources/landing.screenci.js.map +1 -0
  21. package/dist/docs/video-sources/locator-highlight-animated.screenci.d.ts +2 -0
  22. package/dist/docs/video-sources/locator-highlight-animated.screenci.d.ts.map +1 -0
  23. package/dist/docs/video-sources/locator-highlight-animated.screenci.js +53 -0
  24. package/dist/docs/video-sources/locator-highlight-animated.screenci.js.map +1 -0
  25. package/dist/docs/video-sources/locator-highlight-still.screenci.d.ts +2 -0
  26. package/dist/docs/video-sources/locator-highlight-still.screenci.d.ts.map +1 -0
  27. package/dist/docs/video-sources/locator-highlight-still.screenci.js +24 -0
  28. package/dist/docs/video-sources/locator-highlight-still.screenci.js.map +1 -0
  29. package/dist/docs/video-sources/product-pitch.screenci.d.ts +2 -0
  30. package/dist/docs/video-sources/product-pitch.screenci.d.ts.map +1 -0
  31. package/dist/docs/video-sources/product-pitch.screenci.js +136 -0
  32. package/dist/docs/video-sources/product-pitch.screenci.js.map +1 -0
  33. package/dist/docs/video-sources/public-urls.screenci.d.ts +2 -0
  34. package/dist/docs/video-sources/public-urls.screenci.d.ts.map +1 -0
  35. package/dist/docs/video-sources/public-urls.screenci.js +34 -0
  36. package/dist/docs/video-sources/public-urls.screenci.js.map +1 -0
  37. package/dist/docs/video-sources/studio.screenci.d.ts +2 -0
  38. package/dist/docs/video-sources/studio.screenci.d.ts.map +1 -0
  39. package/dist/docs/video-sources/{studio.video.js → studio.screenci.js} +1 -1
  40. package/dist/docs/video-sources/studio.screenci.js.map +1 -0
  41. package/dist/docs/videos.d.ts +36 -15
  42. package/dist/docs/videos.d.ts.map +1 -1
  43. package/dist/docs/videos.js +27 -2
  44. package/dist/docs/videos.js.map +1 -1
  45. package/dist/e2e/screenshot.e2e.d.ts +2 -0
  46. package/dist/e2e/screenshot.e2e.d.ts.map +1 -0
  47. package/dist/e2e/screenshot.e2e.js +73 -0
  48. package/dist/e2e/screenshot.e2e.js.map +1 -0
  49. package/dist/index.d.ts +7 -3
  50. package/dist/index.d.ts.map +1 -1
  51. package/dist/index.js +3 -1
  52. package/dist/index.js.map +1 -1
  53. package/dist/src/asset.d.ts +119 -15
  54. package/dist/src/asset.d.ts.map +1 -1
  55. package/dist/src/asset.js +310 -124
  56. package/dist/src/asset.js.map +1 -1
  57. package/dist/src/audio.d.ts +14 -0
  58. package/dist/src/audio.d.ts.map +1 -1
  59. package/dist/src/audio.js +4 -1
  60. package/dist/src/audio.js.map +1 -1
  61. package/dist/src/config.d.ts.map +1 -1
  62. package/dist/src/config.js +9 -3
  63. package/dist/src/config.js.map +1 -1
  64. package/dist/src/contextOptions.d.ts +48 -0
  65. package/dist/src/contextOptions.d.ts.map +1 -0
  66. package/dist/src/contextOptions.js +71 -0
  67. package/dist/src/contextOptions.js.map +1 -0
  68. package/dist/src/crop.d.ts +93 -0
  69. package/dist/src/crop.d.ts.map +1 -0
  70. package/dist/src/crop.js +133 -0
  71. package/dist/src/crop.js.map +1 -0
  72. package/dist/src/cue.d.ts +17 -4
  73. package/dist/src/cue.d.ts.map +1 -1
  74. package/dist/src/cue.js +31 -3
  75. package/dist/src/cue.js.map +1 -1
  76. package/dist/src/defaults.d.ts +6 -0
  77. package/dist/src/defaults.d.ts.map +1 -1
  78. package/dist/src/defaults.js +6 -0
  79. package/dist/src/defaults.js.map +1 -1
  80. package/dist/src/dimensions.d.ts +6 -0
  81. package/dist/src/dimensions.d.ts.map +1 -1
  82. package/dist/src/dimensions.js +15 -0
  83. package/dist/src/dimensions.js.map +1 -1
  84. package/dist/src/events.d.ts +152 -10
  85. package/dist/src/events.d.ts.map +1 -1
  86. package/dist/src/events.js +61 -3
  87. package/dist/src/events.js.map +1 -1
  88. package/dist/src/htmlRasterizer.d.ts +43 -0
  89. package/dist/src/htmlRasterizer.d.ts.map +1 -1
  90. package/dist/src/htmlRasterizer.js +32 -10
  91. package/dist/src/htmlRasterizer.js.map +1 -1
  92. package/dist/src/init.js +7 -7
  93. package/dist/src/init.js.map +1 -1
  94. package/dist/src/overlayFlush.d.ts +18 -0
  95. package/dist/src/overlayFlush.d.ts.map +1 -0
  96. package/dist/src/overlayFlush.js +56 -0
  97. package/dist/src/overlayFlush.js.map +1 -0
  98. package/dist/src/overlayRect.d.ts +69 -0
  99. package/dist/src/overlayRect.d.ts.map +1 -0
  100. package/dist/src/overlayRect.js +55 -0
  101. package/dist/src/overlayRect.js.map +1 -0
  102. package/dist/src/recording.d.ts +3 -2
  103. package/dist/src/recording.d.ts.map +1 -1
  104. package/dist/src/recordingData.d.ts +20 -0
  105. package/dist/src/recordingData.d.ts.map +1 -1
  106. package/dist/src/runtimeContext.d.ts +19 -1
  107. package/dist/src/runtimeContext.d.ts.map +1 -1
  108. package/dist/src/runtimeContext.js +15 -0
  109. package/dist/src/runtimeContext.js.map +1 -1
  110. package/dist/src/screenshot.d.ts +105 -0
  111. package/dist/src/screenshot.d.ts.map +1 -0
  112. package/dist/src/screenshot.js +188 -0
  113. package/dist/src/screenshot.js.map +1 -0
  114. package/dist/src/stillCapture.d.ts +68 -0
  115. package/dist/src/stillCapture.d.ts.map +1 -0
  116. package/dist/src/stillCapture.js +119 -0
  117. package/dist/src/stillCapture.js.map +1 -0
  118. package/dist/src/studio.d.ts +8 -11
  119. package/dist/src/studio.d.ts.map +1 -1
  120. package/dist/src/studio.js +2 -25
  121. package/dist/src/studio.js.map +1 -1
  122. package/dist/src/types.d.ts +100 -8
  123. package/dist/src/types.d.ts.map +1 -1
  124. package/dist/src/types.js.map +1 -1
  125. package/dist/src/video.d.ts +20 -0
  126. package/dist/src/video.d.ts.map +1 -1
  127. package/dist/src/video.js +71 -24
  128. package/dist/src/video.js.map +1 -1
  129. package/dist/tsconfig.tsbuildinfo +1 -1
  130. package/package.json +1 -1
  131. package/skills/screenci/SKILL.md +10 -10
  132. package/skills/screenci/references/init.md +1 -1
  133. package/skills/screenci/references/record.md +2 -2
  134. package/dist/docs/video-sources/cli.video.d.ts +0 -2
  135. package/dist/docs/video-sources/cli.video.d.ts.map +0 -1
  136. package/dist/docs/video-sources/cli.video.js.map +0 -1
  137. package/dist/docs/video-sources/installation.video.d.ts +0 -2
  138. package/dist/docs/video-sources/installation.video.d.ts.map +0 -1
  139. package/dist/docs/video-sources/installation.video.js.map +0 -1
  140. package/dist/docs/video-sources/landing.video.d.ts +0 -2
  141. package/dist/docs/video-sources/landing.video.d.ts.map +0 -1
  142. package/dist/docs/video-sources/landing.video.js.map +0 -1
  143. package/dist/docs/video-sources/studio.video.d.ts +0 -2
  144. package/dist/docs/video-sources/studio.video.d.ts.map +0 -1
  145. package/dist/docs/video-sources/studio.video.js.map +0 -1
@@ -23,7 +23,7 @@ export declare const docsManifest: readonly [{
23
23
  readonly prev: "docs";
24
24
  readonly next: "docs/installation";
25
25
  }, {
26
- readonly source: "installation.mdx";
26
+ readonly source: "manual-setup.mdx";
27
27
  readonly slug: "docs/installation";
28
28
  readonly section: "Getting Started";
29
29
  readonly order: 3;
@@ -39,7 +39,7 @@ export declare const docsManifest: readonly [{
39
39
  readonly order: 4;
40
40
  readonly navLabel: "Video script basics";
41
41
  readonly title: "Video Script Basics";
42
- readonly description: "Author .video.ts files with Playwright-like APIs, ScreenCI narration and camera helpers, and workflow-aware pacing.";
42
+ readonly description: "Author .screenci.ts files with Playwright-like APIs, ScreenCI narration and camera helpers, and workflow-aware pacing.";
43
43
  readonly prev: "docs/installation";
44
44
  readonly next: "docs/ci-setup";
45
45
  }, {
@@ -83,7 +83,7 @@ export declare const docsManifest: readonly [{
83
83
  readonly prev: "docs/guides/narration-and-localization";
84
84
  readonly next: "docs/guides/assets-and-overlays";
85
85
  }, {
86
- readonly source: "assets-and-overlays.md";
86
+ readonly source: "overlays.md";
87
87
  readonly slug: "docs/guides/assets-and-overlays";
88
88
  readonly section: "Guides";
89
89
  readonly order: 4;
@@ -91,22 +91,32 @@ export declare const docsManifest: readonly [{
91
91
  readonly title: "Overlays";
92
92
  readonly description: "Add intro clips, corner logos, transitions, and timed overlays to ScreenCI recordings from files, HTML, or React.";
93
93
  readonly prev: "docs/guides/camera-and-zooming";
94
+ readonly next: "docs/guides/screenshots";
95
+ }, {
96
+ readonly source: "screenshots.md";
97
+ readonly slug: "docs/guides/screenshots";
98
+ readonly section: "Guides";
99
+ readonly order: 5;
100
+ readonly navLabel: "Screenshots";
101
+ readonly title: "Screenshots";
102
+ 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/assets-and-overlays";
94
104
  readonly next: "docs/guides/studio";
95
105
  }, {
96
106
  readonly source: "studio.md";
97
107
  readonly slug: "docs/guides/studio";
98
108
  readonly section: "Guides";
99
- readonly order: 5;
109
+ readonly order: 6;
100
110
  readonly navLabel: "Studio";
101
111
  readonly title: "Studio";
102
112
  readonly description: "Remix render options, narration text, voices, and overlays from the web app, or manage them entirely in Studio with createStudioNarration and createStudioOverlays. Business tier.";
103
- readonly prev: "docs/guides/assets-and-overlays";
113
+ readonly prev: "docs/guides/screenshots";
104
114
  readonly next: "docs/guides/public-urls-and-embeds";
105
115
  }, {
106
116
  readonly source: "public-urls-and-embeds.md";
107
117
  readonly slug: "docs/guides/public-urls-and-embeds";
108
118
  readonly section: "Guides";
109
- readonly order: 6;
119
+ readonly order: 7;
110
120
  readonly navLabel: "Public URLs and embeds";
111
121
  readonly title: "Public URLs and Embeds";
112
122
  readonly description: "Enable public delivery for a video, understand stable language-specific URLs, and embed ScreenCI outputs in other sites.";
@@ -116,7 +126,7 @@ export declare const docsManifest: readonly [{
116
126
  readonly source: "update-screenci.mdx";
117
127
  readonly slug: "docs/guides/update-screenci";
118
128
  readonly section: "Guides";
119
- readonly order: 7;
129
+ readonly order: 8;
120
130
  readonly navLabel: "Update ScreenCI";
121
131
  readonly title: "Update ScreenCI";
122
132
  readonly description: "Upgrade the screenci package, refresh Playwright when needed, and verify that existing videos still behave as expected.";
@@ -175,7 +185,7 @@ export declare function getDocBySlug(slug: string): {
175
185
  readonly prev: "docs";
176
186
  readonly next: "docs/installation";
177
187
  } | {
178
- readonly source: "installation.mdx";
188
+ readonly source: "manual-setup.mdx";
179
189
  readonly slug: "docs/installation";
180
190
  readonly section: "Getting Started";
181
191
  readonly order: 3;
@@ -191,7 +201,7 @@ export declare function getDocBySlug(slug: string): {
191
201
  readonly order: 4;
192
202
  readonly navLabel: "Video script basics";
193
203
  readonly title: "Video Script Basics";
194
- readonly description: "Author .video.ts files with Playwright-like APIs, ScreenCI narration and camera helpers, and workflow-aware pacing.";
204
+ readonly description: "Author .screenci.ts files with Playwright-like APIs, ScreenCI narration and camera helpers, and workflow-aware pacing.";
195
205
  readonly prev: "docs/installation";
196
206
  readonly next: "docs/ci-setup";
197
207
  } | {
@@ -235,7 +245,7 @@ export declare function getDocBySlug(slug: string): {
235
245
  readonly prev: "docs/guides/narration-and-localization";
236
246
  readonly next: "docs/guides/assets-and-overlays";
237
247
  } | {
238
- readonly source: "assets-and-overlays.md";
248
+ readonly source: "overlays.md";
239
249
  readonly slug: "docs/guides/assets-and-overlays";
240
250
  readonly section: "Guides";
241
251
  readonly order: 4;
@@ -243,22 +253,32 @@ export declare function getDocBySlug(slug: string): {
243
253
  readonly title: "Overlays";
244
254
  readonly description: "Add intro clips, corner logos, transitions, and timed overlays to ScreenCI recordings from files, HTML, or React.";
245
255
  readonly prev: "docs/guides/camera-and-zooming";
256
+ readonly next: "docs/guides/screenshots";
257
+ } | {
258
+ readonly source: "screenshots.md";
259
+ readonly slug: "docs/guides/screenshots";
260
+ readonly section: "Guides";
261
+ readonly order: 5;
262
+ readonly navLabel: "Screenshots";
263
+ readonly title: "Screenshots";
264
+ 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.";
265
+ readonly prev: "docs/guides/assets-and-overlays";
246
266
  readonly next: "docs/guides/studio";
247
267
  } | {
248
268
  readonly source: "studio.md";
249
269
  readonly slug: "docs/guides/studio";
250
270
  readonly section: "Guides";
251
- readonly order: 5;
271
+ readonly order: 6;
252
272
  readonly navLabel: "Studio";
253
273
  readonly title: "Studio";
254
274
  readonly description: "Remix render options, narration text, voices, and overlays from the web app, or manage them entirely in Studio with createStudioNarration and createStudioOverlays. Business tier.";
255
- readonly prev: "docs/guides/assets-and-overlays";
275
+ readonly prev: "docs/guides/screenshots";
256
276
  readonly next: "docs/guides/public-urls-and-embeds";
257
277
  } | {
258
278
  readonly source: "public-urls-and-embeds.md";
259
279
  readonly slug: "docs/guides/public-urls-and-embeds";
260
280
  readonly section: "Guides";
261
- readonly order: 6;
281
+ readonly order: 7;
262
282
  readonly navLabel: "Public URLs and embeds";
263
283
  readonly title: "Public URLs and Embeds";
264
284
  readonly description: "Enable public delivery for a video, understand stable language-specific URLs, and embed ScreenCI outputs in other sites.";
@@ -268,7 +288,7 @@ export declare function getDocBySlug(slug: string): {
268
288
  readonly source: "update-screenci.mdx";
269
289
  readonly slug: "docs/guides/update-screenci";
270
290
  readonly section: "Guides";
271
- readonly order: 7;
291
+ readonly order: 8;
272
292
  readonly navLabel: "Update ScreenCI";
273
293
  readonly title: "Update ScreenCI";
274
294
  readonly description: "Upgrade the screenci package, refresh Playwright when needed, and verify that existing videos still behave as expected.";
@@ -330,7 +350,7 @@ export declare function getGeneratedDocsManifest(): ({
330
350
  next: "docs/installation";
331
351
  } | {
332
352
  outputPath: string;
333
- source: "installation.mdx";
353
+ source: "manual-setup.mdx";
334
354
  slug: "docs/installation";
335
355
  section: "Getting Started";
336
356
  order: 3;
@@ -347,7 +367,7 @@ export declare function getGeneratedDocsManifest(): ({
347
367
  order: 4;
348
368
  navLabel: "Video script basics";
349
369
  title: "Video Script Basics";
350
- description: "Author .video.ts files with Playwright-like APIs, ScreenCI narration and camera helpers, and workflow-aware pacing.";
370
+ description: "Author .screenci.ts files with Playwright-like APIs, ScreenCI narration and camera helpers, and workflow-aware pacing.";
351
371
  prev: "docs/installation";
352
372
  next: "docs/ci-setup";
353
373
  } | {
@@ -396,7 +416,7 @@ export declare function getGeneratedDocsManifest(): ({
396
416
  next: "docs/guides/assets-and-overlays";
397
417
  } | {
398
418
  outputPath: string;
399
- source: "assets-and-overlays.md";
419
+ source: "overlays.md";
400
420
  slug: "docs/guides/assets-and-overlays";
401
421
  section: "Guides";
402
422
  order: 4;
@@ -404,24 +424,35 @@ export declare function getGeneratedDocsManifest(): ({
404
424
  title: "Overlays";
405
425
  description: "Add intro clips, corner logos, transitions, and timed overlays to ScreenCI recordings from files, HTML, or React.";
406
426
  prev: "docs/guides/camera-and-zooming";
427
+ next: "docs/guides/screenshots";
428
+ } | {
429
+ outputPath: string;
430
+ source: "screenshots.md";
431
+ slug: "docs/guides/screenshots";
432
+ section: "Guides";
433
+ order: 5;
434
+ navLabel: "Screenshots";
435
+ title: "Screenshots";
436
+ 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.";
437
+ prev: "docs/guides/assets-and-overlays";
407
438
  next: "docs/guides/studio";
408
439
  } | {
409
440
  outputPath: string;
410
441
  source: "studio.md";
411
442
  slug: "docs/guides/studio";
412
443
  section: "Guides";
413
- order: 5;
444
+ order: 6;
414
445
  navLabel: "Studio";
415
446
  title: "Studio";
416
447
  description: "Remix render options, narration text, voices, and overlays from the web app, or manage them entirely in Studio with createStudioNarration and createStudioOverlays. Business tier.";
417
- prev: "docs/guides/assets-and-overlays";
448
+ prev: "docs/guides/screenshots";
418
449
  next: "docs/guides/public-urls-and-embeds";
419
450
  } | {
420
451
  outputPath: string;
421
452
  source: "public-urls-and-embeds.md";
422
453
  slug: "docs/guides/public-urls-and-embeds";
423
454
  section: "Guides";
424
- order: 6;
455
+ order: 7;
425
456
  navLabel: "Public URLs and embeds";
426
457
  title: "Public URLs and Embeds";
427
458
  description: "Enable public delivery for a video, understand stable language-specific URLs, and embed ScreenCI outputs in other sites.";
@@ -432,7 +463,7 @@ export declare function getGeneratedDocsManifest(): ({
432
463
  source: "update-screenci.mdx";
433
464
  slug: "docs/guides/update-screenci";
434
465
  section: "Guides";
435
- order: 7;
466
+ order: 8;
436
467
  navLabel: "Update ScreenCI";
437
468
  title: "Update ScreenCI";
438
469
  description: "Upgrade the screenci package, refresh Playwright when needed, and verify that existing videos still behave as expected.";
@@ -484,8 +515,8 @@ export declare function getDocsSidebarConfig(typedocSidebarGroup?: TypedocSideba
484
515
  translations: {};
485
516
  collapsed: boolean;
486
517
  items: ({
487
- label: "Overview" | "Agent integration" | "Manual setup & first video" | "Video script basics" | "CI setup" | "Page instrumentation" | "Narration and localization" | "Camera and zooming" | "Overlays" | "Studio" | "Public URLs and embeds" | "Update ScreenCI" | "CLI" | "Configuration" | "Public delivery API";
488
- slug: "docs" | "docs/agent-integration" | "docs/installation" | "docs/write-video-scripts" | "docs/ci-setup" | "docs/guides/page-instrumentation" | "docs/guides/narration-and-localization" | "docs/guides/camera-and-zooming" | "docs/guides/assets-and-overlays" | "docs/guides/studio" | "docs/guides/public-urls-and-embeds" | "docs/guides/update-screenci" | "docs/reference/cli" | "docs/reference/configuration" | "docs/reference/public-delivery-api";
518
+ label: "Overview" | "Agent integration" | "Manual setup & first video" | "Video script basics" | "CI setup" | "Page instrumentation" | "Narration and localization" | "Camera and zooming" | "Overlays" | "Screenshots" | "Studio" | "Public URLs and embeds" | "Update ScreenCI" | "CLI" | "Configuration" | "Public delivery API";
519
+ slug: "docs" | "docs/agent-integration" | "docs/installation" | "docs/write-video-scripts" | "docs/ci-setup" | "docs/guides/page-instrumentation" | "docs/guides/narration-and-localization" | "docs/guides/camera-and-zooming" | "docs/guides/assets-and-overlays" | "docs/guides/screenshots" | "docs/guides/studio" | "docs/guides/public-urls-and-embeds" | "docs/guides/update-screenci" | "docs/reference/cli" | "docs/reference/configuration" | "docs/reference/public-delivery-api";
489
520
  translations: {};
490
521
  attrs: {};
491
522
  } | TypedocSidebarItem)[];
@@ -1 +1 @@
1
- {"version":3,"file":"manifest.d.ts","sourceRoot":"","sources":["../../docs/manifest.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqLf,CAAA;AAEV,eAAO,MAAM,YAAY,qDAAsD,CAAA;AAE/E,wBAAgB,YAAY,CAAC,IAAI,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAExC;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,MAAM,UAMjD;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"}
1
+ {"version":3,"file":"manifest.d.ts","sourceRoot":"","sources":["../../docs/manifest.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiMf,CAAA;AAEV,eAAO,MAAM,YAAY,qDAAsD,CAAA;AAE/E,wBAAgB,YAAY,CAAC,IAAI,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAExC;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,MAAM,UAMjD;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"}
@@ -26,7 +26,7 @@ export const docsManifest = [
26
26
  next: 'docs/installation',
27
27
  },
28
28
  {
29
- source: 'installation.mdx',
29
+ source: 'manual-setup.mdx',
30
30
  slug: 'docs/installation',
31
31
  section: 'Getting Started',
32
32
  order: 3,
@@ -43,7 +43,7 @@ export const docsManifest = [
43
43
  order: 4,
44
44
  navLabel: 'Video script basics',
45
45
  title: 'Video Script Basics',
46
- description: 'Author .video.ts files with Playwright-like APIs, ScreenCI narration and camera helpers, and workflow-aware pacing.',
46
+ description: 'Author .screenci.ts files with Playwright-like APIs, ScreenCI narration and camera helpers, and workflow-aware pacing.',
47
47
  prev: 'docs/installation',
48
48
  next: 'docs/ci-setup',
49
49
  },
@@ -92,7 +92,7 @@ export const docsManifest = [
92
92
  next: 'docs/guides/assets-and-overlays',
93
93
  },
94
94
  {
95
- source: 'assets-and-overlays.md',
95
+ source: 'overlays.md',
96
96
  slug: 'docs/guides/assets-and-overlays',
97
97
  section: 'Guides',
98
98
  order: 4,
@@ -100,24 +100,35 @@ export const docsManifest = [
100
100
  title: 'Overlays',
101
101
  description: 'Add intro clips, corner logos, transitions, and timed overlays to ScreenCI recordings from files, HTML, or React.',
102
102
  prev: 'docs/guides/camera-and-zooming',
103
+ next: 'docs/guides/screenshots',
104
+ },
105
+ {
106
+ source: 'screenshots.md',
107
+ slug: 'docs/guides/screenshots',
108
+ section: 'Guides',
109
+ order: 5,
110
+ navLabel: 'Screenshots',
111
+ title: 'Screenshots',
112
+ 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.',
113
+ prev: 'docs/guides/assets-and-overlays',
103
114
  next: 'docs/guides/studio',
104
115
  },
105
116
  {
106
117
  source: 'studio.md',
107
118
  slug: 'docs/guides/studio',
108
119
  section: 'Guides',
109
- order: 5,
120
+ order: 6,
110
121
  navLabel: 'Studio',
111
122
  title: 'Studio',
112
123
  description: 'Remix render options, narration text, voices, and overlays from the web app, or manage them entirely in Studio with createStudioNarration and createStudioOverlays. Business tier.',
113
- prev: 'docs/guides/assets-and-overlays',
124
+ prev: 'docs/guides/screenshots',
114
125
  next: 'docs/guides/public-urls-and-embeds',
115
126
  },
116
127
  {
117
128
  source: 'public-urls-and-embeds.md',
118
129
  slug: 'docs/guides/public-urls-and-embeds',
119
130
  section: 'Guides',
120
- order: 6,
131
+ order: 7,
121
132
  navLabel: 'Public URLs and embeds',
122
133
  title: 'Public URLs and Embeds',
123
134
  description: 'Enable public delivery for a video, understand stable language-specific URLs, and embed ScreenCI outputs in other sites.',
@@ -128,7 +139,7 @@ export const docsManifest = [
128
139
  source: 'update-screenci.mdx',
129
140
  slug: 'docs/guides/update-screenci',
130
141
  section: 'Guides',
131
- order: 7,
142
+ order: 8,
132
143
  navLabel: 'Update ScreenCI',
133
144
  title: 'Update ScreenCI',
134
145
  description: 'Upgrade the screenci package, refresh Playwright when needed, and verify that existing videos still behave as expected.',
@@ -1 +1 @@
1
- {"version":3,"file":"manifest.js","sourceRoot":"","sources":["../../docs/manifest.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B;QACE,MAAM,EAAE,cAAc;QACtB,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,iBAAiB;QAC1B,KAAK,EAAE,CAAC;QACR,QAAQ,EAAE,UAAU;QACpB,KAAK,EAAE,UAAU;QACjB,WAAW,EACT,uJAAuJ;QACzJ,IAAI,EAAE,IAAI;QACV,IAAI,EAAE,wBAAwB;KAC/B;IACD;QACE,MAAM,EAAE,uBAAuB;QAC/B,IAAI,EAAE,wBAAwB;QAC9B,OAAO,EAAE,iBAAiB;QAC1B,KAAK,EAAE,CAAC;QACR,QAAQ,EAAE,mBAAmB;QAC7B,KAAK,EAAE,mBAAmB;QAC1B,WAAW,EACT,8IAA8I;QAChJ,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,mBAAmB;KAC1B;IACD;QACE,MAAM,EAAE,kBAAkB;QAC1B,IAAI,EAAE,mBAAmB;QACzB,OAAO,EAAE,iBAAiB;QAC1B,KAAK,EAAE,CAAC;QACR,QAAQ,EAAE,4BAA4B;QACtC,KAAK,EAAE,4BAA4B;QACnC,WAAW,EACT,mHAAmH;QACrH,IAAI,EAAE,wBAAwB;QAC9B,IAAI,EAAE,0BAA0B;KACjC;IACD;QACE,MAAM,EAAE,wBAAwB;QAChC,IAAI,EAAE,0BAA0B;QAChC,OAAO,EAAE,iBAAiB;QAC1B,KAAK,EAAE,CAAC;QACR,QAAQ,EAAE,qBAAqB;QAC/B,KAAK,EAAE,qBAAqB;QAC5B,WAAW,EACT,qHAAqH;QACvH,IAAI,EAAE,mBAAmB;QACzB,IAAI,EAAE,eAAe;KACtB;IACD;QACE,MAAM,EAAE,aAAa;QACrB,IAAI,EAAE,eAAe;QACrB,OAAO,EAAE,iBAAiB;QAC1B,KAAK,EAAE,CAAC;QACR,QAAQ,EAAE,UAAU;QACpB,KAAK,EAAE,UAAU;QACjB,WAAW,EACT,kHAAkH;QACpH,IAAI,EAAE,0BAA0B;QAChC,IAAI,EAAE,kCAAkC;KACzC;IACD;QACE,MAAM,EAAE,yBAAyB;QACjC,IAAI,EAAE,kCAAkC;QACxC,OAAO,EAAE,QAAQ;QACjB,KAAK,EAAE,CAAC;QACR,QAAQ,EAAE,sBAAsB;QAChC,KAAK,EAAE,sBAAsB;QAC7B,WAAW,EACT,6IAA6I;QAC/I,IAAI,EAAE,eAAe;QACrB,IAAI,EAAE,wCAAwC;KAC/C;IACD;QACE,MAAM,EAAE,+BAA+B;QACvC,IAAI,EAAE,wCAAwC;QAC9C,OAAO,EAAE,QAAQ;QACjB,KAAK,EAAE,CAAC;QACR,QAAQ,EAAE,4BAA4B;QACtC,KAAK,EAAE,4BAA4B;QACnC,WAAW,EACT,0HAA0H;QAC5H,IAAI,EAAE,kCAAkC;QACxC,IAAI,EAAE,gCAAgC;KACvC;IACD;QACE,MAAM,EAAE,uBAAuB;QAC/B,IAAI,EAAE,gCAAgC;QACtC,OAAO,EAAE,QAAQ;QACjB,KAAK,EAAE,CAAC;QACR,QAAQ,EAAE,oBAAoB;QAC9B,KAAK,EAAE,oBAAoB;QAC3B,WAAW,EACT,2HAA2H;QAC7H,IAAI,EAAE,wCAAwC;QAC9C,IAAI,EAAE,iCAAiC;KACxC;IACD;QACE,MAAM,EAAE,wBAAwB;QAChC,IAAI,EAAE,iCAAiC;QACvC,OAAO,EAAE,QAAQ;QACjB,KAAK,EAAE,CAAC;QACR,QAAQ,EAAE,UAAU;QACpB,KAAK,EAAE,UAAU;QACjB,WAAW,EACT,mHAAmH;QACrH,IAAI,EAAE,gCAAgC;QACtC,IAAI,EAAE,oBAAoB;KAC3B;IACD;QACE,MAAM,EAAE,WAAW;QACnB,IAAI,EAAE,oBAAoB;QAC1B,OAAO,EAAE,QAAQ;QACjB,KAAK,EAAE,CAAC;QACR,QAAQ,EAAE,QAAQ;QAClB,KAAK,EAAE,QAAQ;QACf,WAAW,EACT,oLAAoL;QACtL,IAAI,EAAE,iCAAiC;QACvC,IAAI,EAAE,oCAAoC;KAC3C;IACD;QACE,MAAM,EAAE,2BAA2B;QACnC,IAAI,EAAE,oCAAoC;QAC1C,OAAO,EAAE,QAAQ;QACjB,KAAK,EAAE,CAAC;QACR,QAAQ,EAAE,wBAAwB;QAClC,KAAK,EAAE,wBAAwB;QAC/B,WAAW,EACT,0HAA0H;QAC5H,IAAI,EAAE,oBAAoB;QAC1B,IAAI,EAAE,6BAA6B;KACpC;IACD;QACE,MAAM,EAAE,qBAAqB;QAC7B,IAAI,EAAE,6BAA6B;QACnC,OAAO,EAAE,QAAQ;QACjB,KAAK,EAAE,CAAC;QACR,QAAQ,EAAE,iBAAiB;QAC3B,KAAK,EAAE,iBAAiB;QACxB,WAAW,EACT,yHAAyH;QAC3H,IAAI,EAAE,oCAAoC;QAC1C,IAAI,EAAE,oBAAoB;KAC3B;IACD;QACE,MAAM,EAAE,SAAS;QACjB,IAAI,EAAE,oBAAoB;QAC1B,OAAO,EAAE,WAAW;QACpB,KAAK,EAAE,CAAC;QACR,QAAQ,EAAE,KAAK;QACf,KAAK,EAAE,KAAK;QACZ,WAAW,EACT,gGAAgG;QAClG,IAAI,EAAE,6BAA6B;QACnC,IAAI,EAAE,8BAA8B;KACrC;IACD;QACE,MAAM,EAAE,kBAAkB;QAC1B,IAAI,EAAE,8BAA8B;QACpC,OAAO,EAAE,WAAW;QACpB,KAAK,EAAE,CAAC;QACR,QAAQ,EAAE,eAAe;QACzB,KAAK,EAAE,eAAe;QACtB,WAAW,EACT,oIAAoI;QACtI,IAAI,EAAE,oBAAoB;QAC1B,IAAI,EAAE,oCAAoC;KAC3C;IACD;QACE,MAAM,EAAE,wBAAwB;QAChC,IAAI,EAAE,oCAAoC;QAC1C,OAAO,EAAE,WAAW;QACpB,KAAK,EAAE,CAAC;QACR,QAAQ,EAAE,qBAAqB;QAC/B,KAAK,EAAE,qBAAqB;QAC5B,WAAW,EACT,yHAAyH;QAC3H,IAAI,EAAE,8BAA8B;QACpC,IAAI,EAAE,oBAAoB;KAC3B;CACO,CAAA;AAEV,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,iBAAiB,EAAE,QAAQ,EAAE,WAAW,CAAU,CAAA;AAE/E,MAAM,UAAU,YAAY,CAAC,IAAY;IACvC,OAAO,YAAY,CAAC,IAAI,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,IAAI,KAAK,IAAI,CAAC,CAAA;AAC1D,CAAC;AAED,MAAM,UAAU,qBAAqB,CAAC,IAAY;IAChD,MAAM,KAAK,GAAG,YAAY,CAAC,IAAI,CAAC,CAAA;IAChC,MAAM,SAAS,GAAG,KAAK,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAA;IAEjE,IAAI,IAAI,KAAK,MAAM;QAAE,OAAO,QAAQ,SAAS,EAAE,CAAA;IAC/C,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,EAAE,CAAC,GAAG,SAAS,EAAE,CAAA;AACrD,CAAC;AAED,MAAM,UAAU,wBAAwB;IACtC,OAAO,YAAY,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC;QAClC,GAAG,KAAK;QACR,UAAU,EAAE,qBAAqB,CAAC,KAAK,CAAC,IAAI,CAAC;KAC9C,CAAC,CAAC,CAAA;AACL,CAAC;AAED,SAAS,aAAa,CAAC,KAAoC;IACzD,OAAO;QACL,KAAK,EAAE,KAAK,CAAC,QAAQ;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI;QAChB,YAAY,EAAE,EAAE;QAChB,KAAK,EAAE,EAAE;KACV,CAAA;AACH,CAAC;AAWD,MAAM,UAAU,oBAAoB,CAClC,mBAA+C;IAE/C,OAAO,YAAY,CAAC,GAAG,CAAC,CAAC,OAAO,EAAE,EAAE;QAClC,MAAM,KAAK,GAAgD,YAAY;aACpE,MAAM,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,OAAO,KAAK,OAAO,CAAC;aAC5C,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC;aACjC,GAAG,CAAC,aAAa,CAAC,CAAA;QAErB,IAAI,OAAO,KAAK,WAAW,IAAI,mBAAmB,EAAE,CAAC;YACnD,KAAK,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAA;QACjC,CAAC;QAED,OAAO;YACL,KAAK,EAAE,OAAO;YACd,YAAY,EAAE,EAAE;YAChB,SAAS,EAAE,KAAK;YAChB,KAAK;SACN,CAAA;IACH,CAAC,CAAC,CAAA;AACJ,CAAC;AAED,MAAM,UAAU,qBAAqB,CAAC,IAAmB;IACvD,IAAI,CAAC,IAAI;QAAE,OAAO,KAAK,CAAA;IACvB,IAAI,IAAI,KAAK,oBAAoB,EAAE,CAAC;QAClC,OAAO;YACL,KAAK,EAAE,oBAAoB;YAC3B,IAAI,EAAE,qBAAqB;SAC5B,CAAA;IACH,CAAC;IAED,MAAM,KAAK,GAAG,YAAY,CAAC,IAAI,CAAC,CAAA;IAChC,IAAI,CAAC,KAAK,EAAE,CAAC;QACX,MAAM,IAAI,KAAK,CAAC,0CAA0C,IAAI,EAAE,CAAC,CAAA;IACnE,CAAC;IAED,OAAO;QACL,KAAK,EAAE,KAAK,CAAC,KAAK;QAClB,IAAI,EAAE,IAAI,KAAK,CAAC,IAAI,EAAE;KACvB,CAAA;AACH,CAAC"}
1
+ {"version":3,"file":"manifest.js","sourceRoot":"","sources":["../../docs/manifest.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=cli.screenci.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cli.screenci.d.ts","sourceRoot":"","sources":["../../../docs/video-sources/cli.screenci.ts"],"names":[],"mappings":""}
@@ -33,4 +33,4 @@ video('CLI reference walkthrough', async ({ page }) => {
33
33
  await page.waitForTimeout(700);
34
34
  await resetZoom();
35
35
  });
36
- //# sourceMappingURL=cli.video.js.map
36
+ //# sourceMappingURL=cli.screenci.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cli.screenci.js","sourceRoot":"","sources":["../../../docs/video-sources/cli.screenci.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EACR,eAAe,EACf,IAAI,EACJ,SAAS,EACT,KAAK,EACL,MAAM,EACN,MAAM,GACP,MAAM,UAAU,CAAA;AAEjB,MAAM,SAAS,GAAG,eAAe,CAAC;IAChC,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE;IAC9B,EAAE,EAAE;QACF,KAAK,EACH,gFAAgF;QAClF,MAAM,EACJ,2EAA2E;QAC7E,KAAK,EACH,2FAA2F;QAC7F,IAAI,EAAE,gEAAgE;KACvE;CACF,CAAC,CAAA;AAEF,KAAK,CAAC,2BAA2B,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE;IACpD,MAAM,IAAI,CAAC,KAAK,IAAI,EAAE;QACpB,MAAM,IAAI,CAAC,IAAI,CAAC,yCAAyC,CAAC,CAAA;QAC1D,MAAM,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAA;IAC5C,CAAC,CAAC,CAAA;IAEF,MAAM,SAAS,CAAC,KAAK,EAAE,CAAA;IACvB,MAAM,SAAS,CAAC,MAAM,CAAC,KAAK,EAAE,CAAA;IAC9B,MAAM,QAAQ,CAAC,KAAK,IAAI,EAAE;QACxB,MAAM,IAAI,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,KAAK,EAAE,CAAC,KAAK,EAAE,CAAA;IACrD,CAAC,CAAC,CAAA;IACF,MAAM,SAAS,CAAC,MAAM,CAAC,GAAG,EAAE,CAAA;IAE5B,MAAM,SAAS,CAAC,KAAK,EAAE,CAAA;IACvB,MAAM,MAAM,CACV,IAAI,CAAC,SAAS,CAAC,SAAS,EAAE,EAAE,IAAI,EAAE,gCAAgC,EAAE,CAAC,CACtE,CAAA;IACD,MAAM,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,CAAA;IAC9B,MAAM,SAAS,EAAE,CAAA;IAEjB,MAAM,SAAS,CAAC,IAAI,EAAE,CAAA;IACtB,MAAM,QAAQ,CAAC,KAAK,IAAI,EAAE;QACxB,MAAM,IAAI;aACP,SAAS,CAAC,SAAS,EAAE,EAAE,IAAI,EAAE,kCAAkC,EAAE,CAAC;aAClE,sBAAsB,EAAE,CAAA;IAC7B,CAAC,CAAC,CAAA;IAEF,MAAM,MAAM,CACV,IAAI,CAAC,SAAS,CAAC,SAAS,EAAE,EAAE,IAAI,EAAE,kCAAkC,EAAE,CAAC,CACxE,CAAA;IACD,MAAM,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,CAAA;IAC9B,MAAM,SAAS,EAAE,CAAA;AACnB,CAAC,CAAC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=installation.screenci.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"installation.screenci.d.ts","sourceRoot":"","sources":["../../../docs/video-sources/installation.screenci.ts"],"names":[],"mappings":""}
@@ -23,4 +23,4 @@ video('How to find docs', async ({ page }) => {
23
23
  await page.getByRole('link', { name: 'View Documentation' }).click();
24
24
  });
25
25
  });
26
- //# sourceMappingURL=installation.video.js.map
26
+ //# sourceMappingURL=installation.screenci.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"installation.screenci.js","sourceRoot":"","sources":["../../../docs/video-sources/installation.screenci.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,eAAe,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA;AAEzE,MAAM,SAAS,GAAG,eAAe,CAAC;IAChC,4CAA4C;IAC5C,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE;IAC9B,wCAAwC;IACxC,EAAE,EAAE;QACF,IAAI,EAAE,kEAAkE;KACzE;IACD,EAAE,EAAE;QACF,IAAI,EAAE,mFAAmF;KAC1F;CACF,CAAC,CAAA;AAEF,KAAK,CAAC,kBAAkB,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE;IAC3C,kEAAkE;IAClE,MAAM,IAAI,CAAC,KAAK,IAAI,EAAE;QACpB,MAAM,IAAI,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAA;QACxC,MAAM,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAA;IAC5C,CAAC,CAAC,CAAA;IAEF,kDAAkD;IAClD,MAAM,SAAS,CAAC,IAAI,EAAE,CAAA;IAEtB,qEAAqE;IACrE,MAAM,QAAQ,CAAC,KAAK,IAAI,EAAE;QACxB,MAAM,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,EAAE,IAAI,EAAE,oBAAoB,EAAE,CAAC,CAAC,KAAK,EAAE,CAAA;IACtE,CAAC,CAAC,CAAA;AACJ,CAAC,CAAC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=landing.screenci.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"landing.screenci.d.ts","sourceRoot":"","sources":["../../../docs/video-sources/landing.screenci.ts"],"names":[],"mappings":""}
@@ -31,4 +31,4 @@ video('Landing light', async ({ page }) => {
31
31
  await page.getByRole('link', { name: 'View Documentation' }).click();
32
32
  });
33
33
  });
34
- //# sourceMappingURL=landing.video.js.map
34
+ //# sourceMappingURL=landing.screenci.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"landing.screenci.js","sourceRoot":"","sources":["../../../docs/video-sources/landing.screenci.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,eAAe,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA;AAEzE,MAAM,SAAS,GAAG,eAAe,CAAC;IAChC,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,wBAAwB,EAAE;IAC/D,EAAE,EAAE;QACF,IAAI,EAAE,kEAAkE;KACzE;IACD,EAAE,EAAE;QACF,IAAI,EAAE,mFAAmF;KAC1F;CACF,CAAC,CAAA;AAEF,KAAK,CAAC,eAAe,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE;IACxC,MAAM,IAAI,CAAC,KAAK,IAAI,EAAE;QACpB,MAAM,IAAI,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAA;QACxC,MAAM,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAA;QAE1C,MAAM,IAAI,CAAC,QAAQ,CAAC,GAAG,EAAE;YACvB,QAAQ,CAAC,MAAM,GAAG,+BAA+B,CAAA;YACjD,YAAY,CAAC,OAAO,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA;YAChD,QAAQ,CAAC,eAAe,CAAC,SAAS,CAAC,MAAM,CAAC,MAAM,CAAC,CAAA;YACjD,QAAQ,CAAC,eAAe,CAAC,YAAY,CAAC,YAAY,EAAE,OAAO,CAAC,CAAA;QAC9D,CAAC,CAAC,CAAA;QAEF,MAAM,IAAI,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,QAAQ,CAAC,CAAC,OAAO,EAAE,EAAE;YAC3D,IAAI,CAAC,CAAC,OAAO,YAAY,gBAAgB,CAAC,EAAE,CAAC;gBAC3C,OAAM;YACR,CAAC;YAED,OAAO,CAAC,KAAK,EAAE,CAAA;YACf,OAAO,CAAC,WAAW,GAAG,CAAC,CAAA;QACzB,CAAC,CAAC,CAAA;IACJ,CAAC,CAAC,CAAA;IAEF,MAAM,SAAS,CAAC,IAAI,EAAE,CAAA;IAEtB,MAAM,QAAQ,CAAC,KAAK,IAAI,EAAE;QACxB,MAAM,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,EAAE,IAAI,EAAE,oBAAoB,EAAE,CAAC,CAAC,KAAK,EAAE,CAAA;IACtE,CAAC,CAAC,CAAA;AACJ,CAAC,CAAC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=locator-highlight-animated.screenci.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"locator-highlight-animated.screenci.d.ts","sourceRoot":"","sources":["../../../docs/video-sources/locator-highlight-animated.screenci.ts"],"names":[],"mappings":""}
@@ -0,0 +1,53 @@
1
+ import { createOverlays, video } from 'screenci';
2
+ // Source of record for the animated "highlight a locator" overlay in the
3
+ // Overlays guide. It rings the same element as the Screenshots still
4
+ // (locator-highlight-still.screenci.ts), but the ring pulses while the page is
5
+ // driven underneath, then closes before the recording stops.
6
+ const overlays = createOverlays({
7
+ // Sized to the element's box (plus the margin); the ring fills it and pulses
8
+ // via a CSS animation. capturePadding gives the scale-up room so it is not
9
+ // clipped at the box edge.
10
+ ring: (target) => ({
11
+ html: '<div class="screenci-ring"></div>',
12
+ css: `
13
+ .screenci-ring {
14
+ width: 100%;
15
+ height: 100%;
16
+ border: 4px solid #ec4899;
17
+ border-radius: 14px;
18
+ box-shadow: 0 0 0 6px rgba(236, 72, 153, 0.25);
19
+ animation: screenci-ring-pulse 1.2s ease-in-out infinite;
20
+ }
21
+ @keyframes screenci-ring-pulse {
22
+ 0%,
23
+ 100% {
24
+ opacity: 1;
25
+ transform: scale(1);
26
+ }
27
+ 50% {
28
+ opacity: 0.45;
29
+ transform: scale(1.04);
30
+ }
31
+ }
32
+ `,
33
+ over: target,
34
+ margin: 12,
35
+ animate: true,
36
+ durationMs: 2400,
37
+ capturePadding: 24,
38
+ }),
39
+ });
40
+ video('Locator highlight (animated)', async ({ page }) => {
41
+ await page.goto('https://screenci.com/');
42
+ await page.waitForLoadState('networkidle');
43
+ const cta = page.getByRole('link', { name: 'View Documentation' });
44
+ await cta.scrollIntoViewIfNeeded();
45
+ // The ring pulses while the page stays live underneath. Every start() must be
46
+ // ended before the video function returns. Capture the controller so the
47
+ // locator appears once.
48
+ const ring = overlays.ring(cta);
49
+ await ring.start();
50
+ await cta.hover();
51
+ await ring.end();
52
+ });
53
+ //# sourceMappingURL=locator-highlight-animated.screenci.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"locator-highlight-animated.screenci.js","sourceRoot":"","sources":["../../../docs/video-sources/locator-highlight-animated.screenci.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,KAAK,EAAE,MAAM,UAAU,CAAA;AAEhD,yEAAyE;AACzE,qEAAqE;AACrE,+EAA+E;AAC/E,6DAA6D;AAC7D,MAAM,QAAQ,GAAG,cAAc,CAAC;IAC9B,6EAA6E;IAC7E,2EAA2E;IAC3E,2BAA2B;IAC3B,IAAI,EAAE,CAAC,MAAe,EAAE,EAAE,CAAC,CAAC;QAC1B,IAAI,EAAE,mCAAmC;QACzC,GAAG,EAAE;;;;;;;;;;;;;;;;;;;;KAoBJ;QACD,IAAI,EAAE,MAAM;QACZ,MAAM,EAAE,EAAE;QACV,OAAO,EAAE,IAAI;QACb,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,EAAE;KACnB,CAAC;CACH,CAAC,CAAA;AAEF,KAAK,CAAC,8BAA8B,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE;IACvD,MAAM,IAAI,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAA;IACxC,MAAM,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAA;IAE1C,MAAM,GAAG,GAAG,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,EAAE,IAAI,EAAE,oBAAoB,EAAE,CAAC,CAAA;IAClE,MAAM,GAAG,CAAC,sBAAsB,EAAE,CAAA;IAElC,8EAA8E;IAC9E,yEAAyE;IACzE,wBAAwB;IACxB,MAAM,IAAI,GAAG,QAAQ,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;IAC/B,MAAM,IAAI,CAAC,KAAK,EAAE,CAAA;IAClB,MAAM,GAAG,CAAC,KAAK,EAAE,CAAA;IACjB,MAAM,IAAI,CAAC,GAAG,EAAE,CAAA;AAClB,CAAC,CAAC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=locator-highlight-still.screenci.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"locator-highlight-still.screenci.d.ts","sourceRoot":"","sources":["../../../docs/video-sources/locator-highlight-still.screenci.ts"],"names":[],"mappings":""}
@@ -0,0 +1,24 @@
1
+ import { createOverlays, screenshot } from 'screenci';
2
+ // Source of record for the "highlight a locator" still in the Screenshots
3
+ // guide. It rings a single element on the marketing site with a margin around
4
+ // it, then captures a branded still. The Overlays guide animates the same
5
+ // example (locator-highlight-animated.screenci.ts).
6
+ const overlays = createOverlays({
7
+ // The overlay is sized to the element's box (plus the margin) and the ring
8
+ // fills it, so it lands exactly around the locator with breathing room.
9
+ ring: (target) => ({
10
+ html: '<div style="width:100%;height:100%;border:4px solid #ec4899;border-radius:14px;box-shadow:0 0 0 6px rgba(236,72,153,0.25)"></div>',
11
+ over: target,
12
+ margin: 12,
13
+ }),
14
+ });
15
+ screenshot('Locator highlight', async ({ page }) => {
16
+ await page.goto('https://screenci.com/');
17
+ await page.waitForLoadState('networkidle');
18
+ const cta = page.getByRole('link', { name: 'View Documentation' });
19
+ await cta.scrollIntoViewIfNeeded();
20
+ // In a still, start the overlay and leave it open: it stays in the image,
21
+ // with no matching end() needed.
22
+ await overlays.ring(cta).start();
23
+ });
24
+ //# sourceMappingURL=locator-highlight-still.screenci.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"locator-highlight-still.screenci.js","sourceRoot":"","sources":["../../../docs/video-sources/locator-highlight-still.screenci.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,UAAU,CAAA;AAErD,0EAA0E;AAC1E,8EAA8E;AAC9E,0EAA0E;AAC1E,oDAAoD;AACpD,MAAM,QAAQ,GAAG,cAAc,CAAC;IAC9B,2EAA2E;IAC3E,wEAAwE;IACxE,IAAI,EAAE,CAAC,MAAe,EAAE,EAAE,CAAC,CAAC;QAC1B,IAAI,EAAE,mIAAmI;QACzI,IAAI,EAAE,MAAM;QACZ,MAAM,EAAE,EAAE;KACX,CAAC;CACH,CAAC,CAAA;AAEF,UAAU,CAAC,mBAAmB,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE;IACjD,MAAM,IAAI,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAA;IACxC,MAAM,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAA;IAE1C,MAAM,GAAG,GAAG,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,EAAE,IAAI,EAAE,oBAAoB,EAAE,CAAC,CAAA;IAClE,MAAM,GAAG,CAAC,sBAAsB,EAAE,CAAA;IAElC,0EAA0E;IAC1E,iCAAiC;IACjC,MAAM,QAAQ,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,CAAA;AAClC,CAAC,CAAC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=product-pitch.screenci.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"product-pitch.screenci.d.ts","sourceRoot":"","sources":["../../../docs/video-sources/product-pitch.screenci.ts"],"names":[],"mappings":""}