Files
gnommoplayer/dist/assets/ProcessFlow-B2obDIQa.js
T

2 lines
910 B
JavaScript
Raw Normal View History

2026-04-11 09:21:22 +02:00
import{j as s}from"./index-D2K-duz6.js";function i(e){return!Array.isArray(e)||e.length===0?["Record talking-head segments","Align transcript to timeline","Generate slide variants","Play, compare, and refine"]:e.map(r=>String(r))}function d({props:e,paused:r}){const o=e,l=String(o.eyebrow??"Process flow"),a=String(o.title??"How it becomes a video"),n=i(o.steps);return s.jsx("article",{className:`process-flow ${r?"process-flow--paused":""}`,children:s.jsxs("div",{className:"process-flow__content",children:[s.jsx("p",{className:"process-flow__eyebrow",children:l}),s.jsx("h2",{className:"process-flow__title",children:a}),s.jsx("div",{className:"process-flow__steps",children:n.map((t,c)=>s.jsxs("div",{className:"process-flow__step",children:[s.jsx("span",{className:"process-flow__index",children:c+1}),s.jsx("p",{className:"process-flow__label",children:t})]},`${c}-${t}`))})]})})}export{d as default};