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,67 +0,0 @@
{
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
"name": "grade-split-reveal",
"type": "hyperframes:component",
"title": "Grade Split Reveal",
"description": "The same picture twice, one flat and one finished, with a hard edge sweeping between them. It stops in the middle long enough to compare, then commits and the graded look takes the frame. Both looks are real HyperFrames color grading run through the WebGL shader, so the preview and the render match.",
"tags": ["color-grading", "media", "compare", "reveal", "motion-primitive", "grade"],
"files": [
{
"path": "grade-split-reveal.html",
"target": "compositions/components/grade-split-reveal.html",
"type": "hyperframes:snippet"
}
],
"variables": [
{
"id": "look",
"type": "enum",
"role": "style",
"label": "Look",
"description": "Grade carried by the upper copy, and the label printed over it. All three are real grading blocks handed to the shader, not CSS filters.",
"default": "warm-cinematic",
"options": [
{ "value": "warm-cinematic", "label": "Warm Cinematic" },
{ "value": "cool-teal", "label": "Cool Teal" },
{ "value": "bleach-bypass", "label": "Bleach Bypass" }
]
},
{
"id": "split",
"type": "number",
"role": "motion",
"label": "Split point",
"description": "How far across the plate the edge stops to hold the comparison, before it commits and takes the rest.",
"default": 62,
"min": 25,
"max": 85,
"step": 1,
"unit": "%"
},
{
"id": "edge",
"type": "enum",
"role": "style",
"label": "Edge",
"description": "The divider line riding the wipe. Hidden drops it entirely so the grade arrives with no seam.",
"default": "hairline",
"options": [
{ "value": "hairline", "label": "Hairline" },
{ "value": "bold", "label": "Bold" },
{ "value": "hidden", "label": "Hidden" }
]
},
{
"id": "labels",
"type": "enum",
"role": "style",
"label": "Labels",
"description": "Show or hide the two captions naming each half of the plate.",
"default": "on",
"options": [
{ "value": "on", "label": "Show" },
{ "value": "off", "label": "Hide" }
]
}
]
}