mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-01 19:42:03 +00:00
fix(registry): add 14 missing blocks to registry manifest (#1163)
Adds entries for all blocks in registry/blocks/ that were missing from registry/registry.json: - 12 VS Code code-snippet-* blocks (from #1113, same missed step) - flowchart-vertical - vfx-liquid-glass Without these entries the CLI returns 'Item not found in registry' even though the block files exist.
This commit is contained in:
@@ -415,6 +415,62 @@
|
||||
"name": "code-snippet-apple-terminal-solid-colors",
|
||||
"type": "hyperframes:block"
|
||||
},
|
||||
{
|
||||
"name": "code-snippet-dark-2026",
|
||||
"type": "hyperframes:block"
|
||||
},
|
||||
{
|
||||
"name": "code-snippet-dark-modern",
|
||||
"type": "hyperframes:block"
|
||||
},
|
||||
{
|
||||
"name": "code-snippet-dark-plus",
|
||||
"type": "hyperframes:block"
|
||||
},
|
||||
{
|
||||
"name": "code-snippet-high-contrast",
|
||||
"type": "hyperframes:block"
|
||||
},
|
||||
{
|
||||
"name": "code-snippet-high-contrast-light",
|
||||
"type": "hyperframes:block"
|
||||
},
|
||||
{
|
||||
"name": "code-snippet-light-2026",
|
||||
"type": "hyperframes:block"
|
||||
},
|
||||
{
|
||||
"name": "code-snippet-light-modern",
|
||||
"type": "hyperframes:block"
|
||||
},
|
||||
{
|
||||
"name": "code-snippet-light-plus",
|
||||
"type": "hyperframes:block"
|
||||
},
|
||||
{
|
||||
"name": "code-snippet-monokai",
|
||||
"type": "hyperframes:block"
|
||||
},
|
||||
{
|
||||
"name": "code-snippet-solarized-light",
|
||||
"type": "hyperframes:block"
|
||||
},
|
||||
{
|
||||
"name": "code-snippet-visual-studio-dark",
|
||||
"type": "hyperframes:block"
|
||||
},
|
||||
{
|
||||
"name": "code-snippet-visual-studio-light",
|
||||
"type": "hyperframes:block"
|
||||
},
|
||||
{
|
||||
"name": "flowchart-vertical",
|
||||
"type": "hyperframes:block"
|
||||
},
|
||||
{
|
||||
"name": "vfx-liquid-glass",
|
||||
"type": "hyperframes:block"
|
||||
},
|
||||
{
|
||||
"name": "parallax-zoom",
|
||||
"type": "hyperframes:component"
|
||||
|
||||
Reference in New Issue
Block a user