From ca602cdd5984d021ff21833b364ca00ca40d78f3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 18 Jul 2026 10:50:18 -0500 Subject: refactor(gallery): rename GW namespace to DUPRE, kit to The Dupre Kit The gallery and its library are now The Dupre Kit, named for the dupre color theme. GW was too opaque to remember. The stylesheet id is now dupre-css, the card handle property is .dupre, and page prose says instrument instead of widget. File names stay put. Renaming them is a separate decision. Historical log entries in todo.org keep their GW references as a record. --- tests/gallery-probes/probe-fams.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/gallery-probes/probe-fams.mjs') diff --git a/tests/gallery-probes/probe-fams.mjs b/tests/gallery-probes/probe-fams.mjs index 7aa2c4b..993d22d 100644 --- a/tests/gallery-probes/probe-fams.mjs +++ b/tests/gallery-probes/probe-fams.mjs @@ -42,7 +42,7 @@ try { const line1 = await evl(`getComputedStyle(document.querySelectorAll('#card-R31 svg line')[0]).stroke`); ok('R31 green chip recolors furniture', line0 !== line1 && line1 === 'rgb(88, 184, 126)', `${line0} -> ${line1}`); - // scope (CSS widget): trace stroke changes on amber chip + // scope (CSS instrument): trace stroke changes on amber chip const tr0 = await evl(`getComputedStyle(document.querySelector('.scope polyline')).stroke`); await evl(`document.querySelector('.scope').closest('.card').querySelector('.fc[title="amber"]').click()`); const tr1 = await evl(`getComputedStyle(document.querySelector('.scope polyline')).stroke`); @@ -50,7 +50,7 @@ try { // R19: drag still works after family switch (click vfd, then check the handle's set() writes var-based fills) await evl(`document.querySelector('#card-R19 .fc[title="vfd"]').click()`); - await evl(`document.getElementById('card-R19').gw.set(30,70)`); + await evl(`document.getElementById('card-R19').dupre.set(30,70)`); const barFill = await evl(`(()=>{const b=document.querySelectorAll('#card-R19 svg rect')[10];return b.getAttribute('fill');})()`); ok('R19 dynamic fills use vars', barFill.startsWith('var(--scr-'), barFill); -- cgit v1.2.3