mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-11 06:30:03 +00:00
feat(registry): bring back the video-primitive moves (#3169)
Restores the 208 catalog items reverted after their previews 404'd in production, this time on the payload mechanism rather than the .html files that caused the outage. The generator no longer writes a preview document to docs/public. That writer, and the machinery under it, existed only to produce files the docs host discards, so it is gone rather than bypassed. Items now embed the composition itself via a payload, which is what the previous change already does for the items that were already in the catalog. The variables explorer is parked, not restored: it drove its preview through the same unpublished .html path, so it would have shown an empty frame. Items that declare variables get the live player plus the static variables table, and reconnecting the explorer to payloads is a follow-up.
This commit is contained in:
@@ -2,14 +2,38 @@
|
||||
"model": "bge-small-en-v1.5",
|
||||
"modelRevision": "ea104dacec62c0de699686887e3f920caeb4f3e3",
|
||||
"dimensions": 384,
|
||||
"revision": "3e0b7c140466db717b69481be5a87e77b1fdec5000b33ca61846ba27e5558238",
|
||||
"revision": "a823e13eb98937e709ea70bbdc5f9e6dc0be1feed6346fb1d8746069fea6796b",
|
||||
"names": [
|
||||
"ai-generation-canvas",
|
||||
"ai-prompt-flow",
|
||||
"animated-bar-chart",
|
||||
"app-showcase",
|
||||
"apple-money-count",
|
||||
"arc-motion-path",
|
||||
"ascii-render-pass",
|
||||
"ascii-trail-reveal",
|
||||
"aurora-drift",
|
||||
"avatar-cloud",
|
||||
"avatar-group-hover",
|
||||
"badge-pop",
|
||||
"bar-chart-race",
|
||||
"beat-accent",
|
||||
"beat-freeze-cut",
|
||||
"beat-pulse-background",
|
||||
"beat-timeline",
|
||||
"before-after-wipe",
|
||||
"blue-sweater-intro-video",
|
||||
"blur-in",
|
||||
"blur-out-up",
|
||||
"bottom-up-letters",
|
||||
"browser-device-stage",
|
||||
"camcorder-hud",
|
||||
"camera-dolly-zoom",
|
||||
"camera-rig-depth-stack",
|
||||
"camera-scan-gate",
|
||||
"camera-shake",
|
||||
"caption-blend-difference",
|
||||
"caption-camera-follow",
|
||||
"caption-clip-wipe",
|
||||
"caption-editorial-emphasis",
|
||||
"caption-emoji-pop",
|
||||
@@ -25,6 +49,11 @@
|
||||
"caption-pill-karaoke",
|
||||
"caption-texture",
|
||||
"caption-weight-shift",
|
||||
"card-resize",
|
||||
"char-slam-explode",
|
||||
"chart-story",
|
||||
"checkout-flow",
|
||||
"chromatic-aberration-wipe",
|
||||
"chromatic-radial-split",
|
||||
"cinematic-zoom",
|
||||
"code-3d-extrude",
|
||||
@@ -59,19 +88,50 @@
|
||||
"code-snippet-solarized-light",
|
||||
"code-snippet-visual-studio-dark",
|
||||
"code-snippet-visual-studio-light",
|
||||
"code-terminal-run",
|
||||
"code-typing",
|
||||
"comparison-split",
|
||||
"confetti",
|
||||
"conic-progress-ring",
|
||||
"constellation-hub",
|
||||
"cosmic-orb",
|
||||
"count-up",
|
||||
"cross-warp-morph",
|
||||
"cta-close",
|
||||
"cta-lockup",
|
||||
"cursor-glyph-trail",
|
||||
"cut-the-curve",
|
||||
"data-chart",
|
||||
"decline-chart",
|
||||
"device-frame-stage",
|
||||
"directional-wipe",
|
||||
"domain-warp-dissolve",
|
||||
"drift-hold",
|
||||
"dynamic-grid",
|
||||
"echo-trail",
|
||||
"editorial-flash-overlay",
|
||||
"facet-morph",
|
||||
"fade-through",
|
||||
"flash-through-white",
|
||||
"flowchart",
|
||||
"flowchart-vertical",
|
||||
"focus-blur-resolve",
|
||||
"focus-rack",
|
||||
"focus-swap",
|
||||
"freeze-frame-dressing",
|
||||
"gallery-tunnel",
|
||||
"gesture-tap",
|
||||
"glitch",
|
||||
"gloss-sweep",
|
||||
"grade-split-reveal",
|
||||
"grain-field",
|
||||
"grain-overlay",
|
||||
"gravitational-lens",
|
||||
"grid-card-assemble",
|
||||
"grid-pixelate-wipe",
|
||||
"halftone-dissolve",
|
||||
"halftone-field",
|
||||
"headline-slam",
|
||||
"hw-arrow",
|
||||
"hw-boil",
|
||||
"hw-box-label",
|
||||
@@ -83,14 +143,29 @@
|
||||
"hw-text-cloud",
|
||||
"hw-title",
|
||||
"hw-underline",
|
||||
"icon-morph-beat",
|
||||
"icon-swap",
|
||||
"ink-bleed-reveal",
|
||||
"inline-highlight",
|
||||
"input-feedback",
|
||||
"instagram-follow",
|
||||
"ios26-liquid-glass",
|
||||
"iris-reveal",
|
||||
"keyframe-scrub-stack",
|
||||
"kinetic-type-swap",
|
||||
"light-leak",
|
||||
"light-sweep-pass",
|
||||
"line-by-line-slide",
|
||||
"line-swap",
|
||||
"liquid-glass-context-menu",
|
||||
"liquid-glass-media-controls",
|
||||
"liquid-glass-notification",
|
||||
"liquid-glass-widgets",
|
||||
"locked-nucleus-orbit",
|
||||
"logo-brand-close",
|
||||
"logo-outro",
|
||||
"logo-sting",
|
||||
"logo-wall",
|
||||
"lower-third-bild",
|
||||
"lt-accent-underline",
|
||||
"lt-bold-block",
|
||||
@@ -99,11 +174,18 @@
|
||||
"lt-dark-card",
|
||||
"lt-kicker-name",
|
||||
"lt-mask-reveal",
|
||||
"lt-neon-border",
|
||||
"lt-side-rule",
|
||||
"lt-soft-pill",
|
||||
"lt-stack-bars",
|
||||
"macos-notification",
|
||||
"macos-tahoe-liquid-glass",
|
||||
"marker-highlight",
|
||||
"match-cut",
|
||||
"matrix-decode",
|
||||
"menu-morph",
|
||||
"mesh-gradient-bg",
|
||||
"micro-transitions",
|
||||
"mk-background",
|
||||
"mk-callout-highlight",
|
||||
"mk-clone-wall-transition",
|
||||
@@ -113,25 +195,116 @@
|
||||
"mk-progress-stat",
|
||||
"mk-specs-list",
|
||||
"mk-usage-arc",
|
||||
"modal-morph",
|
||||
"morph-swap",
|
||||
"morph-text",
|
||||
"motion-blur",
|
||||
"multi-device-splay",
|
||||
"multiplayer-cursors",
|
||||
"native-notification-pop",
|
||||
"news-ticker",
|
||||
"north-korea-locked-down",
|
||||
"notification-pileup",
|
||||
"notification-stack",
|
||||
"number-pop-in",
|
||||
"number-wheel",
|
||||
"nyc-paris-flight",
|
||||
"offset-path-traveler",
|
||||
"onboarding-stepper-flow",
|
||||
"ordered-dither-pass",
|
||||
"organic-light-leak-overlay",
|
||||
"oscilloscope-trace",
|
||||
"outline-draw",
|
||||
"oversized-cursor",
|
||||
"overwhelm-surround",
|
||||
"page-slide",
|
||||
"pan-stations",
|
||||
"panel-reveal",
|
||||
"parallax-device-dive",
|
||||
"parallax-unzoom",
|
||||
"parallax-zoom",
|
||||
"particle-image-reveal",
|
||||
"particle-text-dissolve",
|
||||
"per-word-crossfade",
|
||||
"per-word-rise",
|
||||
"perspective-marquee",
|
||||
"physical-exit",
|
||||
"press-ripple",
|
||||
"pull-back-reveal",
|
||||
"pull-to-refresh",
|
||||
"push-in",
|
||||
"rack-focus",
|
||||
"radial-surround",
|
||||
"reddit-post",
|
||||
"rgb-glitch-text",
|
||||
"ridged-burn",
|
||||
"ripple-waves",
|
||||
"rubber-band-bumper",
|
||||
"scan-band",
|
||||
"scramble-reveal",
|
||||
"screen-flow-carousel",
|
||||
"scroll-camera-story",
|
||||
"scroll-feed",
|
||||
"sdf-iris",
|
||||
"segmentation-flood",
|
||||
"separator",
|
||||
"settings-toggle-flow",
|
||||
"shared-axis-y",
|
||||
"shared-axis-z",
|
||||
"shimmer-sweep",
|
||||
"signup-flow",
|
||||
"simulated-cursor",
|
||||
"skeleton-reveal",
|
||||
"slit-scan-reveal",
|
||||
"slot-machine-roll",
|
||||
"soft-blob-touch",
|
||||
"soft-blur-in",
|
||||
"spain-map",
|
||||
"spiral-galaxy",
|
||||
"split-flap-board",
|
||||
"split-tilt-cards",
|
||||
"spotify-card",
|
||||
"spotlight-card",
|
||||
"spring-pop",
|
||||
"spring-stack-shuffle",
|
||||
"stagger-cascade",
|
||||
"stagger-lattice",
|
||||
"staggered-fade-up",
|
||||
"star-rating-fill",
|
||||
"state-chip-rail",
|
||||
"sticky-mock-swap",
|
||||
"stitched-text-draw",
|
||||
"stop-motion-cadence",
|
||||
"store-badge-lockup",
|
||||
"strikethrough-replace",
|
||||
"success-check",
|
||||
"svg-line-draw-loader",
|
||||
"svg-mask-reveal",
|
||||
"svg-stroke-trace",
|
||||
"swipe-rail",
|
||||
"swirl-vortex",
|
||||
"tabs-slide-indicator",
|
||||
"telemetry-hud",
|
||||
"terminal-simulator",
|
||||
"testimonial-card",
|
||||
"testimonial-proof-card",
|
||||
"text-shimmer",
|
||||
"text-stagger",
|
||||
"text-state-swap",
|
||||
"texture-mask-text",
|
||||
"thermal-distortion",
|
||||
"thread-message-stack",
|
||||
"three-orbiting-cards",
|
||||
"ticker-takeover",
|
||||
"tiktok-follow",
|
||||
"tilt-card",
|
||||
"titlecard-calm",
|
||||
"titlecard-lockup",
|
||||
"toggle-flip",
|
||||
"top-down-letters",
|
||||
"touch-indicator",
|
||||
"tracing-beam",
|
||||
"tracking-in",
|
||||
"transitions-3d",
|
||||
"transitions-blur",
|
||||
"transitions-cover",
|
||||
@@ -145,11 +318,21 @@
|
||||
"transitions-push",
|
||||
"transitions-radial",
|
||||
"transitions-scale",
|
||||
"trust-strip",
|
||||
"type-match-cut",
|
||||
"typed-prompt",
|
||||
"typewriter",
|
||||
"ui-3d-reveal",
|
||||
"ui-focus-zoom",
|
||||
"us-map",
|
||||
"us-map-bubble",
|
||||
"us-map-flow",
|
||||
"us-map-hex",
|
||||
"variable-axis-type",
|
||||
"variable-font-flex",
|
||||
"vector-editor-rig",
|
||||
"velocity-throw-snap",
|
||||
"vfx-anamorphic-flare",
|
||||
"vfx-iphone-device",
|
||||
"vfx-liquid-background",
|
||||
"vfx-liquid-glass",
|
||||
@@ -158,9 +341,15 @@
|
||||
"vfx-shatter",
|
||||
"vfx-text-cursor",
|
||||
"vignette",
|
||||
"vox-annotate",
|
||||
"vpn-youtube-spot",
|
||||
"weight-wave",
|
||||
"whip-pan",
|
||||
"whip-pan-cut",
|
||||
"whiteboard-ink",
|
||||
"wordmark-tiles",
|
||||
"world-map",
|
||||
"x-follow-card",
|
||||
"x-post",
|
||||
"yt-camera-move",
|
||||
"yt-circle-pointer",
|
||||
@@ -171,6 +360,7 @@
|
||||
"yt-lower-third",
|
||||
"yt-prism-title",
|
||||
"yt-screen-warp",
|
||||
"yt-vertical-fill"
|
||||
"yt-vertical-fill",
|
||||
"zoom-through-transition"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user