fix(registry): align timeline IDs and regenerate catalog index

- Fix timeline_id_mismatch on all 15 caption components: __timelines key
  now matches data-composition-id (e.g. "caption-clip-wipe" not "clip-wipe")
- Regenerate docs/public/catalog-index.json with 15 new caption entries
- Add "Captions" group mapping to generate-catalog-pages.ts (priority 0)
- Regenerate docs.json nav and mdx pages via the catalog script
- Upload docs preview videos to docs/images CDN path
This commit is contained in:
Miguel Ángel
2026-05-17 17:19:42 -04:00
parent 7dc795f60f
commit ae193d99b9
48 changed files with 283 additions and 60 deletions
@@ -202,7 +202,7 @@
});
tl.seek(0);
window.__timelines["kinetic-slam"] = tl;
window.__timelines["caption-kinetic-slam"] = tl;
})();
</script>
</body>
+1 -1
View File
@@ -202,7 +202,7 @@
});
tl.seek(0);
window.__timelines["kinetic-slam"] = tl;
window.__timelines["caption-kinetic-slam"] = tl;
})();
</script>
</body>