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,40 +0,0 @@
{
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
"name": "multiplayer-cursors",
"type": "hyperframes:component",
"title": "Multiplayer Cursors",
"description": "Labeled collaborator cursors with token-derived colors and soft glows drift from spread positions into a shared center zone, proving live multiplayer presence.",
"tags": ["cursor", "pointer", "multiplayer", "collaboration", "presence", "loop", "prove"],
"jobs": ["prove"],
"family": "pointers",
"profile": "loop",
"evidence": "power-reel source 15-frosted-cursors.html; patches the multiplayer-arrows hole the family definition predicted",
"files": [
{
"path": "multiplayer-cursors.html",
"target": "compositions/components/multiplayer-cursors.html",
"type": "hyperframes:snippet"
}
],
"variables": [
{
"id": "cursorCount",
"type": "number",
"role": "content",
"label": "Cursor count",
"description": "Number of labeled collaborator cursors.",
"default": 4,
"min": 2,
"max": 6,
"step": 1
},
{
"id": "labels",
"type": "string",
"role": "content",
"label": "Labels",
"description": "Comma-separated cursor names, in order.",
"default": "Ana,Ken,Wen,Mia"
}
]
}