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,47 +0,0 @@
{
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
"name": "rubber-band-bumper",
"type": "hyperframes:component",
"title": "Rubber Band Bumper",
"description": "An outgoing panel pulls against increasing resistance, holds at tension, then snaps past an edge with overshoot as the incoming panel settles behind it.",
"tags": ["motion-primitive", "transition", "rubber-band", "resistance", "overshoot"],
"jobs": ["bridge"],
"family": "transitions",
"profile": "elastic",
"evidence": "Wave H U33 specification, inspired by the Snapchat and Claude pull-to-refresh motion pattern",
"syncPoints": [{ "id": "release", "phase": "out", "offset": 0 }],
"files": [
{
"path": "rubber-band-bumper.html",
"target": "compositions/components/rubber-band-bumper.html",
"type": "hyperframes:snippet"
}
],
"variables": [
{
"id": "direction",
"type": "enum",
"role": "content",
"label": "Direction",
"description": "Edge the outgoing panel releases through.",
"default": "up",
"options": [
{ "value": "up", "label": "Up" },
{ "value": "left", "label": "Left" }
]
},
{
"id": "accent",
"type": "enum",
"role": "style",
"label": "Accent",
"description": "Color applied to the tension bands and incoming panel.",
"default": "green",
"options": [
{ "value": "green", "label": "Green" },
{ "value": "blue", "label": "Blue" },
{ "value": "violet", "label": "Violet" }
]
}
]
}