mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-12 07:09:59 +00:00
feat(studio): make agent edits live and explicit (#3581)
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
<template id="left-card-template">
|
||||
<section
|
||||
id="left-card"
|
||||
data-composition-id="left-card"
|
||||
data-width="380"
|
||||
data-height="300"
|
||||
data-start="0"
|
||||
data-duration="5"
|
||||
data-no-timeline
|
||||
style="
|
||||
box-sizing: border-box;
|
||||
width: 380px;
|
||||
height: 300px;
|
||||
padding: 36px;
|
||||
border: 2px solid #2dd4bf;
|
||||
border-radius: 28px;
|
||||
background: #10231f;
|
||||
"
|
||||
>
|
||||
<div id="left-card-body" data-hf-id="left-card-body" style="width: 100%; height: 100%">
|
||||
<p style="margin: 0 0 28px; color: #5eead4; font-size: 16px; letter-spacing: 0.16em">
|
||||
LEFT SOURCE
|
||||
</p>
|
||||
<h1
|
||||
id="duplicate-headline"
|
||||
data-hf-id="duplicate-headline"
|
||||
style="margin: 0; color: #ecfeff; font-size: 48px; line-height: 1.05"
|
||||
>
|
||||
Left source
|
||||
</h1>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
@@ -0,0 +1,33 @@
|
||||
<template id="right-card-template">
|
||||
<section
|
||||
id="right-card"
|
||||
data-composition-id="right-card"
|
||||
data-width="380"
|
||||
data-height="300"
|
||||
data-start="0"
|
||||
data-duration="5"
|
||||
data-no-timeline
|
||||
style="
|
||||
box-sizing: border-box;
|
||||
width: 380px;
|
||||
height: 300px;
|
||||
padding: 36px;
|
||||
border: 2px solid #a78bfa;
|
||||
border-radius: 28px;
|
||||
background: #201936;
|
||||
"
|
||||
>
|
||||
<div id="right-card-body" data-hf-id="right-card-body" style="width: 100%; height: 100%">
|
||||
<p style="margin: 0 0 28px; color: #c4b5fd; font-size: 16px; letter-spacing: 0.16em">
|
||||
RIGHT SOURCE
|
||||
</p>
|
||||
<h1
|
||||
id="duplicate-headline"
|
||||
data-hf-id="duplicate-headline"
|
||||
style="margin: 0; color: #f5f3ff; font-size: 48px; line-height: 1.05"
|
||||
>
|
||||
Right source
|
||||
</h1>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
Reference in New Issue
Block a user