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.
56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
|
|
"name": "logo-wall",
|
|
"type": "hyperframes:component",
|
|
"title": "Logo Wall",
|
|
"description": "A trusted-by wall of placeholder lettermark logos that fades and scales into place with a deterministic per-cell stagger.",
|
|
"tags": ["data", "logos", "social-proof", "stagger", "prove"],
|
|
"jobs": ["prove"],
|
|
"family": "data",
|
|
"profile": "holdable",
|
|
"evidence": "consumer-sim fixture + blueprint grid-card-assemble variant",
|
|
"files": [
|
|
{
|
|
"path": "logo-wall.html",
|
|
"target": "compositions/components/logo-wall.html",
|
|
"type": "hyperframes:snippet"
|
|
}
|
|
],
|
|
"variables": [
|
|
{
|
|
"id": "rows",
|
|
"type": "number",
|
|
"role": "layout",
|
|
"label": "Rows",
|
|
"description": "Number of logo rows in the wall.",
|
|
"default": 3,
|
|
"min": 2,
|
|
"max": 4,
|
|
"step": 1
|
|
},
|
|
{
|
|
"id": "cols",
|
|
"type": "number",
|
|
"role": "layout",
|
|
"label": "Columns",
|
|
"description": "Number of logo columns in the wall.",
|
|
"default": 5,
|
|
"min": 3,
|
|
"max": 6,
|
|
"step": 1
|
|
},
|
|
{
|
|
"id": "stagger",
|
|
"type": "number",
|
|
"role": "motion",
|
|
"label": "Stagger",
|
|
"description": "Delay between consecutive logo cell entrances.",
|
|
"default": 45,
|
|
"min": 20,
|
|
"max": 75,
|
|
"step": 1,
|
|
"unit": "ms"
|
|
}
|
|
]
|
|
}
|