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,79 +0,0 @@
{
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
"name": "badge-pop",
"type": "hyperframes:component",
"title": "Badge Pop",
"description": "A transitions.dev-inspired notification badge pop with elastic scale and count reveal",
"tags": [
"video-primitive",
"transition-primitive",
"transitions-dev-port",
"badge",
"microinteraction"
],
"files": [
{
"path": "badge-pop.html",
"target": "compositions/components/badge-pop.html",
"type": "hyperframes:snippet"
}
],
"variables": [
{
"id": "count",
"type": "string",
"role": "style",
"label": "Count",
"description": "Text shown inside the notification badge, up to four characters.",
"default": "3",
"maxLength": 4
},
{
"id": "accent",
"type": "enum",
"role": "style",
"label": "Accent",
"description": "Colour family of the badge.",
"default": "red",
"options": [
{
"value": "red",
"label": "Red"
},
{
"value": "blue",
"label": "Blue"
},
{
"value": "green",
"label": "Green"
},
{
"value": "violet",
"label": "Violet"
}
]
},
{
"id": "surface",
"type": "enum",
"role": "style",
"label": "Surface",
"description": "Chrome of the button and the badge ring: light for bright frames, dark for dark ones.",
"default": "light",
"options": [
{
"value": "light",
"label": "Light"
},
{
"value": "dark",
"label": "Dark"
}
]
}
],
"preview": {
"poster": "https://static.heygen.ai/hyperframes-oss/docs/images/catalog/components/badge-pop.png"
}
}