feat(registry): seed blocks — data-chart, flowchart, logo-outro (#259)

Extract three standalone blocks from existing example templates:

- data-chart: Animated bar + line chart with staggered reveal (from nyt-graph)
- flowchart: Decision tree with SVG connectors and cursor interaction (from decision-tree)
- logo-outro: Cinematic logo reveal with tagline and URL pill (from product-promo)

Each block is a complete HTML composition installable via `hyperframes add <name>`.
Blocks render as iframes in host compositions.
This commit is contained in:
James Russo
2026-04-14 16:16:03 -07:00
committed by GitHub
parent b23b0751da
commit 4685e5cd74
7 changed files with 1198 additions and 0 deletions
+12
View File
@@ -34,6 +34,18 @@
{
"name": "nyt-graph",
"type": "hyperframes:example"
},
{
"name": "data-chart",
"type": "hyperframes:block"
},
{
"name": "flowchart",
"type": "hyperframes:block"
},
{
"name": "logo-outro",
"type": "hyperframes:block"
}
]
}