Fraunces display + Quicksand body now render (was system fallback).
Home-light remains the curated preview.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Bundled fonts are inert (host does not consume LoadedPlugin.BundledFonts),
so Fraunces and Quicksand were rendering system-font fallbacks. Declare
@font-face against the served /templates/pastel-dream/fonts/*.woff2 paths
and set typography.fontHeading=Fraunces / fontBody=Quicksand in all 5
presets so --font-heading/--font-body resolve to the bundled families.
Gotham@1.2.0 precedent.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Home Seasonal Specials and article Cake Gallery now render real bakery
photos (no 'Add a photo' residue); prices render fully with no clip or
title collision; About shows the bakery interior. Home-light kept as the
curated preview (strongest, most representative face now that photos land).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- Seed 6 licensed bakery photos (media array) and wire them to every
product card: home Seasonal Specials (strawberry tart/croissant/lemon
loaf) and the article Cake Gallery (tart/sponge/galette). Kills the
'Add a photo' placeholder residue on all six cards. Also adds a bakery
interior shot to the About story section.
- Card title/price row: price moved to its own line (cake gallery) / a
wrapping badge+price row under the title (seasonal specials) so a long
product name never collides with the price and '$X.XX' can never clip.
- SVG geometry guard: explicit width/height on all 43 <use> icon SVGs so
the host Tailwind JIT dropping a size utility can't balloon an icon.
- Lengthen the strawberries article to 8 paragraphs (bakery voice).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Host Tailwind (v4, source(none)) does not scan installed .bnp theme
templates, so grid/aspect/gap/padding utilities used only in this theme
were silently dropped: custom persona blocks collapsed to a single
full-width column, media boxes rendered as thin strips, and p-5 loss
clipped the first glyph of every description. Move the theme's layout
primitives into css.input_css_append as plain CSS with explicit
media queries (mobile-first, collapse to 1 column) so the render no
longer depends on the JIT content scan.
- Add .pd-section / .pd-grid(--2/--3/--lg-2/--lg-4) / .pd-menu-cols /
.pd-menu-list / .pd-media(--square) / .pd-card-body helpers to both
manifest.yaml (served) and assets/style.css. Semantic tokens only.
- seasonal_specials + cake_gallery: reliable responsive grid, OMIT the
media box when no image is set (no ballooning empty boxes / thin
strips), real body padding.
- menu-list: honor columns=2 as a true two-up board; reliable item spacing.
- hours-location / feature-grid: reliable responsive grids.
- Tighten section rhythm (py-14/py-24 -> .pd-section) to remove dead bands.
- navbar drawer width pinned in its inline <style>; body overflow-x: clip
guards against horizontal scroll on small screens.
No .reveal/scroll-reveal content-hiding in this theme (stats count-up
only, values render by default). No version bump.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Replace the retired .so Makefile with the wasm/.bnp convention (build /
verify / archive-check / publish via ninja plugin build), gitignore *.so
and *.bnp artifacts, and refresh the stale [compatibility] block_core
constraint to the v0.15 era.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Add wasmguest.Serve(Registration) boilerplate and bump block/core to v0.15.2
for the .so->wasm migration. Built + published as .bnp to the dev registry.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Bootstrapped during the 2026-06-06 BlockNinja consolidation. Was previously
an unversioned directory inside ~/src/blockninja-themes/pastel-dream.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>