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,82 +0,0 @@
{
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
"name": "soft-blur-in",
"type": "hyperframes:component",
"title": "Soft Blur In",
"description": "A soft opacity, blur, and lift reveal for headlines, captions, and product UI callouts",
"tags": ["motion-primitive", "text", "reveal", "blur"],
"files": [
{
"path": "soft-blur-in.html",
"target": "compositions/components/soft-blur-in.html",
"type": "hyperframes:snippet"
}
],
"variables": [
{
"id": "distance",
"type": "enum",
"role": "motion",
"label": "Distance",
"description": "How far the element is offset before it slides home: 14px, 28px or 52px.",
"default": "standard",
"options": [
{
"value": "close",
"label": "Close"
},
{
"value": "standard",
"label": "Standard"
},
{
"value": "far",
"label": "Far"
}
]
},
{
"id": "direction",
"type": "enum",
"role": "motion",
"label": "Direction",
"description": "up starts the element below its resting place so it rises in, down starts it above so it drops in.",
"default": "up",
"options": [
{
"value": "up",
"label": "Up"
},
{
"value": "down",
"label": "Down"
}
]
},
{
"id": "blur",
"type": "enum",
"role": "style",
"label": "Blur",
"description": "Starting blur radius, from a light haze to a full smear.",
"default": "standard",
"options": [
{
"value": "soft",
"label": "Soft"
},
{
"value": "standard",
"label": "Standard"
},
{
"value": "heavy",
"label": "Heavy"
}
]
}
],
"preview": {
"poster": "https://static.heygen.ai/hyperframes-oss/docs/images/catalog/components/soft-blur-in.png"
}
}