fix(catalog): render the Matrix Decode docs preview; remove Checkout Flow - #3396
Merged
Conversation
…s preview renders The demo and snippet flipped word spans with zero-duration display sets, which the seek-driven docs player never applies after its style restore: the composition played 8s of black. autoAlpha reveals with the scrambles as same-length absolute overlays follow the keyframes contract (never tween display) and survive seeks and loop wraps. Scramble text now matches each word's length so it decodes in place instead of jumping.
Owner-directed removal of the checkout-flow catalog item: source, demo, generated docs page and payload, and its entries in the registry manifest, catalog index, docs nav, and search vectors. The deletions are allowlisted in check-no-main-deletions.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Why
caption-matrix-decoderevealed each word by flipping spans with zero-durationdisplaysets on the GSAP timeline. The docs player drives compositions by seeking, and after its style restore those sets never re-apply, so no span ever became visible. The keyframes contract already says never to tweendisplay; every sibling caption component uses opacity-based reveals and renders fine.Checkout Flow is an owner-directed catalog removal.
How
displayjuggling forautoAlphasets in both the demo and the installable snippet; the two scramble spans are now same-length absolute overlays on the real word, so each word decodes in place instead of re-flowing the line.registry/components/checkout-flowplus its generated docs page and payload, regeneratedregistry.json, the catalog index, docs nav, and the on-device search vectors, and allowlisted the deletions incheck-no-main-deletions.Test plan
<hyperframes-player>embed (same srcdoc bootstrap the docs pages use) with the current payload, then verified the regenerated payload shows scrambles and words at the right times, including across loop wraps, via headless-Chrome screenshots and computed-style probes.bun scripts/catalog/check-artifact-coverage.tspasses after rebuilding the vectors (372 items, revision matches).node scripts/check-no-main-deletions.mjs --base origin/mainpasses with the allowlisted removals.