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,60 +0,0 @@
{
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
"name": "inline-highlight",
"type": "hyperframes:component",
"title": "Inline Highlight",
"description": "A clean marker-style inline highlight that animates behind text using a CSS scale variable",
"tags": ["motion-primitive", "text", "highlight", "caption"],
"files": [
{
"path": "inline-highlight.html",
"target": "compositions/components/inline-highlight.html",
"type": "hyperframes:snippet"
}
],
"variables": [
{
"id": "tint",
"type": "enum",
"role": "style",
"label": "Tint",
"description": "Marker colour. Green, blue and violet ride --brand, --accent and --accent-2.",
"default": "yellow",
"options": [
{ "value": "yellow", "label": "Yellow" },
{ "value": "green", "label": "Green" },
{ "value": "blue", "label": "Blue" },
{ "value": "violet", "label": "Violet" }
]
},
{
"id": "thickness",
"type": "enum",
"role": "style",
"label": "Thickness",
"description": "Height of the marker band behind the text, as a share of the font size.",
"default": "standard",
"options": [
{ "value": "thin", "label": "Thin" },
{ "value": "standard", "label": "Standard" },
{ "value": "thick", "label": "Thick" }
]
},
{
"id": "origin",
"type": "enum",
"role": "motion",
"label": "Origin",
"description": "Edge the marker grows out of as the scale variable runs from 0 to 1.",
"default": "left",
"options": [
{ "value": "left", "label": "Left" },
{ "value": "right", "label": "Right" },
{ "value": "center", "label": "Center" }
]
}
],
"preview": {
"poster": "https://static.heygen.ai/hyperframes-oss/docs/images/catalog/components/inline-highlight.png"
}
}