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": "overwhelm-surround",
"type": "hyperframes:component",
"title": "Overwhelm Surround",
"description": "Tasks, tabs, pings, and notification bubbles accelerate inward around a calm central subject, turning overload into visible spatial pressure.",
"tags": ["effects", "agitate", "overwhelm", "pressure", "notifications"],
"jobs": ["agitate"],
"family": "effects",
"profile": "holdable",
"evidence": "SIM fixture; CORPUS blueprint",
"files": [
{
"path": "overwhelm-surround.html",
"target": "compositions/components/overwhelm-surround.html",
"type": "hyperframes:snippet"
}
],
"variables": [
{
"id": "count",
"type": "number",
"role": "content",
"label": "Chip count",
"description": "Number of tasks and notifications crowding the center.",
"default": 16,
"min": 8,
"max": 24,
"step": 1
},
{
"id": "centerLabel",
"type": "string",
"role": "content",
"label": "Center label",
"description": "Text inside the calm central subject. Blank hides the text.",
"default": "You"
},
{
"id": "intensity",
"type": "number",
"role": "layout",
"label": "Intensity",
"description": "How tightly and quickly the chips crowd the center.",
"default": 1,
"min": 0.5,
"max": 2,
"step": 0.1
}
]
}