/* global React, Icon, Button, IconBtn, Chip, Badge, Pill, Avatar, Field, Input, Textarea, Select, Toggle, Slider,
Tabs, Segmented, Accordion, Sparkline, LineChart, BarChart, AreaChart, Donut, KPICard, StatBlock,
StatusPill, Banner, EmptyState, MOCK, PageHead, Breadcrumb */
const { useState: useStateG } = React;
function GallerySection({ id, eyebrow, title, children }) {
return (
{eyebrow}
{title}
{children}
);
}
function Cell({ label, children, span = 1 }) {
return (
{label.toUpperCase()}
{children}
);
}
function GalleryScreen() {
const [tab, setTab] = useStateG("audits");
const [seg, setSeg] = useStateG("week");
const [slider, setSlider] = useStateG(64);
return (
}
eyebrow="UI · v4.1 · 2026"
title="Components,"
gradWord="catalogued."
lead="The full primitive set, in editorial order. Same system that powers Catalyst, BrandLens, HIVE, and Milton.AI."
/>
Run audit
}>Run Catalyst
}>Continue
Small
Disabled
|
Confirm
}>Approve
Small
|
Cancel
}>Filters
Small
|
Skip
}>Add field
}>Inbox
|
Delete
}>Delete workspace
|
}/>
}/>
}/>
}/>
} variant="primary"/>
|
Default
{}}>MIA · Strategy
{}}>Diagnose phase
Selected
|
Beta
12 NEW
Stalled
Live
Draft
Failed
|
Active
Review
|
Open simulator}/>
);
}
Object.assign(window, { GalleryScreen });