mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-04 16:42:27 +00:00
Restores the 208 catalog items reverted after their previews 404'd in production, this time on the payload mechanism rather than the .html files that caused the outage. The generator no longer writes a preview document to docs/public. That writer, and the machinery under it, existed only to produce files the docs host discards, so it is gone rather than bypassed. Items now embed the composition itself via a payload, which is what the previous change already does for the items that were already in the catalog. The variables explorer is parked, not restored: it drove its preview through the same unpublished .html path, so it would have shown an empty frame. Items that declare variables get the live player plus the static variables table, and reconnecting the explorer to payloads is a follow-up.
77 lines
2.3 KiB
JSON
77 lines
2.3 KiB
JSON
{
|
|
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
|
|
"name": "trust-strip",
|
|
"type": "hyperframes:component",
|
|
"title": "Trust Strip",
|
|
"description": "A monochrome trust row of wide-tracked mono wordmarks that fade in with an opacity-only left-to-right stagger, then hold dead still.",
|
|
"tags": ["motion-primitive", "proof", "trust", "logo-strip", "wordmarks"],
|
|
"jobs": ["prove"],
|
|
"family": "proof-and-stats",
|
|
"profile": "quiet-proof",
|
|
"evidence": "Video Primitives Wave J J1-8 trust-strip contract; cohere-north-launch 06-proof trust strip",
|
|
"syncPoints": [{ "id": "strip-complete", "phase": "in", "offset": 1.3 }],
|
|
"files": [
|
|
{
|
|
"path": "trust-strip.html",
|
|
"target": "compositions/components/trust-strip.html",
|
|
"type": "hyperframes:snippet"
|
|
}
|
|
],
|
|
"variables": [
|
|
{
|
|
"id": "marks",
|
|
"type": "string",
|
|
"role": "content",
|
|
"label": "Marks",
|
|
"description": "Comma-separated wordmark texts (3 to 7 recommended).",
|
|
"default": "Northwind, Acme Corp, Globex, Initech, Umbra"
|
|
},
|
|
{
|
|
"id": "tone",
|
|
"type": "enum",
|
|
"role": "style",
|
|
"label": "Tone",
|
|
"description": "Mark color: quiet muted or full-contrast ink.",
|
|
"default": "muted",
|
|
"options": [
|
|
{ "value": "muted", "label": "Muted" },
|
|
{ "value": "ink", "label": "Ink" }
|
|
]
|
|
},
|
|
{
|
|
"id": "cues",
|
|
"type": "string",
|
|
"role": "timing",
|
|
"label": "Cues",
|
|
"description": "Comma-separated reveal starts in seconds from mount start. Empty uses the authored 0.15s stagger.",
|
|
"default": ""
|
|
},
|
|
{
|
|
"id": "accent",
|
|
"type": "enum",
|
|
"role": "style",
|
|
"label": "Accent",
|
|
"description": "Faint palette tint mixed into the mark color.",
|
|
"default": "green",
|
|
"options": [
|
|
{ "value": "green", "label": "Green" },
|
|
{ "value": "blue", "label": "Blue" },
|
|
{ "value": "violet", "label": "Violet" }
|
|
]
|
|
},
|
|
{
|
|
"id": "exit",
|
|
"type": "enum",
|
|
"role": "timing",
|
|
"label": "Exit",
|
|
"description": "End-of-clip behavior. None holds to the last frame.",
|
|
"default": "none",
|
|
"options": [
|
|
{ "value": "none", "label": "None" },
|
|
{ "value": "fade", "label": "Fade" },
|
|
{ "value": "up", "label": "Up" }
|
|
]
|
|
}
|
|
]
|
|
}
|