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.
53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
{
|
|
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
|
|
"name": "pan-stations",
|
|
"type": "hyperframes:component",
|
|
"title": "Pan Stations",
|
|
"description": "A lateral camera move across a continuous row of labeled feature stations, with a steady dwell at each stop before the next pan.",
|
|
"tags": ["camera", "pan", "stations", "features", "exhibit", "agitate", "cross-shelved"],
|
|
"jobs": ["exhibit", "agitate"],
|
|
"family": "camera",
|
|
"profile": "holdable",
|
|
"evidence": "SIM fixture, CORPUS blueprint (re-filed per adversary; cross-shelved): one mechanic, two readings: panning across broken tools agitates, panning across features exhibits. The pause cadence is the frozen law.",
|
|
"files": [
|
|
{
|
|
"path": "pan-stations.html",
|
|
"target": "compositions/components/pan-stations.html",
|
|
"type": "hyperframes:snippet"
|
|
}
|
|
],
|
|
"variables": [
|
|
{
|
|
"id": "stationCount",
|
|
"type": "number",
|
|
"role": "layout",
|
|
"label": "Station count",
|
|
"description": "Number of feature stations in the row.",
|
|
"default": 4,
|
|
"min": 3,
|
|
"max": 6,
|
|
"step": 1
|
|
},
|
|
{
|
|
"id": "labels",
|
|
"type": "string",
|
|
"role": "content",
|
|
"label": "Station labels",
|
|
"description": "Comma-separated labels shown on the station cards.",
|
|
"default": "Capture,Edit,Render,Share"
|
|
},
|
|
{
|
|
"id": "dwell",
|
|
"type": "number",
|
|
"role": "timing",
|
|
"label": "Dwell",
|
|
"description": "Seconds the camera holds at each station before panning.",
|
|
"default": 0.6,
|
|
"min": 0.2,
|
|
"max": 2,
|
|
"step": 0.1,
|
|
"unit": "s"
|
|
}
|
|
]
|
|
}
|