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,51 +0,0 @@
{
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
"name": "decline-chart",
"type": "hyperframes:component",
"title": "Decline Chart",
"description": "A metric line draws downward as its value counts down and the ambient background darkens in lockstep.",
"tags": ["motion-primitive", "data", "chart", "decline", "metric", "problem"],
"jobs": ["agitate"],
"family": "data",
"profile": "holdable",
"evidence": "Wave F U10 decline-chart",
"files": [
{
"path": "decline-chart.html",
"target": "compositions/components/decline-chart.html",
"type": "hyperframes:snippet"
}
],
"variables": [
{
"id": "label",
"type": "string",
"role": "content",
"label": "Metric label",
"description": "Label shown above the declining value.",
"default": "Retention"
},
{
"id": "start_value",
"type": "number",
"role": "content",
"label": "Start value",
"description": "Metric value at the start of the decline.",
"default": 82,
"min": 0,
"max": 100,
"step": 1
},
{
"id": "end_value",
"type": "number",
"role": "content",
"label": "End value",
"description": "Metric value at the bottom of the decline.",
"default": 34,
"min": 0,
"max": 100,
"step": 1
}
]
}