mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 04:38:33 +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.
47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
|
|
"name": "aurora-drift",
|
|
"type": "hyperframes:component",
|
|
"title": "Aurora Drift",
|
|
"description": "Three soft accent-derived aurora fields drift in an exact ambient loop over a deep base and faint vignette.",
|
|
"tags": ["motion-primitive", "background", "aurora", "gradient", "ambient", "loopable"],
|
|
"jobs": ["orient"],
|
|
"family": "backgrounds",
|
|
"profile": "ambient",
|
|
"evidence": "Wave G U19 aurora-drift specification",
|
|
"files": [
|
|
{
|
|
"path": "aurora-drift.html",
|
|
"target": "compositions/components/aurora-drift.html",
|
|
"type": "hyperframes:snippet"
|
|
}
|
|
],
|
|
"variables": [
|
|
{
|
|
"id": "accent",
|
|
"type": "enum",
|
|
"role": "style",
|
|
"label": "Accent",
|
|
"description": "Accent token family used to derive the aurora hues.",
|
|
"default": "green",
|
|
"options": [
|
|
{ "value": "green", "label": "Green" },
|
|
{ "value": "blue", "label": "Blue" },
|
|
{ "value": "violet", "label": "Violet" }
|
|
]
|
|
},
|
|
{
|
|
"id": "mood",
|
|
"type": "enum",
|
|
"role": "style",
|
|
"label": "Mood",
|
|
"description": "Base luminance and aurora field strength.",
|
|
"default": "deep",
|
|
"options": [
|
|
{ "value": "deep", "label": "Deep" },
|
|
{ "value": "bright", "label": "Bright" }
|
|
]
|
|
}
|
|
]
|
|
}
|