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,108 +0,0 @@
{
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
"name": "icon-swap",
"type": "hyperframes:component",
"title": "Icon Swap",
"description": "A scale-and-blur icon swap primitive for toolbar and action state changes",
"tags": ["video-primitive", "transition-primitive", "transitions-dev-port", "icon", "swap"],
"files": [
{
"path": "icon-swap.html",
"target": "compositions/components/icon-swap.html",
"type": "hyperframes:snippet"
}
],
"variables": [
{
"id": "tone",
"type": "enum",
"role": "style",
"label": "Tone",
"description": "Button fill and glyph colour. Accent rides --brand.",
"default": "dark",
"options": [
{
"value": "dark",
"label": "Dark"
},
{
"value": "light",
"label": "Light"
},
{
"value": "accent",
"label": "Accent"
}
]
},
{
"id": "size",
"type": "enum",
"role": "layout",
"label": "Size",
"description": "Button box and glyph size, from a toolbar chip to a hero action.",
"default": "standard",
"options": [
{
"value": "small",
"label": "Small"
},
{
"value": "standard",
"label": "Standard"
},
{
"value": "large",
"label": "Large"
}
]
},
{
"id": "shape",
"type": "enum",
"role": "style",
"label": "Shape",
"description": "Corner treatment of the button box.",
"default": "rounded",
"options": [
{
"value": "rounded",
"label": "Rounded"
},
{
"value": "circle",
"label": "Circle"
},
{
"value": "square",
"label": "Square"
}
]
},
{
"id": "blur",
"type": "enum",
"role": "motion",
"label": "Blur",
"description": "Scales the blur radius the timeline drives through the swap, 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/icon-swap.png"
}
}