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,87 +0,0 @@
{
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
"name": "micro-transitions",
"type": "hyperframes:component",
"title": "Micro Transitions",
"description": "A transitions.dev-inspired pack of badge, dropdown, modal, tabs, tooltip, and success-check micro transitions",
"tags": [
"transition-primitive",
"motion-primitive",
"transitions-dev-port",
"ui",
"transition",
"microinteraction"
],
"files": [
{
"path": "micro-transitions.html",
"target": "compositions/components/micro-transitions.html",
"type": "hyperframes:snippet"
}
],
"variables": [
{
"id": "badge",
"type": "string",
"role": "content",
"label": "Badge",
"description": "Count inside the notification badge on the bell.",
"default": "3"
},
{
"id": "tooltip",
"type": "string",
"role": "content",
"label": "Tooltip",
"description": "Wording inside the small dark tooltip.",
"default": "Copied"
},
{
"id": "tone",
"type": "enum",
"role": "style",
"label": "Badge tone",
"description": "Colour of the notification badge chip.",
"default": "red",
"options": [
{
"value": "red",
"label": "Red"
},
{
"value": "amber",
"label": "Amber"
},
{
"value": "violet",
"label": "Violet"
}
]
},
{
"id": "travel",
"type": "enum",
"role": "motion",
"label": "Travel",
"description": "Scales how far every panel starts from its resting place before it settles.",
"default": "standard",
"options": [
{
"value": "close",
"label": "Close"
},
{
"value": "standard",
"label": "Standard"
},
{
"value": "far",
"label": "Far"
}
]
}
],
"preview": {
"poster": "https://static.heygen.ai/hyperframes-oss/docs/images/catalog/components/micro-transitions.png"
}
}