From 66b4a71705cba864c72f189cbaef0b28a1521d6c Mon Sep 17 00:00:00 2001 From: Moritz Date: Mon, 8 Jun 2026 17:23:57 +0200 Subject: [PATCH] =?UTF-8?q?feat(registry):=20add=20lower-third-bild=20?= =?UTF-8?q?=E2=80=94=20news-style=20lower=20third=20with=20tight-fit=20tex?= =?UTF-8?q?t=20boxes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .../code-snippet-apple-terminal-basic.mdx | 35 +- ...code-snippet-apple-terminal-clear-dark.mdx | 36 +- ...ode-snippet-apple-terminal-clear-light.mdx | 35 +- .../code-snippet-apple-terminal-grass.mdx | 35 +- .../code-snippet-apple-terminal-homebrew.mdx | 36 +- .../code-snippet-apple-terminal-man-page.mdx | 35 +- .../code-snippet-apple-terminal-novel.mdx | 36 +- .../code-snippet-apple-terminal-ocean.mdx | 36 +- .../code-snippet-apple-terminal-pro.mdx | 36 +- .../code-snippet-apple-terminal-red-sands.mdx | 36 +- ...-snippet-apple-terminal-silver-aerogel.mdx | 36 +- ...de-snippet-apple-terminal-solid-colors.mdx | 36 +- .../catalog/blocks/code-snippet-dark-2026.mdx | 30 +- .../blocks/code-snippet-dark-modern.mdx | 30 +- .../catalog/blocks/code-snippet-dark-plus.mdx | 30 +- .../code-snippet-high-contrast-light.mdx | 30 +- .../blocks/code-snippet-high-contrast.mdx | 30 +- .../blocks/code-snippet-light-2026.mdx | 30 +- .../blocks/code-snippet-light-modern.mdx | 30 +- .../blocks/code-snippet-light-plus.mdx | 30 +- docs/catalog/blocks/code-snippet-monokai.mdx | 30 +- .../blocks/code-snippet-solarized-light.mdx | 30 +- .../code-snippet-visual-studio-dark.mdx | 30 +- .../code-snippet-visual-studio-light.mdx | 30 +- docs/catalog/blocks/flowchart-vertical.mdx | 44 + docs/catalog/blocks/ios26-liquid-glass.mdx | 26 + .../blocks/liquid-glass-notification.mdx | 1 + docs/catalog/blocks/liquid-glass-widgets.mdx | 1 + docs/catalog/blocks/lower-third-bild.mdx | 46 + .../blocks/macos-tahoe-liquid-glass.mdx | 18 +- docs/catalog/blocks/vfx-liquid-glass.mdx | 48 + .../components/caption-blend-difference.mdx | 2 +- docs/catalog/components/morph-text.mdx | 6 +- docs/catalog/components/motion-blur.mdx | 38 +- docs/catalog/components/texture-mask-text.mdx | 2 +- docs/docs.json | 69 +- docs/public/catalog-index.json | 2751 ++++++++++------- .../assets/fonts/BarlowCondensed-Bold.woff2 | Bin 0 -> 23028 bytes .../fonts/BarlowCondensed-ExtraBold.woff2 | Bin 0 -> 23116 bytes registry/blocks/lower-third-bild/index.html | 151 + .../lower-third-bild/registry-item.json | 30 + registry/registry.json | 4 + 42 files changed, 2111 insertions(+), 1914 deletions(-) create mode 100644 docs/catalog/blocks/flowchart-vertical.mdx create mode 100644 docs/catalog/blocks/lower-third-bild.mdx create mode 100644 docs/catalog/blocks/vfx-liquid-glass.mdx create mode 100644 registry/blocks/lower-third-bild/assets/fonts/BarlowCondensed-Bold.woff2 create mode 100644 registry/blocks/lower-third-bild/assets/fonts/BarlowCondensed-ExtraBold.woff2 create mode 100644 registry/blocks/lower-third-bild/index.html create mode 100644 registry/blocks/lower-third-bild/registry-item.json diff --git a/docs/catalog/blocks/code-snippet-apple-terminal-basic.mdx b/docs/catalog/blocks/code-snippet-apple-terminal-basic.mdx index 0021f80a7..aec86703e 100644 --- a/docs/catalog/blocks/code-snippet-apple-terminal-basic.mdx +++ b/docs/catalog/blocks/code-snippet-apple-terminal-basic.mdx @@ -1,13 +1,13 @@ --- -title: "Apple Terminal Basic" -description: "Apple Terminal Basic profile with white background and black text, per-character typing animation." +title: "Code Snippet - Apple Terminal Basic" +description: "Apple Terminal Basic profile: white background, black text, per-character typing animation of a shell session." --- -# Apple Terminal Basic +# Code Snippet - Apple Terminal Basic -macOS Terminal.app window in the built-in Basic profile — clean white background with black monospace text and a solid black cursor. Per-character typing animation with output reveal. +Apple Terminal Basic profile: white background, black text, per-character typing animation of a shell session. -`code` `developer` `showcase` `terminal` `apple` +`code` `developer` `showcase` `terminal` `apple` `apple-terminal`