StoryTangl Widget Wireframes¶
The canonical wireframe bundle for the current widget vocabulary is archived
under docs/src/design/story/wireframes/v1_5/.
Brand-direction references from the same design pass are archived separately in the brand reference note. They are visual and tone references only; they are not deployed app/docs assets.
StoryTangl-Wireframes-v1.5.htmlis the rendered reference artifact.The adjacent
v15-*.jsx,v15-*.js, andv15-*.cssfiles are retained as the design agent’s source package. Treat them as visual references, not implementation code.Source package:
styles.css,v2-styles.css,v15-styles.css,v15-fixtures-core.js,v15-fixtures-genres.js,v15-widgets.jsx,v15-shells.jsx,v15-sections-core.jsx,v15-sections-genres.jsx,v15-app.jsx.The v1.5 package intentionally splits core fixtures from genre fixtures:
v15-fixtures-core.jscovers Tier S/P1/P2 pressure cases, whilev15-fixtures-genres.jscovers Tier P3 extension treatments for credentials, training, and elefant_hunt.The wireframe fixtures use readable symbolic ids such as
g-sceneandpc-permit. Engine conformance fixtures still require UUID-shapedcursor_idand fragmentuidvalues, so promote wireframe examples intoengine/contrib/conformance/only after translating ids and preserving reference links.One example has been translated as a non-gating proposal fixture:
engine/contrib/conformance/proposals/wireframe_v15_interpretation_samples.json.
The previous v1.3 bundle remains archived under
docs/src/design/story/wireframes/v1_3/.
StoryTangl-Wireframes-v1.3.htmlis retained as historical visual precedent.The adjacent
v12-*.jsxandv12-*.cssfiles are retained as the design agent’s source package. Treat them as visual references, not implementation code.
The source of truth for contracts remains
STORYTANGL_WIDGET_VOCAB.md, with implementation
status tracked in
WIDGET_CONTRACT_RECONCILIATION.md.