← back to Silkwallpaper
front-page-steward: rework ux-primitives to silent bundle (remove demo-strip+fabricated SKU; no unsafe skeleton) TK-12031
727d3337bb87c5b8c7eee86bf4fcff71f5e8f7d4 · 2026-09-22 15:19:09 -0700 · front-page-steward
Negative-control proven: bundle introduces no new errors, grid/sort/density intact.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Bjud9yhkmyLh365yZodCdn
Files touched
Diff
commit 727d3337bb87c5b8c7eee86bf4fcff71f5e8f7d4
Author: front-page-steward <steve@designerwallcoverings.com>
Date: Tue Sep 22 15:19:09 2026 -0700
front-page-steward: rework ux-primitives to silent bundle (remove demo-strip+fabricated SKU; no unsafe skeleton) TK-12031
Negative-control proven: bundle introduces no new errors, grid/sort/density intact.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Bjud9yhkmyLh365yZodCdn
---
public/index.html | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/public/index.html b/public/index.html
index 765d7dc..1f7df58 100644
--- a/public/index.html
+++ b/public/index.html
@@ -279,13 +279,11 @@ html.hf-sample [data-f="sample"] { display:none !important }
<!-- noscript fallback is added by set-fb-pixel.sh on flip (omitted here to avoid unflipped img phone-home) -->
<noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1431180262113856<!-- End Meta Pixel -->ev=PageView<!-- End Meta Pixel -->noscript=1"/></noscript>
<!-- End Meta Pixel -->
- <!-- ux-primitives.bundle (front-page-steward TK-12031) -->
+ <!-- ux-primitives.bundle v1.0.0#21023ffcfab3 (front-page-steward TK-12031) -->
<link rel="stylesheet" href="ux-primitives.bundle.css">
<script src="ux-primitives.bundle.js" defer></script>
</head>
<body>
-<!-- ux-primitives.bundle (front-page-steward TK-12031) : demonstrable activation (toast + copy-to-clipboard) -->
-<div class="ux-demo-strip" role="group" aria-label="UX primitives demo" style="position:fixed;right:14px;bottom:14px;z-index:900;display:flex;gap:8px;align-items:center;padding:8px 10px;border-radius:var(--ux-radius-pill,999px);background:var(--ux-surface,#fff);border:1px solid var(--ux-border,rgba(0,0,0,.12));box-shadow:var(--ux-shadow-1,0 2px 8px rgba(0,0,0,.15));font:13px/1 system-ui,sans-serif;"><button type="button" class="ux-focusable" data-ux-toast="Thanks — we'll notify you when new arrivals drop." data-ux-toast-variant="success" style="cursor:pointer;border:0;background:var(--ux-accent,#2563eb);color:var(--ux-accent-contrast,#fff);padding:7px 12px;border-radius:var(--ux-radius-pill,999px);font:inherit;">Notify me</button><button type="button" class="ux-copy ux-focusable" data-copy="SILK-SAMPLE" data-copy-feedback="both" data-copy-copied="SKU copied!" style="cursor:pointer;border:1px solid var(--ux-border,rgba(0,0,0,.2));background:var(--ux-surface-2,#f3f4f6);color:var(--ux-text,#1a1d24);padding:7px 12px;border-radius:var(--ux-radius-pill,999px);font:inherit;">Copy SKU</button></div>
<!-- Theme toggle (theme1 / theme2) — query-param-gated preview surface
(Steve 2026-05-29). ?theme=2 in URL flips to theme2 and persists in
← 0457b64 front-page-steward: wire ux-primitives Bundle-B (toast+copy
·
back to Silkwallpaper
·
front-page-steward: ux-primitives v1.1.0 lifecycle grid acti b57bdb1 →