Files
hyperframes/registry/components/hw-box-label/registry-item.json
T
5b45bcc16d feat(registry): hw write-on wave — hw-write-title block + control surfaces for the handwritten family (#3557)
* feat(registry): hw write-on wave — hw-write-title block + control surfaces for four hw components

Adds hw-write-title (true glyph write-on: pen-traced Caveat via baked
centerline masks, curvature-adaptive pen velocity, pen lifts, underline)
and grows the handwritten family's four components with declared control
surfaces (controls per the #3227 convention), the completed stroke-texture
matrix (sharp + deterministic seeded spray — no feTurbulence), boil poses,
and physically-derived arrival deformation (travel-aligned squash with
volume preserved and spring recovery). Shipped single-path callers keep
working unchanged (legacy helper bodies preserved; proven in a legacy
wiring harness).

Validated in one reference build: check clean, double-render framemd5
910/910 bit-identical, seek-shuffle 8/8, WCAG 2.3.1 flash-scan zero
violations, physics burn-ins hand-recomputed.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* fix(catalog): index hw-write-title for meaning search

---------

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Miguel Ángel <miguel.sierra@heygen.com>
2026-08-30 23:46:39 -04:00

51 lines
1.9 KiB
JSON

{
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
"name": "hw-box-label",
"type": "hyperframes:component",
"title": "Hand-Drawn Box Label",
"description": "Wobbled rounded rectangle draws on — across the authored stroke matrix (plain/soft/sharp/spray) — or drops in and lands with a volume-true contact squash and bouncy spring recovery, with a handwritten label above or centered; boils",
"tags": ["handwritten", "annotation", "overlay"],
"files": [
{
"path": "hw-box-label.html",
"target": "compositions/components/hw-box-label.html",
"type": "hyperframes:snippet"
},
{
"path": "assets/fonts/Caveat-700-latin.woff2",
"target": "assets/fonts/Caveat-700-latin.woff2",
"type": "hyperframes:asset"
}
],
"controls": [
{
"name": "entrance",
"type": "variant",
"values": ["draw", "drop"],
"default": "draw",
"drives": "how the box arrives: stroke draw-on + label fade, or the landing squash (drop-in, contact squash on the deform wrapper, label counter-scaled to net identity, bouncy spring recovery) — travel/duration derived, never exposed"
},
{
"name": "strokeType",
"type": "variant",
"values": ["plain", "soft", "sharp", "spray"],
"default": "plain",
"drives": "authored stroke texture on the box path (per-type constants: blur, dry-marker dash, seeded spray dots); draw-on composes via the mask clone"
},
{
"name": "labelPos",
"type": "variant",
"values": ["above", "inside"],
"default": "above",
"drives": "label placement: above the box or vertically centered inside it"
},
{
"name": "boil",
"type": "variant",
"values": ["off", "calm", "lively"],
"default": "calm",
"drives": "boil amp/rot as authored pairs over the family-locked frameDrop 3; seed locked"
}
]
}