From 13512404ed7b031f8af0453da332681db35e2555 Mon Sep 17 00:00:00 2001 From: miga-heygen Date: Wed, 16 Sep 2026 15:52:58 +0000 Subject: [PATCH] fix(docs): emit catalog source accordion titles as plain strings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The generated catalog pages rendered the "Source" accordion title as a JSX expression, ``. Mintlify's search indexer stringifies expression attribute nodes rather than evaluating them, so every one of the 399 catalog pages surfaced its Source section in search results as "[object Object]" (visible on the Scroll Feed page, among others). The template literal carried no escaping benefit: every title is a single-segment `name.html` path, and a double-quoted JSX string handles it directly. Introduce `mdxStringAttribute`, which emits a plain `name="value"` attribute and escapes `& " < { }` as HTML character references (MDX decodes references inside quoted attribute values, and unlike JSON.stringify it does not rely on backslash escapes, which JSX strings do not honour). Use it for both the Source accordion title and the preview iframe title, and regenerate the catalog pages. Regenerated with `npx tsx scripts/generate-catalog-pages.ts`; the only change across the 399 pages is the one Accordion title line each. Co-Authored-By: Miguel Ángel --- docs/catalog/blocks/ai-chat-reveal.mdx | 2 +- docs/catalog/blocks/app-showcase.mdx | 2 +- docs/catalog/blocks/apple-money-count.mdx | 2 +- docs/catalog/blocks/bar-chart-race.mdx | 2 +- docs/catalog/blocks/beat-freeze-cut.mdx | 2 +- .../blocks/blue-sweater-intro-video.mdx | 2 +- docs/catalog/blocks/camcorder-hud.mdx | 2 +- docs/catalog/blocks/camera-dolly-zoom.mdx | 2 +- docs/catalog/blocks/carousel-circle-1.mdx | 2 +- docs/catalog/blocks/carousel-circle-2.mdx | 2 +- docs/catalog/blocks/carousel-circle-3.mdx | 2 +- docs/catalog/blocks/carousel-circle-4.mdx | 2 +- docs/catalog/blocks/carousel-circle-5.mdx | 2 +- docs/catalog/blocks/carousel-orbit-1.mdx | 2 +- docs/catalog/blocks/carousel-orbit-2.mdx | 2 +- docs/catalog/blocks/carousel-orbit-3.mdx | 2 +- docs/catalog/blocks/carousel-orbit-4.mdx | 2 +- docs/catalog/blocks/carousel-orbit-5.mdx | 2 +- docs/catalog/blocks/carousel-path-1.mdx | 2 +- docs/catalog/blocks/carousel-path-2.mdx | 2 +- docs/catalog/blocks/carousel-path-3.mdx | 2 +- docs/catalog/blocks/carousel-path-4.mdx | 2 +- docs/catalog/blocks/carousel-path-5.mdx | 2 +- .../catalog/blocks/carousel-text-circle-1.mdx | 2 +- .../catalog/blocks/carousel-text-circle-2.mdx | 2 +- .../catalog/blocks/carousel-text-circle-3.mdx | 2 +- .../catalog/blocks/carousel-text-circle-4.mdx | 2 +- .../catalog/blocks/carousel-text-circle-5.mdx | 2 +- docs/catalog/blocks/carousel-vision-1.mdx | 2 +- docs/catalog/blocks/carousel-vision-2.mdx | 2 +- docs/catalog/blocks/carousel-vision-3.mdx | 2 +- docs/catalog/blocks/carousel-vision-4.mdx | 2 +- docs/catalog/blocks/carousel-vision-5.mdx | 2 +- docs/catalog/blocks/chatgpt-exchange.mdx | 2 +- .../catalog/blocks/chromatic-radial-split.mdx | 2 +- docs/catalog/blocks/cinematic-zoom.mdx | 2 +- docs/catalog/blocks/claude-exchange.mdx | 2 +- docs/catalog/blocks/code-3d-extrude.mdx | 2 +- docs/catalog/blocks/code-diff.mdx | 2 +- docs/catalog/blocks/code-highlight.mdx | 2 +- docs/catalog/blocks/code-morph.mdx | 2 +- .../catalog/blocks/code-particle-assemble.mdx | 2 +- docs/catalog/blocks/code-scroll.mdx | 2 +- docs/catalog/blocks/code-shader-dissolve.mdx | 2 +- .../code-snippet-apple-terminal-basic.mdx | 2 +- ...code-snippet-apple-terminal-clear-dark.mdx | 2 +- ...ode-snippet-apple-terminal-clear-light.mdx | 2 +- .../code-snippet-apple-terminal-grass.mdx | 2 +- .../code-snippet-apple-terminal-homebrew.mdx | 2 +- .../code-snippet-apple-terminal-man-page.mdx | 2 +- .../code-snippet-apple-terminal-novel.mdx | 2 +- .../code-snippet-apple-terminal-ocean.mdx | 2 +- .../code-snippet-apple-terminal-pro.mdx | 2 +- .../code-snippet-apple-terminal-red-sands.mdx | 2 +- ...-snippet-apple-terminal-silver-aerogel.mdx | 2 +- ...de-snippet-apple-terminal-solid-colors.mdx | 2 +- .../catalog/blocks/code-snippet-dark-2026.mdx | 2 +- .../blocks/code-snippet-dark-modern.mdx | 2 +- .../catalog/blocks/code-snippet-dark-plus.mdx | 2 +- docs/catalog/blocks/code-snippet-flight.mdx | 2 +- .../code-snippet-high-contrast-light.mdx | 2 +- .../blocks/code-snippet-high-contrast.mdx | 2 +- .../blocks/code-snippet-light-2026.mdx | 2 +- .../blocks/code-snippet-light-modern.mdx | 2 +- .../blocks/code-snippet-light-plus.mdx | 2 +- docs/catalog/blocks/code-snippet-monokai.mdx | 2 +- .../blocks/code-snippet-solarized-light.mdx | 2 +- .../code-snippet-visual-studio-dark.mdx | 2 +- .../code-snippet-visual-studio-light.mdx | 2 +- docs/catalog/blocks/code-typing.mdx | 2 +- docs/catalog/blocks/cosmic-orb.mdx | 2 +- docs/catalog/blocks/cross-warp-morph.mdx | 2 +- docs/catalog/blocks/data-chart.mdx | 2 +- docs/catalog/blocks/domain-warp-dissolve.mdx | 2 +- .../blocks/editorial-flash-overlay.mdx | 2 +- docs/catalog/blocks/flash-through-white.mdx | 2 +- docs/catalog/blocks/flowchart-vertical.mdx | 2 +- docs/catalog/blocks/flowchart.mdx | 2 +- docs/catalog/blocks/freeze-frame-dressing.mdx | 2 +- docs/catalog/blocks/gallery-tunnel.mdx | 2 +- docs/catalog/blocks/glitch.mdx | 2 +- docs/catalog/blocks/gravitational-lens.mdx | 2 +- docs/catalog/blocks/halftone-field.mdx | 2 +- .../blocks/heygen-avatar-promo-card.mdx | 2 +- docs/catalog/blocks/hw-frame.mdx | 2 +- docs/catalog/blocks/hw-path-text.mdx | 2 +- docs/catalog/blocks/hw-pipeline.mdx | 2 +- .../catalog/blocks/hw-scribble-transition.mdx | 2 +- docs/catalog/blocks/hw-text-cloud.mdx | 2 +- docs/catalog/blocks/hw-title.mdx | 2 +- docs/catalog/blocks/hw-write-title.mdx | 2 +- docs/catalog/blocks/instagram-follow.mdx | 2 +- docs/catalog/blocks/ios26-liquid-glass.mdx | 2 +- docs/catalog/blocks/light-leak.mdx | 2 +- .../blocks/liquid-glass-context-menu.mdx | 2 +- .../blocks/liquid-glass-media-controls.mdx | 2 +- .../blocks/liquid-glass-notification.mdx | 2 +- docs/catalog/blocks/liquid-glass-widgets.mdx | 2 +- docs/catalog/blocks/logo-outro.mdx | 2 +- docs/catalog/blocks/lower-third-bild.mdx | 2 +- docs/catalog/blocks/lt-accent-underline.mdx | 2 +- docs/catalog/blocks/lt-bold-block.mdx | 2 +- docs/catalog/blocks/lt-clean-bar.mdx | 2 +- docs/catalog/blocks/lt-color-block.mdx | 2 +- docs/catalog/blocks/lt-dark-card.mdx | 2 +- docs/catalog/blocks/lt-kicker-name.mdx | 2 +- docs/catalog/blocks/lt-mask-reveal.mdx | 2 +- docs/catalog/blocks/lt-neon-border.mdx | 2 +- docs/catalog/blocks/lt-side-rule.mdx | 2 +- docs/catalog/blocks/lt-soft-pill.mdx | 2 +- docs/catalog/blocks/lt-stack-bars.mdx | 2 +- docs/catalog/blocks/macos-notification.mdx | 2 +- .../blocks/macos-tahoe-liquid-glass.mdx | 2 +- docs/catalog/blocks/message-thread-reveal.mdx | 2 +- docs/catalog/blocks/mk-background.mdx | 2 +- docs/catalog/blocks/mk-callout-highlight.mdx | 2 +- .../blocks/mk-clone-wall-transition.mdx | 2 +- docs/catalog/blocks/mk-line-graph.mdx | 2 +- docs/catalog/blocks/mk-placeholder-grid.mdx | 2 +- docs/catalog/blocks/mk-progress-stat.mdx | 2 +- docs/catalog/blocks/mk-specs-list.mdx | 2 +- docs/catalog/blocks/news-ticker.mdx | 2 +- .../blocks/north-korea-locked-down.mdx | 2 +- docs/catalog/blocks/notes-reveal.mdx | 2 +- docs/catalog/blocks/notification-cascade.mdx | 2 +- docs/catalog/blocks/nyc-paris-flight.mdx | 2 +- .../blocks/organic-light-leak-overlay.mdx | 2 +- docs/catalog/blocks/oscilloscope-trace.mdx | 2 +- docs/catalog/blocks/rack-focus.mdx | 2 +- docs/catalog/blocks/reddit-post.mdx | 2 +- docs/catalog/blocks/ridged-burn.mdx | 2 +- docs/catalog/blocks/ripple-waves.mdx | 2 +- docs/catalog/blocks/sdf-iris.mdx | 2 +- docs/catalog/blocks/share-sheet-carousel.mdx | 2 +- docs/catalog/blocks/slack-notification-ad.mdx | 2 +- docs/catalog/blocks/spain-map.mdx | 2 +- docs/catalog/blocks/spiral-galaxy.mdx | 2 +- docs/catalog/blocks/split-flap-board.mdx | 2 +- docs/catalog/blocks/spotify-card.mdx | 2 +- docs/catalog/blocks/swirl-vortex.mdx | 2 +- docs/catalog/blocks/thermal-distortion.mdx | 2 +- docs/catalog/blocks/thread-message-stack.mdx | 2 +- docs/catalog/blocks/tiktok-follow.mdx | 2 +- docs/catalog/blocks/transitions-3d.mdx | 2 +- docs/catalog/blocks/transitions-blur.mdx | 2 +- docs/catalog/blocks/transitions-cover.mdx | 2 +- .../blocks/transitions-destruction.mdx | 2 +- docs/catalog/blocks/transitions-dissolve.mdx | 2 +- .../catalog/blocks/transitions-distortion.mdx | 2 +- docs/catalog/blocks/transitions-grid.mdx | 2 +- docs/catalog/blocks/transitions-light.mdx | 2 +- .../catalog/blocks/transitions-mechanical.mdx | 2 +- docs/catalog/blocks/transitions-other.mdx | 2 +- docs/catalog/blocks/transitions-push.mdx | 2 +- docs/catalog/blocks/transitions-radial.mdx | 2 +- docs/catalog/blocks/transitions-scale.mdx | 2 +- docs/catalog/blocks/ui-3d-reveal.mdx | 2 +- docs/catalog/blocks/us-map-bubble.mdx | 2 +- docs/catalog/blocks/us-map-flow.mdx | 2 +- docs/catalog/blocks/us-map-hex.mdx | 2 +- docs/catalog/blocks/us-map.mdx | 2 +- docs/catalog/blocks/vfx-anamorphic-flare.mdx | 2 +- docs/catalog/blocks/vfx-iphone-device.mdx | 2 +- docs/catalog/blocks/vfx-liquid-background.mdx | 2 +- docs/catalog/blocks/vfx-liquid-glass.mdx | 2 +- docs/catalog/blocks/vfx-magnetic.mdx | 2 +- docs/catalog/blocks/vfx-portal.mdx | 2 +- docs/catalog/blocks/vfx-shatter.mdx | 2 +- docs/catalog/blocks/vfx-text-cursor.mdx | 2 +- docs/catalog/blocks/vpn-youtube-spot.mdx | 2 +- docs/catalog/blocks/weight-wave.mdx | 2 +- docs/catalog/blocks/whip-pan.mdx | 2 +- docs/catalog/blocks/world-map.mdx | 2 +- docs/catalog/blocks/x-post.mdx | 2 +- docs/catalog/blocks/yt-comment-card.mdx | 2 +- docs/catalog/blocks/yt-lcd-background.mdx | 2 +- docs/catalog/blocks/yt-logo-intro.mdx | 2 +- docs/catalog/blocks/yt-lower-third.mdx | 2 +- docs/catalog/blocks/yt-prism-title.mdx | 2 +- docs/catalog/blocks/yt-vertical-fill.mdx | 2 +- .../catalog/components/animated-bar-chart.mdx | 2 +- docs/catalog/components/arc-motion-path.mdx | 2 +- docs/catalog/components/ascii-render-pass.mdx | 2 +- .../catalog/components/ascii-trail-reveal.mdx | 2 +- docs/catalog/components/aurora-drift.mdx | 2 +- docs/catalog/components/avatar-cloud.mdx | 2 +- .../catalog/components/avatar-group-hover.mdx | 2 +- docs/catalog/components/badge-pop.mdx | 2 +- docs/catalog/components/beat-accent.mdx | 2 +- .../components/beat-pulse-background.mdx | 2 +- docs/catalog/components/beat-timeline.mdx | 2 +- docs/catalog/components/before-after-wipe.mdx | 2 +- docs/catalog/components/blur-in.mdx | 2 +- docs/catalog/components/blur-out-up.mdx | 2 +- docs/catalog/components/bottom-up-letters.mdx | 2 +- .../components/browser-device-stage.mdx | 2 +- .../components/camera-rig-depth-stack.mdx | 2 +- docs/catalog/components/camera-scan-gate.mdx | 2 +- docs/catalog/components/camera-shake.mdx | 2 +- .../components/caption-blend-difference.mdx | 2 +- .../components/caption-camera-follow.mdx | 2 +- docs/catalog/components/caption-clip-wipe.mdx | 2 +- .../components/caption-editorial-emphasis.mdx | 2 +- docs/catalog/components/caption-emoji-pop.mdx | 2 +- .../catalog/components/caption-glitch-rgb.mdx | 2 +- .../components/caption-gradient-fill.mdx | 2 +- docs/catalog/components/caption-highlight.mdx | 2 +- .../components/caption-kinetic-slam.mdx | 2 +- .../components/caption-matrix-decode.mdx | 2 +- .../components/caption-neon-accent.mdx | 2 +- docs/catalog/components/caption-neon-glow.mdx | 2 +- .../components/caption-parallax-layers.mdx | 2 +- .../components/caption-particle-burst.mdx | 2 +- .../components/caption-pill-karaoke.mdx | 2 +- docs/catalog/components/caption-texture.mdx | 2 +- .../components/caption-weight-shift.mdx | 2 +- docs/catalog/components/card-resize.mdx | 2 +- docs/catalog/components/char-slam-explode.mdx | 2 +- docs/catalog/components/chart-story.mdx | 2 +- docs/catalog/components/chat-message.mdx | 2 +- docs/catalog/components/chat-thread.mdx | 2 +- .../components/chromatic-aberration-wipe.mdx | 2 +- docs/catalog/components/code-terminal-run.mdx | 2 +- docs/catalog/components/comparison-split.mdx | 2 +- docs/catalog/components/confetti.mdx | 2 +- .../components/conic-progress-ring.mdx | 2 +- docs/catalog/components/constellation-hub.mdx | 2 +- docs/catalog/components/count-up.mdx | 2 +- docs/catalog/components/cta-close.mdx | 2 +- docs/catalog/components/cta-lockup.mdx | 2 +- .../catalog/components/cursor-glyph-trail.mdx | 2 +- docs/catalog/components/cut-the-curve.mdx | 2 +- docs/catalog/components/decline-chart.mdx | 2 +- .../catalog/components/device-frame-stage.mdx | 2 +- docs/catalog/components/directional-wipe.mdx | 2 +- docs/catalog/components/drift-hold.mdx | 2 +- docs/catalog/components/dynamic-grid.mdx | 2 +- docs/catalog/components/echo-trail.mdx | 2 +- docs/catalog/components/facet-morph.mdx | 2 +- docs/catalog/components/fade-through.mdx | 2 +- .../catalog/components/focus-blur-resolve.mdx | 2 +- docs/catalog/components/focus-rack.mdx | 2 +- docs/catalog/components/focus-swap.mdx | 2 +- docs/catalog/components/gesture-tap.mdx | 2 +- docs/catalog/components/gloss-sweep.mdx | 2 +- .../catalog/components/grade-split-reveal.mdx | 2 +- docs/catalog/components/grain-field.mdx | 2 +- docs/catalog/components/grain-overlay.mdx | 2 +- .../catalog/components/grid-card-assemble.mdx | 2 +- .../catalog/components/grid-pixelate-wipe.mdx | 2 +- docs/catalog/components/halftone-dissolve.mdx | 2 +- docs/catalog/components/headline-slam.mdx | 2 +- docs/catalog/components/hw-arrow.mdx | 2 +- docs/catalog/components/hw-boil.mdx | 2 +- docs/catalog/components/hw-box-label.mdx | 2 +- docs/catalog/components/hw-callout-circle.mdx | 2 +- docs/catalog/components/hw-underline.mdx | 2 +- docs/catalog/components/icon-morph-beat.mdx | 2 +- docs/catalog/components/icon-swap.mdx | 2 +- docs/catalog/components/ink-bleed-reveal.mdx | 2 +- docs/catalog/components/inline-highlight.mdx | 2 +- docs/catalog/components/input-feedback.mdx | 2 +- docs/catalog/components/iris-reveal.mdx | 2 +- .../components/keyframe-scrub-stack.mdx | 2 +- .../components/kinetic-center-build.mdx | 2 +- docs/catalog/components/kinetic-type-swap.mdx | 2 +- docs/catalog/components/light-sweep-pass.mdx | 2 +- .../catalog/components/line-by-line-slide.mdx | 2 +- docs/catalog/components/line-swap.mdx | 2 +- .../components/locked-nucleus-orbit.mdx | 2 +- docs/catalog/components/logo-brand-close.mdx | 2 +- docs/catalog/components/logo-sting.mdx | 2 +- docs/catalog/components/logo-wall.mdx | 2 +- .../components/marker-checklist-card.mdx | 2 +- docs/catalog/components/marker-highlight.mdx | 2 +- docs/catalog/components/match-cut.mdx | 2 +- docs/catalog/components/matrix-decode.mdx | 2 +- docs/catalog/components/menu-morph.mdx | 2 +- docs/catalog/components/mesh-gradient-bg.mdx | 2 +- docs/catalog/components/micro-transitions.mdx | 2 +- docs/catalog/components/mk-emphasis-type.mdx | 2 +- docs/catalog/components/mk-usage-arc.mdx | 2 +- docs/catalog/components/modal-morph.mdx | 2 +- docs/catalog/components/morph-swap.mdx | 2 +- docs/catalog/components/morph-text.mdx | 2 +- docs/catalog/components/motion-blur.mdx | 2 +- .../catalog/components/multi-device-splay.mdx | 2 +- .../components/multiplayer-cursors.mdx | 2 +- .../components/native-notification-pop.mdx | 2 +- docs/catalog/components/notes-typing.mdx | 2 +- .../components/notification-pileup.mdx | 2 +- .../catalog/components/notification-stack.mdx | 2 +- docs/catalog/components/number-pop-in.mdx | 2 +- docs/catalog/components/number-wheel.mdx | 2 +- .../components/offset-path-traveler.mdx | 2 +- .../components/onboarding-stepper-flow.mdx | 2 +- .../components/ordered-dither-pass.mdx | 2 +- docs/catalog/components/outline-draw.mdx | 2 +- docs/catalog/components/oversized-cursor.mdx | 2 +- .../catalog/components/overwhelm-surround.mdx | 2 +- docs/catalog/components/page-slide.mdx | 2 +- docs/catalog/components/pan-stations.mdx | 2 +- docs/catalog/components/panel-reveal.mdx | 2 +- .../components/parallax-device-dive.mdx | 2 +- docs/catalog/components/parallax-unzoom.mdx | 2 +- docs/catalog/components/parallax-zoom.mdx | 2 +- .../components/particle-image-reveal.mdx | 2 +- .../components/particle-text-dissolve.mdx | 2 +- .../catalog/components/per-word-crossfade.mdx | 2 +- docs/catalog/components/per-word-rise.mdx | 2 +- .../components/perspective-marquee.mdx | 2 +- docs/catalog/components/physical-exit.mdx | 2 +- docs/catalog/components/press-ripple.mdx | 2 +- docs/catalog/components/pull-back-reveal.mdx | 2 +- docs/catalog/components/pull-to-refresh.mdx | 2 +- docs/catalog/components/push-in.mdx | 2 +- docs/catalog/components/radial-surround.mdx | 2 +- docs/catalog/components/rgb-glitch-text.mdx | 2 +- .../catalog/components/rubber-band-bumper.mdx | 2 +- docs/catalog/components/scan-band.mdx | 2 +- docs/catalog/components/scramble-reveal.mdx | 2 +- .../components/screen-flow-carousel.mdx | 2 +- .../components/scroll-camera-story.mdx | 2 +- docs/catalog/components/scroll-feed.mdx | 2 +- .../catalog/components/segmentation-flood.mdx | 2 +- docs/catalog/components/separator.mdx | 2 +- .../components/settings-toggle-flow.mdx | 2 +- docs/catalog/components/shared-axis-y.mdx | 2 +- docs/catalog/components/shared-axis-z.mdx | 2 +- docs/catalog/components/sheet-spring-up.mdx | 2 +- docs/catalog/components/shimmer-sweep.mdx | 2 +- docs/catalog/components/signup-flow.mdx | 2 +- docs/catalog/components/simulated-cursor.mdx | 2 +- docs/catalog/components/skeleton-reveal.mdx | 2 +- docs/catalog/components/slit-scan-reveal.mdx | 2 +- docs/catalog/components/slot-machine-roll.mdx | 2 +- docs/catalog/components/social-proof-card.mdx | 2 +- docs/catalog/components/soft-blob-touch.mdx | 2 +- docs/catalog/components/soft-blur-in.mdx | 2 +- docs/catalog/components/split-tilt-cards.mdx | 2 +- docs/catalog/components/spotlight-card.mdx | 2 +- docs/catalog/components/spring-pop.mdx | 2 +- .../components/spring-stack-shuffle.mdx | 2 +- docs/catalog/components/stagger-cascade.mdx | 2 +- docs/catalog/components/stagger-lattice.mdx | 2 +- docs/catalog/components/staggered-fade-up.mdx | 2 +- docs/catalog/components/star-rating-fill.mdx | 2 +- docs/catalog/components/state-chip-rail.mdx | 2 +- docs/catalog/components/sticky-mock-swap.mdx | 2 +- .../catalog/components/stitched-text-draw.mdx | 2 +- .../components/stop-motion-cadence.mdx | 2 +- .../catalog/components/store-badge-lockup.mdx | 2 +- docs/catalog/components/streaming-text.mdx | 2 +- .../components/strikethrough-replace.mdx | 2 +- docs/catalog/components/success-check.mdx | 2 +- .../components/svg-line-draw-loader.mdx | 2 +- docs/catalog/components/svg-mask-reveal.mdx | 2 +- docs/catalog/components/svg-stroke-trace.mdx | 2 +- docs/catalog/components/swipe-rail.mdx | 2 +- .../components/tabs-slide-indicator.mdx | 2 +- docs/catalog/components/telemetry-hud.mdx | 2 +- .../catalog/components/terminal-simulator.mdx | 2 +- docs/catalog/components/testimonial-card.mdx | 2 +- .../components/testimonial-proof-card.mdx | 2 +- docs/catalog/components/text-shimmer.mdx | 2 +- docs/catalog/components/text-stagger.mdx | 2 +- docs/catalog/components/text-state-swap.mdx | 2 +- docs/catalog/components/texture-mask-text.mdx | 2 +- .../components/three-orbiting-cards.mdx | 2 +- docs/catalog/components/ticker-takeover.mdx | 2 +- docs/catalog/components/tilt-card.mdx | 2 +- docs/catalog/components/titlecard-calm.mdx | 2 +- docs/catalog/components/titlecard-lockup.mdx | 2 +- docs/catalog/components/toggle-flip.mdx | 2 +- docs/catalog/components/top-down-letters.mdx | 2 +- docs/catalog/components/touch-indicator.mdx | 2 +- docs/catalog/components/tracing-beam.mdx | 2 +- docs/catalog/components/tracking-in.mdx | 2 +- docs/catalog/components/trust-strip.mdx | 2 +- docs/catalog/components/type-match-cut.mdx | 2 +- docs/catalog/components/typed-prompt.mdx | 2 +- docs/catalog/components/typewriter.mdx | 2 +- docs/catalog/components/typing-indicator.mdx | 2 +- docs/catalog/components/ui-focus-zoom.mdx | 2 +- .../catalog/components/variable-axis-type.mdx | 2 +- .../catalog/components/variable-font-flex.mdx | 2 +- docs/catalog/components/vector-editor-rig.mdx | 2 +- .../components/velocity-throw-snap.mdx | 2 +- docs/catalog/components/vignette.mdx | 2 +- docs/catalog/components/vox-annotate.mdx | 2 +- docs/catalog/components/whip-pan-cut.mdx | 2 +- docs/catalog/components/whiteboard-ink.mdx | 2 +- docs/catalog/components/wordmark-tiles.mdx | 2 +- docs/catalog/components/x-follow-card.mdx | 2 +- docs/catalog/components/yt-camera-move.mdx | 2 +- docs/catalog/components/yt-circle-pointer.mdx | 2 +- .../components/yt-feather-highlight.mdx | 2 +- docs/catalog/components/yt-screen-warp.mdx | 2 +- .../components/zoom-through-transition.mdx | 2 +- scripts/generate-catalog-pages.test.ts | 30 ++++++++++++++++++- scripts/generate-catalog-pages.ts | 27 +++++++++++++++-- 401 files changed, 453 insertions(+), 402 deletions(-) diff --git a/docs/catalog/blocks/ai-chat-reveal.mdx b/docs/catalog/blocks/ai-chat-reveal.mdx index 53f620ea36..e99f323569 100644 --- a/docs/catalog/blocks/ai-chat-reveal.mdx +++ b/docs/catalog/blocks/ai-chat-reveal.mdx @@ -1095,7 +1095,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/app-showcase.mdx b/docs/catalog/blocks/app-showcase.mdx index cdb4e5a4a7..7169df9d57 100644 --- a/docs/catalog/blocks/app-showcase.mdx +++ b/docs/catalog/blocks/app-showcase.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/app-showcase.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/apple-money-count.mdx b/docs/catalog/blocks/apple-money-count.mdx index 68875cad2c..cdee6172f6 100644 --- a/docs/catalog/blocks/apple-money-count.mdx +++ b/docs/catalog/blocks/apple-money-count.mdx @@ -20,7 +20,7 @@ That writes `compositions/apple-money-count.html`, plus 1 supporting file under ## Source - + ```html diff --git a/docs/catalog/blocks/bar-chart-race.mdx b/docs/catalog/blocks/bar-chart-race.mdx index 2917aac272..404440c2e8 100644 --- a/docs/catalog/blocks/bar-chart-race.mdx +++ b/docs/catalog/blocks/bar-chart-race.mdx @@ -687,7 +687,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/beat-freeze-cut.mdx b/docs/catalog/blocks/beat-freeze-cut.mdx index 421969f269..77e8ea3686 100644 --- a/docs/catalog/blocks/beat-freeze-cut.mdx +++ b/docs/catalog/blocks/beat-freeze-cut.mdx @@ -46,7 +46,7 @@ Set these CSS variables on the block: ## Source - + ```html diff --git a/docs/catalog/blocks/blue-sweater-intro-video.mdx b/docs/catalog/blocks/blue-sweater-intro-video.mdx index 051cea77bf..dcccbee7ce 100644 --- a/docs/catalog/blocks/blue-sweater-intro-video.mdx +++ b/docs/catalog/blocks/blue-sweater-intro-video.mdx @@ -20,7 +20,7 @@ That writes `compositions/blue-sweater-intro-video.html`, plus 2 supporting file ## Source - + ```html diff --git a/docs/catalog/blocks/camcorder-hud.mdx b/docs/catalog/blocks/camcorder-hud.mdx index 016c48f551..4cc7923965 100644 --- a/docs/catalog/blocks/camcorder-hud.mdx +++ b/docs/catalog/blocks/camcorder-hud.mdx @@ -39,7 +39,7 @@ Move it in time with `data-start`. Put it on a different timeline row with ## Source - + ```html diff --git a/docs/catalog/blocks/camera-dolly-zoom.mdx b/docs/catalog/blocks/camera-dolly-zoom.mdx index 55ef820af5..b96f71e7b2 100644 --- a/docs/catalog/blocks/camera-dolly-zoom.mdx +++ b/docs/catalog/blocks/camera-dolly-zoom.mdx @@ -422,7 +422,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/carousel-circle-1.mdx b/docs/catalog/blocks/carousel-circle-1.mdx index 75dc769c4d..dd6bbc0521 100644 --- a/docs/catalog/blocks/carousel-circle-1.mdx +++ b/docs/catalog/blocks/carousel-circle-1.mdx @@ -1079,7 +1079,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/carousel-circle-2.mdx b/docs/catalog/blocks/carousel-circle-2.mdx index 75bb9f097f..ca64c103e1 100644 --- a/docs/catalog/blocks/carousel-circle-2.mdx +++ b/docs/catalog/blocks/carousel-circle-2.mdx @@ -1079,7 +1079,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/carousel-circle-3.mdx b/docs/catalog/blocks/carousel-circle-3.mdx index 8279d9f74e..d07681cefe 100644 --- a/docs/catalog/blocks/carousel-circle-3.mdx +++ b/docs/catalog/blocks/carousel-circle-3.mdx @@ -1079,7 +1079,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/carousel-circle-4.mdx b/docs/catalog/blocks/carousel-circle-4.mdx index 25c8768bb6..6659845ed6 100644 --- a/docs/catalog/blocks/carousel-circle-4.mdx +++ b/docs/catalog/blocks/carousel-circle-4.mdx @@ -1079,7 +1079,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/carousel-circle-5.mdx b/docs/catalog/blocks/carousel-circle-5.mdx index 378f798273..46045b2947 100644 --- a/docs/catalog/blocks/carousel-circle-5.mdx +++ b/docs/catalog/blocks/carousel-circle-5.mdx @@ -1079,7 +1079,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/carousel-orbit-1.mdx b/docs/catalog/blocks/carousel-orbit-1.mdx index 9379a58292..a17a09bd2c 100644 --- a/docs/catalog/blocks/carousel-orbit-1.mdx +++ b/docs/catalog/blocks/carousel-orbit-1.mdx @@ -1113,7 +1113,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/carousel-orbit-2.mdx b/docs/catalog/blocks/carousel-orbit-2.mdx index f20e2e3e72..5c78190d26 100644 --- a/docs/catalog/blocks/carousel-orbit-2.mdx +++ b/docs/catalog/blocks/carousel-orbit-2.mdx @@ -1113,7 +1113,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/carousel-orbit-3.mdx b/docs/catalog/blocks/carousel-orbit-3.mdx index d4e9f13bae..05acc3a77a 100644 --- a/docs/catalog/blocks/carousel-orbit-3.mdx +++ b/docs/catalog/blocks/carousel-orbit-3.mdx @@ -1113,7 +1113,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/carousel-orbit-4.mdx b/docs/catalog/blocks/carousel-orbit-4.mdx index f9d1d3a446..d79920ff14 100644 --- a/docs/catalog/blocks/carousel-orbit-4.mdx +++ b/docs/catalog/blocks/carousel-orbit-4.mdx @@ -1129,7 +1129,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/carousel-orbit-5.mdx b/docs/catalog/blocks/carousel-orbit-5.mdx index 3e444cc16c..2627a6207b 100644 --- a/docs/catalog/blocks/carousel-orbit-5.mdx +++ b/docs/catalog/blocks/carousel-orbit-5.mdx @@ -1113,7 +1113,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/carousel-path-1.mdx b/docs/catalog/blocks/carousel-path-1.mdx index f0817e3aab..d5459f53c8 100644 --- a/docs/catalog/blocks/carousel-path-1.mdx +++ b/docs/catalog/blocks/carousel-path-1.mdx @@ -1135,7 +1135,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/carousel-path-2.mdx b/docs/catalog/blocks/carousel-path-2.mdx index 5de8326eee..47d8c4800d 100644 --- a/docs/catalog/blocks/carousel-path-2.mdx +++ b/docs/catalog/blocks/carousel-path-2.mdx @@ -1080,7 +1080,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/carousel-path-3.mdx b/docs/catalog/blocks/carousel-path-3.mdx index b9cdb4b9fa..80a56bc728 100644 --- a/docs/catalog/blocks/carousel-path-3.mdx +++ b/docs/catalog/blocks/carousel-path-3.mdx @@ -1094,7 +1094,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/carousel-path-4.mdx b/docs/catalog/blocks/carousel-path-4.mdx index 989dd3b012..b20625dbf2 100644 --- a/docs/catalog/blocks/carousel-path-4.mdx +++ b/docs/catalog/blocks/carousel-path-4.mdx @@ -1135,7 +1135,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/carousel-path-5.mdx b/docs/catalog/blocks/carousel-path-5.mdx index 91e323a336..2d076425b5 100644 --- a/docs/catalog/blocks/carousel-path-5.mdx +++ b/docs/catalog/blocks/carousel-path-5.mdx @@ -1134,7 +1134,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/carousel-text-circle-1.mdx b/docs/catalog/blocks/carousel-text-circle-1.mdx index af0aa9bac1..258aa8603b 100644 --- a/docs/catalog/blocks/carousel-text-circle-1.mdx +++ b/docs/catalog/blocks/carousel-text-circle-1.mdx @@ -1122,7 +1122,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/carousel-text-circle-2.mdx b/docs/catalog/blocks/carousel-text-circle-2.mdx index 4243a7aaac..f652a58dab 100644 --- a/docs/catalog/blocks/carousel-text-circle-2.mdx +++ b/docs/catalog/blocks/carousel-text-circle-2.mdx @@ -1122,7 +1122,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/carousel-text-circle-3.mdx b/docs/catalog/blocks/carousel-text-circle-3.mdx index 07e1b6a8c6..241267834d 100644 --- a/docs/catalog/blocks/carousel-text-circle-3.mdx +++ b/docs/catalog/blocks/carousel-text-circle-3.mdx @@ -1122,7 +1122,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/carousel-text-circle-4.mdx b/docs/catalog/blocks/carousel-text-circle-4.mdx index 80e836e9b9..5f6b785881 100644 --- a/docs/catalog/blocks/carousel-text-circle-4.mdx +++ b/docs/catalog/blocks/carousel-text-circle-4.mdx @@ -1122,7 +1122,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/carousel-text-circle-5.mdx b/docs/catalog/blocks/carousel-text-circle-5.mdx index e28c6b1c40..2b67b1dee5 100644 --- a/docs/catalog/blocks/carousel-text-circle-5.mdx +++ b/docs/catalog/blocks/carousel-text-circle-5.mdx @@ -1122,7 +1122,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/carousel-vision-1.mdx b/docs/catalog/blocks/carousel-vision-1.mdx index badfb9d11f..fe37ecce45 100644 --- a/docs/catalog/blocks/carousel-vision-1.mdx +++ b/docs/catalog/blocks/carousel-vision-1.mdx @@ -1083,7 +1083,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/carousel-vision-2.mdx b/docs/catalog/blocks/carousel-vision-2.mdx index 90c10e9cf4..cb4ac6af9b 100644 --- a/docs/catalog/blocks/carousel-vision-2.mdx +++ b/docs/catalog/blocks/carousel-vision-2.mdx @@ -1083,7 +1083,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/carousel-vision-3.mdx b/docs/catalog/blocks/carousel-vision-3.mdx index 920b516a6c..8c7f26de7e 100644 --- a/docs/catalog/blocks/carousel-vision-3.mdx +++ b/docs/catalog/blocks/carousel-vision-3.mdx @@ -1083,7 +1083,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/carousel-vision-4.mdx b/docs/catalog/blocks/carousel-vision-4.mdx index d9270daaf6..51364553db 100644 --- a/docs/catalog/blocks/carousel-vision-4.mdx +++ b/docs/catalog/blocks/carousel-vision-4.mdx @@ -1090,7 +1090,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/carousel-vision-5.mdx b/docs/catalog/blocks/carousel-vision-5.mdx index 80d527a9b0..777aca4b69 100644 --- a/docs/catalog/blocks/carousel-vision-5.mdx +++ b/docs/catalog/blocks/carousel-vision-5.mdx @@ -1083,7 +1083,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/chatgpt-exchange.mdx b/docs/catalog/blocks/chatgpt-exchange.mdx index 2159efe5df..54054e7187 100644 --- a/docs/catalog/blocks/chatgpt-exchange.mdx +++ b/docs/catalog/blocks/chatgpt-exchange.mdx @@ -39,7 +39,7 @@ Move it in time with `data-start`. Put it on a different timeline row with ## Source - + ```html diff --git a/docs/catalog/blocks/chromatic-radial-split.mdx b/docs/catalog/blocks/chromatic-radial-split.mdx index d85128ab8d..1c16efb3c2 100644 --- a/docs/catalog/blocks/chromatic-radial-split.mdx +++ b/docs/catalog/blocks/chromatic-radial-split.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/chromatic-radial-split.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/cinematic-zoom.mdx b/docs/catalog/blocks/cinematic-zoom.mdx index c759a70425..c50094615f 100644 --- a/docs/catalog/blocks/cinematic-zoom.mdx +++ b/docs/catalog/blocks/cinematic-zoom.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/cinematic-zoom.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/claude-exchange.mdx b/docs/catalog/blocks/claude-exchange.mdx index 28c336aeec..ac0e09dbe6 100644 --- a/docs/catalog/blocks/claude-exchange.mdx +++ b/docs/catalog/blocks/claude-exchange.mdx @@ -39,7 +39,7 @@ Move it in time with `data-start`. Put it on a different timeline row with ## Source - + ```html diff --git a/docs/catalog/blocks/code-3d-extrude.mdx b/docs/catalog/blocks/code-3d-extrude.mdx index 2e9489d9e9..ae3cce1ae8 100644 --- a/docs/catalog/blocks/code-3d-extrude.mdx +++ b/docs/catalog/blocks/code-3d-extrude.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/code-3d-extrude.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/code-diff.mdx b/docs/catalog/blocks/code-diff.mdx index b831660e51..ea5c412712 100644 --- a/docs/catalog/blocks/code-diff.mdx +++ b/docs/catalog/blocks/code-diff.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/code-diff.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/code-highlight.mdx b/docs/catalog/blocks/code-highlight.mdx index e9d3ba3e15..a2b842efee 100644 --- a/docs/catalog/blocks/code-highlight.mdx +++ b/docs/catalog/blocks/code-highlight.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/code-highlight.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/code-morph.mdx b/docs/catalog/blocks/code-morph.mdx index eee188bf0d..219f32dad5 100644 --- a/docs/catalog/blocks/code-morph.mdx +++ b/docs/catalog/blocks/code-morph.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/code-morph.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/code-particle-assemble.mdx b/docs/catalog/blocks/code-particle-assemble.mdx index 2223682263..05f5ed7ca8 100644 --- a/docs/catalog/blocks/code-particle-assemble.mdx +++ b/docs/catalog/blocks/code-particle-assemble.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/code-particle-assemble.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/code-scroll.mdx b/docs/catalog/blocks/code-scroll.mdx index 31e4f4de0f..167b9971dd 100644 --- a/docs/catalog/blocks/code-scroll.mdx +++ b/docs/catalog/blocks/code-scroll.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/code-scroll.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/code-shader-dissolve.mdx b/docs/catalog/blocks/code-shader-dissolve.mdx index 7002804e33..bcaca2f626 100644 --- a/docs/catalog/blocks/code-shader-dissolve.mdx +++ b/docs/catalog/blocks/code-shader-dissolve.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/code-shader-dissolve.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/code-snippet-apple-terminal-basic.mdx b/docs/catalog/blocks/code-snippet-apple-terminal-basic.mdx index f03ad7f34f..f9ed16d1f3 100644 --- a/docs/catalog/blocks/code-snippet-apple-terminal-basic.mdx +++ b/docs/catalog/blocks/code-snippet-apple-terminal-basic.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/code-snippet-apple-terminal-basic.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/code-snippet-apple-terminal-clear-dark.mdx b/docs/catalog/blocks/code-snippet-apple-terminal-clear-dark.mdx index e479ab093c..a129be0ca0 100644 --- a/docs/catalog/blocks/code-snippet-apple-terminal-clear-dark.mdx +++ b/docs/catalog/blocks/code-snippet-apple-terminal-clear-dark.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/code-snippet-apple-terminal-clear-dark.html` ## Source - + ```html diff --git a/docs/catalog/blocks/code-snippet-apple-terminal-clear-light.mdx b/docs/catalog/blocks/code-snippet-apple-terminal-clear-light.mdx index 3bb4733b47..e682f0cb56 100644 --- a/docs/catalog/blocks/code-snippet-apple-terminal-clear-light.mdx +++ b/docs/catalog/blocks/code-snippet-apple-terminal-clear-light.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/code-snippet-apple-terminal-clear-light.html ## Source - + ```html diff --git a/docs/catalog/blocks/code-snippet-apple-terminal-grass.mdx b/docs/catalog/blocks/code-snippet-apple-terminal-grass.mdx index 0a95b3a476..f039e360fb 100644 --- a/docs/catalog/blocks/code-snippet-apple-terminal-grass.mdx +++ b/docs/catalog/blocks/code-snippet-apple-terminal-grass.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/code-snippet-apple-terminal-grass.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/code-snippet-apple-terminal-homebrew.mdx b/docs/catalog/blocks/code-snippet-apple-terminal-homebrew.mdx index 53b863694a..68112b7bf3 100644 --- a/docs/catalog/blocks/code-snippet-apple-terminal-homebrew.mdx +++ b/docs/catalog/blocks/code-snippet-apple-terminal-homebrew.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/code-snippet-apple-terminal-homebrew.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/code-snippet-apple-terminal-man-page.mdx b/docs/catalog/blocks/code-snippet-apple-terminal-man-page.mdx index c85b53793a..3209bde721 100644 --- a/docs/catalog/blocks/code-snippet-apple-terminal-man-page.mdx +++ b/docs/catalog/blocks/code-snippet-apple-terminal-man-page.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/code-snippet-apple-terminal-man-page.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/code-snippet-apple-terminal-novel.mdx b/docs/catalog/blocks/code-snippet-apple-terminal-novel.mdx index c275d9dfd8..b85b3a2ad3 100644 --- a/docs/catalog/blocks/code-snippet-apple-terminal-novel.mdx +++ b/docs/catalog/blocks/code-snippet-apple-terminal-novel.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/code-snippet-apple-terminal-novel.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/code-snippet-apple-terminal-ocean.mdx b/docs/catalog/blocks/code-snippet-apple-terminal-ocean.mdx index 7388edaeb9..02f26ae3e5 100644 --- a/docs/catalog/blocks/code-snippet-apple-terminal-ocean.mdx +++ b/docs/catalog/blocks/code-snippet-apple-terminal-ocean.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/code-snippet-apple-terminal-ocean.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/code-snippet-apple-terminal-pro.mdx b/docs/catalog/blocks/code-snippet-apple-terminal-pro.mdx index e454c63c23..fcb6ba730b 100644 --- a/docs/catalog/blocks/code-snippet-apple-terminal-pro.mdx +++ b/docs/catalog/blocks/code-snippet-apple-terminal-pro.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/code-snippet-apple-terminal-pro.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/code-snippet-apple-terminal-red-sands.mdx b/docs/catalog/blocks/code-snippet-apple-terminal-red-sands.mdx index 4ac7f431f3..5e9181918b 100644 --- a/docs/catalog/blocks/code-snippet-apple-terminal-red-sands.mdx +++ b/docs/catalog/blocks/code-snippet-apple-terminal-red-sands.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/code-snippet-apple-terminal-red-sands.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/code-snippet-apple-terminal-silver-aerogel.mdx b/docs/catalog/blocks/code-snippet-apple-terminal-silver-aerogel.mdx index 7f63b1e4c1..920fb87ff3 100644 --- a/docs/catalog/blocks/code-snippet-apple-terminal-silver-aerogel.mdx +++ b/docs/catalog/blocks/code-snippet-apple-terminal-silver-aerogel.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/code-snippet-apple-terminal-silver-aerogel.h ## Source - + ```html diff --git a/docs/catalog/blocks/code-snippet-apple-terminal-solid-colors.mdx b/docs/catalog/blocks/code-snippet-apple-terminal-solid-colors.mdx index ad13bdae72..5fe8ed0820 100644 --- a/docs/catalog/blocks/code-snippet-apple-terminal-solid-colors.mdx +++ b/docs/catalog/blocks/code-snippet-apple-terminal-solid-colors.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/code-snippet-apple-terminal-solid-colors.htm ## Source - + ```html diff --git a/docs/catalog/blocks/code-snippet-dark-2026.mdx b/docs/catalog/blocks/code-snippet-dark-2026.mdx index 63db6ff379..15f7bb0d29 100644 --- a/docs/catalog/blocks/code-snippet-dark-2026.mdx +++ b/docs/catalog/blocks/code-snippet-dark-2026.mdx @@ -20,7 +20,7 @@ That writes `compositions/code-snippet-dark-2026.html`, plus 1 supporting file u ## Source - + ```html diff --git a/docs/catalog/blocks/code-snippet-dark-modern.mdx b/docs/catalog/blocks/code-snippet-dark-modern.mdx index 3be5a1eb2a..b0e404ada1 100644 --- a/docs/catalog/blocks/code-snippet-dark-modern.mdx +++ b/docs/catalog/blocks/code-snippet-dark-modern.mdx @@ -20,7 +20,7 @@ That writes `compositions/code-snippet-dark-modern.html`, plus 1 supporting file ## Source - + ```html diff --git a/docs/catalog/blocks/code-snippet-dark-plus.mdx b/docs/catalog/blocks/code-snippet-dark-plus.mdx index a5be4b0e78..91b91f5d46 100644 --- a/docs/catalog/blocks/code-snippet-dark-plus.mdx +++ b/docs/catalog/blocks/code-snippet-dark-plus.mdx @@ -20,7 +20,7 @@ That writes `compositions/code-snippet-dark-plus.html`, plus 1 supporting file u ## Source - + ```html diff --git a/docs/catalog/blocks/code-snippet-flight.mdx b/docs/catalog/blocks/code-snippet-flight.mdx index e68df3d37b..d7e5c6c8e4 100644 --- a/docs/catalog/blocks/code-snippet-flight.mdx +++ b/docs/catalog/blocks/code-snippet-flight.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/code-snippet-flight.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/code-snippet-high-contrast-light.mdx b/docs/catalog/blocks/code-snippet-high-contrast-light.mdx index eda710a5f5..4fc61dd90d 100644 --- a/docs/catalog/blocks/code-snippet-high-contrast-light.mdx +++ b/docs/catalog/blocks/code-snippet-high-contrast-light.mdx @@ -20,7 +20,7 @@ That writes `compositions/code-snippet-high-contrast-light.html`, plus 1 support ## Source - + ```html diff --git a/docs/catalog/blocks/code-snippet-high-contrast.mdx b/docs/catalog/blocks/code-snippet-high-contrast.mdx index 3b643344ae..c788dab320 100644 --- a/docs/catalog/blocks/code-snippet-high-contrast.mdx +++ b/docs/catalog/blocks/code-snippet-high-contrast.mdx @@ -20,7 +20,7 @@ That writes `compositions/code-snippet-high-contrast.html`, plus 1 supporting fi ## Source - + ```html diff --git a/docs/catalog/blocks/code-snippet-light-2026.mdx b/docs/catalog/blocks/code-snippet-light-2026.mdx index 9fa7e0c188..9f62860561 100644 --- a/docs/catalog/blocks/code-snippet-light-2026.mdx +++ b/docs/catalog/blocks/code-snippet-light-2026.mdx @@ -20,7 +20,7 @@ That writes `compositions/code-snippet-light-2026.html`, plus 1 supporting file ## Source - + ```html diff --git a/docs/catalog/blocks/code-snippet-light-modern.mdx b/docs/catalog/blocks/code-snippet-light-modern.mdx index ec00def510..7e3c41d7b6 100644 --- a/docs/catalog/blocks/code-snippet-light-modern.mdx +++ b/docs/catalog/blocks/code-snippet-light-modern.mdx @@ -20,7 +20,7 @@ That writes `compositions/code-snippet-light-modern.html`, plus 1 supporting fil ## Source - + ```html diff --git a/docs/catalog/blocks/code-snippet-light-plus.mdx b/docs/catalog/blocks/code-snippet-light-plus.mdx index 47afbdbae0..114fb383e4 100644 --- a/docs/catalog/blocks/code-snippet-light-plus.mdx +++ b/docs/catalog/blocks/code-snippet-light-plus.mdx @@ -20,7 +20,7 @@ That writes `compositions/code-snippet-light-plus.html`, plus 1 supporting file ## Source - + ```html diff --git a/docs/catalog/blocks/code-snippet-monokai.mdx b/docs/catalog/blocks/code-snippet-monokai.mdx index d1d45f8874..320c8521f3 100644 --- a/docs/catalog/blocks/code-snippet-monokai.mdx +++ b/docs/catalog/blocks/code-snippet-monokai.mdx @@ -20,7 +20,7 @@ That writes `compositions/code-snippet-monokai.html`, plus 1 supporting file und ## Source - + ```html diff --git a/docs/catalog/blocks/code-snippet-solarized-light.mdx b/docs/catalog/blocks/code-snippet-solarized-light.mdx index b9a60cdcc0..11edb12d3d 100644 --- a/docs/catalog/blocks/code-snippet-solarized-light.mdx +++ b/docs/catalog/blocks/code-snippet-solarized-light.mdx @@ -20,7 +20,7 @@ That writes `compositions/code-snippet-solarized-light.html`, plus 1 supporting ## Source - + ```html diff --git a/docs/catalog/blocks/code-snippet-visual-studio-dark.mdx b/docs/catalog/blocks/code-snippet-visual-studio-dark.mdx index 1a4d63bf85..c73aeafd9c 100644 --- a/docs/catalog/blocks/code-snippet-visual-studio-dark.mdx +++ b/docs/catalog/blocks/code-snippet-visual-studio-dark.mdx @@ -20,7 +20,7 @@ That writes `compositions/code-snippet-visual-studio-dark.html`, plus 1 supporti ## Source - + ```html diff --git a/docs/catalog/blocks/code-snippet-visual-studio-light.mdx b/docs/catalog/blocks/code-snippet-visual-studio-light.mdx index df24f5c96e..bb831ea6a2 100644 --- a/docs/catalog/blocks/code-snippet-visual-studio-light.mdx +++ b/docs/catalog/blocks/code-snippet-visual-studio-light.mdx @@ -20,7 +20,7 @@ That writes `compositions/code-snippet-visual-studio-light.html`, plus 1 support ## Source - + ```html diff --git a/docs/catalog/blocks/code-typing.mdx b/docs/catalog/blocks/code-typing.mdx index 9c94a37d69..c314430d2e 100644 --- a/docs/catalog/blocks/code-typing.mdx +++ b/docs/catalog/blocks/code-typing.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/code-typing.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/cosmic-orb.mdx b/docs/catalog/blocks/cosmic-orb.mdx index 877d546685..86d1599490 100644 --- a/docs/catalog/blocks/cosmic-orb.mdx +++ b/docs/catalog/blocks/cosmic-orb.mdx @@ -518,7 +518,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/cross-warp-morph.mdx b/docs/catalog/blocks/cross-warp-morph.mdx index c0f0781973..9944c9033e 100644 --- a/docs/catalog/blocks/cross-warp-morph.mdx +++ b/docs/catalog/blocks/cross-warp-morph.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/cross-warp-morph.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/data-chart.mdx b/docs/catalog/blocks/data-chart.mdx index 8b93f3ebdc..6f75d92369 100644 --- a/docs/catalog/blocks/data-chart.mdx +++ b/docs/catalog/blocks/data-chart.mdx @@ -27,7 +27,7 @@ Set these CSS variables on the block: ## Source - + ```html diff --git a/docs/catalog/blocks/domain-warp-dissolve.mdx b/docs/catalog/blocks/domain-warp-dissolve.mdx index a03d1daa8e..77a9bcc38c 100644 --- a/docs/catalog/blocks/domain-warp-dissolve.mdx +++ b/docs/catalog/blocks/domain-warp-dissolve.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/domain-warp-dissolve.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/editorial-flash-overlay.mdx b/docs/catalog/blocks/editorial-flash-overlay.mdx index 9acb7920be..13aebf08f3 100644 --- a/docs/catalog/blocks/editorial-flash-overlay.mdx +++ b/docs/catalog/blocks/editorial-flash-overlay.mdx @@ -39,7 +39,7 @@ Move it in time with `data-start`. Put it on a different timeline row with ## Source - + ```html diff --git a/docs/catalog/blocks/flash-through-white.mdx b/docs/catalog/blocks/flash-through-white.mdx index b6464bf314..b38487c0cd 100644 --- a/docs/catalog/blocks/flash-through-white.mdx +++ b/docs/catalog/blocks/flash-through-white.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/flash-through-white.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/flowchart-vertical.mdx b/docs/catalog/blocks/flowchart-vertical.mdx index d69ccd9b93..18a33ef4f4 100644 --- a/docs/catalog/blocks/flowchart-vertical.mdx +++ b/docs/catalog/blocks/flowchart-vertical.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/flowchart-vertical.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/flowchart.mdx b/docs/catalog/blocks/flowchart.mdx index 49e6f343f2..bf6575d755 100644 --- a/docs/catalog/blocks/flowchart.mdx +++ b/docs/catalog/blocks/flowchart.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/flowchart.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/freeze-frame-dressing.mdx b/docs/catalog/blocks/freeze-frame-dressing.mdx index 699e734bfb..545804fc68 100644 --- a/docs/catalog/blocks/freeze-frame-dressing.mdx +++ b/docs/catalog/blocks/freeze-frame-dressing.mdx @@ -39,7 +39,7 @@ Move it in time with `data-start`. Put it on a different timeline row with ## Source - + ```html diff --git a/docs/catalog/blocks/gallery-tunnel.mdx b/docs/catalog/blocks/gallery-tunnel.mdx index b07f249b40..ccc4e60f53 100644 --- a/docs/catalog/blocks/gallery-tunnel.mdx +++ b/docs/catalog/blocks/gallery-tunnel.mdx @@ -543,7 +543,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/glitch.mdx b/docs/catalog/blocks/glitch.mdx index da1a205719..df988d04e1 100644 --- a/docs/catalog/blocks/glitch.mdx +++ b/docs/catalog/blocks/glitch.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/glitch.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/gravitational-lens.mdx b/docs/catalog/blocks/gravitational-lens.mdx index 7a6018c46b..00f9731408 100644 --- a/docs/catalog/blocks/gravitational-lens.mdx +++ b/docs/catalog/blocks/gravitational-lens.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/gravitational-lens.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/halftone-field.mdx b/docs/catalog/blocks/halftone-field.mdx index 86ea4f3587..c3395dd0af 100644 --- a/docs/catalog/blocks/halftone-field.mdx +++ b/docs/catalog/blocks/halftone-field.mdx @@ -469,7 +469,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/heygen-avatar-promo-card.mdx b/docs/catalog/blocks/heygen-avatar-promo-card.mdx index 75b0f73b90..8f2b271803 100644 --- a/docs/catalog/blocks/heygen-avatar-promo-card.mdx +++ b/docs/catalog/blocks/heygen-avatar-promo-card.mdx @@ -34,7 +34,7 @@ Move it in time with `data-start`. Put it on a different timeline row with ## Source - + ```html diff --git a/docs/catalog/blocks/hw-frame.mdx b/docs/catalog/blocks/hw-frame.mdx index 521c636eaa..513f909b5a 100644 --- a/docs/catalog/blocks/hw-frame.mdx +++ b/docs/catalog/blocks/hw-frame.mdx @@ -39,7 +39,7 @@ Move it in time with `data-start`. Put it on a different timeline row with ## Source - + ```html diff --git a/docs/catalog/blocks/hw-path-text.mdx b/docs/catalog/blocks/hw-path-text.mdx index 7c6937c656..106d57f9a7 100644 --- a/docs/catalog/blocks/hw-path-text.mdx +++ b/docs/catalog/blocks/hw-path-text.mdx @@ -39,7 +39,7 @@ Move it in time with `data-start`. Put it on a different timeline row with ## Source - + ```html diff --git a/docs/catalog/blocks/hw-pipeline.mdx b/docs/catalog/blocks/hw-pipeline.mdx index bcd89f3074..1e6f42745a 100644 --- a/docs/catalog/blocks/hw-pipeline.mdx +++ b/docs/catalog/blocks/hw-pipeline.mdx @@ -39,7 +39,7 @@ Move it in time with `data-start`. Put it on a different timeline row with ## Source - + ```html diff --git a/docs/catalog/blocks/hw-scribble-transition.mdx b/docs/catalog/blocks/hw-scribble-transition.mdx index 9e94509ae0..f050da902f 100644 --- a/docs/catalog/blocks/hw-scribble-transition.mdx +++ b/docs/catalog/blocks/hw-scribble-transition.mdx @@ -39,7 +39,7 @@ Move it in time with `data-start`. Put it on a different timeline row with ## Source - + ```html diff --git a/docs/catalog/blocks/hw-text-cloud.mdx b/docs/catalog/blocks/hw-text-cloud.mdx index 198f08d8ae..b1089f6668 100644 --- a/docs/catalog/blocks/hw-text-cloud.mdx +++ b/docs/catalog/blocks/hw-text-cloud.mdx @@ -39,7 +39,7 @@ Move it in time with `data-start`. Put it on a different timeline row with ## Source - + ```html diff --git a/docs/catalog/blocks/hw-title.mdx b/docs/catalog/blocks/hw-title.mdx index 759cbe964a..a63fa031c0 100644 --- a/docs/catalog/blocks/hw-title.mdx +++ b/docs/catalog/blocks/hw-title.mdx @@ -39,7 +39,7 @@ Move it in time with `data-start`. Put it on a different timeline row with ## Source - + ```html diff --git a/docs/catalog/blocks/hw-write-title.mdx b/docs/catalog/blocks/hw-write-title.mdx index b5bc632346..525b8007ad 100644 --- a/docs/catalog/blocks/hw-write-title.mdx +++ b/docs/catalog/blocks/hw-write-title.mdx @@ -34,7 +34,7 @@ Move it in time with `data-start`. Put it on a different timeline row with ## Source - + ```html diff --git a/docs/catalog/blocks/instagram-follow.mdx b/docs/catalog/blocks/instagram-follow.mdx index fb0616f17f..b629e53132 100644 --- a/docs/catalog/blocks/instagram-follow.mdx +++ b/docs/catalog/blocks/instagram-follow.mdx @@ -20,7 +20,7 @@ That writes `compositions/instagram-follow.html`, plus 1 supporting file under ` ## Source - + ```html diff --git a/docs/catalog/blocks/ios26-liquid-glass.mdx b/docs/catalog/blocks/ios26-liquid-glass.mdx index 917b06230d..f197b9c899 100644 --- a/docs/catalog/blocks/ios26-liquid-glass.mdx +++ b/docs/catalog/blocks/ios26-liquid-glass.mdx @@ -21,7 +21,7 @@ That writes `compositions/ios26-liquid-glass.html`, plus 28 supporting files und ## Source - + ```html diff --git a/docs/catalog/blocks/light-leak.mdx b/docs/catalog/blocks/light-leak.mdx index bb50eb6294..6b9996bdfd 100644 --- a/docs/catalog/blocks/light-leak.mdx +++ b/docs/catalog/blocks/light-leak.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/light-leak.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/liquid-glass-context-menu.mdx b/docs/catalog/blocks/liquid-glass-context-menu.mdx index 55983b0d25..471e165424 100644 --- a/docs/catalog/blocks/liquid-glass-context-menu.mdx +++ b/docs/catalog/blocks/liquid-glass-context-menu.mdx @@ -26,7 +26,7 @@ That writes `compositions/liquid-glass-context-menu.html`, plus 1 supporting fil ## Source - + ```html diff --git a/docs/catalog/blocks/liquid-glass-media-controls.mdx b/docs/catalog/blocks/liquid-glass-media-controls.mdx index 1f24f2683f..9fd33bf1b3 100644 --- a/docs/catalog/blocks/liquid-glass-media-controls.mdx +++ b/docs/catalog/blocks/liquid-glass-media-controls.mdx @@ -26,7 +26,7 @@ That writes `compositions/liquid-glass-media-controls.html`, plus 1 supporting f ## Source - + ```html diff --git a/docs/catalog/blocks/liquid-glass-notification.mdx b/docs/catalog/blocks/liquid-glass-notification.mdx index 048bb6c011..a2cbefc65e 100644 --- a/docs/catalog/blocks/liquid-glass-notification.mdx +++ b/docs/catalog/blocks/liquid-glass-notification.mdx @@ -26,7 +26,7 @@ That writes `compositions/liquid-glass-notification.html`, plus 2 supporting fil ## Source - + ```html diff --git a/docs/catalog/blocks/liquid-glass-widgets.mdx b/docs/catalog/blocks/liquid-glass-widgets.mdx index 9452a44844..441be4f119 100644 --- a/docs/catalog/blocks/liquid-glass-widgets.mdx +++ b/docs/catalog/blocks/liquid-glass-widgets.mdx @@ -26,7 +26,7 @@ That writes `compositions/liquid-glass-widgets.html`, plus 2 supporting files un ## Source - + ```html diff --git a/docs/catalog/blocks/logo-outro.mdx b/docs/catalog/blocks/logo-outro.mdx index 5bbf0ba82d..b5f2805433 100644 --- a/docs/catalog/blocks/logo-outro.mdx +++ b/docs/catalog/blocks/logo-outro.mdx @@ -27,7 +27,7 @@ Set these CSS variables on the block: ## Source - + ```html diff --git a/docs/catalog/blocks/lower-third-bild.mdx b/docs/catalog/blocks/lower-third-bild.mdx index 1a2555bed7..c057a1fee5 100644 --- a/docs/catalog/blocks/lower-third-bild.mdx +++ b/docs/catalog/blocks/lower-third-bild.mdx @@ -198,7 +198,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/lt-accent-underline.mdx b/docs/catalog/blocks/lt-accent-underline.mdx index 2239acd991..3cd1a2921f 100644 --- a/docs/catalog/blocks/lt-accent-underline.mdx +++ b/docs/catalog/blocks/lt-accent-underline.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/lt-accent-underline.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/lt-bold-block.mdx b/docs/catalog/blocks/lt-bold-block.mdx index a2bd005244..0c91f3cc8d 100644 --- a/docs/catalog/blocks/lt-bold-block.mdx +++ b/docs/catalog/blocks/lt-bold-block.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/lt-bold-block.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/lt-clean-bar.mdx b/docs/catalog/blocks/lt-clean-bar.mdx index eeb7ce2b43..d59d4868da 100644 --- a/docs/catalog/blocks/lt-clean-bar.mdx +++ b/docs/catalog/blocks/lt-clean-bar.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/lt-clean-bar.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/lt-color-block.mdx b/docs/catalog/blocks/lt-color-block.mdx index cd4255e779..b703b7b56e 100644 --- a/docs/catalog/blocks/lt-color-block.mdx +++ b/docs/catalog/blocks/lt-color-block.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/lt-color-block.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/lt-dark-card.mdx b/docs/catalog/blocks/lt-dark-card.mdx index 24b1b508d6..ee4f256a25 100644 --- a/docs/catalog/blocks/lt-dark-card.mdx +++ b/docs/catalog/blocks/lt-dark-card.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/lt-dark-card.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/lt-kicker-name.mdx b/docs/catalog/blocks/lt-kicker-name.mdx index 2f3f93d65e..c03ba3f948 100644 --- a/docs/catalog/blocks/lt-kicker-name.mdx +++ b/docs/catalog/blocks/lt-kicker-name.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/lt-kicker-name.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/lt-mask-reveal.mdx b/docs/catalog/blocks/lt-mask-reveal.mdx index f128a127b0..f7602baf3e 100644 --- a/docs/catalog/blocks/lt-mask-reveal.mdx +++ b/docs/catalog/blocks/lt-mask-reveal.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/lt-mask-reveal.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/lt-neon-border.mdx b/docs/catalog/blocks/lt-neon-border.mdx index f9a548e3b1..f584b9c764 100644 --- a/docs/catalog/blocks/lt-neon-border.mdx +++ b/docs/catalog/blocks/lt-neon-border.mdx @@ -477,7 +477,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/lt-side-rule.mdx b/docs/catalog/blocks/lt-side-rule.mdx index baefa7233e..1433ed1b58 100644 --- a/docs/catalog/blocks/lt-side-rule.mdx +++ b/docs/catalog/blocks/lt-side-rule.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/lt-side-rule.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/lt-soft-pill.mdx b/docs/catalog/blocks/lt-soft-pill.mdx index b67dca48a0..2019d62166 100644 --- a/docs/catalog/blocks/lt-soft-pill.mdx +++ b/docs/catalog/blocks/lt-soft-pill.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/lt-soft-pill.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/lt-stack-bars.mdx b/docs/catalog/blocks/lt-stack-bars.mdx index 0a29cb01b7..6b9874b017 100644 --- a/docs/catalog/blocks/lt-stack-bars.mdx +++ b/docs/catalog/blocks/lt-stack-bars.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/lt-stack-bars.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/macos-notification.mdx b/docs/catalog/blocks/macos-notification.mdx index c8b43fa165..823bd2bc63 100644 --- a/docs/catalog/blocks/macos-notification.mdx +++ b/docs/catalog/blocks/macos-notification.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/macos-notification.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/macos-tahoe-liquid-glass.mdx b/docs/catalog/blocks/macos-tahoe-liquid-glass.mdx index 25054263dc..adc8cc3c07 100644 --- a/docs/catalog/blocks/macos-tahoe-liquid-glass.mdx +++ b/docs/catalog/blocks/macos-tahoe-liquid-glass.mdx @@ -21,7 +21,7 @@ That writes `compositions/macos-tahoe-liquid-glass.html`, plus 18 supporting fil ## Source - + ```html diff --git a/docs/catalog/blocks/message-thread-reveal.mdx b/docs/catalog/blocks/message-thread-reveal.mdx index 241134ed1c..2fc6bb2418 100644 --- a/docs/catalog/blocks/message-thread-reveal.mdx +++ b/docs/catalog/blocks/message-thread-reveal.mdx @@ -1708,7 +1708,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/mk-background.mdx b/docs/catalog/blocks/mk-background.mdx index 91130cae96..29d3199830 100644 --- a/docs/catalog/blocks/mk-background.mdx +++ b/docs/catalog/blocks/mk-background.mdx @@ -39,7 +39,7 @@ Move it in time with `data-start`. Put it on a different timeline row with ## Source - + ```html diff --git a/docs/catalog/blocks/mk-callout-highlight.mdx b/docs/catalog/blocks/mk-callout-highlight.mdx index 46c0fc4eeb..6b66b814d8 100644 --- a/docs/catalog/blocks/mk-callout-highlight.mdx +++ b/docs/catalog/blocks/mk-callout-highlight.mdx @@ -39,7 +39,7 @@ Move it in time with `data-start`. Put it on a different timeline row with ## Source - + ```html diff --git a/docs/catalog/blocks/mk-clone-wall-transition.mdx b/docs/catalog/blocks/mk-clone-wall-transition.mdx index e6c68cbb80..ee848cce5f 100644 --- a/docs/catalog/blocks/mk-clone-wall-transition.mdx +++ b/docs/catalog/blocks/mk-clone-wall-transition.mdx @@ -39,7 +39,7 @@ Move it in time with `data-start`. Put it on a different timeline row with ## Source - + ```html diff --git a/docs/catalog/blocks/mk-line-graph.mdx b/docs/catalog/blocks/mk-line-graph.mdx index 7a15f08386..1dc40e5907 100644 --- a/docs/catalog/blocks/mk-line-graph.mdx +++ b/docs/catalog/blocks/mk-line-graph.mdx @@ -39,7 +39,7 @@ Move it in time with `data-start`. Put it on a different timeline row with ## Source - + ```html diff --git a/docs/catalog/blocks/mk-placeholder-grid.mdx b/docs/catalog/blocks/mk-placeholder-grid.mdx index 42c013946f..c03d94e38a 100644 --- a/docs/catalog/blocks/mk-placeholder-grid.mdx +++ b/docs/catalog/blocks/mk-placeholder-grid.mdx @@ -39,7 +39,7 @@ Move it in time with `data-start`. Put it on a different timeline row with ## Source - + ```html diff --git a/docs/catalog/blocks/mk-progress-stat.mdx b/docs/catalog/blocks/mk-progress-stat.mdx index 2d4d9317ac..7debdc6c9e 100644 --- a/docs/catalog/blocks/mk-progress-stat.mdx +++ b/docs/catalog/blocks/mk-progress-stat.mdx @@ -39,7 +39,7 @@ Move it in time with `data-start`. Put it on a different timeline row with ## Source - + ```html diff --git a/docs/catalog/blocks/mk-specs-list.mdx b/docs/catalog/blocks/mk-specs-list.mdx index c4c1094302..92e3eaa51e 100644 --- a/docs/catalog/blocks/mk-specs-list.mdx +++ b/docs/catalog/blocks/mk-specs-list.mdx @@ -39,7 +39,7 @@ Move it in time with `data-start`. Put it on a different timeline row with ## Source - + ```html diff --git a/docs/catalog/blocks/news-ticker.mdx b/docs/catalog/blocks/news-ticker.mdx index 43f1eda8f4..d65bfda5a6 100644 --- a/docs/catalog/blocks/news-ticker.mdx +++ b/docs/catalog/blocks/news-ticker.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/news-ticker.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/north-korea-locked-down.mdx b/docs/catalog/blocks/north-korea-locked-down.mdx index 1767447609..c6f705f9d7 100644 --- a/docs/catalog/blocks/north-korea-locked-down.mdx +++ b/docs/catalog/blocks/north-korea-locked-down.mdx @@ -20,7 +20,7 @@ That writes `compositions/north-korea-locked-down.html`, plus 1 supporting file ## Source - + ```html diff --git a/docs/catalog/blocks/notes-reveal.mdx b/docs/catalog/blocks/notes-reveal.mdx index 464e52be6b..e459f2a20b 100644 --- a/docs/catalog/blocks/notes-reveal.mdx +++ b/docs/catalog/blocks/notes-reveal.mdx @@ -1745,7 +1745,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/notification-cascade.mdx b/docs/catalog/blocks/notification-cascade.mdx index e6111bb4d6..7867761062 100644 --- a/docs/catalog/blocks/notification-cascade.mdx +++ b/docs/catalog/blocks/notification-cascade.mdx @@ -594,7 +594,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/nyc-paris-flight.mdx b/docs/catalog/blocks/nyc-paris-flight.mdx index ec0aabbc10..66f5414cdc 100644 --- a/docs/catalog/blocks/nyc-paris-flight.mdx +++ b/docs/catalog/blocks/nyc-paris-flight.mdx @@ -20,7 +20,7 @@ That writes `compositions/nyc-paris-flight.html`, plus 2 supporting files under ## Source - + ```html diff --git a/docs/catalog/blocks/organic-light-leak-overlay.mdx b/docs/catalog/blocks/organic-light-leak-overlay.mdx index faaf51af30..cce154da6a 100644 --- a/docs/catalog/blocks/organic-light-leak-overlay.mdx +++ b/docs/catalog/blocks/organic-light-leak-overlay.mdx @@ -39,7 +39,7 @@ Move it in time with `data-start`. Put it on a different timeline row with ## Source - + ```html diff --git a/docs/catalog/blocks/oscilloscope-trace.mdx b/docs/catalog/blocks/oscilloscope-trace.mdx index 2b55154985..1f1a9dbd5d 100644 --- a/docs/catalog/blocks/oscilloscope-trace.mdx +++ b/docs/catalog/blocks/oscilloscope-trace.mdx @@ -591,7 +591,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/rack-focus.mdx b/docs/catalog/blocks/rack-focus.mdx index 55c044fd2e..54d923e0a4 100644 --- a/docs/catalog/blocks/rack-focus.mdx +++ b/docs/catalog/blocks/rack-focus.mdx @@ -696,7 +696,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/reddit-post.mdx b/docs/catalog/blocks/reddit-post.mdx index e2dd377110..11c88f708a 100644 --- a/docs/catalog/blocks/reddit-post.mdx +++ b/docs/catalog/blocks/reddit-post.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/reddit-post.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/ridged-burn.mdx b/docs/catalog/blocks/ridged-burn.mdx index 9bbafa5355..386185e857 100644 --- a/docs/catalog/blocks/ridged-burn.mdx +++ b/docs/catalog/blocks/ridged-burn.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/ridged-burn.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/ripple-waves.mdx b/docs/catalog/blocks/ripple-waves.mdx index 91e334c8a5..2e08b13cda 100644 --- a/docs/catalog/blocks/ripple-waves.mdx +++ b/docs/catalog/blocks/ripple-waves.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/ripple-waves.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/sdf-iris.mdx b/docs/catalog/blocks/sdf-iris.mdx index cb43a1e9a8..9ece802bf6 100644 --- a/docs/catalog/blocks/sdf-iris.mdx +++ b/docs/catalog/blocks/sdf-iris.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/sdf-iris.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/share-sheet-carousel.mdx b/docs/catalog/blocks/share-sheet-carousel.mdx index 5e504e6eed..2caac825d2 100644 --- a/docs/catalog/blocks/share-sheet-carousel.mdx +++ b/docs/catalog/blocks/share-sheet-carousel.mdx @@ -467,7 +467,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/slack-notification-ad.mdx b/docs/catalog/blocks/slack-notification-ad.mdx index 85cb0c9b3b..71040c8459 100644 --- a/docs/catalog/blocks/slack-notification-ad.mdx +++ b/docs/catalog/blocks/slack-notification-ad.mdx @@ -34,7 +34,7 @@ Move it in time with `data-start`. Put it on a different timeline row with ## Source - + ```html diff --git a/docs/catalog/blocks/spain-map.mdx b/docs/catalog/blocks/spain-map.mdx index 6452d82fe9..5a13cea627 100644 --- a/docs/catalog/blocks/spain-map.mdx +++ b/docs/catalog/blocks/spain-map.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/spain-map.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/spiral-galaxy.mdx b/docs/catalog/blocks/spiral-galaxy.mdx index 7cdf319e96..eaa7787465 100644 --- a/docs/catalog/blocks/spiral-galaxy.mdx +++ b/docs/catalog/blocks/spiral-galaxy.mdx @@ -395,7 +395,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/split-flap-board.mdx b/docs/catalog/blocks/split-flap-board.mdx index 49640fdbcb..3133fa4848 100644 --- a/docs/catalog/blocks/split-flap-board.mdx +++ b/docs/catalog/blocks/split-flap-board.mdx @@ -415,7 +415,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/spotify-card.mdx b/docs/catalog/blocks/spotify-card.mdx index 53c1aaa93a..b71410cf31 100644 --- a/docs/catalog/blocks/spotify-card.mdx +++ b/docs/catalog/blocks/spotify-card.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/spotify-card.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/swirl-vortex.mdx b/docs/catalog/blocks/swirl-vortex.mdx index 75c11fb06c..15b51f05bf 100644 --- a/docs/catalog/blocks/swirl-vortex.mdx +++ b/docs/catalog/blocks/swirl-vortex.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/swirl-vortex.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/thermal-distortion.mdx b/docs/catalog/blocks/thermal-distortion.mdx index 1cfe766e94..14a91a9890 100644 --- a/docs/catalog/blocks/thermal-distortion.mdx +++ b/docs/catalog/blocks/thermal-distortion.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/thermal-distortion.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/thread-message-stack.mdx b/docs/catalog/blocks/thread-message-stack.mdx index 29d46130b1..fe1bfe87e3 100644 --- a/docs/catalog/blocks/thread-message-stack.mdx +++ b/docs/catalog/blocks/thread-message-stack.mdx @@ -39,7 +39,7 @@ Move it in time with `data-start`. Put it on a different timeline row with ## Source - + ```html diff --git a/docs/catalog/blocks/tiktok-follow.mdx b/docs/catalog/blocks/tiktok-follow.mdx index 509103f6bd..7ee9e9059d 100644 --- a/docs/catalog/blocks/tiktok-follow.mdx +++ b/docs/catalog/blocks/tiktok-follow.mdx @@ -20,7 +20,7 @@ That writes `compositions/tiktok-follow.html`, plus 1 supporting file under `ass ## Source - + ```html diff --git a/docs/catalog/blocks/transitions-3d.mdx b/docs/catalog/blocks/transitions-3d.mdx index 04ddada8d9..d09b7f8f7a 100644 --- a/docs/catalog/blocks/transitions-3d.mdx +++ b/docs/catalog/blocks/transitions-3d.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/transitions-3d.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/transitions-blur.mdx b/docs/catalog/blocks/transitions-blur.mdx index f5e34882ce..047b14a35f 100644 --- a/docs/catalog/blocks/transitions-blur.mdx +++ b/docs/catalog/blocks/transitions-blur.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/transitions-blur.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/transitions-cover.mdx b/docs/catalog/blocks/transitions-cover.mdx index b1fbee5b62..6d956c2c8d 100644 --- a/docs/catalog/blocks/transitions-cover.mdx +++ b/docs/catalog/blocks/transitions-cover.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/transitions-cover.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/transitions-destruction.mdx b/docs/catalog/blocks/transitions-destruction.mdx index 62270884e7..394142775a 100644 --- a/docs/catalog/blocks/transitions-destruction.mdx +++ b/docs/catalog/blocks/transitions-destruction.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/transitions-destruction.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/transitions-dissolve.mdx b/docs/catalog/blocks/transitions-dissolve.mdx index 4cf8fb8706..89aec9d1c3 100644 --- a/docs/catalog/blocks/transitions-dissolve.mdx +++ b/docs/catalog/blocks/transitions-dissolve.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/transitions-dissolve.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/transitions-distortion.mdx b/docs/catalog/blocks/transitions-distortion.mdx index 09c2091c5a..5188d41618 100644 --- a/docs/catalog/blocks/transitions-distortion.mdx +++ b/docs/catalog/blocks/transitions-distortion.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/transitions-distortion.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/transitions-grid.mdx b/docs/catalog/blocks/transitions-grid.mdx index 1f78f916a0..890e8200b5 100644 --- a/docs/catalog/blocks/transitions-grid.mdx +++ b/docs/catalog/blocks/transitions-grid.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/transitions-grid.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/transitions-light.mdx b/docs/catalog/blocks/transitions-light.mdx index b337d0636f..1063178135 100644 --- a/docs/catalog/blocks/transitions-light.mdx +++ b/docs/catalog/blocks/transitions-light.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/transitions-light.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/transitions-mechanical.mdx b/docs/catalog/blocks/transitions-mechanical.mdx index 41cfdc91db..dc42736529 100644 --- a/docs/catalog/blocks/transitions-mechanical.mdx +++ b/docs/catalog/blocks/transitions-mechanical.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/transitions-mechanical.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/transitions-other.mdx b/docs/catalog/blocks/transitions-other.mdx index 88ac800b89..72cdc9609b 100644 --- a/docs/catalog/blocks/transitions-other.mdx +++ b/docs/catalog/blocks/transitions-other.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/transitions-other.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/transitions-push.mdx b/docs/catalog/blocks/transitions-push.mdx index 6fd6d5be3b..308deb7214 100644 --- a/docs/catalog/blocks/transitions-push.mdx +++ b/docs/catalog/blocks/transitions-push.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/transitions-push.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/transitions-radial.mdx b/docs/catalog/blocks/transitions-radial.mdx index d373563106..e95229b1e5 100644 --- a/docs/catalog/blocks/transitions-radial.mdx +++ b/docs/catalog/blocks/transitions-radial.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/transitions-radial.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/transitions-scale.mdx b/docs/catalog/blocks/transitions-scale.mdx index acce7f69c6..527a7359cd 100644 --- a/docs/catalog/blocks/transitions-scale.mdx +++ b/docs/catalog/blocks/transitions-scale.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/transitions-scale.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/ui-3d-reveal.mdx b/docs/catalog/blocks/ui-3d-reveal.mdx index 401a347174..c04c951dc3 100644 --- a/docs/catalog/blocks/ui-3d-reveal.mdx +++ b/docs/catalog/blocks/ui-3d-reveal.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/ui-3d-reveal.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/us-map-bubble.mdx b/docs/catalog/blocks/us-map-bubble.mdx index aade03398d..dd4f7aebf7 100644 --- a/docs/catalog/blocks/us-map-bubble.mdx +++ b/docs/catalog/blocks/us-map-bubble.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/us-map-bubble.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/us-map-flow.mdx b/docs/catalog/blocks/us-map-flow.mdx index 3d52dbb37d..528a198728 100644 --- a/docs/catalog/blocks/us-map-flow.mdx +++ b/docs/catalog/blocks/us-map-flow.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/us-map-flow.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/us-map-hex.mdx b/docs/catalog/blocks/us-map-hex.mdx index afc2bf2f98..0e4a3e0412 100644 --- a/docs/catalog/blocks/us-map-hex.mdx +++ b/docs/catalog/blocks/us-map-hex.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/us-map-hex.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/us-map.mdx b/docs/catalog/blocks/us-map.mdx index 17b011fc7f..b2b1f07b28 100644 --- a/docs/catalog/blocks/us-map.mdx +++ b/docs/catalog/blocks/us-map.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/us-map.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/vfx-anamorphic-flare.mdx b/docs/catalog/blocks/vfx-anamorphic-flare.mdx index 26e47c5247..cb7c45304c 100644 --- a/docs/catalog/blocks/vfx-anamorphic-flare.mdx +++ b/docs/catalog/blocks/vfx-anamorphic-flare.mdx @@ -457,7 +457,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/vfx-iphone-device.mdx b/docs/catalog/blocks/vfx-iphone-device.mdx index db5516c009..d1c40dc901 100644 --- a/docs/catalog/blocks/vfx-iphone-device.mdx +++ b/docs/catalog/blocks/vfx-iphone-device.mdx @@ -21,7 +21,7 @@ That writes `compositions/vfx-iphone-device.html`, plus 4 supporting files under ## Source - + ```html diff --git a/docs/catalog/blocks/vfx-liquid-background.mdx b/docs/catalog/blocks/vfx-liquid-background.mdx index 2a3e341dcf..f0e2c63850 100644 --- a/docs/catalog/blocks/vfx-liquid-background.mdx +++ b/docs/catalog/blocks/vfx-liquid-background.mdx @@ -28,7 +28,7 @@ Set these CSS variables on the block: ## Source - + ```html diff --git a/docs/catalog/blocks/vfx-liquid-glass.mdx b/docs/catalog/blocks/vfx-liquid-glass.mdx index d7e40da5c9..4857b70968 100644 --- a/docs/catalog/blocks/vfx-liquid-glass.mdx +++ b/docs/catalog/blocks/vfx-liquid-glass.mdx @@ -28,7 +28,7 @@ Set these CSS variables on the block: ## Source - + ```html diff --git a/docs/catalog/blocks/vfx-magnetic.mdx b/docs/catalog/blocks/vfx-magnetic.mdx index aab84ef791..516a3303dd 100644 --- a/docs/catalog/blocks/vfx-magnetic.mdx +++ b/docs/catalog/blocks/vfx-magnetic.mdx @@ -28,7 +28,7 @@ Set these CSS variables on the block: ## Source - + ```html diff --git a/docs/catalog/blocks/vfx-portal.mdx b/docs/catalog/blocks/vfx-portal.mdx index e9e6ba5e09..b0f81039c8 100644 --- a/docs/catalog/blocks/vfx-portal.mdx +++ b/docs/catalog/blocks/vfx-portal.mdx @@ -28,7 +28,7 @@ Set these CSS variables on the block: ## Source - + ```html diff --git a/docs/catalog/blocks/vfx-shatter.mdx b/docs/catalog/blocks/vfx-shatter.mdx index 5fb9263893..24139deb2f 100644 --- a/docs/catalog/blocks/vfx-shatter.mdx +++ b/docs/catalog/blocks/vfx-shatter.mdx @@ -21,7 +21,7 @@ That writes one file: `compositions/vfx-shatter.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/vfx-text-cursor.mdx b/docs/catalog/blocks/vfx-text-cursor.mdx index e7179c79b8..1c8d31d6e7 100644 --- a/docs/catalog/blocks/vfx-text-cursor.mdx +++ b/docs/catalog/blocks/vfx-text-cursor.mdx @@ -26,7 +26,7 @@ That writes one file: `compositions/vfx-text-cursor.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/vpn-youtube-spot.mdx b/docs/catalog/blocks/vpn-youtube-spot.mdx index 458e053eda..3a1e1fb8b7 100644 --- a/docs/catalog/blocks/vpn-youtube-spot.mdx +++ b/docs/catalog/blocks/vpn-youtube-spot.mdx @@ -20,7 +20,7 @@ That writes `compositions/vpn-youtube-spot.html`, plus 1 supporting file under ` ## Source - + ```html diff --git a/docs/catalog/blocks/weight-wave.mdx b/docs/catalog/blocks/weight-wave.mdx index d2fae9dca6..fad9d74a7e 100644 --- a/docs/catalog/blocks/weight-wave.mdx +++ b/docs/catalog/blocks/weight-wave.mdx @@ -372,7 +372,7 @@ defaults, so this behaves exactly like the preview above until you change one: ## Source - + ```html diff --git a/docs/catalog/blocks/whip-pan.mdx b/docs/catalog/blocks/whip-pan.mdx index 61074f92c3..5fa7deb2b0 100644 --- a/docs/catalog/blocks/whip-pan.mdx +++ b/docs/catalog/blocks/whip-pan.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/whip-pan.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/world-map.mdx b/docs/catalog/blocks/world-map.mdx index be4a858c60..70686a9ee5 100644 --- a/docs/catalog/blocks/world-map.mdx +++ b/docs/catalog/blocks/world-map.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/world-map.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/x-post.mdx b/docs/catalog/blocks/x-post.mdx index 734d30caa1..b4aeba7801 100644 --- a/docs/catalog/blocks/x-post.mdx +++ b/docs/catalog/blocks/x-post.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/x-post.html`. ## Source - + ```html diff --git a/docs/catalog/blocks/yt-comment-card.mdx b/docs/catalog/blocks/yt-comment-card.mdx index 57f466a3f1..7f0c5aca7a 100644 --- a/docs/catalog/blocks/yt-comment-card.mdx +++ b/docs/catalog/blocks/yt-comment-card.mdx @@ -39,7 +39,7 @@ Move it in time with `data-start`. Put it on a different timeline row with ## Source - + ```html diff --git a/docs/catalog/blocks/yt-lcd-background.mdx b/docs/catalog/blocks/yt-lcd-background.mdx index e1d22fb5e5..924bac3845 100644 --- a/docs/catalog/blocks/yt-lcd-background.mdx +++ b/docs/catalog/blocks/yt-lcd-background.mdx @@ -39,7 +39,7 @@ Move it in time with `data-start`. Put it on a different timeline row with ## Source - + ```html diff --git a/docs/catalog/blocks/yt-logo-intro.mdx b/docs/catalog/blocks/yt-logo-intro.mdx index c3b0023a1d..4da91b154d 100644 --- a/docs/catalog/blocks/yt-logo-intro.mdx +++ b/docs/catalog/blocks/yt-logo-intro.mdx @@ -39,7 +39,7 @@ Move it in time with `data-start`. Put it on a different timeline row with ## Source - + ```html diff --git a/docs/catalog/blocks/yt-lower-third.mdx b/docs/catalog/blocks/yt-lower-third.mdx index cc99de45b8..d3c5797130 100644 --- a/docs/catalog/blocks/yt-lower-third.mdx +++ b/docs/catalog/blocks/yt-lower-third.mdx @@ -20,7 +20,7 @@ That writes `compositions/yt-lower-third.html`, plus 1 supporting file under `as ## Source - + ```html diff --git a/docs/catalog/blocks/yt-prism-title.mdx b/docs/catalog/blocks/yt-prism-title.mdx index d5b7674f8e..421a70fd0b 100644 --- a/docs/catalog/blocks/yt-prism-title.mdx +++ b/docs/catalog/blocks/yt-prism-title.mdx @@ -39,7 +39,7 @@ Move it in time with `data-start`. Put it on a different timeline row with ## Source - + ```html diff --git a/docs/catalog/blocks/yt-vertical-fill.mdx b/docs/catalog/blocks/yt-vertical-fill.mdx index 614d8d9411..ae32b2be7c 100644 --- a/docs/catalog/blocks/yt-vertical-fill.mdx +++ b/docs/catalog/blocks/yt-vertical-fill.mdx @@ -39,7 +39,7 @@ Move it in time with `data-start`. Put it on a different timeline row with ## Source - + ```html diff --git a/docs/catalog/components/animated-bar-chart.mdx b/docs/catalog/components/animated-bar-chart.mdx index 80f58ccd61..a15355af83 100644 --- a/docs/catalog/components/animated-bar-chart.mdx +++ b/docs/catalog/components/animated-bar-chart.mdx @@ -20,7 +20,7 @@ That writes one file: `compositions/components/animated-bar-chart.html`. ## Source - + ```html