Skip to content

Commit 9c95ed0

Browse files
committed
chore(demos): rebuild full-api demos for v0.7.15 version stamp
The "Verify all generated artifacts" gate flagged demos/full-api-demo*.html and demos/ultimate-override.css as stale: the v0.7.15 release bump updated package.json but did not regenerate the committed demos, whose version banner still read v0.7.14. Regenerated via `node demos/generate.mjs` — the only change is the v0.7.14 → v0.7.15 stamp. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GnwqYHgHNAWPbsUJWUeY1w
1 parent e7b7a9d commit 9c95ed0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

demos/full-api-demo-with-overrides.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
</nav>
123123
<main id="main">
124124
<h1>SLASHED Full API Demo</h1>
125-
<p style="color:var(--sf-color-text--muted)">v0.7.14 · full bundle from jsDelivr CDN · 328 classes · 756 tokens (265 configurable)</p>
125+
<p style="color:var(--sf-color-text--muted)">v0.7.15 · full bundle from jsDelivr CDN · 328 classes · 756 tokens (265 configurable)</p>
126126
<div class="notice"><strong>ultimate-override.css is ACTIVE.</strong> Every value below is recomputed from perturbed knob tokens — toggle it off in the toolbar, or compare against <a href="full-api-demo.html">the un-overridden page</a>.</div>
127127

128128
<section id="tokens">

demos/full-api-demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
</nav>
122122
<main id="main">
123123
<h1>SLASHED Full API Demo</h1>
124-
<p style="color:var(--sf-color-text--muted)">v0.7.14 · full bundle from jsDelivr CDN · 328 classes · 756 tokens (265 configurable)</p>
124+
<p style="color:var(--sf-color-text--muted)">v0.7.15 · full bundle from jsDelivr CDN · 328 classes · 756 tokens (265 configurable)</p>
125125
<div class="notice">Baseline render with default tokens. Use the toolbar to switch theme, toggle the ultimate override live, or replay motion. The always-on override variant is <a href="full-api-demo-with-overrides.html">full-api-demo-with-overrides.html</a>.</div>
126126

127127
<section id="tokens">

demos/ultimate-override.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* ============================================================================
22
ULTIMATE OVERRIDE — generated by demos/generate.mjs (do not edit by hand)
3-
SLASHED v0.7.14
3+
SLASHED v0.7.15
44
55
Perturbs every CONFIGURABLE (role: "knob") token to a valid, visibly-distinct
66
value so full-api-demo.html can prove each one is wired end to end.

0 commit comments

Comments
 (0)