← back to Build Feature Coverage
TK-12025: build-feature coverage matrix (75 fleet sites x 41 features, read-only audit)
5b9676f0e475e82496ff310561ade93f3b5bd528 · 2026-09-22 13:47:14 -0700 · steve
Files touched
A .gitignoreA README.mdA REPORT.mdA build-viewer.pyA coverage-matrix.htmlA features.jsonA matrix.jsonA scan.pyA scan_fast.py
Diff
commit 5b9676f0e475e82496ff310561ade93f3b5bd528
Author: steve <steve@designerwallcoverings.com>
Date: Tue Sep 22 13:47:14 2026 -0700
TK-12025: build-feature coverage matrix (75 fleet sites x 41 features, read-only audit)
---
.gitignore | 7 +
README.md | 42 +
REPORT.md | 141 ++
build-viewer.py | 97 +
coverage-matrix.html | 68 +
features.json | 51 +
matrix.json | 5183 ++++++++++++++++++++++++++++++++++++++++++++++++++
scan.py | 58 +
scan_fast.py | 58 +
9 files changed, 5705 insertions(+)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..08240ae
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+node_modules/
+.env*
+tmp/
+*.log
+.DS_Store
+dist/
+build/
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a733970
--- /dev/null
+++ b/README.md
@@ -0,0 +1,42 @@
+# Build-Feature Coverage Matrix (TK-12025)
+
+Read-only distribution audit: **which of the fleet properties run which build-feature skills.**
+
+## Axes (the denominators — auditable)
+- **Properties (75):** the `standalone-node` fleet microsites from the authoritative
+ `~/Projects/dw-fleet-registry/dw-fleet-registry.json` (each has its own repo, so it can
+ independently *run* a feature). 74 scanned; 1 has no local repo (`thesetdecorator`) → NOT-MEASURED.
+ The ticket said "~50"; the registry lists 75 — the full set is scanned rather than truncated.
+- **Features (41):** detectable web build-features across 4 groups — drop-in UX-primitive skills,
+ `~/Projects/_shared` deployed components, and Steve's standing storefront-feature rules.
+ The ticket cited "64 build-feature skills" but recorded **no list** (empty body); this axis is the
+ *detectable-fingerprint* operationalization. Exact membership is in `REPORT.md`.
+
+## Method
+`scan.py` greps each site's repo (`.html/.js/.mjs/.css/.liquid/.ejs/.htm`, excluding
+`node_modules/.git/dist/build/logs/tmp/data/backups` and `*.bak`) for each feature's fingerprint
+patterns in `features.json`. A hit = the site "runs" that feature. Output → `matrix.json`.
+Three states per cell: **runs / absent / NOT-MEASURED** (no local repo — never counted as absent).
+
+## Files
+- `features.json` — the fingerprint table (feature → regex patterns)
+- `matrix.json` — full result (site × feature + evidence file per hit)
+- `REPORT.md` — ranked adoption tables + gap highlights + axis membership
+- `coverage-matrix.html` — heatmap viewer (sort + density, localStorage-persisted)
+- `scan.py` — re-runnable scanner
+
+## Detector caveats (honesty note)
+- Fingerprints are token-greps, not semantic proof. High/mid-adoption features were spot-verified
+ (`age-theme` is the real token, not a substring of `image-theme`; `new-arrivals` matches a real
+ promo strip). The two loosest patterns — `substitutefinder` (word "substitute") and
+ `site-config-shared` (generic "site-config") — sit at the LOW end (9% / 35%) and may carry a few
+ false positives; they do not affect the headline.
+- The matrix answers the operational question (adoption + gaps) robustly regardless of ±1–2 low-end
+ false positives.
+
+## Headline
+The fleet microsites run the **old shared-component + storefront-standard** feature set nearly
+uniformly (19–21 features each), but the **new drop-in UX-primitive skills (Bundle B) are ~0%
+deployed** across the fleet — that is the adoption headroom this audit was built to expose.
+Only `wallpapersback` (28), `flockedwallpaper`, and `designerwallcoverings` carry any of the new
+primitives; **9 features have zero fleet deployment.**
diff --git a/REPORT.md b/REPORT.md
new file mode 100644
index 0000000..b6b7b5c
--- /dev/null
+++ b/REPORT.md
@@ -0,0 +1,141 @@
+# Coverage Matrix — build-feature skills × fleet properties (TK-12025)
+_Generated 2026-09-22T20:44:22Z · read-only distribution audit_
+
+## Axes
+- **Properties:** 75 standalone-node fleet microsites (authoritative source: `dw-fleet-registry.json`). 74 have a local repo scanned; 1 NOT-MEASURED (no local repo).
+- **Features:** 41 detectable web build-features across 4 groups. NOTE: the ticket cited "64 build-feature skills" but recorded no list (empty body); this axis is the *detectable-fingerprint* operationalization — drop-in UX-primitive skills + `_shared` deployed components + Steve's standing storefront-feature rules. Membership is listed below and fully auditable.
+
+## Feature adoption (ranked) — how many sites run each feature
+| # | feature | group | sites running | % of measured |
+|--:|---------|-------|--------------:|--------------:|
+| 1 | `memo-sample-order` | storefront standing features | 70/74 | 95% |
+| 2 | `analytics-ga` | SEO / meta / page | 70/74 | 95% |
+| 3 | `social-meta-tags` | SEO / meta / page | 68/74 | 92% |
+| 4 | `corner-nav` | _shared components | 67/74 | 91% |
+| 5 | `sort-select` | storefront standing features | 66/74 | 89% |
+| 6 | `structured-data-jsonld` | SEO / meta / page | 65/74 | 88% |
+| 7 | `density-slider` | storefront standing features | 64/74 | 86% |
+| 8 | `created-date-chip` | storefront standing features | 60/74 | 81% |
+| 9 | `age-adaptive-theme` | drop-in UX primitives | 59/74 | 80% |
+| 10 | `universal-promo-banner` | _shared components | 58/74 | 78% |
+| 11 | `basic-auth-viewer` | SEO / meta / page | 57/74 | 77% |
+| 12 | `admin-catalog` | _shared components | 56/74 | 76% |
+| 13 | `new-arrivals-rotator` | storefront standing features | 56/74 | 76% |
+| 14 | `sitemap-robots` | SEO / meta / page | 56/74 | 76% |
+| 15 | `dw-theme-nav` | _shared components | 53/74 | 72% |
+| 16 | `hero-4grid` | _shared components | 52/74 | 70% |
+| 17 | `rail-match` | _shared components | 48/74 | 65% |
+| 18 | `href-drill` | storefront standing features | 48/74 | 65% |
+| 19 | `rotating-hero` | storefront standing features | 44/74 | 59% |
+| 20 | `site-config-shared` | _shared components | 26/74 | 35% |
+| 21 | `microsite-aesthetic` | _shared components | 13/74 | 18% |
+| 22 | `substitutefinder` | storefront standing features | 7/74 | 9% |
+| 23 | `corner-nav-accordion` | _shared components | 5/74 | 7% |
+| 24 | `empty-state` | drop-in UX primitives | 4/74 | 5% |
+| 25 | `image-proxy` | _shared components | 3/74 | 4% |
+| 26 | `toast-notify` | drop-in UX primitives | 2/74 | 3% |
+| 27 | `command-palette` | drop-in UX primitives | 2/74 | 3% |
+| 28 | `copy-to-clipboard` | drop-in UX primitives | 2/74 | 3% |
+| 29 | `skeleton-loader` | drop-in UX primitives | 1/74 | 1% |
+| 30 | `bento-grid` | drop-in UX primitives | 1/74 | 1% |
+| 31 | `color-isolate` | _shared components | 1/74 | 1% |
+| 32 | `pairs-well-with` | storefront standing features | 1/74 | 1% |
+| 33 | `ux-primitives-base` | drop-in UX primitives | 0/74 | 0% |
+| 34 | `modal-rig` | drop-in UX primitives | 0/74 | 0% |
+| 35 | `page-flip-ui` | drop-in UX primitives | 0/74 | 0% |
+| 36 | `kv-list` | drop-in UX primitives | 0/74 | 0% |
+| 37 | `bookshelf-catalog` | drop-in UX primitives | 0/74 | 0% |
+| 38 | `oversized-cursor` | drop-in UX primitives | 0/74 | 0% |
+| 39 | `spin-viewer` | drop-in UX primitives | 0/74 | 0% |
+| 40 | `nav-agent` | _shared components | 0/74 | 0% |
+| 41 | `three-view` | _shared components | 0/74 | 0% |
+
+## Site adoption (ranked) — how many features each site runs
+| site | live | features run | of measured |
+|------|------|-------------:|------------:|
+| wallpapersback | live | 28 | 41 |
+| embroideredwallpaper | live | 21 | 41 |
+| handcraftedwallpaper | live | 21 | 41 |
+| screenprintedwallpaper | live | 21 | 41 |
+| silkwallpaper | live | 21 | 41 |
+| 1950swallpaper | live | 20 | 41 |
+| 1960swallpaper | live | 20 | 41 |
+| agedwallpaper | live | 20 | 41 |
+| architecturalwallcoverings | live | 20 | 41 |
+| corkwallcovering | live | 20 | 41 |
+| greenwallcoverings | live | 20 | 41 |
+| hospitalitywallcoverings | live | 20 | 41 |
+| linenwallpaper | live | 20 | 41 |
+| madagascarwallpaper | live | 20 | 41 |
+| micawallpaper | live | 20 | 41 |
+| museumwallpaper | live | 20 | 41 |
+| mylarwallpaper | live | 20 | 41 |
+| naturalwallcoverings | live | 20 | 41 |
+| pastelwallpaper | live | 20 | 41 |
+| raffiawallcoverings | live | 20 | 41 |
+| selfadhesivewallpaper | live | 20 | 41 |
+| suedewallpaper | live | 20 | 41 |
+| textilewallpaper | live | 20 | 41 |
+| vinylwallpaper | live | 20 | 41 |
+| 1800swallpaper | live | 19 | 41 |
+| 1890swallpaper | live | 19 | 41 |
+| 1900swallpaper | live | 19 | 41 |
+| 1920swallpaper | live | 19 | 41 |
+| 1930swallpaper | live | 19 | 41 |
+| 1940swallpaper | live | 19 | 41 |
+| apartmentwallpaper | live | 19 | 41 |
+| blockprintedwallpaper | live | 19 | 41 |
+| contractwallpaper | live | 19 | 41 |
+| fabricwallpaper | live | 19 | 41 |
+| glitterwalls | live | 19 | 41 |
+| healthcarewallpaper | live | 19 | 41 |
+| hospitalitywallpaper | live | 19 | 41 |
+| hotelwallcoverings | live | 19 | 41 |
+| jutewallpaper | live | 19 | 41 |
+| metallicwallpaper | live | 19 | 41 |
+| recycledwallpaper | live | 19 | 41 |
+| restaurantwallpaper | live | 19 | 41 |
+| restorationwallpaper | live | 19 | 41 |
+| saloonwallpaper | live | 19 | 41 |
+| silkwallcoverings | live | 19 | 41 |
+| silverleafwallpaper | live | 19 | 41 |
+| wallpapercanada | live | 19 | 41 |
+| 1970swallpaper | live | 18 | 41 |
+| raffiawalls | live | 18 | 41 |
+| stringwallpaper | live | 18 | 41 |
+| 1980swallpaper | live | 17 | 41 |
+| chinoiseriewallpaper | live | 16 | 41 |
+| carmelwallpapers | live | 15 | 41 |
+| bestwallpaperplace | live | 13 | 41 |
+| designerwallcoverings | live | 12 | 41 |
+| naturaltextilewallpaper | live | 12 | 41 |
+| customdigitalmurals | live | 11 | 41 |
+| flockedwallpaper | live | 11 | 41 |
+| hollywood-wallcoverings | live | 11 | 41 |
+| goldleafwallpaper | live | 10 | 41 |
+| glassbeadedwallpaper | live | 9 | 41 |
+| wallpaperestimator | live | 7 | 41 |
+| wallpaperwednesday | live | 7 | 41 |
+| philipperomano | live | 6 | 41 |
+| textiletuesday | live | 6 | 41 |
+| wallpaperhistory | live | 6 | 41 |
+| hospitalitydesignreps | live | 5 | 41 |
+| wallpapercontractor | live | 5 | 41 |
+| wallpaperdefinitions | live | 5 | 41 |
+| wallpaperdictionary | live | 5 | 41 |
+| wallpaperdistributors | live | 5 | 41 |
+| wallpaperglossary | live | 5 | 41 |
+| wallco | live | 3 | 41 |
+| thesetdecorator | live | NOT-MEASURED | (no local repo) |
+| wallco-ai | live | 0 | 41 |
+
+## Gap highlights
+- **Sites running ZERO tracked features:** 1 — wallco-ai
+- **Features NOT deployed anywhere (adoption 0):** 9 — `ux-primitives-base`, `modal-rig`, `page-flip-ui`, `kv-list`, `bookshelf-catalog`, `oversized-cursor`, `spin-viewer`, `nav-agent`, `three-view`
+- **Drop-in UX-primitive family total deployments:** 71 across 14 primitives (the Bundle-B family — this is the adoption headroom the coverage audit was built to expose).
+
+## Feature axis membership (the exact denominator)
+- **SEO / meta / page** (5): `sitemap-robots`, `structured-data-jsonld`, `social-meta-tags`, `analytics-ga`, `basic-auth-viewer`
+- **_shared components** (13): `corner-nav`, `corner-nav-accordion`, `hero-4grid`, `universal-promo-banner`, `admin-catalog`, `microsite-aesthetic`, `rail-match`, `dw-theme-nav`, `color-isolate`, `nav-agent`, `three-view`, `image-proxy`, `site-config-shared`
+- **drop-in UX primitives** (14): `toast-notify`, `skeleton-loader`, `empty-state`, `command-palette`, `copy-to-clipboard`, `ux-primitives-base`, `modal-rig`, `page-flip-ui`, `bento-grid`, `kv-list`, `bookshelf-catalog`, `age-adaptive-theme`, `oversized-cursor`, `spin-viewer`
+- **storefront standing features** (9): `sort-select`, `density-slider`, `created-date-chip`, `href-drill`, `pairs-well-with`, `new-arrivals-rotator`, `substitutefinder`, `rotating-hero`, `memo-sample-order`
\ No newline at end of file
diff --git a/build-viewer.py b/build-viewer.py
new file mode 100644
index 0000000..52fb79e
--- /dev/null
+++ b/build-viewer.py
@@ -0,0 +1,97 @@
+import json, os
+DEST=os.path.expanduser("~/Projects/build-feature-coverage")
+d=json.load(open(f"{DEST}/matrix.json"))
+feats=d["axis_features"]; mat=d["matrix"]; meta=d["site_meta"]; ev=d["evidence"]
+fnames=[f["name"] for f in feats]
+grp_of={f["name"]:f["group"] for f in feats}
+# order features by group then adoption
+adopt={f:sum(1 for s in mat if mat[s][f] is True) for f in fnames}
+GROUPS=["drop-in UX primitives","_shared components","storefront standing features","SEO / meta / page"]
+ordered=sorted(fnames,key=lambda f:(GROUPS.index(grp_of[f]),-adopt[f]))
+sites=sorted(mat.keys(),key=lambda s:-sum(1 for f in fnames if mat[s][f] is True))
+
+rows=[]
+for s in sites:
+ cells=[]
+ cnt=sum(1 for f in fnames if mat[s][f] is True)
+ for f in ordered:
+ v=mat[s][f]
+ state="yes" if v is True else ("nm" if v is None else "no")
+ title=ev.get(s,{}).get(f,"") if v is True else ("no local repo" if v is None else "")
+ cells.append({"f":f,"state":state,"t":title})
+ rows.append({"site":s,"live":meta[s]["live"],"count":cnt,"cells":cells})
+
+payload={"generatedAt":d["generatedAt"],"features":[{"name":f,"group":grp_of[f],"adopt":adopt[f]} for f in ordered],
+ "rows":rows,"nSites":len(sites),"nFeat":len(fnames)}
+
+html="""<!doctype html><html lang=en><head><meta charset=utf-8>
+<meta name=viewport content="width=device-width,initial-scale=1">
+<title>Build-Feature Coverage</title>
+<style>
+:root{--bg:#0f1115;--fg:#e8e8ea;--mut:#9aa0aa;--yes:#16a34a;--no:#242731;--nm:#3a2a12;--line:#242731;--accent:#00a8ff;--cell:15px}
+*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--fg);font:13px/1.4 -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}
+header{padding:14px 16px;border-bottom:1px solid var(--line);position:sticky;top:0;background:var(--bg);z-index:5}
+h1{margin:0 0 4px;font-size:16px}.sub{color:var(--mut);font-size:12px}
+.controls{display:flex;gap:16px;align-items:center;flex-wrap:wrap;margin-top:10px}
+.controls label{color:var(--mut);font-size:12px;display:flex;gap:6px;align-items:center}
+select,input[type=range]{accent-color:var(--accent)}
+.legend{display:flex;gap:12px;font-size:11px;color:var(--mut);align-items:center}
+.sw{display:inline-block;width:11px;height:11px;border-radius:2px;vertical-align:-1px;margin-right:3px}
+.wrap{overflow:auto;max-width:100vw}
+table{border-collapse:collapse;margin:8px}
+th,td{padding:0;text-align:center}
+th.col{writing-mode:vertical-rl;transform:rotate(180deg);white-space:nowrap;font-weight:500;font-size:10px;color:var(--mut);height:120px;vertical-align:bottom;padding-bottom:4px}
+th.col .g0{color:#ff7ab6}th.col .g1{color:#7ab6ff}th.col .g2{color:#ffd479}th.col .g3{color:#8fe388}
+td.site{position:sticky;left:0;background:var(--bg);text-align:right;padding:0 8px;white-space:nowrap;font-size:11px;border-right:1px solid var(--line);z-index:2}
+td.cnt{padding:0 6px;color:var(--mut);font-variant-numeric:tabular-nums}
+.cell{width:var(--cell);height:var(--cell);border:1px solid var(--bg)}
+.yes{background:var(--yes)}.no{background:var(--no)}.nm{background:var(--nm)}
+.dead{opacity:.5}
+.grouphdr td{background:#161922;color:var(--mut);font-size:10px;text-transform:uppercase;letter-spacing:.5px;text-align:left;padding:3px 8px}
+</style></head><body>
+<header>
+<h1>Build-Feature Coverage Matrix <span class=sub id=meta></span></h1>
+<div class=sub>TK-12025 · which fleet properties run which build-feature skills · read-only distribution audit</div>
+<div class=controls>
+ <label>Sort <select id=sort>
+ <option value=count>Feature count ↓</option>
+ <option value=name>Site A→Z</option>
+ <option value=live>Live state</option>
+ </select></label>
+ <label>Density <input type=range id=dens min=9 max=26 value=15></label>
+ <div class=legend><span><span class="sw yes"></span>runs</span><span><span class="sw no"></span>absent</span><span><span class="sw nm"></span>not-measured</span></div>
+</div></header>
+<div class=wrap><table id=t></table></div>
+<script>
+const D=__PAYLOAD__;
+document.getElementById('meta').textContent='· '+D.nSites+' sites × '+D.nFeat+' features · '+D.generatedAt;
+const GLAB={'drop-in UX primitives':'g0','_shared components':'g1','storefront standing features':'g2','SEO / meta / page':'g3'};
+function render(){
+ const sort=document.getElementById('sort').value;
+ let rows=[...D.rows];
+ if(sort==='name')rows.sort((a,b)=>a.site.localeCompare(b.site));
+ else if(sort==='live')rows.sort((a,b)=>(a.live||'').localeCompare(b.live||'')||b.count-a.count);
+ else rows.sort((a,b)=>b.count-a.count);
+ let h='<thead><tr><th class=site>site</th><th class=cnt>#</th>';
+ for(const f of D.features){h+='<th class=col title="'+f.group+' · '+f.adopt+'/'+D.nSites+'"><span class="'+GLAB[f.group]+'">'+f.name+' ('+f.adopt+')</span></th>';}
+ h+='</tr></thead><tbody>';
+ for(const r of rows){
+ const dead=r.count===0?' dead':'';
+ h+='<tr class="'+dead+'"><td class=site title="'+r.live+'">'+r.site+'</td><td class=cnt>'+r.count+'</td>';
+ for(const c of r.cells){h+='<td><div class="cell '+c.state+'" title="'+r.site+' · '+c.f+(c.t?' · '+c.t:'')+'"></div></td>';}
+ h+='</tr>';
+ }
+ h+='</tbody>';
+ document.getElementById('t').innerHTML=h;
+}
+document.getElementById('sort').onchange=render;
+document.getElementById('dens').oninput=e=>{document.documentElement.style.setProperty('--cell',e.target.value+'px');};
+try{const s=localStorage.getItem('bfc-sort');if(s){document.getElementById('sort').value=s;}
+ const dv=localStorage.getItem('bfc-dens');if(dv){document.getElementById('dens').value=dv;document.documentElement.style.setProperty('--cell',dv+'px');}}catch(e){}
+document.getElementById('sort').addEventListener('change',e=>{try{localStorage.setItem('bfc-sort',e.target.value)}catch(e){}});
+document.getElementById('dens').addEventListener('change',e=>{try{localStorage.setItem('bfc-dens',e.target.value)}catch(e){}});
+render();
+</script></body></html>"""
+html=html.replace("__PAYLOAD__",json.dumps(payload))
+open(f"{DEST}/coverage-matrix.html","w").write(html)
+print("wrote coverage-matrix.html", os.path.getsize(f"{DEST}/coverage-matrix.html"),"bytes")
diff --git a/coverage-matrix.html b/coverage-matrix.html
new file mode 100644
index 0000000..a0fba71
--- /dev/null
+++ b/coverage-matrix.html
@@ -0,0 +1,68 @@
+<!doctype html><html lang=en><head><meta charset=utf-8>
+<meta name=viewport content="width=device-width,initial-scale=1">
+<title>Build-Feature Coverage</title>
+<style>
+:root{--bg:#0f1115;--fg:#e8e8ea;--mut:#9aa0aa;--yes:#16a34a;--no:#242731;--nm:#3a2a12;--line:#242731;--accent:#00a8ff;--cell:15px}
+*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--fg);font:13px/1.4 -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}
+header{padding:14px 16px;border-bottom:1px solid var(--line);position:sticky;top:0;background:var(--bg);z-index:5}
+h1{margin:0 0 4px;font-size:16px}.sub{color:var(--mut);font-size:12px}
+.controls{display:flex;gap:16px;align-items:center;flex-wrap:wrap;margin-top:10px}
+.controls label{color:var(--mut);font-size:12px;display:flex;gap:6px;align-items:center}
+select,input[type=range]{accent-color:var(--accent)}
+.legend{display:flex;gap:12px;font-size:11px;color:var(--mut);align-items:center}
+.sw{display:inline-block;width:11px;height:11px;border-radius:2px;vertical-align:-1px;margin-right:3px}
+.wrap{overflow:auto;max-width:100vw}
+table{border-collapse:collapse;margin:8px}
+th,td{padding:0;text-align:center}
+th.col{writing-mode:vertical-rl;transform:rotate(180deg);white-space:nowrap;font-weight:500;font-size:10px;color:var(--mut);height:120px;vertical-align:bottom;padding-bottom:4px}
+th.col .g0{color:#ff7ab6}th.col .g1{color:#7ab6ff}th.col .g2{color:#ffd479}th.col .g3{color:#8fe388}
+td.site{position:sticky;left:0;background:var(--bg);text-align:right;padding:0 8px;white-space:nowrap;font-size:11px;border-right:1px solid var(--line);z-index:2}
+td.cnt{padding:0 6px;color:var(--mut);font-variant-numeric:tabular-nums}
+.cell{width:var(--cell);height:var(--cell);border:1px solid var(--bg)}
+.yes{background:var(--yes)}.no{background:var(--no)}.nm{background:var(--nm)}
+.dead{opacity:.5}
+.grouphdr td{background:#161922;color:var(--mut);font-size:10px;text-transform:uppercase;letter-spacing:.5px;text-align:left;padding:3px 8px}
+</style></head><body>
+<header>
+<h1>Build-Feature Coverage Matrix <span class=sub id=meta></span></h1>
+<div class=sub>TK-12025 · which fleet properties run which build-feature skills · read-only distribution audit</div>
+<div class=controls>
+ <label>Sort <select id=sort>
+ <option value=count>Feature count ↓</option>
+ <option value=name>Site A→Z</option>
+ <option value=live>Live state</option>
+ </select></label>
+ <label>Density <input type=range id=dens min=9 max=26 value=15></label>
+ <div class=legend><span><span class="sw yes"></span>runs</span><span><span class="sw no"></span>absent</span><span><span class="sw nm"></span>not-measured</span></div>
+</div></header>
+<div class=wrap><table id=t></table></div>
+<script>
+const D={"generatedAt": "2026-09-22T20:44:22Z", "features": [{"name": "age-adaptive-theme", "group": "drop-in UX primitives", "adopt": 59}, {"name": "empty-state", "group": "drop-in UX primitives", "adopt": 4}, {"name": "toast-notify", "group": "drop-in UX primitives", "adopt": 2}, {"name": "command-palette", "group": "drop-in UX primitives", "adopt": 2}, {"name": "copy-to-clipboard", "group": "drop-in UX primitives", "adopt": 2}, {"name": "skeleton-loader", "group": "drop-in UX primitives", "adopt": 1}, {"name": "bento-grid", "group": "drop-in UX primitives", "adopt": 1}, {"name": "ux-primitives-base", "group": "drop-in UX primitives", "adopt": 0}, {"name": "modal-rig", "group": "drop-in UX primitives", "adopt": 0}, {"name": "page-flip-ui", "group": "drop-in UX primitives", "adopt": 0}, {"name": "kv-list", "group": "drop-in UX primitives", "adopt": 0}, {"name": "bookshelf-catalog", "group": "drop-in UX primitives", "adopt": 0}, {"name": "oversized-cursor", "group": "drop-in UX primitives", "adopt": 0}, {"name": "spin-viewer", "group": "drop-in UX primitives", "adopt": 0}, {"name": "corner-nav", "group": "_shared components", "adopt": 67}, {"name": "universal-promo-banner", "group": "_shared components", "adopt": 58}, {"name": "admin-catalog", "group": "_shared components", "adopt": 56}, {"name": "dw-theme-nav", "group": "_shared components", "adopt": 53}, {"name": "hero-4grid", "group": "_shared components", "adopt": 52}, {"name": "rail-match", "group": "_shared components", "adopt": 48}, {"name": "site-config-shared", "group": "_shared components", "adopt": 26}, {"name": "microsite-aesthetic", "group": "_shared components", "adopt": 13}, {"name": "corner-nav-accordion", "group": "_shared components", "adopt": 5}, {"name": "image-proxy", "group": "_shared components", "adopt": 3}, {"name": "color-isolate", "group": "_shared components", "adopt": 1}, {"name": "nav-agent", "group": "_shared components", "adopt": 0}, {"name": "three-view", "group": "_shared components", "adopt": 0}, {"name": "memo-sample-order", "group": "storefront standing features", "adopt": 70}, {"name": "sort-select", "group": "storefront standing features", "adopt": 66}, {"name": "density-slider", "group": "storefront standing features", "adopt": 64}, {"name": "created-date-chip", "group": "storefront standing features", "adopt": 60}, {"name": "new-arrivals-rotator", "group": "storefront standing features", "adopt": 56}, {"name": "href-drill", "group": "storefront standing features", "adopt": 48}, {"name": "rotating-hero", "group": "storefront standing features", "adopt": 44}, {"name": "substitutefinder", "group": "storefront standing features", "adopt": 7}, {"name": "pairs-well-with", "group": "storefront standing features", "adopt": 1}, {"name": "analytics-ga", "group": "SEO / meta / page", "adopt": 70}, {"name": "social-meta-tags", "group": "SEO / meta / page", "adopt": 68}, {"name": "structured-data-jsonld", "group": "SEO / meta / page", "adopt": 65}, {"name": "basic-auth-viewer", "group": "SEO / meta / page", "adopt": 57}, {"name": "sitemap-robots", "group": "SEO / meta / page", "adopt": 56}], "rows": [{"site": "wallpapersback", "live": "live", "count": 28, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "working/wpb-live-index.html"}, {"f": "empty-state", "state": "yes", "t": "working/wpb-server-prod.js"}, {"f": "toast-notify", "state": "yes", "t": "working/wpb-server-prod.js"}, {"f": "command-palette", "state": "yes", "t": "wallpapersback-fork/public/theme-variants/v13-roomdrawer.html"}, {"f": "copy-to-clipboard", "state": "yes", "t": "working/wpb-server-prod.js"}, {"f": "skeleton-loader", "state": "yes", "t": "wallpapersback-fork/public/admin/styleguides.html"}, {"f": "bento-grid", "state": "yes", "t": "wallpapersback-fork/public/theme-variants/v2-bento.html"}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "working/wpb-live-index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "wallpapersback/server.js"}, {"f": "admin-catalog", "state": "yes", "t": "working/wpb-server-prod.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "working/wpb-live-index.html"}, {"f": "hero-4grid", "state": "yes", "t": "working/wpb-live-index.html"}, {"f": "rail-match", "state": "yes", "t": "wallpapersback-fork/wpb-shop.js"}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "yes", "t": "wallpapersback-fork/lib/rail-match.js"}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "yes", "t": "working/wpb-server-prod.js"}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "working/wpb-live-index.html"}, {"f": "sort-select", "state": "yes", "t": "working/wpb-live-index.html"}, {"f": "density-slider", "state": "yes", "t": "working/wpb-live-index.html"}, {"f": "created-date-chip", "state": "yes", "t": "working/wpb-server-prod.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "working/wpb-live-index.html"}, {"f": "href-drill", "state": "no", "t": ""}, {"f": "rotating-hero", "state": "yes", "t": "working/wpb-live-index.html"}, {"f": "substitutefinder", "state": "yes", "t": "working/wpb-server-prod.js"}, {"f": "pairs-well-with", "state": "yes", "t": "working/wpb-server-prod.js"}, {"f": "analytics-ga", "state": "yes", "t": "working/wpb-live-index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "working/wpb-live-index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "working/wpb-live-index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "working/wpb-server-prod.js"}, {"f": "sitemap-robots", "state": "yes", "t": "working/wpb-server-prod.js"}]}, {"site": "embroideredwallpaper", "live": "live", "count": 21, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "yes", "t": "server.js"}, {"f": "microsite-aesthetic", "state": "yes", "t": "scripts/pull-from-shopify.js"}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "handcraftedwallpaper", "live": "live", "count": 21, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "yes", "t": "server.js"}, {"f": "microsite-aesthetic", "state": "yes", "t": "scripts/pull-from-shopify.js"}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "screenprintedwallpaper", "live": "live", "count": 21, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "yes", "t": "server.js"}, {"f": "microsite-aesthetic", "state": "yes", "t": "scripts/pull-from-shopify.js"}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "silkwallpaper", "live": "live", "count": 21, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "yes", "t": "public/care.html"}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "yes", "t": "public/care.html"}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "1950swallpaper", "live": "live", "count": 20, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "yes", "t": "server.js"}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "1960swallpaper", "live": "live", "count": 20, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "yes", "t": "scripts/pull-from-shopify.js"}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "agedwallpaper", "live": "live", "count": 20, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "yes", "t": "server.js"}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "architecturalwallcoverings", "live": "live", "count": 20, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "yes", "t": "server.js"}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "corkwallcovering", "live": "live", "count": 20, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "yes", "t": "public/index.html"}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "public/index.html"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "greenwallcoverings", "live": "live", "count": 20, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "yes", "t": "server.js"}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "hospitalitywallcoverings", "live": "live", "count": 20, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "yes", "t": "public/index.html"}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "linenwallpaper", "live": "live", "count": 20, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "yes", "t": "public/care.html"}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "madagascarwallpaper", "live": "live", "count": 20, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "yes", "t": "server.js"}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "micawallpaper", "live": "live", "count": 20, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "yes", "t": "server.js"}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "museumwallpaper", "live": "live", "count": 20, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "yes", "t": "server.js"}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "mylarwallpaper", "live": "live", "count": 20, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "yes", "t": "server.js"}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "naturalwallcoverings", "live": "live", "count": 20, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "yes", "t": "server.js"}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "pastelwallpaper", "live": "live", "count": 20, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "yes", "t": "server.js"}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "raffiawallcoverings", "live": "live", "count": 20, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "yes", "t": "public/care.html"}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "selfadhesivewallpaper", "live": "live", "count": 20, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "no", "t": ""}, {"f": "site-config-shared", "state": "yes", "t": "server.js"}, {"f": "microsite-aesthetic", "state": "yes", "t": "scripts/pull-from-shopify.js"}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "suedewallpaper", "live": "live", "count": 20, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "yes", "t": "server.js"}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "textilewallpaper", "live": "live", "count": 20, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "yes", "t": "server.js"}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "vinylwallpaper", "live": "live", "count": 20, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "yes", "t": "server.js"}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "1800swallpaper", "live": "live", "count": 19, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "1890swallpaper", "live": "live", "count": 19, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "1900swallpaper", "live": "live", "count": 19, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "1920swallpaper", "live": "live", "count": 19, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "1930swallpaper", "live": "live", "count": 19, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "1940swallpaper", "live": "live", "count": 19, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "apartmentwallpaper", "live": "live", "count": 19, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "server.js"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "no", "t": ""}, {"f": "site-config-shared", "state": "yes", "t": "server.js"}, {"f": "microsite-aesthetic", "state": "yes", "t": "scripts/pull-from-shopify.js"}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "no", "t": ""}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "server.js"}, {"f": "social-meta-tags", "state": "yes", "t": "server.js"}, {"f": "structured-data-jsonld", "state": "yes", "t": "server.js"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "blockprintedwallpaper", "live": "live", "count": 19, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "no", "t": ""}, {"f": "site-config-shared", "state": "yes", "t": "server.js"}, {"f": "microsite-aesthetic", "state": "yes", "t": "scripts/pull-from-shopify.js"}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "no", "t": ""}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "contractwallpaper", "live": "live", "count": 19, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "tmp-kravet-spec-pilot.mjs"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "fabricwallpaper", "live": "live", "count": 19, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "glitterwalls", "live": "live", "count": 19, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "yes", "t": "server.js"}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "no", "t": ""}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "healthcarewallpaper", "live": "live", "count": 19, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "hospitalitywallpaper", "live": "live", "count": 19, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "hotelwallcoverings", "live": "live", "count": 19, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "jutewallpaper", "live": "live", "count": 19, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "metallicwallpaper", "live": "live", "count": 19, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "recycledwallpaper", "live": "live", "count": 19, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "yes", "t": "server.js"}, {"f": "microsite-aesthetic", "state": "yes", "t": "scripts/pull-from-shopify.js"}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "no", "t": ""}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "no", "t": ""}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "restaurantwallpaper", "live": "live", "count": 19, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "restorationwallpaper", "live": "live", "count": 19, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "yes", "t": "server.js"}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "no", "t": ""}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "saloonwallpaper", "live": "live", "count": 19, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "yes", "t": "server.js"}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "no", "t": ""}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "silkwallcoverings", "live": "live", "count": 19, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "yes", "t": "server.js"}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "no", "t": ""}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "silverleafwallpaper", "live": "live", "count": 19, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "wallpapercanada", "live": "live", "count": 19, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "1970swallpaper", "live": "live", "count": 18, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "server.js"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "no", "t": ""}]}, {"site": "raffiawalls", "live": "live", "count": 18, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "yes", "t": "server.js"}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "no", "t": ""}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "no", "t": ""}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "stringwallpaper", "live": "live", "count": 18, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "no", "t": ""}, {"f": "site-config-shared", "state": "yes", "t": "server.js"}, {"f": "microsite-aesthetic", "state": "yes", "t": "scripts/pull-from-shopify.js"}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "no", "t": ""}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "no", "t": ""}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "1980swallpaper", "live": "live", "count": 17, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "no", "t": ""}, {"f": "admin-catalog", "state": "no", "t": ""}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "yes", "t": "public/index.html"}, {"f": "rail-match", "state": "no", "t": ""}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "yes", "t": "scripts/pull-from-shopify.js"}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "_universal-auth.js"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "public/index.html"}, {"f": "href-drill", "state": "yes", "t": "public/index.html"}, {"f": "rotating-hero", "state": "yes", "t": "public/index.html"}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "_universal-auth.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "chinoiseriewallpaper", "live": "live", "count": 16, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "yes", "t": "public/css/site.css"}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "no", "t": ""}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "yes", "t": "scripts/pull-from-shopify.js"}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "no", "t": ""}, {"f": "created-date-chip", "state": "yes", "t": "public/index.html"}, {"f": "new-arrivals-rotator", "state": "no", "t": ""}, {"f": "href-drill", "state": "no", "t": ""}, {"f": "rotating-hero", "state": "no", "t": ""}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "carmelwallpapers", "live": "live", "count": 15, "cells": [{"f": "age-adaptive-theme", "state": "no", "t": ""}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "server.js"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "no", "t": ""}, {"f": "hero-4grid", "state": "no", "t": ""}, {"f": "rail-match", "state": "yes", "t": "server.js"}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "yes", "t": "scripts/pull-from-shopify.js"}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "yes", "t": "server.js"}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "server.js"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "server.js"}, {"f": "created-date-chip", "state": "yes", "t": "server.js"}, {"f": "new-arrivals-rotator", "state": "no", "t": ""}, {"f": "href-drill", "state": "no", "t": ""}, {"f": "rotating-hero", "state": "no", "t": ""}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "server.js"}, {"f": "social-meta-tags", "state": "yes", "t": "server.js"}, {"f": "structured-data-jsonld", "state": "yes", "t": "server.js"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "bestwallpaperplace", "live": "live", "count": 13, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "yes", "t": "public/index.html"}, {"f": "hero-4grid", "state": "no", "t": ""}, {"f": "rail-match", "state": "no", "t": ""}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "public/index.html"}, {"f": "new-arrivals-rotator", "state": "no", "t": ""}, {"f": "href-drill", "state": "no", "t": ""}, {"f": "rotating-hero", "state": "no", "t": ""}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "no", "t": ""}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "designerwallcoverings", "live": "live", "count": 12, "cells": [{"f": "age-adaptive-theme", "state": "no", "t": ""}, {"f": "empty-state", "state": "yes", "t": "evidence/TK-11860-tres-tintas-20260917/external-plane/newwall-2203-5-antioquia.html"}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "yes", "t": "evidence/TK-11860-w1838-20260917/external-plane/1838-Mineral-Agate-Blue.html"}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "no", "t": ""}, {"f": "universal-promo-banner", "state": "yes", "t": "evidence/TK-11860-sandberg-20260917/external-plane/sandberg-S11008-poppy-light-blue.html"}, {"f": "admin-catalog", "state": "no", "t": ""}, {"f": "dw-theme-nav", "state": "no", "t": ""}, {"f": "hero-4grid", "state": "no", "t": ""}, {"f": "rail-match", "state": "no", "t": ""}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "server.js"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "no", "t": ""}, {"f": "created-date-chip", "state": "yes", "t": "evidence/TK-11860-mindthegap-20260917/external-plane/mtg-WP30011-countryside-plaid.html"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "evidence/TK-11860-tres-tintas-20260917/external-plane/newwall-2203-5-antioquia.html"}, {"f": "href-drill", "state": "no", "t": ""}, {"f": "rotating-hero", "state": "no", "t": ""}, {"f": "substitutefinder", "state": "yes", "t": "scripts/tk10895-trancheB-golive-269.mjs"}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "evidence/TK-11860-anna-french-20260917/external-plane/thibaut-AT9842.html"}, {"f": "social-meta-tags", "state": "yes", "t": "evidence/TK-11860-anna-french-20260917/external-plane/thibaut-AT9842.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "evidence/TK-11860-anna-french-20260917/external-plane/thibaut-AT9842.html"}, {"f": "basic-auth-viewer", "state": "no", "t": ""}, {"f": "sitemap-robots", "state": "yes", "t": "scripts/hreflang-locale-audit/hreflang-locale-audit.mjs"}]}, {"site": "naturaltextilewallpaper", "live": "live", "count": 12, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "server.js"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "server.js"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "no", "t": ""}, {"f": "hero-4grid", "state": "no", "t": ""}, {"f": "rail-match", "state": "no", "t": ""}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "yes", "t": "server.js"}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "server.js"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "server.js"}, {"f": "created-date-chip", "state": "no", "t": ""}, {"f": "new-arrivals-rotator", "state": "no", "t": ""}, {"f": "href-drill", "state": "no", "t": ""}, {"f": "rotating-hero", "state": "no", "t": ""}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "server.js"}, {"f": "social-meta-tags", "state": "yes", "t": "server.js"}, {"f": "structured-data-jsonld", "state": "yes", "t": "server.js"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "no", "t": ""}]}, {"site": "customdigitalmurals", "live": "live", "count": 11, "cells": [{"f": "age-adaptive-theme", "state": "no", "t": ""}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "no", "t": ""}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "no", "t": ""}, {"f": "hero-4grid", "state": "no", "t": ""}, {"f": "rail-match", "state": "no", "t": ""}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "server.js"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "yes", "t": "server.js"}, {"f": "created-date-chip", "state": "yes", "t": "server.js"}, {"f": "new-arrivals-rotator", "state": "no", "t": ""}, {"f": "href-drill", "state": "no", "t": ""}, {"f": "rotating-hero", "state": "no", "t": ""}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "server.js"}, {"f": "social-meta-tags", "state": "yes", "t": "server.js"}, {"f": "structured-data-jsonld", "state": "yes", "t": "server.js"}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "flockedwallpaper", "live": "live", "count": 11, "cells": [{"f": "age-adaptive-theme", "state": "no", "t": ""}, {"f": "empty-state", "state": "yes", "t": "simple-test.html"}, {"f": "toast-notify", "state": "yes", "t": "agenda.html"}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "yes", "t": "index.html"}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "index.html"}, {"f": "universal-promo-banner", "state": "no", "t": ""}, {"f": "admin-catalog", "state": "no", "t": ""}, {"f": "dw-theme-nav", "state": "no", "t": ""}, {"f": "hero-4grid", "state": "no", "t": ""}, {"f": "rail-match", "state": "no", "t": ""}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "index.html"}, {"f": "sort-select", "state": "yes", "t": "simple-test.html"}, {"f": "density-slider", "state": "yes", "t": "index.html"}, {"f": "created-date-chip", "state": "no", "t": ""}, {"f": "new-arrivals-rotator", "state": "yes", "t": "index.html"}, {"f": "href-drill", "state": "no", "t": ""}, {"f": "rotating-hero", "state": "no", "t": ""}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "index-old-backup.html"}, {"f": "social-meta-tags", "state": "yes", "t": "index-old-backup.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "index-old-backup.html"}, {"f": "basic-auth-viewer", "state": "no", "t": ""}, {"f": "sitemap-robots", "state": "no", "t": ""}]}, {"site": "hollywood-wallcoverings", "live": "live", "count": 11, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "server.js"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "server.js"}, {"f": "universal-promo-banner", "state": "no", "t": ""}, {"f": "admin-catalog", "state": "yes", "t": "server.js"}, {"f": "dw-theme-nav", "state": "no", "t": ""}, {"f": "hero-4grid", "state": "no", "t": ""}, {"f": "rail-match", "state": "no", "t": ""}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "yes", "t": "server.js"}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "server.js"}, {"f": "sort-select", "state": "yes", "t": "customcreator/gallery.html"}, {"f": "density-slider", "state": "yes", "t": "customcreator/gallery.html"}, {"f": "created-date-chip", "state": "yes", "t": "customcreator/gallery.html"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "server.js"}, {"f": "href-drill", "state": "no", "t": ""}, {"f": "rotating-hero", "state": "no", "t": ""}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "customcreator/gallery.html"}, {"f": "social-meta-tags", "state": "no", "t": ""}, {"f": "structured-data-jsonld", "state": "no", "t": ""}, {"f": "basic-auth-viewer", "state": "yes", "t": "server.js"}, {"f": "sitemap-robots", "state": "no", "t": ""}]}, {"site": "goldleafwallpaper", "live": "live", "count": 10, "cells": [{"f": "age-adaptive-theme", "state": "no", "t": ""}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "index.html"}, {"f": "universal-promo-banner", "state": "no", "t": ""}, {"f": "admin-catalog", "state": "no", "t": ""}, {"f": "dw-theme-nav", "state": "no", "t": ""}, {"f": "hero-4grid", "state": "no", "t": ""}, {"f": "rail-match", "state": "no", "t": ""}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "index.html"}, {"f": "sort-select", "state": "yes", "t": "index.html"}, {"f": "density-slider", "state": "yes", "t": "index.html"}, {"f": "created-date-chip", "state": "yes", "t": "index.html"}, {"f": "new-arrivals-rotator", "state": "yes", "t": "index.html"}, {"f": "href-drill", "state": "no", "t": ""}, {"f": "rotating-hero", "state": "no", "t": ""}, {"f": "substitutefinder", "state": "yes", "t": "site-shell.css"}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "index.html"}, {"f": "basic-auth-viewer", "state": "no", "t": ""}, {"f": "sitemap-robots", "state": "no", "t": ""}]}, {"site": "glassbeadedwallpaper", "live": "live", "count": 9, "cells": [{"f": "age-adaptive-theme", "state": "no", "t": ""}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "index.html"}, {"f": "universal-promo-banner", "state": "no", "t": ""}, {"f": "admin-catalog", "state": "no", "t": ""}, {"f": "dw-theme-nav", "state": "no", "t": ""}, {"f": "hero-4grid", "state": "yes", "t": "index.html"}, {"f": "rail-match", "state": "no", "t": ""}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "index.html"}, {"f": "sort-select", "state": "yes", "t": "index.html"}, {"f": "density-slider", "state": "yes", "t": "index.html"}, {"f": "created-date-chip", "state": "no", "t": ""}, {"f": "new-arrivals-rotator", "state": "yes", "t": "index.html"}, {"f": "href-drill", "state": "no", "t": ""}, {"f": "rotating-hero", "state": "no", "t": ""}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "index.html"}, {"f": "basic-auth-viewer", "state": "no", "t": ""}, {"f": "sitemap-robots", "state": "no", "t": ""}]}, {"site": "wallpaperestimator", "live": "live", "count": 7, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "no", "t": ""}, {"f": "admin-catalog", "state": "no", "t": ""}, {"f": "dw-theme-nav", "state": "no", "t": ""}, {"f": "hero-4grid", "state": "no", "t": ""}, {"f": "rail-match", "state": "no", "t": ""}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/corner-nav.js"}, {"f": "sort-select", "state": "no", "t": ""}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "yes", "t": "public/index.html"}, {"f": "new-arrivals-rotator", "state": "no", "t": ""}, {"f": "href-drill", "state": "no", "t": ""}, {"f": "rotating-hero", "state": "no", "t": ""}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "no", "t": ""}, {"f": "basic-auth-viewer", "state": "no", "t": ""}, {"f": "sitemap-robots", "state": "no", "t": ""}]}, {"site": "wallpaperwednesday", "live": "live", "count": 7, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "no", "t": ""}, {"f": "dw-theme-nav", "state": "no", "t": ""}, {"f": "hero-4grid", "state": "no", "t": ""}, {"f": "rail-match", "state": "no", "t": ""}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "no", "t": ""}, {"f": "density-slider", "state": "no", "t": ""}, {"f": "created-date-chip", "state": "no", "t": ""}, {"f": "new-arrivals-rotator", "state": "no", "t": ""}, {"f": "href-drill", "state": "no", "t": ""}, {"f": "rotating-hero", "state": "no", "t": ""}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "no", "t": ""}, {"f": "sitemap-robots", "state": "no", "t": ""}]}, {"site": "philipperomano", "live": "live", "count": 6, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "server.js"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "no", "t": ""}, {"f": "universal-promo-banner", "state": "no", "t": ""}, {"f": "admin-catalog", "state": "no", "t": ""}, {"f": "dw-theme-nav", "state": "no", "t": ""}, {"f": "hero-4grid", "state": "no", "t": ""}, {"f": "rail-match", "state": "no", "t": ""}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "server.js"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "no", "t": ""}, {"f": "created-date-chip", "state": "yes", "t": "server.js"}, {"f": "new-arrivals-rotator", "state": "no", "t": ""}, {"f": "href-drill", "state": "no", "t": ""}, {"f": "rotating-hero", "state": "no", "t": ""}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "server.js"}, {"f": "social-meta-tags", "state": "yes", "t": "server.js"}, {"f": "structured-data-jsonld", "state": "no", "t": ""}, {"f": "basic-auth-viewer", "state": "no", "t": ""}, {"f": "sitemap-robots", "state": "no", "t": ""}]}, {"site": "textiletuesday", "live": "live", "count": 6, "cells": [{"f": "age-adaptive-theme", "state": "yes", "t": "public/index.html"}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/dw-header.js"}, {"f": "universal-promo-banner", "state": "yes", "t": "server.js"}, {"f": "admin-catalog", "state": "no", "t": ""}, {"f": "dw-theme-nav", "state": "no", "t": ""}, {"f": "hero-4grid", "state": "no", "t": ""}, {"f": "rail-match", "state": "no", "t": ""}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "no", "t": ""}, {"f": "density-slider", "state": "no", "t": ""}, {"f": "created-date-chip", "state": "no", "t": ""}, {"f": "new-arrivals-rotator", "state": "no", "t": ""}, {"f": "href-drill", "state": "no", "t": ""}, {"f": "rotating-hero", "state": "no", "t": ""}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "no", "t": ""}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "no", "t": ""}, {"f": "sitemap-robots", "state": "no", "t": ""}]}, {"site": "wallpaperhistory", "live": "live", "count": 6, "cells": [{"f": "age-adaptive-theme", "state": "no", "t": ""}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "no", "t": ""}, {"f": "admin-catalog", "state": "no", "t": ""}, {"f": "dw-theme-nav", "state": "no", "t": ""}, {"f": "hero-4grid", "state": "no", "t": ""}, {"f": "rail-match", "state": "no", "t": ""}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "no", "t": ""}, {"f": "density-slider", "state": "no", "t": ""}, {"f": "created-date-chip", "state": "no", "t": ""}, {"f": "new-arrivals-rotator", "state": "no", "t": ""}, {"f": "href-drill", "state": "no", "t": ""}, {"f": "rotating-hero", "state": "no", "t": ""}, {"f": "substitutefinder", "state": "yes", "t": "public/index.html"}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "no", "t": ""}, {"f": "sitemap-robots", "state": "no", "t": ""}]}, {"site": "hospitalitydesignreps", "live": "live", "count": 5, "cells": [{"f": "age-adaptive-theme", "state": "no", "t": ""}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "no", "t": ""}, {"f": "universal-promo-banner", "state": "no", "t": ""}, {"f": "admin-catalog", "state": "no", "t": ""}, {"f": "dw-theme-nav", "state": "no", "t": ""}, {"f": "hero-4grid", "state": "no", "t": ""}, {"f": "rail-match", "state": "no", "t": ""}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "no", "t": ""}, {"f": "sort-select", "state": "yes", "t": "public/js/main.js"}, {"f": "density-slider", "state": "yes", "t": "public/css/styles.css"}, {"f": "created-date-chip", "state": "no", "t": ""}, {"f": "new-arrivals-rotator", "state": "no", "t": ""}, {"f": "href-drill", "state": "no", "t": ""}, {"f": "rotating-hero", "state": "no", "t": ""}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "server.js"}, {"f": "social-meta-tags", "state": "yes", "t": "views/partials/head.ejs"}, {"f": "structured-data-jsonld", "state": "no", "t": ""}, {"f": "basic-auth-viewer", "state": "no", "t": ""}, {"f": "sitemap-robots", "state": "yes", "t": "server.js"}]}, {"site": "wallpapercontractor", "live": "live", "count": 5, "cells": [{"f": "age-adaptive-theme", "state": "no", "t": ""}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "no", "t": ""}, {"f": "universal-promo-banner", "state": "no", "t": ""}, {"f": "admin-catalog", "state": "no", "t": ""}, {"f": "dw-theme-nav", "state": "no", "t": ""}, {"f": "hero-4grid", "state": "no", "t": ""}, {"f": "rail-match", "state": "no", "t": ""}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "no", "t": ""}, {"f": "sort-select", "state": "yes", "t": "public/js/main.js"}, {"f": "density-slider", "state": "yes", "t": "public/css/styles.css"}, {"f": "created-date-chip", "state": "no", "t": ""}, {"f": "new-arrivals-rotator", "state": "no", "t": ""}, {"f": "href-drill", "state": "no", "t": ""}, {"f": "rotating-hero", "state": "no", "t": ""}, {"f": "substitutefinder", "state": "yes", "t": "views/about.ejs"}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "server.js"}, {"f": "social-meta-tags", "state": "yes", "t": "views/partials/head.ejs"}, {"f": "structured-data-jsonld", "state": "no", "t": ""}, {"f": "basic-auth-viewer", "state": "no", "t": ""}, {"f": "sitemap-robots", "state": "no", "t": ""}]}, {"site": "wallpaperdefinitions", "live": "live", "count": 5, "cells": [{"f": "age-adaptive-theme", "state": "no", "t": ""}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "no", "t": ""}, {"f": "admin-catalog", "state": "no", "t": ""}, {"f": "dw-theme-nav", "state": "no", "t": ""}, {"f": "hero-4grid", "state": "no", "t": ""}, {"f": "rail-match", "state": "no", "t": ""}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "no", "t": ""}, {"f": "density-slider", "state": "yes", "t": "public/index.html"}, {"f": "created-date-chip", "state": "no", "t": ""}, {"f": "new-arrivals-rotator", "state": "no", "t": ""}, {"f": "href-drill", "state": "no", "t": ""}, {"f": "rotating-hero", "state": "no", "t": ""}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "no", "t": ""}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "no", "t": ""}, {"f": "sitemap-robots", "state": "no", "t": ""}]}, {"site": "wallpaperdictionary", "live": "live", "count": 5, "cells": [{"f": "age-adaptive-theme", "state": "no", "t": ""}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "no", "t": ""}, {"f": "admin-catalog", "state": "no", "t": ""}, {"f": "dw-theme-nav", "state": "no", "t": ""}, {"f": "hero-4grid", "state": "no", "t": ""}, {"f": "rail-match", "state": "no", "t": ""}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "no", "t": ""}, {"f": "density-slider", "state": "no", "t": ""}, {"f": "created-date-chip", "state": "no", "t": ""}, {"f": "new-arrivals-rotator", "state": "no", "t": ""}, {"f": "href-drill", "state": "no", "t": ""}, {"f": "rotating-hero", "state": "no", "t": ""}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "public/index.html"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "no", "t": ""}, {"f": "sitemap-robots", "state": "no", "t": ""}]}, {"site": "wallpaperdistributors", "live": "live", "count": 5, "cells": [{"f": "age-adaptive-theme", "state": "no", "t": ""}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/dw-header.js"}, {"f": "universal-promo-banner", "state": "no", "t": ""}, {"f": "admin-catalog", "state": "no", "t": ""}, {"f": "dw-theme-nav", "state": "no", "t": ""}, {"f": "hero-4grid", "state": "no", "t": ""}, {"f": "rail-match", "state": "no", "t": ""}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "no", "t": ""}, {"f": "sort-select", "state": "yes", "t": "_legacy-directory/views/index.ejs"}, {"f": "density-slider", "state": "yes", "t": "_legacy-directory/views/index.ejs"}, {"f": "created-date-chip", "state": "no", "t": ""}, {"f": "new-arrivals-rotator", "state": "no", "t": ""}, {"f": "href-drill", "state": "no", "t": ""}, {"f": "rotating-hero", "state": "no", "t": ""}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "_legacy-directory/server.js"}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "no", "t": ""}, {"f": "basic-auth-viewer", "state": "no", "t": ""}, {"f": "sitemap-robots", "state": "no", "t": ""}]}, {"site": "wallpaperglossary", "live": "live", "count": 5, "cells": [{"f": "age-adaptive-theme", "state": "no", "t": ""}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "yes", "t": "public/index.html"}, {"f": "universal-promo-banner", "state": "no", "t": ""}, {"f": "admin-catalog", "state": "no", "t": ""}, {"f": "dw-theme-nav", "state": "no", "t": ""}, {"f": "hero-4grid", "state": "no", "t": ""}, {"f": "rail-match", "state": "no", "t": ""}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "public/index.html"}, {"f": "sort-select", "state": "no", "t": ""}, {"f": "density-slider", "state": "no", "t": ""}, {"f": "created-date-chip", "state": "no", "t": ""}, {"f": "new-arrivals-rotator", "state": "no", "t": ""}, {"f": "href-drill", "state": "no", "t": ""}, {"f": "rotating-hero", "state": "no", "t": ""}, {"f": "substitutefinder", "state": "yes", "t": "public/index.html"}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "no", "t": ""}, {"f": "social-meta-tags", "state": "yes", "t": "public/index.html"}, {"f": "structured-data-jsonld", "state": "yes", "t": "public/index.html"}, {"f": "basic-auth-viewer", "state": "no", "t": ""}, {"f": "sitemap-robots", "state": "no", "t": ""}]}, {"site": "wallco", "live": "live", "count": 3, "cells": [{"f": "age-adaptive-theme", "state": "no", "t": ""}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "no", "t": ""}, {"f": "universal-promo-banner", "state": "no", "t": ""}, {"f": "admin-catalog", "state": "no", "t": ""}, {"f": "dw-theme-nav", "state": "no", "t": ""}, {"f": "hero-4grid", "state": "no", "t": ""}, {"f": "rail-match", "state": "no", "t": ""}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "yes", "t": "server.js"}, {"f": "sort-select", "state": "yes", "t": "server.js"}, {"f": "density-slider", "state": "no", "t": ""}, {"f": "created-date-chip", "state": "no", "t": ""}, {"f": "new-arrivals-rotator", "state": "no", "t": ""}, {"f": "href-drill", "state": "no", "t": ""}, {"f": "rotating-hero", "state": "no", "t": ""}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "yes", "t": "server.js"}, {"f": "social-meta-tags", "state": "no", "t": ""}, {"f": "structured-data-jsonld", "state": "no", "t": ""}, {"f": "basic-auth-viewer", "state": "no", "t": ""}, {"f": "sitemap-robots", "state": "no", "t": ""}]}, {"site": "thesetdecorator", "live": "live", "count": 0, "cells": [{"f": "age-adaptive-theme", "state": "nm", "t": "no local repo"}, {"f": "empty-state", "state": "nm", "t": "no local repo"}, {"f": "toast-notify", "state": "nm", "t": "no local repo"}, {"f": "command-palette", "state": "nm", "t": "no local repo"}, {"f": "copy-to-clipboard", "state": "nm", "t": "no local repo"}, {"f": "skeleton-loader", "state": "nm", "t": "no local repo"}, {"f": "bento-grid", "state": "nm", "t": "no local repo"}, {"f": "ux-primitives-base", "state": "nm", "t": "no local repo"}, {"f": "modal-rig", "state": "nm", "t": "no local repo"}, {"f": "page-flip-ui", "state": "nm", "t": "no local repo"}, {"f": "kv-list", "state": "nm", "t": "no local repo"}, {"f": "bookshelf-catalog", "state": "nm", "t": "no local repo"}, {"f": "oversized-cursor", "state": "nm", "t": "no local repo"}, {"f": "spin-viewer", "state": "nm", "t": "no local repo"}, {"f": "corner-nav", "state": "nm", "t": "no local repo"}, {"f": "universal-promo-banner", "state": "nm", "t": "no local repo"}, {"f": "admin-catalog", "state": "nm", "t": "no local repo"}, {"f": "dw-theme-nav", "state": "nm", "t": "no local repo"}, {"f": "hero-4grid", "state": "nm", "t": "no local repo"}, {"f": "rail-match", "state": "nm", "t": "no local repo"}, {"f": "site-config-shared", "state": "nm", "t": "no local repo"}, {"f": "microsite-aesthetic", "state": "nm", "t": "no local repo"}, {"f": "corner-nav-accordion", "state": "nm", "t": "no local repo"}, {"f": "image-proxy", "state": "nm", "t": "no local repo"}, {"f": "color-isolate", "state": "nm", "t": "no local repo"}, {"f": "nav-agent", "state": "nm", "t": "no local repo"}, {"f": "three-view", "state": "nm", "t": "no local repo"}, {"f": "memo-sample-order", "state": "nm", "t": "no local repo"}, {"f": "sort-select", "state": "nm", "t": "no local repo"}, {"f": "density-slider", "state": "nm", "t": "no local repo"}, {"f": "created-date-chip", "state": "nm", "t": "no local repo"}, {"f": "new-arrivals-rotator", "state": "nm", "t": "no local repo"}, {"f": "href-drill", "state": "nm", "t": "no local repo"}, {"f": "rotating-hero", "state": "nm", "t": "no local repo"}, {"f": "substitutefinder", "state": "nm", "t": "no local repo"}, {"f": "pairs-well-with", "state": "nm", "t": "no local repo"}, {"f": "analytics-ga", "state": "nm", "t": "no local repo"}, {"f": "social-meta-tags", "state": "nm", "t": "no local repo"}, {"f": "structured-data-jsonld", "state": "nm", "t": "no local repo"}, {"f": "basic-auth-viewer", "state": "nm", "t": "no local repo"}, {"f": "sitemap-robots", "state": "nm", "t": "no local repo"}]}, {"site": "wallco-ai", "live": "live", "count": 0, "cells": [{"f": "age-adaptive-theme", "state": "no", "t": ""}, {"f": "empty-state", "state": "no", "t": ""}, {"f": "toast-notify", "state": "no", "t": ""}, {"f": "command-palette", "state": "no", "t": ""}, {"f": "copy-to-clipboard", "state": "no", "t": ""}, {"f": "skeleton-loader", "state": "no", "t": ""}, {"f": "bento-grid", "state": "no", "t": ""}, {"f": "ux-primitives-base", "state": "no", "t": ""}, {"f": "modal-rig", "state": "no", "t": ""}, {"f": "page-flip-ui", "state": "no", "t": ""}, {"f": "kv-list", "state": "no", "t": ""}, {"f": "bookshelf-catalog", "state": "no", "t": ""}, {"f": "oversized-cursor", "state": "no", "t": ""}, {"f": "spin-viewer", "state": "no", "t": ""}, {"f": "corner-nav", "state": "no", "t": ""}, {"f": "universal-promo-banner", "state": "no", "t": ""}, {"f": "admin-catalog", "state": "no", "t": ""}, {"f": "dw-theme-nav", "state": "no", "t": ""}, {"f": "hero-4grid", "state": "no", "t": ""}, {"f": "rail-match", "state": "no", "t": ""}, {"f": "site-config-shared", "state": "no", "t": ""}, {"f": "microsite-aesthetic", "state": "no", "t": ""}, {"f": "corner-nav-accordion", "state": "no", "t": ""}, {"f": "image-proxy", "state": "no", "t": ""}, {"f": "color-isolate", "state": "no", "t": ""}, {"f": "nav-agent", "state": "no", "t": ""}, {"f": "three-view", "state": "no", "t": ""}, {"f": "memo-sample-order", "state": "no", "t": ""}, {"f": "sort-select", "state": "no", "t": ""}, {"f": "density-slider", "state": "no", "t": ""}, {"f": "created-date-chip", "state": "no", "t": ""}, {"f": "new-arrivals-rotator", "state": "no", "t": ""}, {"f": "href-drill", "state": "no", "t": ""}, {"f": "rotating-hero", "state": "no", "t": ""}, {"f": "substitutefinder", "state": "no", "t": ""}, {"f": "pairs-well-with", "state": "no", "t": ""}, {"f": "analytics-ga", "state": "no", "t": ""}, {"f": "social-meta-tags", "state": "no", "t": ""}, {"f": "structured-data-jsonld", "state": "no", "t": ""}, {"f": "basic-auth-viewer", "state": "no", "t": ""}, {"f": "sitemap-robots", "state": "no", "t": ""}]}], "nSites": 75, "nFeat": 41};
+document.getElementById('meta').textContent='· '+D.nSites+' sites × '+D.nFeat+' features · '+D.generatedAt;
+const GLAB={'drop-in UX primitives':'g0','_shared components':'g1','storefront standing features':'g2','SEO / meta / page':'g3'};
+function render(){
+ const sort=document.getElementById('sort').value;
+ let rows=[...D.rows];
+ if(sort==='name')rows.sort((a,b)=>a.site.localeCompare(b.site));
+ else if(sort==='live')rows.sort((a,b)=>(a.live||'').localeCompare(b.live||'')||b.count-a.count);
+ else rows.sort((a,b)=>b.count-a.count);
+ let h='<thead><tr><th class=site>site</th><th class=cnt>#</th>';
+ for(const f of D.features){h+='<th class=col title="'+f.group+' · '+f.adopt+'/'+D.nSites+'"><span class="'+GLAB[f.group]+'">'+f.name+' ('+f.adopt+')</span></th>';}
+ h+='</tr></thead><tbody>';
+ for(const r of rows){
+ const dead=r.count===0?' dead':'';
+ h+='<tr class="'+dead+'"><td class=site title="'+r.live+'">'+r.site+'</td><td class=cnt>'+r.count+'</td>';
+ for(const c of r.cells){h+='<td><div class="cell '+c.state+'" title="'+r.site+' · '+c.f+(c.t?' · '+c.t:'')+'"></div></td>';}
+ h+='</tr>';
+ }
+ h+='</tbody>';
+ document.getElementById('t').innerHTML=h;
+}
+document.getElementById('sort').onchange=render;
+document.getElementById('dens').oninput=e=>{document.documentElement.style.setProperty('--cell',e.target.value+'px');};
+try{const s=localStorage.getItem('bfc-sort');if(s){document.getElementById('sort').value=s;}
+ const dv=localStorage.getItem('bfc-dens');if(dv){document.getElementById('dens').value=dv;document.documentElement.style.setProperty('--cell',dv+'px');}}catch(e){}
+document.getElementById('sort').addEventListener('change',e=>{try{localStorage.setItem('bfc-sort',e.target.value)}catch(e){}});
+document.getElementById('dens').addEventListener('change',e=>{try{localStorage.setItem('bfc-dens',e.target.value)}catch(e){}});
+render();
+</script></body></html>
\ No newline at end of file
diff --git a/features.json b/features.json
new file mode 100644
index 0000000..17eb930
--- /dev/null
+++ b/features.json
@@ -0,0 +1,51 @@
+{
+ "drop-in UX primitives": {
+ "toast-notify": ["toast-notify", "class=\"toast", "showToast\\b"],
+ "skeleton-loader": ["skeleton-loader", "class=\"skeleton", "skeleton-shimmer"],
+ "empty-state": ["empty-state\\b", "emptyState\\b"],
+ "command-palette": ["command-palette", "cmd-k", "commandPalette", "cmdk"],
+ "copy-to-clipboard": ["copy-to-clipboard", "data-copy\\b", "navigator\\.clipboard"],
+ "ux-primitives-base": ["ux-primitives"],
+ "modal-rig": ["modal-rig", "modalRig", "data-modal-rig"],
+ "page-flip-ui": ["page-flip", "pageFlip"],
+ "bento-grid": ["bento-grid", "class=\"bento", "data-span="],
+ "kv-list": ["kv-list", "kvList"],
+ "bookshelf-catalog": ["bookshelf"],
+ "age-adaptive-theme": ["age-adaptive", "age-theme", "ageBand", "age-slider"],
+ "oversized-cursor": ["oversized-cursor", "oversizedCursor"],
+ "spin-viewer": ["spin-viewer", "spinViewer"]
+ },
+ "_shared components": {
+ "corner-nav": ["corner-nav\\b"],
+ "corner-nav-accordion": ["corner-nav-accordion"],
+ "hero-4grid": ["hero-4grid", "hero-grid\\b", "hero4grid"],
+ "universal-promo-banner": ["promo-banner", "universal-promo", "promoBanner"],
+ "admin-catalog": ["admin-catalog"],
+ "microsite-aesthetic": ["microsite-aesthetic"],
+ "rail-match": ["rail-match"],
+ "dw-theme-nav": ["dw-theme-nav", "theme-nav\\b"],
+ "color-isolate": ["color-isolate"],
+ "nav-agent": ["nav-agent"],
+ "three-view": ["three-view", "threeView"],
+ "image-proxy": ["image-proxy"],
+ "site-config-shared": ["site-config"]
+ },
+ "storefront standing features": {
+ "sort-select": ["setSort\\b", "sortProducts\\b", "id=\"sort\"", "sort-select", "data-sort="],
+ "density-slider": ["setGridSize", "--cols\\b", "id=\"density\"", "density-slider", "gridSize"],
+ "created-date-chip": ["fmtDate\\b", "class=\"when\"", "toLocaleString"],
+ "href-drill": ["drill\\.js", "data-drill", "public/drill"],
+ "pairs-well-with": ["pairs-well", "Pairs well with"],
+ "new-arrivals-rotator":["new-arrivals", "newArrivals"],
+ "substitutefinder": ["substitute"],
+ "rotating-hero": ["rotating-hero", "hero-rotation", "heroRotate", "rotateHero"],
+ "memo-sample-order": ["memo-sample", "memo sample", "sample-order", "sampleOrder"]
+ },
+ "SEO / meta / page": {
+ "sitemap-robots": ["sitemap\\.xml", "robots\\.txt"],
+ "structured-data-jsonld":["application/ld\\+json"],
+ "social-meta-tags": ["og:image", "twitter:card"],
+ "analytics-ga": ["gtag\\(", "googletagmanager", "G-[A-Z0-9]{8,}"],
+ "basic-auth-viewer": ["DW2024", "basic-auth", "WWW-Authenticate"]
+ }
+}
diff --git a/matrix.json b/matrix.json
new file mode 100644
index 0000000..d527703
--- /dev/null
+++ b/matrix.json
@@ -0,0 +1,5183 @@
+{
+ "generatedAt": "2026-09-22T20:44:22Z",
+ "axis_features": [
+ {
+ "group": "drop-in UX primitives",
+ "name": "toast-notify"
+ },
+ {
+ "group": "drop-in UX primitives",
+ "name": "skeleton-loader"
+ },
+ {
+ "group": "drop-in UX primitives",
+ "name": "empty-state"
+ },
+ {
+ "group": "drop-in UX primitives",
+ "name": "command-palette"
+ },
+ {
+ "group": "drop-in UX primitives",
+ "name": "copy-to-clipboard"
+ },
+ {
+ "group": "drop-in UX primitives",
+ "name": "ux-primitives-base"
+ },
+ {
+ "group": "drop-in UX primitives",
+ "name": "modal-rig"
+ },
+ {
+ "group": "drop-in UX primitives",
+ "name": "page-flip-ui"
+ },
+ {
+ "group": "drop-in UX primitives",
+ "name": "bento-grid"
+ },
+ {
+ "group": "drop-in UX primitives",
+ "name": "kv-list"
+ },
+ {
+ "group": "drop-in UX primitives",
+ "name": "bookshelf-catalog"
+ },
+ {
+ "group": "drop-in UX primitives",
+ "name": "age-adaptive-theme"
+ },
+ {
+ "group": "drop-in UX primitives",
+ "name": "oversized-cursor"
+ },
+ {
+ "group": "drop-in UX primitives",
+ "name": "spin-viewer"
+ },
+ {
+ "group": "_shared components",
+ "name": "corner-nav"
+ },
+ {
+ "group": "_shared components",
+ "name": "corner-nav-accordion"
+ },
+ {
+ "group": "_shared components",
+ "name": "hero-4grid"
+ },
+ {
+ "group": "_shared components",
+ "name": "universal-promo-banner"
+ },
+ {
+ "group": "_shared components",
+ "name": "admin-catalog"
+ },
+ {
+ "group": "_shared components",
+ "name": "microsite-aesthetic"
+ },
+ {
+ "group": "_shared components",
+ "name": "rail-match"
+ },
+ {
+ "group": "_shared components",
+ "name": "dw-theme-nav"
+ },
+ {
+ "group": "_shared components",
+ "name": "color-isolate"
+ },
+ {
+ "group": "_shared components",
+ "name": "nav-agent"
+ },
+ {
+ "group": "_shared components",
+ "name": "three-view"
+ },
+ {
+ "group": "_shared components",
+ "name": "image-proxy"
+ },
+ {
+ "group": "_shared components",
+ "name": "site-config-shared"
+ },
+ {
+ "group": "storefront standing features",
+ "name": "sort-select"
+ },
+ {
+ "group": "storefront standing features",
+ "name": "density-slider"
+ },
+ {
+ "group": "storefront standing features",
+ "name": "created-date-chip"
+ },
+ {
+ "group": "storefront standing features",
+ "name": "href-drill"
+ },
+ {
+ "group": "storefront standing features",
+ "name": "pairs-well-with"
+ },
+ {
+ "group": "storefront standing features",
+ "name": "new-arrivals-rotator"
+ },
+ {
+ "group": "storefront standing features",
+ "name": "substitutefinder"
+ },
+ {
+ "group": "storefront standing features",
+ "name": "rotating-hero"
+ },
+ {
+ "group": "storefront standing features",
+ "name": "memo-sample-order"
+ },
+ {
+ "group": "SEO / meta / page",
+ "name": "sitemap-robots"
+ },
+ {
+ "group": "SEO / meta / page",
+ "name": "structured-data-jsonld"
+ },
+ {
+ "group": "SEO / meta / page",
+ "name": "social-meta-tags"
+ },
+ {
+ "group": "SEO / meta / page",
+ "name": "analytics-ga"
+ },
+ {
+ "group": "SEO / meta / page",
+ "name": "basic-auth-viewer"
+ }
+ ],
+ "site_meta": {
+ "1800swallpaper": {
+ "repo": "/Users/macstudio3/Projects/1800swallpaper",
+ "live": "live",
+ "domain": "1800swallpaper.com",
+ "hasRepo": true
+ },
+ "1890swallpaper": {
+ "repo": "/Users/macstudio3/Projects/1890swallpaper",
+ "live": "live",
+ "domain": "1890swallpaper.com",
+ "hasRepo": true
+ },
+ "1900swallpaper": {
+ "repo": "/Users/macstudio3/Projects/1900swallpaper",
+ "live": "live",
+ "domain": "1900swallpaper.com",
+ "hasRepo": true
+ },
+ "1920swallpaper": {
+ "repo": "/Users/macstudio3/Projects/1920swallpaper",
+ "live": "live",
+ "domain": "1920swallpaper.com",
+ "hasRepo": true
+ },
+ "1930swallpaper": {
+ "repo": "/Users/macstudio3/Projects/1930swallpaper",
+ "live": "live",
+ "domain": "1930swallpaper.com",
+ "hasRepo": true
+ },
+ "1940swallpaper": {
+ "repo": "/Users/macstudio3/Projects/1940swallpaper",
+ "live": "live",
+ "domain": "1940swallpaper.com",
+ "hasRepo": true
+ },
+ "1950swallpaper": {
+ "repo": "/Users/macstudio3/Projects/1950swallpaper",
+ "live": "live",
+ "domain": "1950swallpaper.com",
+ "hasRepo": true
+ },
+ "1960swallpaper": {
+ "repo": "/Users/macstudio3/Projects/1960swallpaper",
+ "live": "live",
+ "domain": "1960swallpaper.com",
+ "hasRepo": true
+ },
+ "1970swallpaper": {
+ "repo": "/Users/macstudio3/Projects/1970swallpaper",
+ "live": "live",
+ "domain": "1970swallpaper.com",
+ "hasRepo": true
+ },
+ "1980swallpaper": {
+ "repo": "/Users/macstudio3/Projects/1980swallpaper",
+ "live": "live",
+ "domain": "1980swallpaper.com",
+ "hasRepo": true
+ },
+ "agedwallpaper": {
+ "repo": "/Users/macstudio3/Projects/agedwallpaper",
+ "live": "live",
+ "domain": "agedwallpaper.com",
+ "hasRepo": true
+ },
+ "apartmentwallpaper": {
+ "repo": "/Users/macstudio3/Projects/apartmentwallpaper",
+ "live": "live",
+ "domain": "apartmentwallpaper.com",
+ "hasRepo": true
+ },
+ "architecturalwallcoverings": {
+ "repo": "/Users/macstudio3/Projects/architecturalwallcoverings",
+ "live": "live",
+ "domain": "architecturalwallcoverings.com",
+ "hasRepo": true
+ },
+ "bestwallpaperplace": {
+ "repo": "/Users/macstudio3/Projects/bestwallpaperplace",
+ "live": "live",
+ "domain": "bestwallpaperplace.com",
+ "hasRepo": true
+ },
+ "blockprintedwallpaper": {
+ "repo": "/Users/macstudio3/Projects/blockprintedwallpaper",
+ "live": "live",
+ "domain": "blockprintedwallpaper.com",
+ "hasRepo": true
+ },
+ "carmelwallpapers": {
+ "repo": "/Users/macstudio3/Projects/carmelwallpapers",
+ "live": "live",
+ "domain": "carmelwallpapers.com",
+ "hasRepo": true
+ },
+ "chinoiseriewallpaper": {
+ "repo": "/Users/macstudio3/Projects/chinoiseriewallpaper",
+ "live": "live",
+ "domain": "chinoiseriewallpaper.com",
+ "hasRepo": true
+ },
+ "contractwallpaper": {
+ "repo": "/Users/macstudio3/Projects/contractwallpaper",
+ "live": "live",
+ "domain": "contractwallpaper.com",
+ "hasRepo": true
+ },
+ "corkwallcovering": {
+ "repo": "/Users/macstudio3/Projects/corkwallcovering",
+ "live": "live",
+ "domain": "corkwallcovering.com",
+ "hasRepo": true
+ },
+ "customdigitalmurals": {
+ "repo": "/Users/macstudio3/Projects/customdigitalmurals",
+ "live": "live",
+ "domain": "customdigitalmurals.com",
+ "hasRepo": true
+ },
+ "designerwallcoverings": {
+ "repo": "/Users/macstudio3/Projects/designerwallcoverings",
+ "live": "live",
+ "domain": "designerwallcoverings.com",
+ "hasRepo": true
+ },
+ "embroideredwallpaper": {
+ "repo": "/Users/macstudio3/Projects/embroideredwallpaper",
+ "live": "live",
+ "domain": "embroideredwallpaper.com",
+ "hasRepo": true
+ },
+ "fabricwallpaper": {
+ "repo": "/Users/macstudio3/Projects/fabricwallpaper",
+ "live": "live",
+ "domain": "fabricwallpaper.com",
+ "hasRepo": true
+ },
+ "flockedwallpaper": {
+ "repo": "/Users/macstudio3/Projects/flockedwallpaper",
+ "live": "live",
+ "domain": "flockedwallpaper.com",
+ "hasRepo": true
+ },
+ "glassbeadedwallpaper": {
+ "repo": "/Users/macstudio3/Projects/glassbeadedwallpaper",
+ "live": "live",
+ "domain": "glassbeadedwallpaper.com",
+ "hasRepo": true
+ },
+ "glitterwalls": {
+ "repo": "/Users/macstudio3/Projects/glitterwalls",
+ "live": "live",
+ "domain": "glitterwalls.com",
+ "hasRepo": true
+ },
+ "goldleafwallpaper": {
+ "repo": "/Users/macstudio3/Projects/goldleafwallpaper",
+ "live": "live",
+ "domain": "goldleafwallpaper.com",
+ "hasRepo": true
+ },
+ "greenwallcoverings": {
+ "repo": "/Users/macstudio3/Projects/greenwallcoverings",
+ "live": "live",
+ "domain": "greenwallcoverings.com",
+ "hasRepo": true
+ },
+ "handcraftedwallpaper": {
+ "repo": "/Users/macstudio3/Projects/handcraftedwallpaper",
+ "live": "live",
+ "domain": "handcraftedwallpaper.com",
+ "hasRepo": true
+ },
+ "healthcarewallpaper": {
+ "repo": "/Users/macstudio3/Projects/healthcarewallpaper",
+ "live": "live",
+ "domain": "healthcarewallpaper.com",
+ "hasRepo": true
+ },
+ "hollywood-wallcoverings": {
+ "repo": "/Users/macstudio3/Projects/hollywood-wallcoverings",
+ "live": "live",
+ "domain": "hollywoodwallcoverings.com",
+ "hasRepo": true
+ },
+ "hospitalitydesignreps": {
+ "repo": "/Users/macstudio3/Projects/hospitalitydesignreps",
+ "live": "live",
+ "domain": "hospitalitydesignreps.com",
+ "hasRepo": true
+ },
+ "hospitalitywallcoverings": {
+ "repo": "/Users/macstudio3/Projects/hospitalitywallcoverings",
+ "live": "live",
+ "domain": "hospitalitywallcoverings.com",
+ "hasRepo": true
+ },
+ "hospitalitywallpaper": {
+ "repo": "/Users/macstudio3/Projects/hospitalitywallpaper",
+ "live": "live",
+ "domain": "hospitalitywallpaper.com",
+ "hasRepo": true
+ },
+ "hotelwallcoverings": {
+ "repo": "/Users/macstudio3/Projects/hotelwallcoverings",
+ "live": "live",
+ "domain": "hotelwallcoverings.com",
+ "hasRepo": true
+ },
+ "jutewallpaper": {
+ "repo": "/Users/macstudio3/Projects/jutewallpaper",
+ "live": "live",
+ "domain": "jutewallpaper.com",
+ "hasRepo": true
+ },
+ "linenwallpaper": {
+ "repo": "/Users/macstudio3/Projects/linenwallpaper",
+ "live": "live",
+ "domain": "linenwallpaper.com",
+ "hasRepo": true
+ },
+ "madagascarwallpaper": {
+ "repo": "/Users/macstudio3/Projects/madagascarwallpaper",
+ "live": "live",
+ "domain": "madagascarwallpaper.com",
+ "hasRepo": true
+ },
+ "metallicwallpaper": {
+ "repo": "/Users/macstudio3/Projects/metallicwallpaper",
+ "live": "live",
+ "domain": "metallicwallpaper.com",
+ "hasRepo": true
+ },
+ "micawallpaper": {
+ "repo": "/Users/macstudio3/Projects/micawallpaper",
+ "live": "live",
+ "domain": "micawallpaper.com",
+ "hasRepo": true
+ },
+ "museumwallpaper": {
+ "repo": "/Users/macstudio3/Projects/museumwallpaper",
+ "live": "live",
+ "domain": "museumwallpaper.com",
+ "hasRepo": true
+ },
+ "mylarwallpaper": {
+ "repo": "/Users/macstudio3/Projects/mylarwallpaper",
+ "live": "live",
+ "domain": "mylarwallpaper.com",
+ "hasRepo": true
+ },
+ "naturaltextilewallpaper": {
+ "repo": "/Users/macstudio3/Projects/naturaltextilewallpaper",
+ "live": "live",
+ "domain": "naturaltextilewallpaper.com",
+ "hasRepo": true
+ },
+ "naturalwallcoverings": {
+ "repo": "/Users/macstudio3/Projects/naturalwallcoverings",
+ "live": "live",
+ "domain": "naturalwallcoverings.com",
+ "hasRepo": true
+ },
+ "pastelwallpaper": {
+ "repo": "/Users/macstudio3/Projects/pastelwallpaper",
+ "live": "live",
+ "domain": "pastelwallpaper.com",
+ "hasRepo": true
+ },
+ "philipperomano": {
+ "repo": "/Users/macstudio3/Projects/philipperomano",
+ "live": "live",
+ "domain": "philipperomano.com",
+ "hasRepo": true
+ },
+ "raffiawallcoverings": {
+ "repo": "/Users/macstudio3/Projects/raffiawallcoverings",
+ "live": "live",
+ "domain": "raffiawallcoverings.com",
+ "hasRepo": true
+ },
+ "raffiawalls": {
+ "repo": "/Users/macstudio3/Projects/raffiawalls",
+ "live": "live",
+ "domain": "raffiawalls.com",
+ "hasRepo": true
+ },
+ "recycledwallpaper": {
+ "repo": "/Users/macstudio3/Projects/recycledwallpaper",
+ "live": "live",
+ "domain": "recycledwallpaper.com",
+ "hasRepo": true
+ },
+ "restaurantwallpaper": {
+ "repo": "/Users/macstudio3/Projects/restaurantwallpaper",
+ "live": "live",
+ "domain": "restaurantwallpaper.com",
+ "hasRepo": true
+ },
+ "restorationwallpaper": {
+ "repo": "/Users/macstudio3/Projects/restorationwallpaper",
+ "live": "live",
+ "domain": "restorationwallpaper.com",
+ "hasRepo": true
+ },
+ "saloonwallpaper": {
+ "repo": "/Users/macstudio3/Projects/saloonwallpaper",
+ "live": "live",
+ "domain": "saloonwallpaper.com",
+ "hasRepo": true
+ },
+ "screenprintedwallpaper": {
+ "repo": "/Users/macstudio3/Projects/screenprintedwallpaper",
+ "live": "live",
+ "domain": "screenprintedwallpaper.com",
+ "hasRepo": true
+ },
+ "selfadhesivewallpaper": {
+ "repo": "/Users/macstudio3/Projects/selfadhesivewallpaper",
+ "live": "live",
+ "domain": "selfadhesivewallpaper.com",
+ "hasRepo": true
+ },
+ "silkwallcoverings": {
+ "repo": "/Users/macstudio3/Projects/silkwallcoverings",
+ "live": "live",
+ "domain": "silkwallcoverings.com",
+ "hasRepo": true
+ },
+ "silkwallpaper": {
+ "repo": "/Users/macstudio3/Projects/silkwallpaper",
+ "live": "live",
+ "domain": "silkwallpaper.com",
+ "hasRepo": true
+ },
+ "silverleafwallpaper": {
+ "repo": "/Users/macstudio3/Projects/silverleafwallpaper",
+ "live": "live",
+ "domain": "silverleafwallpaper.com",
+ "hasRepo": true
+ },
+ "stringwallpaper": {
+ "repo": "/Users/macstudio3/Projects/stringwallpaper",
+ "live": "live",
+ "domain": "stringwallpaper.com",
+ "hasRepo": true
+ },
+ "suedewallpaper": {
+ "repo": "/Users/macstudio3/Projects/suedewallpaper",
+ "live": "live",
+ "domain": "suedewallpaper.com",
+ "hasRepo": true
+ },
+ "textiletuesday": {
+ "repo": "/Users/macstudio3/Projects/textiletuesday",
+ "live": "live",
+ "domain": "textiletuesday.com",
+ "hasRepo": true
+ },
+ "textilewallpaper": {
+ "repo": "/Users/macstudio3/Projects/textilewallpaper",
+ "live": "live",
+ "domain": "textilewallpaper.com",
+ "hasRepo": true
+ },
+ "thesetdecorator": {
+ "repo": "/Users/macstudio3/Projects/thesetdecorator",
+ "live": "live",
+ "domain": "thesetdecorator.com",
+ "hasRepo": false
+ },
+ "vinylwallpaper": {
+ "repo": "/Users/macstudio3/Projects/vinylwallpaper",
+ "live": "live",
+ "domain": "vinylwallpaper.com",
+ "hasRepo": true
+ },
+ "wallco-ai": {
+ "repo": "/Users/macstudio3/Projects/wallco-ai",
+ "live": "live",
+ "domain": "wallco.ai",
+ "hasRepo": true
+ },
+ "wallco": {
+ "repo": "/Users/macstudio3/Projects/wallco",
+ "live": "live",
+ "domain": "wallco.com",
+ "hasRepo": true
+ },
+ "wallpapercanada": {
+ "repo": "/Users/macstudio3/Projects/wallpapercanada",
+ "live": "live",
+ "domain": "wallpapercanada.com",
+ "hasRepo": true
+ },
+ "wallpapercontractor": {
+ "repo": "/Users/macstudio3/Projects/wallpapercontractor",
+ "live": "live",
+ "domain": "wallpapercontractor.com",
+ "hasRepo": true
+ },
+ "wallpaperdefinitions": {
+ "repo": "/Users/macstudio3/Projects/wallpaperdefinitions",
+ "live": "live",
+ "domain": "wallpaperdefinitions.com",
+ "hasRepo": true
+ },
+ "wallpaperdictionary": {
+ "repo": "/Users/macstudio3/Projects/wallpaperdictionary",
+ "live": "live",
+ "domain": "wallpaperdictionary.com",
+ "hasRepo": true
+ },
+ "wallpaperdistributors": {
+ "repo": "/Users/macstudio3/Projects/wallpaperdistributors",
+ "live": "live",
+ "domain": "wallpaperdistributors.com",
+ "hasRepo": true
+ },
+ "wallpaperestimator": {
+ "repo": "/Users/macstudio3/Projects/wallpaperestimator",
+ "live": "live",
+ "domain": "wallpaperestimator.com",
+ "hasRepo": true
+ },
+ "wallpaperglossary": {
+ "repo": "/Users/macstudio3/Projects/wallpaperglossary",
+ "live": "live",
+ "domain": "wallpaperglossary.com",
+ "hasRepo": true
+ },
+ "wallpaperhistory": {
+ "repo": "/Users/macstudio3/Projects/wallpaperhistory",
+ "live": "live",
+ "domain": "wallpaperhistory.com",
+ "hasRepo": true
+ },
+ "wallpapersback": {
+ "repo": "/Users/macstudio3/Projects/wallpapersback",
+ "live": "live",
+ "domain": "wallpapersback.com",
+ "hasRepo": true
+ },
+ "wallpaperwednesday": {
+ "repo": "/Users/macstudio3/Projects/wallpaperwednesday",
+ "live": "live",
+ "domain": "wallpaperwednesday.com",
+ "hasRepo": true
+ }
+ },
+ "matrix": {
+ "1800swallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "1890swallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "1900swallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "1920swallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "1930swallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "1940swallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "1950swallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": true,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "1960swallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": true,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "1970swallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": false,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "1980swallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": false,
+ "admin-catalog": false,
+ "microsite-aesthetic": true,
+ "rail-match": false,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "agedwallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": true,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "apartmentwallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": true,
+ "rail-match": false,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": true,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": false,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "architecturalwallcoverings": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": true,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "bestwallpaperplace": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": false,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": false,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": false,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": false,
+ "substitutefinder": false,
+ "rotating-hero": false,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": false,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "blockprintedwallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": true,
+ "rail-match": false,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": true,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": false,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "carmelwallpapers": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": false,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": false,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": true,
+ "rail-match": true,
+ "dw-theme-nav": false,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": true,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": false,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": false,
+ "substitutefinder": false,
+ "rotating-hero": false,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "chinoiseriewallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": true,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": false,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": true,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": false,
+ "created-date-chip": true,
+ "href-drill": false,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": false,
+ "substitutefinder": false,
+ "rotating-hero": false,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "contractwallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "corkwallcovering": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": true,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "customdigitalmurals": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": false,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": false,
+ "corner-nav-accordion": false,
+ "hero-4grid": false,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": false,
+ "dw-theme-nav": false,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": false,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": false,
+ "substitutefinder": false,
+ "rotating-hero": false,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "designerwallcoverings": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": true,
+ "command-palette": true,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": false,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": false,
+ "corner-nav-accordion": false,
+ "hero-4grid": false,
+ "universal-promo-banner": true,
+ "admin-catalog": false,
+ "microsite-aesthetic": false,
+ "rail-match": false,
+ "dw-theme-nav": false,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": false,
+ "created-date-chip": true,
+ "href-drill": false,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": true,
+ "rotating-hero": false,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": false
+ },
+ "embroideredwallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": true,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": true,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "fabricwallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "flockedwallpaper": {
+ "toast-notify": true,
+ "skeleton-loader": false,
+ "empty-state": true,
+ "command-palette": false,
+ "copy-to-clipboard": true,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": false,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": false,
+ "universal-promo-banner": false,
+ "admin-catalog": false,
+ "microsite-aesthetic": false,
+ "rail-match": false,
+ "dw-theme-nav": false,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": false,
+ "href-drill": false,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": false,
+ "memo-sample-order": true,
+ "sitemap-robots": false,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": false
+ },
+ "glassbeadedwallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": false,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": false,
+ "admin-catalog": false,
+ "microsite-aesthetic": false,
+ "rail-match": false,
+ "dw-theme-nav": false,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": false,
+ "href-drill": false,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": false,
+ "memo-sample-order": true,
+ "sitemap-robots": false,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": false
+ },
+ "glitterwalls": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": true,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": false,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "goldleafwallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": false,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": false,
+ "universal-promo-banner": false,
+ "admin-catalog": false,
+ "microsite-aesthetic": false,
+ "rail-match": false,
+ "dw-theme-nav": false,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": false,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": true,
+ "rotating-hero": false,
+ "memo-sample-order": true,
+ "sitemap-robots": false,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": false
+ },
+ "greenwallcoverings": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": true,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "handcraftedwallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": true,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": true,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "healthcarewallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "hollywood-wallcoverings": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": false,
+ "universal-promo-banner": false,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": false,
+ "dw-theme-nav": false,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": true,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": false,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": false,
+ "memo-sample-order": true,
+ "sitemap-robots": false,
+ "structured-data-jsonld": false,
+ "social-meta-tags": false,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "hospitalitydesignreps": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": false,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": false,
+ "corner-nav-accordion": false,
+ "hero-4grid": false,
+ "universal-promo-banner": false,
+ "admin-catalog": false,
+ "microsite-aesthetic": false,
+ "rail-match": false,
+ "dw-theme-nav": false,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": false,
+ "href-drill": false,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": false,
+ "substitutefinder": false,
+ "rotating-hero": false,
+ "memo-sample-order": false,
+ "sitemap-robots": true,
+ "structured-data-jsonld": false,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": false
+ },
+ "hospitalitywallcoverings": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": true,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "hospitalitywallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "hotelwallcoverings": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "jutewallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "linenwallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": true,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "madagascarwallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": true,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "metallicwallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "micawallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": true,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "museumwallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": true,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "mylarwallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": true,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "naturaltextilewallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": false,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": false,
+ "dw-theme-nav": false,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": true,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": false,
+ "href-drill": false,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": false,
+ "substitutefinder": false,
+ "rotating-hero": false,
+ "memo-sample-order": true,
+ "sitemap-robots": false,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "naturalwallcoverings": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": true,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "pastelwallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": true,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "philipperomano": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": false,
+ "corner-nav-accordion": false,
+ "hero-4grid": false,
+ "universal-promo-banner": false,
+ "admin-catalog": false,
+ "microsite-aesthetic": false,
+ "rail-match": false,
+ "dw-theme-nav": false,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": false,
+ "created-date-chip": true,
+ "href-drill": false,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": false,
+ "substitutefinder": false,
+ "rotating-hero": false,
+ "memo-sample-order": true,
+ "sitemap-robots": false,
+ "structured-data-jsonld": false,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": false
+ },
+ "raffiawallcoverings": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": true,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "raffiawalls": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": true,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": false,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": false,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "recycledwallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": true,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": true,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": false,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": false,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "restaurantwallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "restorationwallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": true,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": false,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "saloonwallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": true,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": false,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "screenprintedwallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": true,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": true,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "selfadhesivewallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": true,
+ "rail-match": false,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": true,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "silkwallcoverings": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": true,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": false,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "silkwallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": true,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": true,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "silverleafwallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "stringwallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": true,
+ "rail-match": false,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": true,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": false,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": false,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "suedewallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": true,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "textiletuesday": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": false,
+ "universal-promo-banner": true,
+ "admin-catalog": false,
+ "microsite-aesthetic": false,
+ "rail-match": false,
+ "dw-theme-nav": false,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": false,
+ "density-slider": false,
+ "created-date-chip": false,
+ "href-drill": false,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": false,
+ "substitutefinder": false,
+ "rotating-hero": false,
+ "memo-sample-order": true,
+ "sitemap-robots": false,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": false,
+ "basic-auth-viewer": false
+ },
+ "textilewallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": true,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "thesetdecorator": {
+ "toast-notify": null,
+ "skeleton-loader": null,
+ "empty-state": null,
+ "command-palette": null,
+ "copy-to-clipboard": null,
+ "ux-primitives-base": null,
+ "modal-rig": null,
+ "page-flip-ui": null,
+ "bento-grid": null,
+ "kv-list": null,
+ "bookshelf-catalog": null,
+ "age-adaptive-theme": null,
+ "oversized-cursor": null,
+ "spin-viewer": null,
+ "corner-nav": null,
+ "corner-nav-accordion": null,
+ "hero-4grid": null,
+ "universal-promo-banner": null,
+ "admin-catalog": null,
+ "microsite-aesthetic": null,
+ "rail-match": null,
+ "dw-theme-nav": null,
+ "color-isolate": null,
+ "nav-agent": null,
+ "three-view": null,
+ "image-proxy": null,
+ "site-config-shared": null,
+ "sort-select": null,
+ "density-slider": null,
+ "created-date-chip": null,
+ "href-drill": null,
+ "pairs-well-with": null,
+ "new-arrivals-rotator": null,
+ "substitutefinder": null,
+ "rotating-hero": null,
+ "memo-sample-order": null,
+ "sitemap-robots": null,
+ "structured-data-jsonld": null,
+ "social-meta-tags": null,
+ "analytics-ga": null,
+ "basic-auth-viewer": null
+ },
+ "vinylwallpaper": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": true,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "wallco-ai": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": false,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": false,
+ "corner-nav-accordion": false,
+ "hero-4grid": false,
+ "universal-promo-banner": false,
+ "admin-catalog": false,
+ "microsite-aesthetic": false,
+ "rail-match": false,
+ "dw-theme-nav": false,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": false,
+ "density-slider": false,
+ "created-date-chip": false,
+ "href-drill": false,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": false,
+ "substitutefinder": false,
+ "rotating-hero": false,
+ "memo-sample-order": false,
+ "sitemap-robots": false,
+ "structured-data-jsonld": false,
+ "social-meta-tags": false,
+ "analytics-ga": false,
+ "basic-auth-viewer": false
+ },
+ "wallco": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": false,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": false,
+ "corner-nav-accordion": false,
+ "hero-4grid": false,
+ "universal-promo-banner": false,
+ "admin-catalog": false,
+ "microsite-aesthetic": false,
+ "rail-match": false,
+ "dw-theme-nav": false,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": false,
+ "created-date-chip": false,
+ "href-drill": false,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": false,
+ "substitutefinder": false,
+ "rotating-hero": false,
+ "memo-sample-order": true,
+ "sitemap-robots": false,
+ "structured-data-jsonld": false,
+ "social-meta-tags": false,
+ "analytics-ga": true,
+ "basic-auth-viewer": false
+ },
+ "wallpapercanada": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": false,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": true,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": true,
+ "substitutefinder": false,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "wallpapercontractor": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": false,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": false,
+ "corner-nav-accordion": false,
+ "hero-4grid": false,
+ "universal-promo-banner": false,
+ "admin-catalog": false,
+ "microsite-aesthetic": false,
+ "rail-match": false,
+ "dw-theme-nav": false,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": false,
+ "href-drill": false,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": false,
+ "substitutefinder": true,
+ "rotating-hero": false,
+ "memo-sample-order": false,
+ "sitemap-robots": false,
+ "structured-data-jsonld": false,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": false
+ },
+ "wallpaperdefinitions": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": false,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": false,
+ "universal-promo-banner": false,
+ "admin-catalog": false,
+ "microsite-aesthetic": false,
+ "rail-match": false,
+ "dw-theme-nav": false,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": false,
+ "density-slider": true,
+ "created-date-chip": false,
+ "href-drill": false,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": false,
+ "substitutefinder": false,
+ "rotating-hero": false,
+ "memo-sample-order": true,
+ "sitemap-robots": false,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": false,
+ "basic-auth-viewer": false
+ },
+ "wallpaperdictionary": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": false,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": false,
+ "universal-promo-banner": false,
+ "admin-catalog": false,
+ "microsite-aesthetic": false,
+ "rail-match": false,
+ "dw-theme-nav": false,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": false,
+ "density-slider": false,
+ "created-date-chip": false,
+ "href-drill": false,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": false,
+ "substitutefinder": false,
+ "rotating-hero": false,
+ "memo-sample-order": true,
+ "sitemap-robots": false,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": false
+ },
+ "wallpaperdistributors": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": false,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": false,
+ "universal-promo-banner": false,
+ "admin-catalog": false,
+ "microsite-aesthetic": false,
+ "rail-match": false,
+ "dw-theme-nav": false,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": false,
+ "href-drill": false,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": false,
+ "substitutefinder": false,
+ "rotating-hero": false,
+ "memo-sample-order": false,
+ "sitemap-robots": false,
+ "structured-data-jsonld": false,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": false
+ },
+ "wallpaperestimator": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": false,
+ "universal-promo-banner": false,
+ "admin-catalog": false,
+ "microsite-aesthetic": false,
+ "rail-match": false,
+ "dw-theme-nav": false,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": false,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": false,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": false,
+ "substitutefinder": false,
+ "rotating-hero": false,
+ "memo-sample-order": true,
+ "sitemap-robots": false,
+ "structured-data-jsonld": false,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": false
+ },
+ "wallpaperglossary": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": false,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": false,
+ "universal-promo-banner": false,
+ "admin-catalog": false,
+ "microsite-aesthetic": false,
+ "rail-match": false,
+ "dw-theme-nav": false,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": false,
+ "density-slider": false,
+ "created-date-chip": false,
+ "href-drill": false,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": false,
+ "substitutefinder": true,
+ "rotating-hero": false,
+ "memo-sample-order": true,
+ "sitemap-robots": false,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": false,
+ "basic-auth-viewer": false
+ },
+ "wallpaperhistory": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": false,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": false,
+ "universal-promo-banner": false,
+ "admin-catalog": false,
+ "microsite-aesthetic": false,
+ "rail-match": false,
+ "dw-theme-nav": false,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": false,
+ "density-slider": false,
+ "created-date-chip": false,
+ "href-drill": false,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": false,
+ "substitutefinder": true,
+ "rotating-hero": false,
+ "memo-sample-order": true,
+ "sitemap-robots": false,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": false
+ },
+ "wallpapersback": {
+ "toast-notify": true,
+ "skeleton-loader": true,
+ "empty-state": true,
+ "command-palette": true,
+ "copy-to-clipboard": true,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": true,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": true,
+ "universal-promo-banner": true,
+ "admin-catalog": true,
+ "microsite-aesthetic": true,
+ "rail-match": true,
+ "dw-theme-nav": true,
+ "color-isolate": true,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": true,
+ "density-slider": true,
+ "created-date-chip": true,
+ "href-drill": false,
+ "pairs-well-with": true,
+ "new-arrivals-rotator": true,
+ "substitutefinder": true,
+ "rotating-hero": true,
+ "memo-sample-order": true,
+ "sitemap-robots": true,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": true
+ },
+ "wallpaperwednesday": {
+ "toast-notify": false,
+ "skeleton-loader": false,
+ "empty-state": false,
+ "command-palette": false,
+ "copy-to-clipboard": false,
+ "ux-primitives-base": false,
+ "modal-rig": false,
+ "page-flip-ui": false,
+ "bento-grid": false,
+ "kv-list": false,
+ "bookshelf-catalog": false,
+ "age-adaptive-theme": true,
+ "oversized-cursor": false,
+ "spin-viewer": false,
+ "corner-nav": true,
+ "corner-nav-accordion": false,
+ "hero-4grid": false,
+ "universal-promo-banner": true,
+ "admin-catalog": false,
+ "microsite-aesthetic": false,
+ "rail-match": false,
+ "dw-theme-nav": false,
+ "color-isolate": false,
+ "nav-agent": false,
+ "three-view": false,
+ "image-proxy": false,
+ "site-config-shared": false,
+ "sort-select": false,
+ "density-slider": false,
+ "created-date-chip": false,
+ "href-drill": false,
+ "pairs-well-with": false,
+ "new-arrivals-rotator": false,
+ "substitutefinder": false,
+ "rotating-hero": false,
+ "memo-sample-order": true,
+ "sitemap-robots": false,
+ "structured-data-jsonld": true,
+ "social-meta-tags": true,
+ "analytics-ga": true,
+ "basic-auth-viewer": false
+ }
+ },
+ "evidence": {
+ "1800swallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "1890swallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "1900swallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "1920swallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "1930swallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "1940swallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "1950swallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "site-config-shared": "server.js",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "1960swallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "microsite-aesthetic": "scripts/pull-from-shopify.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "1970swallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "1980swallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "microsite-aesthetic": "scripts/pull-from-shopify.js",
+ "dw-theme-nav": "public/index.html",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "public/index.html",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "_universal-auth.js"
+ },
+ "agedwallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "site-config-shared": "server.js",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "apartmentwallpaper": {
+ "age-adaptive-theme": "server.js",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "microsite-aesthetic": "scripts/pull-from-shopify.js",
+ "dw-theme-nav": "public/index.html",
+ "site-config-shared": "server.js",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "server.js",
+ "social-meta-tags": "server.js",
+ "analytics-ga": "server.js",
+ "basic-auth-viewer": "server.js"
+ },
+ "architecturalwallcoverings": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "site-config-shared": "server.js",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "bestwallpaperplace": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "blockprintedwallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "microsite-aesthetic": "scripts/pull-from-shopify.js",
+ "dw-theme-nav": "public/index.html",
+ "site-config-shared": "server.js",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "carmelwallpapers": {
+ "corner-nav": "server.js",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "microsite-aesthetic": "scripts/pull-from-shopify.js",
+ "rail-match": "server.js",
+ "image-proxy": "server.js",
+ "sort-select": "server.js",
+ "density-slider": "server.js",
+ "created-date-chip": "server.js",
+ "memo-sample-order": "server.js",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "server.js",
+ "social-meta-tags": "server.js",
+ "analytics-ga": "server.js",
+ "basic-auth-viewer": "server.js"
+ },
+ "chinoiseriewallpaper": {
+ "empty-state": "public/css/site.css",
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "microsite-aesthetic": "scripts/pull-from-shopify.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "sort-select": "server.js",
+ "created-date-chip": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "contractwallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "tmp-kravet-spec-pilot.mjs",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "corkwallcovering": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "corner-nav-accordion": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "public/index.html",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "customdigitalmurals": {
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "sort-select": "server.js",
+ "density-slider": "server.js",
+ "created-date-chip": "server.js",
+ "memo-sample-order": "server.js",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "server.js",
+ "social-meta-tags": "server.js",
+ "analytics-ga": "server.js",
+ "basic-auth-viewer": "server.js"
+ },
+ "designerwallcoverings": {
+ "empty-state": "evidence/TK-11860-tres-tintas-20260917/external-plane/newwall-2203-5-antioquia.html",
+ "command-palette": "evidence/TK-11860-w1838-20260917/external-plane/1838-Mineral-Agate-Blue.html",
+ "universal-promo-banner": "evidence/TK-11860-sandberg-20260917/external-plane/sandberg-S11008-poppy-light-blue.html",
+ "sort-select": "server.js",
+ "created-date-chip": "evidence/TK-11860-mindthegap-20260917/external-plane/mtg-WP30011-countryside-plaid.html",
+ "new-arrivals-rotator": "evidence/TK-11860-tres-tintas-20260917/external-plane/newwall-2203-5-antioquia.html",
+ "substitutefinder": "scripts/tk10895-trancheB-golive-269.mjs",
+ "memo-sample-order": "server.js",
+ "sitemap-robots": "scripts/hreflang-locale-audit/hreflang-locale-audit.mjs",
+ "structured-data-jsonld": "evidence/TK-11860-anna-french-20260917/external-plane/thibaut-AT9842.html",
+ "social-meta-tags": "evidence/TK-11860-anna-french-20260917/external-plane/thibaut-AT9842.html",
+ "analytics-ga": "evidence/TK-11860-anna-french-20260917/external-plane/thibaut-AT9842.html"
+ },
+ "embroideredwallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "microsite-aesthetic": "scripts/pull-from-shopify.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "site-config-shared": "server.js",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "fabricwallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "flockedwallpaper": {
+ "toast-notify": "agenda.html",
+ "empty-state": "simple-test.html",
+ "copy-to-clipboard": "index.html",
+ "corner-nav": "index.html",
+ "sort-select": "simple-test.html",
+ "density-slider": "index.html",
+ "new-arrivals-rotator": "index.html",
+ "memo-sample-order": "index.html",
+ "structured-data-jsonld": "index-old-backup.html",
+ "social-meta-tags": "index-old-backup.html",
+ "analytics-ga": "index-old-backup.html"
+ },
+ "glassbeadedwallpaper": {
+ "corner-nav": "index.html",
+ "hero-4grid": "index.html",
+ "sort-select": "index.html",
+ "density-slider": "index.html",
+ "new-arrivals-rotator": "index.html",
+ "memo-sample-order": "index.html",
+ "structured-data-jsonld": "index.html",
+ "social-meta-tags": "index.html",
+ "analytics-ga": "index.html"
+ },
+ "glitterwalls": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "site-config-shared": "server.js",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "goldleafwallpaper": {
+ "corner-nav": "index.html",
+ "sort-select": "index.html",
+ "density-slider": "index.html",
+ "created-date-chip": "index.html",
+ "new-arrivals-rotator": "index.html",
+ "substitutefinder": "site-shell.css",
+ "memo-sample-order": "index.html",
+ "structured-data-jsonld": "index.html",
+ "social-meta-tags": "index.html",
+ "analytics-ga": "index.html"
+ },
+ "greenwallcoverings": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "site-config-shared": "server.js",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "handcraftedwallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "microsite-aesthetic": "scripts/pull-from-shopify.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "site-config-shared": "server.js",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "healthcarewallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "hollywood-wallcoverings": {
+ "age-adaptive-theme": "server.js",
+ "corner-nav": "server.js",
+ "admin-catalog": "server.js",
+ "image-proxy": "server.js",
+ "sort-select": "customcreator/gallery.html",
+ "density-slider": "customcreator/gallery.html",
+ "created-date-chip": "customcreator/gallery.html",
+ "new-arrivals-rotator": "server.js",
+ "memo-sample-order": "server.js",
+ "analytics-ga": "customcreator/gallery.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "hospitalitydesignreps": {
+ "sort-select": "public/js/main.js",
+ "density-slider": "public/css/styles.css",
+ "sitemap-robots": "server.js",
+ "social-meta-tags": "views/partials/head.ejs",
+ "analytics-ga": "server.js"
+ },
+ "hospitalitywallcoverings": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "corner-nav-accordion": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "hospitalitywallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "hotelwallcoverings": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "jutewallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "linenwallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "corner-nav-accordion": "public/care.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "madagascarwallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "site-config-shared": "server.js",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "metallicwallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "micawallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "site-config-shared": "server.js",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "museumwallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "site-config-shared": "server.js",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "mylarwallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "site-config-shared": "server.js",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "naturaltextilewallpaper": {
+ "age-adaptive-theme": "server.js",
+ "corner-nav": "server.js",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "image-proxy": "server.js",
+ "sort-select": "server.js",
+ "density-slider": "server.js",
+ "memo-sample-order": "server.js",
+ "structured-data-jsonld": "server.js",
+ "social-meta-tags": "server.js",
+ "analytics-ga": "server.js",
+ "basic-auth-viewer": "server.js"
+ },
+ "naturalwallcoverings": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "site-config-shared": "server.js",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "pastelwallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "site-config-shared": "server.js",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "philipperomano": {
+ "age-adaptive-theme": "server.js",
+ "sort-select": "server.js",
+ "created-date-chip": "server.js",
+ "memo-sample-order": "server.js",
+ "social-meta-tags": "server.js",
+ "analytics-ga": "server.js"
+ },
+ "raffiawallcoverings": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "corner-nav-accordion": "public/care.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "raffiawalls": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "site-config-shared": "server.js",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "recycledwallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "microsite-aesthetic": "scripts/pull-from-shopify.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "site-config-shared": "server.js",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "restaurantwallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "restorationwallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "site-config-shared": "server.js",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "saloonwallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "site-config-shared": "server.js",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "screenprintedwallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "microsite-aesthetic": "scripts/pull-from-shopify.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "site-config-shared": "server.js",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "selfadhesivewallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "microsite-aesthetic": "scripts/pull-from-shopify.js",
+ "dw-theme-nav": "public/index.html",
+ "site-config-shared": "server.js",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "silkwallcoverings": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "site-config-shared": "server.js",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "silkwallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "corner-nav-accordion": "public/care.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "substitutefinder": "public/care.html",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "silverleafwallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "stringwallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "microsite-aesthetic": "scripts/pull-from-shopify.js",
+ "dw-theme-nav": "public/index.html",
+ "site-config-shared": "server.js",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "suedewallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "site-config-shared": "server.js",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "textiletuesday": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/dw-header.js",
+ "universal-promo-banner": "server.js",
+ "memo-sample-order": "public/index.html",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html"
+ },
+ "textilewallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "site-config-shared": "server.js",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "thesetdecorator": {},
+ "vinylwallpaper": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "site-config-shared": "server.js",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "wallco-ai": {},
+ "wallco": {
+ "sort-select": "server.js",
+ "memo-sample-order": "server.js",
+ "analytics-ga": "server.js"
+ },
+ "wallpapercanada": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "hero-4grid": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "admin-catalog": "server.js",
+ "rail-match": "server.js",
+ "dw-theme-nav": "public/index.html",
+ "sort-select": "server.js",
+ "density-slider": "public/index.html",
+ "created-date-chip": "_universal-auth.js",
+ "href-drill": "public/index.html",
+ "new-arrivals-rotator": "server.js",
+ "rotating-hero": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "sitemap-robots": "server.js",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html",
+ "basic-auth-viewer": "server.js"
+ },
+ "wallpapercontractor": {
+ "sort-select": "public/js/main.js",
+ "density-slider": "public/css/styles.css",
+ "substitutefinder": "views/about.ejs",
+ "social-meta-tags": "views/partials/head.ejs",
+ "analytics-ga": "server.js"
+ },
+ "wallpaperdefinitions": {
+ "corner-nav": "public/index.html",
+ "density-slider": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html"
+ },
+ "wallpaperdictionary": {
+ "corner-nav": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html"
+ },
+ "wallpaperdistributors": {
+ "corner-nav": "public/dw-header.js",
+ "sort-select": "_legacy-directory/views/index.ejs",
+ "density-slider": "_legacy-directory/views/index.ejs",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "_legacy-directory/server.js"
+ },
+ "wallpaperestimator": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "density-slider": "public/index.html",
+ "created-date-chip": "public/index.html",
+ "memo-sample-order": "public/corner-nav.js",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html"
+ },
+ "wallpaperglossary": {
+ "corner-nav": "public/index.html",
+ "substitutefinder": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html"
+ },
+ "wallpaperhistory": {
+ "corner-nav": "public/index.html",
+ "substitutefinder": "public/index.html",
+ "memo-sample-order": "public/index.html",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html"
+ },
+ "wallpapersback": {
+ "toast-notify": "working/wpb-server-prod.js",
+ "skeleton-loader": "wallpapersback-fork/public/admin/styleguides.html",
+ "empty-state": "working/wpb-server-prod.js",
+ "command-palette": "wallpapersback-fork/public/theme-variants/v13-roomdrawer.html",
+ "copy-to-clipboard": "working/wpb-server-prod.js",
+ "bento-grid": "wallpapersback-fork/public/theme-variants/v2-bento.html",
+ "age-adaptive-theme": "working/wpb-live-index.html",
+ "corner-nav": "working/wpb-live-index.html",
+ "hero-4grid": "working/wpb-live-index.html",
+ "universal-promo-banner": "wallpapersback/server.js",
+ "admin-catalog": "working/wpb-server-prod.js",
+ "microsite-aesthetic": "wallpapersback-fork/lib/rail-match.js",
+ "rail-match": "wallpapersback-fork/wpb-shop.js",
+ "dw-theme-nav": "working/wpb-live-index.html",
+ "color-isolate": "working/wpb-server-prod.js",
+ "sort-select": "working/wpb-live-index.html",
+ "density-slider": "working/wpb-live-index.html",
+ "created-date-chip": "working/wpb-server-prod.js",
+ "pairs-well-with": "working/wpb-server-prod.js",
+ "new-arrivals-rotator": "working/wpb-live-index.html",
+ "substitutefinder": "working/wpb-server-prod.js",
+ "rotating-hero": "working/wpb-live-index.html",
+ "memo-sample-order": "working/wpb-live-index.html",
+ "sitemap-robots": "working/wpb-server-prod.js",
+ "structured-data-jsonld": "working/wpb-live-index.html",
+ "social-meta-tags": "working/wpb-live-index.html",
+ "analytics-ga": "working/wpb-live-index.html",
+ "basic-auth-viewer": "working/wpb-server-prod.js"
+ },
+ "wallpaperwednesday": {
+ "age-adaptive-theme": "public/index.html",
+ "corner-nav": "public/index.html",
+ "universal-promo-banner": "server.js",
+ "memo-sample-order": "public/index.html",
+ "structured-data-jsonld": "public/index.html",
+ "social-meta-tags": "public/index.html",
+ "analytics-ga": "public/index.html"
+ }
+ }
+}
\ No newline at end of file
diff --git a/scan.py b/scan.py
new file mode 100644
index 0000000..397e179
--- /dev/null
+++ b/scan.py
@@ -0,0 +1,58 @@
+import json, os, subprocess, time
+SP="/private/tmp/claude-501/-Users-macstudio3/a14d95c4-e5cf-4423-9f72-c05a33fa0445/scratchpad/covmatrix"
+REG=os.path.expanduser("~/Projects/dw-fleet-registry/dw-fleet-registry.json")
+feats=json.load(open(f"{SP}/features.json"))
+reg=json.load(open(REG))
+sites=[s for s in reg["sites"] if "standalone-node" in s.get("servingModes",[])]
+
+# flatten features -> (group, name, patterns)
+flat=[]
+for grp,items in feats.items():
+ for name,pats in items.items():
+ flat.append((grp,name,pats))
+
+def scan_repo(repo, patterns):
+ # one grep per feature (alternation), recursive, case-insensitive, list files only
+ alt="|".join(patterns)
+ cmd=["grep","-rilE","--include=*.html","--include=*.js","--include=*.mjs","--include=*.css",
+ "--include=*.liquid","--include=*.ejs","","--include=*.htm",
+ "--exclude-dir=node_modules","--exclude-dir=.git","--exclude-dir=dist","--exclude-dir=build","--exclude-dir=logs","--exclude-dir=tmp","--exclude-dir=data","--exclude-dir=backups",
+ "--exclude=*.bak*","--exclude=package-lock.json","-e",alt,repo]
+ try:
+ r=subprocess.run(cmd,capture_output=True,text=True,timeout=20)
+ hits=[l for l in r.stdout.splitlines() if l.strip()]
+ return hits
+ except subprocess.TimeoutExpired:
+ return None # NOT-MEASURED
+
+matrix={} # site -> {feature: bool}
+evidence={} # site -> {feature: sample file}
+site_meta={}
+t0=time.time()
+for i,s in enumerate(sites):
+ slug=s["slug"]
+ repo=(s.get("local") or {}).get("repoPath")
+ live=(s.get("live") or {}).get("state","?")
+ site_meta[slug]={"repo":repo,"live":live,"domain":s.get("domain"),
+ "hasRepo": bool(repo and os.path.isdir(repo))}
+ matrix[slug]={}; evidence[slug]={}
+ if not (repo and os.path.isdir(repo)):
+ for grp,name,pats in flat: matrix[slug][name]=None # NOT-MEASURED
+ continue
+ for grp,name,pats in flat:
+ hits=scan_repo(repo,pats)
+ if hits is None:
+ matrix[slug][name]=None
+ else:
+ matrix[slug][name]=len(hits)>0
+ if hits:
+ # store a short evidence path (relative)
+ ev=hits[0].replace(repo+"/","")
+ evidence[slug][name]=ev
+ if (i+1)%15==0: print(f" scanned {i+1}/{len(sites)} ({time.time()-t0:.0f}s)")
+
+out={"generatedAt":time.strftime("%Y-%m-%dT%H:%M:%SZ",time.gmtime()),
+ "axis_features":[{"group":g,"name":n} for g,n,_ in flat],
+ "site_meta":site_meta,"matrix":matrix,"evidence":evidence}
+json.dump(out,open(f"{SP}/matrix.json","w"),indent=1)
+print(f"DONE {len(sites)} sites x {len(flat)} features in {time.time()-t0:.0f}s -> matrix.json")
diff --git a/scan_fast.py b/scan_fast.py
new file mode 100644
index 0000000..397e179
--- /dev/null
+++ b/scan_fast.py
@@ -0,0 +1,58 @@
+import json, os, subprocess, time
+SP="/private/tmp/claude-501/-Users-macstudio3/a14d95c4-e5cf-4423-9f72-c05a33fa0445/scratchpad/covmatrix"
+REG=os.path.expanduser("~/Projects/dw-fleet-registry/dw-fleet-registry.json")
+feats=json.load(open(f"{SP}/features.json"))
+reg=json.load(open(REG))
+sites=[s for s in reg["sites"] if "standalone-node" in s.get("servingModes",[])]
+
+# flatten features -> (group, name, patterns)
+flat=[]
+for grp,items in feats.items():
+ for name,pats in items.items():
+ flat.append((grp,name,pats))
+
+def scan_repo(repo, patterns):
+ # one grep per feature (alternation), recursive, case-insensitive, list files only
+ alt="|".join(patterns)
+ cmd=["grep","-rilE","--include=*.html","--include=*.js","--include=*.mjs","--include=*.css",
+ "--include=*.liquid","--include=*.ejs","","--include=*.htm",
+ "--exclude-dir=node_modules","--exclude-dir=.git","--exclude-dir=dist","--exclude-dir=build","--exclude-dir=logs","--exclude-dir=tmp","--exclude-dir=data","--exclude-dir=backups",
+ "--exclude=*.bak*","--exclude=package-lock.json","-e",alt,repo]
+ try:
+ r=subprocess.run(cmd,capture_output=True,text=True,timeout=20)
+ hits=[l for l in r.stdout.splitlines() if l.strip()]
+ return hits
+ except subprocess.TimeoutExpired:
+ return None # NOT-MEASURED
+
+matrix={} # site -> {feature: bool}
+evidence={} # site -> {feature: sample file}
+site_meta={}
+t0=time.time()
+for i,s in enumerate(sites):
+ slug=s["slug"]
+ repo=(s.get("local") or {}).get("repoPath")
+ live=(s.get("live") or {}).get("state","?")
+ site_meta[slug]={"repo":repo,"live":live,"domain":s.get("domain"),
+ "hasRepo": bool(repo and os.path.isdir(repo))}
+ matrix[slug]={}; evidence[slug]={}
+ if not (repo and os.path.isdir(repo)):
+ for grp,name,pats in flat: matrix[slug][name]=None # NOT-MEASURED
+ continue
+ for grp,name,pats in flat:
+ hits=scan_repo(repo,pats)
+ if hits is None:
+ matrix[slug][name]=None
+ else:
+ matrix[slug][name]=len(hits)>0
+ if hits:
+ # store a short evidence path (relative)
+ ev=hits[0].replace(repo+"/","")
+ evidence[slug][name]=ev
+ if (i+1)%15==0: print(f" scanned {i+1}/{len(sites)} ({time.time()-t0:.0f}s)")
+
+out={"generatedAt":time.strftime("%Y-%m-%dT%H:%M:%SZ",time.gmtime()),
+ "axis_features":[{"group":g,"name":n} for g,n,_ in flat],
+ "site_meta":site_meta,"matrix":matrix,"evidence":evidence}
+json.dump(out,open(f"{SP}/matrix.json","w"),indent=1)
+print(f"DONE {len(sites)} sites x {len(flat)} features in {time.time()-t0:.0f}s -> matrix.json")
(oldest)
·
back to Build Feature Coverage
·
(newest)