Files
hyperframes/registry/components/caption-weight-shift/registry-item.json
T
Miguel Ángel b725066fb5 docs(registry): add caption catalog pages and overflow protection
- Add 15 .mdx doc pages under docs/catalog/components/ for all caption styles
- Add "Captions" group as first section in the Catalog tab navigation
- Add canvas-based fitFontSize to 14 caption components to prevent text overflow
- Fix parallax-layers vertical clipping by repositioning the behind safe zone
- Re-render all 15 preview videos at high quality and upload to CDN
2026-05-17 17:03:42 -04:00

17 lines
612 B
JSON

{
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
"name": "caption-weight-shift",
"type": "hyperframes:component",
"title": "Weight Shift",
"description": "Elegant font-weight transition between caption lines",
"tags": ["captions", "caption-style", "minimal", "typography"],
"files": [
{
"path": "caption-weight-shift.html",
"target": "compositions/components/caption-weight-shift.html",
"type": "hyperframes:snippet"
}
],
"preview": "https://static.heygen.ai/hyperframes-oss/registry/components/caption-weight-shift/preview.mp4?v=1779051416"
}