From c67e9dc1f843122225468ce63a67c57f70c2bba2 Mon Sep 17 00:00:00 2001 From: vanceingalls Date: Thu, 23 Jul 2026 20:18:39 +0000 Subject: [PATCH] feat(registry): make caption-weight-shift data-driven via caption-data runtime --- .../caption-weight-shift.html | 383 ++++++++++++++---- 1 file changed, 301 insertions(+), 82 deletions(-) diff --git a/registry/components/caption-weight-shift/caption-weight-shift.html b/registry/components/caption-weight-shift/caption-weight-shift.html index a6f37fe0b..8bcfbe9fb 100644 --- a/registry/components/caption-weight-shift/caption-weight-shift.html +++ b/registry/components/caption-weight-shift/caption-weight-shift.html @@ -90,7 +90,7 @@ max-width: 1400px; line-height: 1.1; white-space: nowrap; - color: #ffffff; + color: var(--hf-caption-primary, #ffffff); font-family: "Montserrat", Arial, sans-serif; font-weight: 300; font-size: 72px; @@ -117,12 +117,188 @@