Files
hyperframes/registry/components/hw-callout-circle/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

44 lines
1.7 KiB
JSON

{
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
"name": "hw-callout-circle",
"type": "hyperframes:component",
"title": "Scribble Callout Circle",
"description": "Wobbled ellipse draws around a target with optional scribble fill and curved connector; the handwritten label pops in WITH momentum and the drawn shapes absorb the arrival with a volume-preserving contact squash; outline and connector take the family stroke matrix (plain/soft/sharp/spray); boils",
"tags": ["handwritten", "annotation", "callout", "overlay"],
"files": [
{
"path": "hw-callout-circle.html",
"target": "compositions/components/hw-callout-circle.html",
"type": "hyperframes:snippet"
},
{
"path": "assets/fonts/Caveat-700-latin.woff2",
"target": "assets/fonts/Caveat-700-latin.woff2",
"type": "hyperframes:asset"
}
],
"controls": [
{
"name": "labelAt",
"type": "variant",
"values": ["left", "right", "below"],
"default": "right",
"drives": "connector start point, sweep direction, and label anchor pose (6 geometry params — promoted from the former raw build opt)"
},
{
"name": "strokeType",
"type": "variant",
"values": ["plain", "soft", "sharp", "spray"],
"default": "plain",
"drives": "outline + connector stroke texture as authored constants per type (dash geometry, blur, seeded spray dots, mask-clone draw routing); the scribble fill stays plain — texture-on-texture reads as mud"
},
{
"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"
}
]
}