← back to 1800swallpaper
front-page-steward: ux-primitives bundle (grid) TK-12031
300354951d3355ff6ad3c200c27f3abbc1b4ee7b · 2026-09-23 09:11:52 -0700 · front-page-steward
Files touched
M public/index.htmlM public/ux-primitives.bundle.cssM public/ux-primitives.bundle.js
Diff
commit 300354951d3355ff6ad3c200c27f3abbc1b4ee7b
Author: front-page-steward <steve@designerwallcoverings.com>
Date: Wed Sep 23 09:11:52 2026 -0700
front-page-steward: ux-primitives bundle (grid) TK-12031
---
public/index.html | 2 +-
public/ux-primitives.bundle.css | 2 +-
public/ux-primitives.bundle.js | 3 ++-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/public/index.html b/public/index.html
index dfec31b..d95cbfe 100644
--- a/public/index.html
+++ b/public/index.html
@@ -253,7 +253,7 @@ 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 v1.1.1#cf1a82202107 (front-page-steward TK-12031) -->
+ <!-- ux-primitives.bundle v1.1.1#7d74cd3b4123 (front-page-steward TK-12031) -->
<link rel="stylesheet" href="ux-primitives.bundle.css">
<script src="ux-primitives.bundle.js" defer></script>
</head>
diff --git a/public/ux-primitives.bundle.css b/public/ux-primitives.bundle.css
index 4c7a844..2bb1dd0 100644
--- a/public/ux-primitives.bundle.css
+++ b/public/ux-primitives.bundle.css
@@ -1,4 +1,4 @@
-/* ux-primitives.bundle.css — canonical Bundle-B UX primitives (generated 2026-09-22T23:33:51Z)
+/* ux-primitives.bundle.css — canonical Bundle-B UX primitives (generated 2026-09-23T00:57:00Z)
Shared ux-primitives.css tokens (md5 614018b) included ONCE, then each
primitive's own CSS. All selectors namespaced .ux-* / .ux-bento* / .ux-modal*
so nothing collides with corner-nav (cnav-*), hero-4grid, or site styles.
diff --git a/public/ux-primitives.bundle.js b/public/ux-primitives.bundle.js
index 6924a03..e01077b 100644
--- a/public/ux-primitives.bundle.js
+++ b/public/ux-primitives.bundle.js
@@ -1,4 +1,4 @@
-/* ux-primitives.bundle.js — canonical Bundle-B UX primitives (generated 2026-09-22T23:33:51Z)
+/* ux-primitives.bundle.js — canonical Bundle-B UX primitives (generated 2026-09-23T00:57:00Z)
7 zero-dependency IIFE primitives (window globals Toast, Skeleton, EmptyState,
Copy, CommandPalette, ModalRig, Bento) + ONE idempotent declarative auto-init
(UXPrimitives.init). No-ops on a page using none of them. Globals are distinct
@@ -1227,6 +1227,7 @@
var done = false, emptyShown = false, obs = null, tSkel = null, tCap = null;
function finish() {
if (done) return; done = true;
+ clearSkel(c); // self-contained: never leave a stuck skeleton if finish() fires before tSkel (e.g. hardCap < skelTimeout)
try { if (obs) obs.disconnect(); } catch (e) {}
if (tSkel) clearTimeout(tSkel);
if (tCap) clearTimeout(tCap);
← 1d0940f snapshot before ux-primitives bundle
·
back to 1800swallpaper
·
(newest)