feat(registry): add lower-third-bild#1276
Open
Pixel-Producer wants to merge 1 commit into
Open
Conversation
…ght-fit text boxes White headline bar with red drop-shadow, red sub-line with white drop-shadow. Supports TXT_MAIN_1_Line and TXT_SUB variables. Barlow Condensed font bundled locally. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
lower-third-bildblock: a broadcast-style news lower third with tight-fit colored text boxesTXT_MAIN_1_Line) with #DD0000 drop-shadow; red sub-line (TXT_SUB) with white drop-shadowhyperframes lint→ 0 errors,hyperframes validate→ 0 console errorsDesign
Converted from a Viz/Chyron-style reactive widget script. The original used two overlapping widget layers (text box + same-size background box at an offset) to achieve the tight-fit shadow effect. The HyperFrames version recreates this with CSS
box-shadow: N N 0 0 <color>— a sharp zero-blur shadow that is identical visually but requires no second DOM element.Preview
https://hyperframes.dev/p/4ed9c3c4-a589-49a9-b9e8-4b84a2151b20?claim_token=4v0XW27GMSLMDv2LH2YnASYfuew8Vygg
Test plan
npx hyperframes add lower-third-bildinstalls into a host composition--variables '{"TXT_MAIN_1_Line":"Breaking News","TXT_SUB":"Sonderbericht"}'renders correctly🤖 Generated with Claude Code