Revert "feat(registry): the video-primitive moves, documented and customisable (#3090)" (#3162)

This reverts commit 3b53bfd2f7.
This commit is contained in:
Miguel Ángel
2026-08-10 14:47:47 -04:00
committed by GitHub
parent 3b53bfd2f7
commit c86d4013f5
2328 changed files with 5906 additions and 458525 deletions
@@ -1,55 +0,0 @@
{
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
"name": "ascii-trail-reveal",
"type": "hyperframes:component",
"title": "ASCII Trail Reveal",
"description": "An authored S-curve sweeps through a deterministic ASCII grid, flipping cells away to reveal a labeled panel.",
"tags": ["motion-primitive", "intro", "reveal", "ascii", "trail", "grid"],
"jobs": ["reveal"],
"family": "intros-and-reveals",
"profile": "trail",
"evidence": "Wave H U24 ascii-trail-reveal design research unit",
"syncPoints": [{ "id": "reveal-complete", "phase": "in", "offset": 3.2 }],
"files": [
{
"path": "ascii-trail-reveal.html",
"target": "compositions/components/ascii-trail-reveal.html",
"type": "hyperframes:snippet"
}
],
"variables": [
{
"id": "label",
"type": "string",
"role": "content",
"label": "Panel label",
"description": "Text shown on the revealed panel.",
"default": "The reveal"
},
{
"id": "accent",
"type": "enum",
"role": "style",
"label": "Accent",
"description": "Color used by the trail and revealed panel.",
"default": "green",
"options": [
{ "value": "green", "label": "Green" },
{ "value": "blue", "label": "Blue" },
{ "value": "violet", "label": "Violet" }
]
},
{
"id": "trail_width",
"type": "enum",
"role": "layout",
"label": "Trail width",
"description": "Width of the cell reveal tail around the authored path.",
"default": "narrow",
"options": [
{ "value": "narrow", "label": "Narrow" },
{ "value": "wide", "label": "Wide" }
]
}
]
}