@adia-ai/adia-ui-factory 0.8.16 → 0.8.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/plugin.json +1 -1
- package/.mcp.json +1 -1
- package/CHANGELOG.md +13 -0
- package/README.md +1 -1
- package/package.json +1 -1
- package/skills/adia-patterns/references/annotations.yaml +166 -0
- package/skills/adia-patterns/references/pattern-index.md +189 -1
- package/skills/adia-tokens/references/a-alias-layer.md +2 -2
- package/skills/adia-tokens/references/role-roster.md +4 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adia-factory",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.18",
|
|
4
4
|
"description": "Author and verify apps built ON the adia-ui (@adia-ai) light-DOM web-component framework \u2014 orient, scaffold, compose, wire, verify, and migrate across SPA and SSR rendering modes. Wires the a2ui MCP for catalog retrieval, UI generation, and validation.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Kim",
|
package/.mcp.json
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog — adia-factory
|
|
2
2
|
|
|
3
|
+
## [0.8.18] — 2026-07-27
|
|
4
|
+
|
|
5
|
+
### Maintenance
|
|
6
|
+
- **Lockstep version bump only.** No source changes in this package; bumped to maintain the 11-package version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.8.18 work shipped in form-popover-ui rename + 9-test surface + first passing rendered-dom probe (harness repaired for all composites). See `packages/web-modules/CHANGELOG.md#0818--2026-07-27` for details.
|
|
7
|
+
- **`.claude-plugin/plugin.json` version bump** — moves in lockstep with package.json (the `/plugin update` cache key).
|
|
8
|
+
|
|
9
|
+
## [0.8.17] — 2026-07-27
|
|
10
|
+
|
|
11
|
+
### Maintenance
|
|
12
|
+
- **Lockstep version bump only.** No source changes in this package; bumped to maintain the 11-package version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.8.17 work shipped in one selection language (radios + tonal + container tier) · form-popover module · check:demo-routes sweep. See `packages/web-components/CHANGELOG.md#0817--2026-07-27` for details.
|
|
13
|
+
- **`.claude-plugin/plugin.json` version bump** — moves in lockstep with package.json (the `/plugin update` cache key).
|
|
14
|
+
- **`skills/` touched in this release window** (4 file(s), e.g. `references/annotations.yaml`) — carried by the entries above.
|
|
15
|
+
|
|
3
16
|
## [0.8.16] — 2026-07-26
|
|
4
17
|
|
|
5
18
|
### Maintenance
|
package/README.md
CHANGED
|
@@ -93,6 +93,6 @@ path assumptions — ADR-0040 bare-repo posture).
|
|
|
93
93
|
|
|
94
94
|
---
|
|
95
95
|
|
|
96
|
-
|
|
96
|
+
Versioned with the `@adia-ai` lockstep (`npm run check:lockstep`) — see `CHANGELOG.md` for the current version;
|
|
97
97
|
content merged between cuts is invisible to the installed plugin cache until
|
|
98
98
|
the next lockstep bump or a manual sync.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/adia-ui-factory",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.18",
|
|
4
4
|
"description": "Author and verify apps built ON the adia-ui (@adia-ai) light-DOM web-component framework \u2014 orient, scaffold, compose, wire, verify, and migrate across SPA and SSR rendering modes. Wires the a2ui MCP for catalog retrieval, UI generation, and validation.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"adia-ui",
|
|
@@ -989,3 +989,169 @@
|
|
|
989
989
|
- offline
|
|
990
990
|
- scheduled
|
|
991
991
|
- unavailable
|
|
992
|
+
|
|
993
|
+
# ── catalog/ui-patterns (Pattern Library section, added 2026-07-27) ──
|
|
994
|
+
"/catalog/ui-patterns/app/agent-activity-feed/agent-activity-feed.html":
|
|
995
|
+
category: agent-ops
|
|
996
|
+
intent: "Real-time agent activity feed with timestamped action stream, status pills, and relative-time markers \u2014 functions as a changelog feed showing a versioned history of agent actions, "
|
|
997
|
+
keywords: ["changelog", "feed", "activity", "timeline", "version", "release", "update", "history", "what's", "new"]
|
|
998
|
+
"/catalog/ui-patterns/app/agent-reasoning-collapsed/agent-reasoning-collapsed.html":
|
|
999
|
+
category: agent-ops
|
|
1000
|
+
intent: "Collapsible agent reasoning panel showing thought process + tool calls + interim results."
|
|
1001
|
+
keywords: ["agent", "reasoning", "thinking", "thought-process", "tool-calls", "trace", "transparency", "interpretability"]
|
|
1002
|
+
"/catalog/ui-patterns/app/api-key-table/api-key-table.html":
|
|
1003
|
+
category: data-table
|
|
1004
|
+
intent: "API keys management table with key name, prefix, created date, last used, and revoke button."
|
|
1005
|
+
keywords: ["api", "key", "management", "table", "generate", "revoke", "token", "secret", "credential", "access"]
|
|
1006
|
+
"/catalog/ui-patterns/app/card-grid-images/card-grid-images.html":
|
|
1007
|
+
category: overlays
|
|
1008
|
+
intent: "Image gallery grid with lightbox overlay \u2014 responsive 3-column grid of image cards with cover photo, title, and description."
|
|
1009
|
+
keywords: ["image", "gallery", "grid", "lightbox", "overlay", "card-grid", "image-ui", "media", "photo", "gallery-grid"]
|
|
1010
|
+
"/catalog/ui-patterns/app/chat-streaming-surface/chat-streaming-surface.html":
|
|
1011
|
+
category: agent-ops
|
|
1012
|
+
intent: "Chat conversation surface with user + assistant message bubbles + typing indicator + input row."
|
|
1013
|
+
keywords: ["chat", "streaming", "messages", "bubbles", "conversation", "assistant", "user", "typing", "indicator", "input"]
|
|
1014
|
+
"/catalog/ui-patterns/app/command-palette/command-palette.html":
|
|
1015
|
+
category: navigation
|
|
1016
|
+
intent: "Command palette with search input, recent commands, and keyboard shortcut hints."
|
|
1017
|
+
keywords: ["command", "palette", "search", "input", "recent", "commands", "keyboard", "shortcut", "hints", "cmdk"]
|
|
1018
|
+
"/catalog/ui-patterns/app/conversion-funnel-6step/conversion-funnel-6step.html":
|
|
1019
|
+
category: data-viz
|
|
1020
|
+
intent: "Conversion funnel with 6 stages, stage labels, counts, and drop-off conversion percentages."
|
|
1021
|
+
keywords: ["funnel", "conversion", "analytics", "stages", "metrics", "drop-off", "rate", "marketing"]
|
|
1022
|
+
"/catalog/ui-patterns/app/destructive-confirm-modal/destructive-confirm-modal.html":
|
|
1023
|
+
category: overlays
|
|
1024
|
+
intent: "Destructive-action modal dialog with a confirmation form \u2014 resource-name input field, cancel and delete action buttons, warning icon, and irreversible-action prose."
|
|
1025
|
+
keywords: ["modal", "dialog", "form", "confirm", "modal-ui", "button-ui", "destructive", "confirm", "input", "action"]
|
|
1026
|
+
"/catalog/ui-patterns/app/editor-code-pane/editor-code-pane.contents.html":
|
|
1027
|
+
category: workflow
|
|
1028
|
+
intent: "Code editor pane with file-tabs header, line-numbered code surface, and status bar footer."
|
|
1029
|
+
keywords: ["editor", "code", "pane", "tabs", "ide", "line-numbers", "syntax-highlighting", "monaco", "codemirror"]
|
|
1030
|
+
"/catalog/ui-patterns/app/editor-preview-pane/editor-preview-pane.contents.html":
|
|
1031
|
+
category: workflow
|
|
1032
|
+
intent: "Preview pane rendering the editor's output with toolbar (refresh, viewport, share) and live content area."
|
|
1033
|
+
keywords: ["preview", "render", "editor", "pane", "output", "live-preview", "iframe", "split-pane", "split", "pane"]
|
|
1034
|
+
"/catalog/ui-patterns/app/email-inbox-list/email-inbox-list.html":
|
|
1035
|
+
category: data-viz
|
|
1036
|
+
intent: "Email inbox list \u2014 scrollable list of email rows with sender avatar, subject, preview snippet, timestamp, and unread badge indicator. List-item-ui rows with dividers."
|
|
1037
|
+
keywords: ["email", "inbox", "list", "message", "unread", "sender", "subject", "preview", "timestamp", "avatar"]
|
|
1038
|
+
"/catalog/ui-patterns/app/feature-grid-icons/feature-grid-icons.html":
|
|
1039
|
+
category: marketing
|
|
1040
|
+
intent: "Feature grid with 6 cells each containing an icon, bold title, and one-line description. Marketing feature showcase layout."
|
|
1041
|
+
keywords: ["feature", "grid", "icons", "icon-ui", "grid", "marketing", "features", "highlights", "benefits", "showcase"]
|
|
1042
|
+
"/catalog/ui-patterns/app/filter-popover-form/filter-popover-form.html":
|
|
1043
|
+
category: forms-input
|
|
1044
|
+
intent: "Form fragment in a popover \u2014 checkbox group, radio pair, and a name input behind a summary trigger button. The primitive composition behind form-popover; use when a filter or quick"
|
|
1045
|
+
keywords: ["filter", "popover", "form", "checkbox", "radio", "input", "anchored", "panel", "options", "select-options"]
|
|
1046
|
+
"/catalog/ui-patterns/app/import-mapping/import-mapping.html":
|
|
1047
|
+
category: data-viz
|
|
1048
|
+
intent: "Multi-step CSV/file import flow \u2014 upload, field mapping (source columns \u2194 target fields), preview, import. Shows the field-mapping step prominently since it's the part most often m"
|
|
1049
|
+
keywords: ["import", "csv", "upload", "mapping", "fields", "columns", "bulk", "data", "migration"]
|
|
1050
|
+
"/catalog/ui-patterns/app/invoice-line-items/invoice-line-items.html":
|
|
1051
|
+
category: data-viz
|
|
1052
|
+
intent: "Invoice table with line items, quantities, unit prices, and total row. Card with invoice header, item rows, subtotal, tax, and total due."
|
|
1053
|
+
keywords: ["invoice", "table", "line", "items", "quantities", "totals", "billing", "amount", "price", "quantity"]
|
|
1054
|
+
"/catalog/ui-patterns/app/kanban-board-3col/kanban-board-3col.html":
|
|
1055
|
+
category: workflow
|
|
1056
|
+
intent: "Kanban board with todo, in progress, and done columns. Task cards with title, assignee avatar, priority badge, and label tag."
|
|
1057
|
+
keywords: ["kanban", "board", "todo", "in-progress", "done", "columns", "tasks", "project-management", "cards", "assignee"]
|
|
1058
|
+
"/catalog/ui-patterns/app/loading-skeleton-placeholder/loading-skeleton-placeholder.html":
|
|
1059
|
+
category: agent-ops
|
|
1060
|
+
intent: "Loading skeleton placeholder \u2014 animated skeleton-ui elements showing content placeholders while data loads. Avatar + text line skeletons in a list layout."
|
|
1061
|
+
keywords: ["loading", "skeleton", "placeholder", "skeleton-ui", "loading", "state", "shimmer", "pulse", "animation", "content"]
|
|
1062
|
+
"/catalog/ui-patterns/app/marketing-hero-cta/marketing-hero-cta.html":
|
|
1063
|
+
category: marketing
|
|
1064
|
+
intent: "Marketing hero section with centered heading, supporting lede, and two CTA buttons (primary + outline)."
|
|
1065
|
+
keywords: ["hero", "cta", "marketing", "landing-page", "heading", "lede", "call-to-action", "buttons"]
|
|
1066
|
+
"/catalog/ui-patterns/app/newsletter-subscription/newsletter-subscription.html":
|
|
1067
|
+
category: forms-input
|
|
1068
|
+
intent: "Newsletter subscription form \u2014 email input with subscribe button. Compact signup card with headline, email input-ui, subscribe button, and a privacy reassurance note."
|
|
1069
|
+
keywords: ["newsletter", "subscription", "form", "email", "subscribe", "signup", "subscribe-button", "input-ui", "email-input", "form"]
|
|
1070
|
+
"/catalog/ui-patterns/app/onboarding-checklist/onboarding-checklist.html":
|
|
1071
|
+
category: forms-input
|
|
1072
|
+
intent: "User onboarding checklist \u2014 step-by-step setup checklist for new users. Tracks completion of profile, team invite, integration, workflow, and tour steps."
|
|
1073
|
+
keywords: ["onboarding", "checklist", "user", "setup", "steps", "progress", "todo", "complete", "activate", "setup-checklist"]
|
|
1074
|
+
"/catalog/ui-patterns/app/order-tracking-timeline/order-tracking-timeline.html":
|
|
1075
|
+
category: data-viz
|
|
1076
|
+
intent: "Order tracking timeline \u2014 5-step order progress from placed to delivered using timeline-ui + timeline-item-ui. Each step shows status (completed/active/pending) with label and time"
|
|
1077
|
+
keywords: ["order", "tracking", "timeline", "step", "progress", "shipped", "delivered", "status", "timeline-ui", "timeline-item-ui"]
|
|
1078
|
+
"/catalog/ui-patterns/app/payment-method-form/payment-method-form.contents.html":
|
|
1079
|
+
category: workflow
|
|
1080
|
+
intent: "Payment method form \u2014 credit card number, expiry, CVC, billing address fields with save/cancel actions. Inline card form (drawer-less variant for gallery + inline-form contexts)."
|
|
1081
|
+
keywords: ["payment", "method", "credit", "card", "billing", "form", "update", "save", "cvc", "cvv"]
|
|
1082
|
+
"/catalog/ui-patterns/app/permission-matrix-table/permission-matrix-table.html":
|
|
1083
|
+
category: data-table
|
|
1084
|
+
intent: "Permission matrix with roles as columns and resources as rows with checkboxes. Color-coded role badges with checkbox state per permission."
|
|
1085
|
+
keywords: ["permission", "matrix", "roles", "columns", "resources", "rows", "checkboxes", "access", "control", "viewer"]
|
|
1086
|
+
"/catalog/ui-patterns/app/product-card-buy/product-card-buy.html":
|
|
1087
|
+
category: data-viz
|
|
1088
|
+
intent: "Product card with image, price, and buy button \u2014 card showing product photo, name, price, brief description, and add-to-cart + save actions. E-commerce product listing pattern."
|
|
1089
|
+
keywords: ["app", "store", "listing", "product-listing", "card", "app-store", "product", "card", "image", "price"]
|
|
1090
|
+
"/catalog/ui-patterns/app/settings-appearance/settings-appearance.html":
|
|
1091
|
+
category: workflow
|
|
1092
|
+
intent: "Appearance settings section \u2014 theme picker, density + radius sliders, color-scheme toggle."
|
|
1093
|
+
keywords: ["settings", "appearance", "theme", "density", "radius", "color-scheme", "dark-mode", "preferences", "ui-controls"]
|
|
1094
|
+
"/catalog/ui-patterns/app/settings-notifications/settings-notifications.html":
|
|
1095
|
+
category: workflow
|
|
1096
|
+
intent: "Notification preferences panel with per-channel enable/disable toggles for email and push \u2014 weekly digest, mentions, product updates, direct messages, and team alerts."
|
|
1097
|
+
keywords: ["notification", "preferences", "notification-preferences", "panel", "settings", "per-channel", "email", "push", "sms", "channel"]
|
|
1098
|
+
"/catalog/ui-patterns/app/social-media-post-card/social-media-post-card.html":
|
|
1099
|
+
category: data-viz
|
|
1100
|
+
intent: "Social media post card \u2014 feed item with avatar, user name, handle, timestamp, post text, optional photo, and engagement actions (likes, comments, share)."
|
|
1101
|
+
keywords: ["social", "media", "post", "card", "feed", "avatar", "user", "name", "timestamp", "like"]
|
|
1102
|
+
"/catalog/ui-patterns/app/sortable-search-table/sortable-search-table.html":
|
|
1103
|
+
category: data-viz
|
|
1104
|
+
intent: "Data table with sortable columns, search filter, and pagination \u2014 table-ui with col-def children declaring Name, Email, Status (badge), and date columns. Full interactive data tabl"
|
|
1105
|
+
keywords: ["data", "table", "sortable", "columns", "search", "pagination", "table-ui", "col-def", "sortable", "search"]
|
|
1106
|
+
"/catalog/ui-patterns/app/survey-rating-form/survey-rating-form.html":
|
|
1107
|
+
category: forms-input
|
|
1108
|
+
intent: "Survey form with star rating scales \u2014 three rating-ui questions (overall satisfaction, ease of use, likelihood to recommend) plus a textarea for open feedback."
|
|
1109
|
+
keywords: ["survey", "form", "rating", "scale", "star", "rating-ui", "satisfaction", "score", "feedback", "question"]
|
|
1110
|
+
"/catalog/ui-patterns/app/testimonials-avatar-cards/testimonials-avatar-cards.html":
|
|
1111
|
+
category: marketing
|
|
1112
|
+
intent: "Testimonials with avatar cards \u2014 three customer testimonials in a grid, each with an avatar, name, role, and quote. Social proof pattern for marketing pages."
|
|
1113
|
+
keywords: ["testimonials", "testimonial", "avatar", "cards", "quote", "review", "social", "proof", "customer", "feedback"]
|
|
1114
|
+
"/catalog/ui-patterns/app/tooltip-hover/tooltip-hover.html":
|
|
1115
|
+
category: workflow
|
|
1116
|
+
intent: "Tooltip on hover \u2014 icon buttons with tooltip-ui showing contextual hints on mouse-over. Pattern for toolbar icons with hover tooltips."
|
|
1117
|
+
keywords: ["tooltip", "hover", "tooltip-ui", "mouse-over", "hover-hint", "popover", "label", "hint", "trigger", "button-ui"]
|
|
1118
|
+
"/catalog/ui-patterns/app/user-profile-card/user-profile-card.html":
|
|
1119
|
+
category: data-viz
|
|
1120
|
+
intent: "User profile card with avatar, name, role, and action buttons (message, view profile)."
|
|
1121
|
+
keywords: ["profile", "card", "user", "avatar", "name", "role", "action", "buttons", "team-member", "display"]
|
|
1122
|
+
"/catalog/ui-patterns/app/users-table-badge/users-table-badge.html":
|
|
1123
|
+
category: data-viz
|
|
1124
|
+
intent: "Users table showing role and status columns populated with badge-ui variants \u2014 accent for Admin, info for Editor, muted for Viewer, success/warning/muted for Online/Away/Offline st"
|
|
1125
|
+
keywords: ["badge", "variant", "accent", "info", "success", "warning", "danger", "muted", "badge-ui", "status"]
|
|
1126
|
+
"/catalog/ui-patterns/v050-agent-blocks/v050-agent-blocks.contents.html":
|
|
1127
|
+
category: agent-ops
|
|
1128
|
+
intent: "AI assistant message bubble with streaming text indicator + assistant avatar + cited sources strip."
|
|
1129
|
+
keywords: ["ai", "streaming", "response", "message", "bubble", "assistant", "chat", "llm", "typing", "tokens"]
|
|
1130
|
+
"/catalog/ui-patterns/v050-content-blocks/v050-content-blocks.contents.html":
|
|
1131
|
+
category: overlays
|
|
1132
|
+
intent: "Masonry image gallery \u2014 variable-height tiles in a column-flow grid with hover overlays."
|
|
1133
|
+
keywords: ["masonry", "gallery", "images", "photos", "grid", "variable-height", "pinterest", "tiles", "overlays", "lightbox"]
|
|
1134
|
+
"/catalog/ui-patterns/v050-data-blocks/v050-data-blocks.contents.html":
|
|
1135
|
+
category: data-viz
|
|
1136
|
+
intent: "Real-time metrics dashboard with live counter cards, streaming line chart, error-rate progress, and last-updated timestamp."
|
|
1137
|
+
keywords: ["real-time", "metrics", "live", "dashboard", "streaming", "counters", "charts", "websocket", "telemetry", "monitoring"]
|
|
1138
|
+
"/catalog/ui-patterns/v050-form-blocks/v050-form-blocks.contents.html":
|
|
1139
|
+
category: forms-input
|
|
1140
|
+
intent: "File upload form with drag and drop zone and file list. Upload-ui with browse fallback, file-type hints, and max-size note."
|
|
1141
|
+
keywords: ["file", "upload", "drag-and-drop", "dnd", "browse", "attachments", "form-input", "drop", "zone", "file-list"]
|
|
1142
|
+
"/catalog/ui-patterns/v050-marketing-blocks/v050-marketing-blocks.contents.html":
|
|
1143
|
+
category: marketing
|
|
1144
|
+
intent: "Two-column hero \u2014 left side heading + lede + CTA buttons; right side product image or media."
|
|
1145
|
+
keywords: ["hero", "split-hero", "two-column", "landing-page", "heading", "lede", "media", "product-image", "cta"]
|
|
1146
|
+
"/catalog/ui-patterns/v050-mode-c-blocks/v050-mode-c-blocks.contents.html":
|
|
1147
|
+
category: agent-ops
|
|
1148
|
+
intent: "Empty state with illustration, bold headline, description, and primary call-to-action button \u2014 shown when a list/view has no content yet."
|
|
1149
|
+
keywords: ["empty", "state", "illustration", "bold", "headline", "description", "primary", "call-to-action", "button", "no-results"]
|
|
1150
|
+
"/catalog/ui-patterns/v050-nav-blocks/v050-nav-blocks.contents.html":
|
|
1151
|
+
category: navigation
|
|
1152
|
+
intent: "Breadcrumb navigation trail using link-ui and icon-ui separators to show the hierarchical path to the current page, enabling users to navigate back up the hierarchy."
|
|
1153
|
+
keywords: ["breadcrumb", "navigation", "path", "hierarchy", "link", "separator", "breadcrumb-ui", "trail", "link-ui", "icon-ui"]
|
|
1154
|
+
"/catalog/ui-patterns/v053-coverage-fill/v053-coverage-fill.html":
|
|
1155
|
+
category: data-viz
|
|
1156
|
+
intent: "Inline month-view calendar grid with weekday headers, day cells, and month navigation. Built on calendar-grid-ui (substrate primitive); calendar-picker-ui adds a popover trigger fo"
|
|
1157
|
+
keywords: ["calendar", "date", "picker", "month", "navigation", "calendar-grid-ui", "month-view", "weekday", "day", "grid"]
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
# Pre-assembled patterns & templates index
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
148 reusable assembled surfaces: 45 patterns (composed component arrangements) and 103 template screens (full pages/flows). Search this file by category, keyword, or component tag BEFORE composing a surface from primitives. `source:` is the copyable markup; `docs:` is the live docs-site route (Gen-UI Feed is excluded — it demos adia-genui's runtime-generated pattern).
|
|
8
8
|
|
|
9
9
|
## Patterns
|
|
10
10
|
|
|
@@ -235,6 +235,33 @@
|
|
|
235
235
|
|
|
236
236
|
## Templates
|
|
237
237
|
|
|
238
|
+
### agent-ops
|
|
239
|
+
|
|
240
|
+
- **Agent Activity Feed** (Pattern Library) — Real-time agent activity feed with timestamped action stream, status pills, and relative-time markers — functions as a changelog feed showing a versioned history of agent actions,
|
|
241
|
+
- keywords: changelog, feed, activity, timeline, version, release, update, history, what's, new
|
|
242
|
+
- components: `agent-artifact-ui` `agent-reasoning-ui` `agent-trace-ui` `card-ui` `col-ui`
|
|
243
|
+
- source: `/catalog/ui-patterns/app/agent-activity-feed/agent-activity-feed.contents.html` · demo: `/catalog/ui-patterns/app/agent-activity-feed/agent-activity-feed.html` · docs: `/site/examples/patterns/agent-activity-feed`
|
|
244
|
+
- **Agent Reasoning Collapsed** (Pattern Library) — Collapsible agent reasoning panel showing thought process + tool calls + interim results.
|
|
245
|
+
- keywords: agent, reasoning, thinking, thought-process, tool-calls, trace, transparency, interpretability
|
|
246
|
+
- components: `agent-reasoning-ui` `card-ui`
|
|
247
|
+
- source: `/catalog/ui-patterns/app/agent-reasoning-collapsed/agent-reasoning-collapsed.contents.html` · demo: `/catalog/ui-patterns/app/agent-reasoning-collapsed/agent-reasoning-collapsed.html` · docs: `/site/examples/patterns/agent-reasoning-collapsed`
|
|
248
|
+
- **Chat Streaming Surface** (Pattern Library) — Chat conversation surface with user + assistant message bubbles + typing indicator + input row.
|
|
249
|
+
- keywords: chat, streaming, messages, bubbles, conversation, assistant, user, typing, indicator, input
|
|
250
|
+
- components: `card-ui` `chat-input-ui` `chat-thread-ui`
|
|
251
|
+
- source: `/catalog/ui-patterns/app/chat-streaming-surface/chat-streaming-surface.contents.html` · demo: `/catalog/ui-patterns/app/chat-streaming-surface/chat-streaming-surface.html` · docs: `/site/examples/patterns/chat-streaming-surface`
|
|
252
|
+
- **Loading Skeleton Placeholder** (Pattern Library) — Loading skeleton placeholder — animated skeleton-ui elements showing content placeholders while data loads. Avatar + text line skeletons in a list layout.
|
|
253
|
+
- keywords: loading, skeleton, placeholder, skeleton-ui, loading, state, shimmer, pulse, animation, content
|
|
254
|
+
- components: `skeleton-ui` `col-ui` `row-ui` `list-item-ui` `card-ui` `list-ui`
|
|
255
|
+
- source: `/catalog/ui-patterns/app/loading-skeleton-placeholder/loading-skeleton-placeholder.contents.html` · demo: `/catalog/ui-patterns/app/loading-skeleton-placeholder/loading-skeleton-placeholder.html` · docs: `/site/examples/patterns/loading-skeleton-placeholder`
|
|
256
|
+
- **V050 Agent Blocks** (Pattern Library) — AI assistant message bubble with streaming text indicator + assistant avatar + cited sources strip.
|
|
257
|
+
- keywords: ai, streaming, response, message, bubble, assistant, chat, llm, typing, tokens
|
|
258
|
+
- components: `text-ui` `col-ui` `tag-ui` `button-ui` `row-ui` `card-ui` `code-ui` `avatar-ui` `icon-ui` `search-ui`
|
|
259
|
+
- source: `/catalog/ui-patterns/v050-agent-blocks/v050-agent-blocks.contents.html` · docs: `/site/examples/patterns/v050-agent-blocks`
|
|
260
|
+
- **V050 Mode C Blocks** (Pattern Library) — Empty state with illustration, bold headline, description, and primary call-to-action button — shown when a list/view has no content yet.
|
|
261
|
+
- keywords: empty, state, illustration, bold, headline, description, primary, call-to-action, button, no-results
|
|
262
|
+
- components: `text-ui` `row-ui` `button-ui` `col-ui` `card-ui` `icon-ui` `kbd-ui` `alert-ui` `field-ui` `tab-ui` `input-ui` `separator-ui`
|
|
263
|
+
- source: `/catalog/ui-patterns/v050-mode-c-blocks/v050-mode-c-blocks.contents.html` · docs: `/site/examples/patterns/v050-mode-c-blocks`
|
|
264
|
+
|
|
238
265
|
### app-overview
|
|
239
266
|
|
|
240
267
|
- **Overview** (Overview) — Index page cataloguing full-page AdiaUI example compositions — reach for it as a docs gallery landing that lists the available demo screens.
|
|
@@ -339,6 +366,121 @@
|
|
|
339
366
|
- components: `text-ui` `row-ui` `col-ui` `card-ui` `button-ui` `list-item-ui` `badge-ui` `avatar-ui` `field-ui` `grid-ui` `icon-ui` `stat-ui`
|
|
340
367
|
- source: `/apps/saas/app/admin-dashboard/admin-dashboard.contents.html` · demo: `/apps/saas/app/admin-dashboard/admin-dashboard.html` · docs: `/site/examples/admin-dashboard`
|
|
341
368
|
|
|
369
|
+
### data-table
|
|
370
|
+
|
|
371
|
+
- **Api Key Table** (Pattern Library) — API keys management table with key name, prefix, created date, last used, and revoke button.
|
|
372
|
+
- keywords: api, key, management, table, generate, revoke, token, secret, credential, access
|
|
373
|
+
- components: `col-def` `button-ui` `card-ui` `table-ui`
|
|
374
|
+
- source: `/catalog/ui-patterns/app/api-key-table/api-key-table.contents.html` · demo: `/catalog/ui-patterns/app/api-key-table/api-key-table.html` · docs: `/site/examples/patterns/api-key-table`
|
|
375
|
+
- **Permission Matrix Table** (Pattern Library) — Permission matrix with roles as columns and resources as rows with checkboxes. Color-coded role badges with checkbox state per permission.
|
|
376
|
+
- keywords: permission, matrix, roles, columns, resources, rows, checkboxes, access, control, viewer
|
|
377
|
+
- components: `col-ui` `check-ui` `grid-ui` `text-ui` `badge-ui` `card-ui` `divider-ui`
|
|
378
|
+
- source: `/catalog/ui-patterns/app/permission-matrix-table/permission-matrix-table.contents.html` · demo: `/catalog/ui-patterns/app/permission-matrix-table/permission-matrix-table.html` · docs: `/site/examples/patterns/permission-matrix-table`
|
|
379
|
+
|
|
380
|
+
### data-viz
|
|
381
|
+
|
|
382
|
+
- **Conversion Funnel 6step** (Pattern Library) — Conversion funnel with 6 stages, stage labels, counts, and drop-off conversion percentages.
|
|
383
|
+
- keywords: funnel, conversion, analytics, stages, metrics, drop-off, rate, marketing
|
|
384
|
+
- components: `progress-row-ui` `text-ui` `col-ui` `card-ui` `row-ui`
|
|
385
|
+
- source: `/catalog/ui-patterns/app/conversion-funnel-6step/conversion-funnel-6step.contents.html` · demo: `/catalog/ui-patterns/app/conversion-funnel-6step/conversion-funnel-6step.html` · docs: `/site/examples/patterns/conversion-funnel-6step`
|
|
386
|
+
- **Email Inbox List** (Pattern Library) — Email inbox list — scrollable list of email rows with sender avatar, subject, preview snippet, timestamp, and unread badge indicator. List-item-ui rows with dividers.
|
|
387
|
+
- keywords: email, inbox, list, message, unread, sender, subject, preview, timestamp, avatar
|
|
388
|
+
- components: `text-ui` `row-ui` `col-ui` `avatar-ui` `list-item-ui` `badge-ui` `button-ui` `card-ui` `list-ui`
|
|
389
|
+
- source: `/catalog/ui-patterns/app/email-inbox-list/email-inbox-list.contents.html` · demo: `/catalog/ui-patterns/app/email-inbox-list/email-inbox-list.html` · docs: `/site/examples/patterns/email-inbox-list`
|
|
390
|
+
- **Import Mapping** (Pattern Library) — Multi-step CSV/file import flow — upload, field mapping (source columns ↔ target fields), preview, import. Shows the field-mapping step prominently since it's the part most often m
|
|
391
|
+
- keywords: import, csv, upload, mapping, fields, columns, bulk, data, migration
|
|
392
|
+
- components: `text-ui` `col-ui` `icon-ui` `grid-ui` `list-item-ui` `select-ui` `button-ui` `avatar-ui` `card-ui` `row-ui` `alert-ui` `badge-ui`
|
|
393
|
+
- source: `/catalog/ui-patterns/app/import-mapping/import-mapping.contents.html` · demo: `/catalog/ui-patterns/app/import-mapping/import-mapping.html` · docs: `/site/examples/patterns/import-mapping`
|
|
394
|
+
- **Invoice Line Items** (Pattern Library) — Invoice table with line items, quantities, unit prices, and total row. Card with invoice header, item rows, subtotal, tax, and total due.
|
|
395
|
+
- keywords: invoice, table, line, items, quantities, totals, billing, amount, price, quantity
|
|
396
|
+
- components: `text-ui` `col-ui` `row-ui` `divider-ui` `badge-ui` `card-ui` `grid-ui`
|
|
397
|
+
- source: `/catalog/ui-patterns/app/invoice-line-items/invoice-line-items.contents.html` · demo: `/catalog/ui-patterns/app/invoice-line-items/invoice-line-items.html` · docs: `/site/examples/patterns/invoice-line-items`
|
|
398
|
+
- **Order Tracking Timeline** (Pattern Library) — Order tracking timeline — 5-step order progress from placed to delivered using timeline-ui + timeline-item-ui. Each step shows status (completed/active/pending) with label and time
|
|
399
|
+
- keywords: order, tracking, timeline, step, progress, shipped, delivered, status, timeline-ui, timeline-item-ui
|
|
400
|
+
- components: `timeline-item-ui` `card-ui` `timeline-ui`
|
|
401
|
+
- source: `/catalog/ui-patterns/app/order-tracking-timeline/order-tracking-timeline.contents.html` · demo: `/catalog/ui-patterns/app/order-tracking-timeline/order-tracking-timeline.html` · docs: `/site/examples/patterns/order-tracking-timeline`
|
|
402
|
+
- **Product Card Buy** (Pattern Library) — Product card with image, price, and buy button — card showing product photo, name, price, brief description, and add-to-cart + save actions. E-commerce product listing pattern.
|
|
403
|
+
- keywords: app, store, listing, product-listing, card, app-store, product, card, image, price
|
|
404
|
+
- components: `text-ui` `row-ui` `badge-ui` `button-ui` `col-ui` `card-ui` `image-ui` `rating-ui`
|
|
405
|
+
- source: `/catalog/ui-patterns/app/product-card-buy/product-card-buy.contents.html` · demo: `/catalog/ui-patterns/app/product-card-buy/product-card-buy.html` · docs: `/site/examples/patterns/product-card-buy`
|
|
406
|
+
- **Social Media Post Card** (Pattern Library) — Social media post card — feed item with avatar, user name, handle, timestamp, post text, optional photo, and engagement actions (likes, comments, share).
|
|
407
|
+
- keywords: social, media, post, card, feed, avatar, user, name, timestamp, like
|
|
408
|
+
- components: `text-ui` `button-ui` `avatar-ui` `card-ui` `col-ui` `image-ui` `row-ui`
|
|
409
|
+
- source: `/catalog/ui-patterns/app/social-media-post-card/social-media-post-card.contents.html` · demo: `/catalog/ui-patterns/app/social-media-post-card/social-media-post-card.html` · docs: `/site/examples/patterns/social-media-post-card`
|
|
410
|
+
- **Sortable Search Table** (Pattern Library) — Data table with sortable columns, search filter, and pagination — table-ui with col-def children declaring Name, Email, Status (badge), and date columns. Full interactive data tabl
|
|
411
|
+
- keywords: data, table, sortable, columns, search, pagination, table-ui, col-def, sortable, search
|
|
412
|
+
- components: `col-def` `button-ui` `card-ui` `table-ui` `text-ui`
|
|
413
|
+
- source: `/catalog/ui-patterns/app/sortable-search-table/sortable-search-table.contents.html` · demo: `/catalog/ui-patterns/app/sortable-search-table/sortable-search-table.html` · docs: `/site/examples/patterns/sortable-search-table`
|
|
414
|
+
- **User Profile Card** (Pattern Library) — User profile card with avatar, name, role, and action buttons (message, view profile).
|
|
415
|
+
- keywords: profile, card, user, avatar, name, role, action, buttons, team-member, display
|
|
416
|
+
- components: `row-ui` `icon-ui` `badge-ui` `button-ui` `text-ui` `avatar-ui` `card-ui` `col-ui`
|
|
417
|
+
- source: `/catalog/ui-patterns/app/user-profile-card/user-profile-card.contents.html` · demo: `/catalog/ui-patterns/app/user-profile-card/user-profile-card.html` · docs: `/site/examples/patterns/user-profile-card`
|
|
418
|
+
- **Users Table Badge** (Pattern Library) — Users table showing role and status columns populated with badge-ui variants — accent for Admin, info for Editor, muted for Viewer, success/warning/muted for Online/Away/Offline st
|
|
419
|
+
- keywords: badge, variant, accent, info, success, warning, danger, muted, badge-ui, status
|
|
420
|
+
- components: `badge-ui` `text-ui` `avatar-ui` `row-ui` `card-ui` `table-ui`
|
|
421
|
+
- source: `/catalog/ui-patterns/app/users-table-badge/users-table-badge.contents.html` · demo: `/catalog/ui-patterns/app/users-table-badge/users-table-badge.html` · docs: `/site/examples/patterns/users-table-badge`
|
|
422
|
+
- **V050 Data Blocks** (Pattern Library) — Real-time metrics dashboard with live counter cards, streaming line chart, error-rate progress, and last-updated timestamp.
|
|
423
|
+
- keywords: real-time, metrics, live, dashboard, streaming, counters, charts, websocket, telemetry, monitoring
|
|
424
|
+
- components: `text-ui` `row-ui` `col-ui` `card-ui` `button-ui` `badge-ui` `avatar-ui` `icon-ui` `progress-ui` `chart-ui` `description-list-ui` `grid-ui`
|
|
425
|
+
- source: `/catalog/ui-patterns/v050-data-blocks/v050-data-blocks.contents.html` · docs: `/site/examples/patterns/v050-data-blocks`
|
|
426
|
+
- **V053 Coverage Fill** (Pattern Library) — Inline month-view calendar grid with weekday headers, day cells, and month navigation. Built on calendar-grid-ui (substrate primitive); calendar-picker-ui adds a popover trigger fo
|
|
427
|
+
- keywords: calendar, date, picker, month, navigation, calendar-grid-ui, month-view, weekday, day, grid
|
|
428
|
+
- components: `text-ui` `card-ui` `avatar-ui` `button-ui` `col-ui` `row-ui` `swatch-ui` `stat-ui` `empty-state-ui` `field-ui` `divider-ui` `input-ui`
|
|
429
|
+
- source: `/catalog/ui-patterns/v053-coverage-fill/v053-coverage-fill.contents.html` · demo: `/catalog/ui-patterns/v053-coverage-fill/v053-coverage-fill.html` · docs: `/site/examples/patterns/v053-coverage-fill`
|
|
430
|
+
|
|
431
|
+
### forms-input
|
|
432
|
+
|
|
433
|
+
- **Filter Popover Form** (Pattern Library) — Form fragment in a popover — checkbox group, radio pair, and a name input behind a summary trigger button. The primitive composition behind form-popover; use when a filter or quick
|
|
434
|
+
- keywords: filter, popover, form, checkbox, radio, input, anchored, panel, options, select-options
|
|
435
|
+
- components: `check-ui` `divider-ui` `radio-ui` `button-ui` `col-ui` `input-ui` `popover-ui` `text-ui`
|
|
436
|
+
- source: `/catalog/ui-patterns/app/filter-popover-form/filter-popover-form.contents.html` · demo: `/catalog/ui-patterns/app/filter-popover-form/filter-popover-form.html` · docs: `/site/examples/patterns/filter-popover-form`
|
|
437
|
+
- **Newsletter Subscription** (Pattern Library) — Newsletter subscription form — email input with subscribe button. Compact signup card with headline, email input-ui, subscribe button, and a privacy reassurance note.
|
|
438
|
+
- keywords: newsletter, subscription, form, email, subscribe, signup, subscribe-button, input-ui, email-input, form
|
|
439
|
+
- components: `text-ui` `row-ui` `col-ui` `icon-ui` `button-ui` `card-ui` `input-ui`
|
|
440
|
+
- source: `/catalog/ui-patterns/app/newsletter-subscription/newsletter-subscription.contents.html` · demo: `/catalog/ui-patterns/app/newsletter-subscription/newsletter-subscription.html` · docs: `/site/examples/patterns/newsletter-subscription`
|
|
441
|
+
- **Onboarding Checklist** (Pattern Library) — User onboarding checklist — step-by-step setup checklist for new users. Tracks completion of profile, team invite, integration, workflow, and tour steps.
|
|
442
|
+
- keywords: onboarding, checklist, user, setup, steps, progress, todo, complete, activate, setup-checklist
|
|
443
|
+
- components: `text-ui` `button-ui` `check-ui` `list-item-ui` `card-ui` `list-ui` `progress-ui`
|
|
444
|
+
- source: `/catalog/ui-patterns/app/onboarding-checklist/onboarding-checklist.contents.html` · demo: `/catalog/ui-patterns/app/onboarding-checklist/onboarding-checklist.html` · docs: `/site/examples/patterns/onboarding-checklist`
|
|
445
|
+
- **Survey Rating Form** (Pattern Library) — Survey form with star rating scales — three rating-ui questions (overall satisfaction, ease of use, likelihood to recommend) plus a textarea for open feedback.
|
|
446
|
+
- keywords: survey, form, rating, scale, star, rating-ui, satisfaction, score, feedback, question
|
|
447
|
+
- components: `field-ui` `rating-ui` `button-ui` `card-ui` `col-ui` `row-ui` `textarea-ui`
|
|
448
|
+
- source: `/catalog/ui-patterns/app/survey-rating-form/survey-rating-form.contents.html` · demo: `/catalog/ui-patterns/app/survey-rating-form/survey-rating-form.html` · docs: `/site/examples/patterns/survey-rating-form`
|
|
449
|
+
- **V050 Form Blocks** (Pattern Library) — File upload form with drag and drop zone and file list. Upload-ui with browse fallback, file-type hints, and max-size note.
|
|
450
|
+
- keywords: file, upload, drag-and-drop, dnd, browse, attachments, form-input, drop, zone, file-list
|
|
451
|
+
- components: `field-ui` `button-ui` `col-ui` `input-ui` `row-ui` `text-ui` `card-ui` `tag-ui` `radio-ui` `calendar-picker-ui` `check-ui` `grid-ui`
|
|
452
|
+
- source: `/catalog/ui-patterns/v050-form-blocks/v050-form-blocks.contents.html` · docs: `/site/examples/patterns/v050-form-blocks`
|
|
453
|
+
|
|
454
|
+
### marketing
|
|
455
|
+
|
|
456
|
+
- **Feature Grid Icons** (Pattern Library) — Feature grid with 6 cells each containing an icon, bold title, and one-line description. Marketing feature showcase layout.
|
|
457
|
+
- keywords: feature, grid, icons, icon-ui, grid, marketing, features, highlights, benefits, showcase
|
|
458
|
+
- components: `col-ui` `text-ui` `icon-ui` `grid-ui`
|
|
459
|
+
- source: `/catalog/ui-patterns/app/feature-grid-icons/feature-grid-icons.contents.html` · demo: `/catalog/ui-patterns/app/feature-grid-icons/feature-grid-icons.html` · docs: `/site/examples/patterns/feature-grid-icons`
|
|
460
|
+
- **Marketing Hero Cta** (Pattern Library) — Marketing hero section with centered heading, supporting lede, and two CTA buttons (primary + outline).
|
|
461
|
+
- keywords: hero, cta, marketing, landing-page, heading, lede, call-to-action, buttons
|
|
462
|
+
- components: `button-ui` `col-ui` `text-ui` `row-ui`
|
|
463
|
+
- source: `/catalog/ui-patterns/app/marketing-hero-cta/marketing-hero-cta.contents.html` · demo: `/catalog/ui-patterns/app/marketing-hero-cta/marketing-hero-cta.html` · docs: `/site/examples/patterns/marketing-hero-cta`
|
|
464
|
+
- **Testimonials Avatar Cards** (Pattern Library) — Testimonials with avatar cards — three customer testimonials in a grid, each with an avatar, name, role, and quote. Social proof pattern for marketing pages.
|
|
465
|
+
- keywords: testimonials, testimonial, avatar, cards, quote, review, social, proof, customer, feedback
|
|
466
|
+
- components: `text-ui` `col-ui` `avatar-ui` `card-ui` `rating-ui` `grid-ui`
|
|
467
|
+
- source: `/catalog/ui-patterns/app/testimonials-avatar-cards/testimonials-avatar-cards.contents.html` · demo: `/catalog/ui-patterns/app/testimonials-avatar-cards/testimonials-avatar-cards.html` · docs: `/site/examples/patterns/testimonials-avatar-cards`
|
|
468
|
+
- **V050 Marketing Blocks** (Pattern Library) — Two-column hero — left side heading + lede + CTA buttons; right side product image or media.
|
|
469
|
+
- keywords: hero, split-hero, two-column, landing-page, heading, lede, media, product-image, cta
|
|
470
|
+
- components: `text-ui` `col-ui` `link-ui` `row-ui` `accordion-item-ui` `card-ui` `grid-ui` `avatar-ui` `button-ui` `icon-ui` `accordion-ui` `divider-ui`
|
|
471
|
+
- source: `/catalog/ui-patterns/v050-marketing-blocks/v050-marketing-blocks.contents.html` · docs: `/site/examples/patterns/v050-marketing-blocks`
|
|
472
|
+
|
|
473
|
+
### navigation
|
|
474
|
+
|
|
475
|
+
- **Command Palette** (Pattern Library) — Command palette with search input, recent commands, and keyboard shortcut hints.
|
|
476
|
+
- keywords: command, palette, search, input, recent, commands, keyboard, shortcut, hints, cmdk
|
|
477
|
+
- components: `text-ui` `badge-ui` `icon-ui` `row-ui` `col-ui` `card-ui` `divider-ui` `input-ui`
|
|
478
|
+
- source: `/catalog/ui-patterns/app/command-palette/command-palette.contents.html` · demo: `/catalog/ui-patterns/app/command-palette/command-palette.html` · docs: `/site/examples/patterns/command-palette`
|
|
479
|
+
- **V050 Nav Blocks** (Pattern Library) — Breadcrumb navigation trail using link-ui and icon-ui separators to show the hierarchical path to the current page, enabling users to navigate back up the hierarchy.
|
|
480
|
+
- keywords: breadcrumb, navigation, path, hierarchy, link, separator, breadcrumb-ui, trail, link-ui, icon-ui
|
|
481
|
+
- components: `button-ui` `col-ui` `icon-ui` `link-ui` `row-ui` `text-ui` `separator-ui` `admin-sidebar`
|
|
482
|
+
- source: `/catalog/ui-patterns/v050-nav-blocks/v050-nav-blocks.contents.html` · docs: `/site/examples/patterns/v050-nav-blocks`
|
|
483
|
+
|
|
342
484
|
### onboarding-flow
|
|
343
485
|
|
|
344
486
|
- **Profile** (Authentication) — First-run profile setup: collect full name and display name/handle — reach for it after account creation to personalize a new account.
|
|
@@ -386,6 +528,21 @@
|
|
|
386
528
|
- components: `timeline-item-ui` `kbd-ui` `text-ui` `alert-ui` `button-ui` `image-ui` `step-progress-ui` `timeline-ui`
|
|
387
529
|
- source: `/apps/user-flow/app/onboarding/complete/complete.contents.html` · demo: `/apps/user-flow/app/onboarding/complete/complete.html` · docs: `/site/examples/onboarding/complete`
|
|
388
530
|
|
|
531
|
+
### overlays
|
|
532
|
+
|
|
533
|
+
- **Card Grid Images** (Pattern Library) — Image gallery grid with lightbox overlay — responsive 3-column grid of image cards with cover photo, title, and description.
|
|
534
|
+
- keywords: image, gallery, grid, lightbox, overlay, card-grid, image-ui, media, photo, gallery-grid
|
|
535
|
+
- components: `text-ui` `card-ui` `chart-ui` `col-ui` `grid-ui`
|
|
536
|
+
- source: `/catalog/ui-patterns/app/card-grid-images/card-grid-images.contents.html` · demo: `/catalog/ui-patterns/app/card-grid-images/card-grid-images.html` · docs: `/site/examples/patterns/card-grid-images`
|
|
537
|
+
- **Destructive Confirm Modal** (Pattern Library) — Destructive-action modal dialog with a confirmation form — resource-name input field, cancel and delete action buttons, warning icon, and irreversible-action prose.
|
|
538
|
+
- keywords: modal, dialog, form, confirm, modal-ui, button-ui, destructive, confirm, input, action
|
|
539
|
+
- components: `button-ui` `text-ui` `avatar-ui` `col-ui` `field-ui` `input-ui` `modal-ui` `row-ui`
|
|
540
|
+
- source: `/catalog/ui-patterns/app/destructive-confirm-modal/destructive-confirm-modal.contents.html` · demo: `/catalog/ui-patterns/app/destructive-confirm-modal/destructive-confirm-modal.html` · docs: `/site/examples/patterns/destructive-confirm-modal`
|
|
541
|
+
- **V050 Content Blocks** (Pattern Library) — Masonry image gallery — variable-height tiles in a column-flow grid with hover overlays.
|
|
542
|
+
- keywords: masonry, gallery, images, photos, grid, variable-height, pinterest, tiles, overlays, lightbox
|
|
543
|
+
- components: `text-ui` `card-ui` `col-ui` `row-ui` `progress-ui` `avatar-ui` `badge-ui` `grid-ui` `avatar-group-ui` `blockquote-ui` `description-list-ui` `rating-ui`
|
|
544
|
+
- source: `/catalog/ui-patterns/v050-content-blocks/v050-content-blocks.contents.html` · docs: `/site/examples/patterns/v050-content-blocks`
|
|
545
|
+
|
|
389
546
|
### registration-flow
|
|
390
547
|
|
|
391
548
|
- **Workspace** (Registration) — Name-your-workspace signup step — one name field with step progress; reach for it as the workspace-creation step of a registration wizard.
|
|
@@ -505,3 +662,34 @@
|
|
|
505
662
|
- keywords: place-order, payment, celebration, animation, ecommerce
|
|
506
663
|
- components: `list-item-ui` `text-ui` `field-ui` `switch-ui` `col-ui` `row-ui` `button-ui` `input-ui` `list-ui` `stat-ui` `card-ui` `code-ui`
|
|
507
664
|
- source: `/playgrounds/composed-flow/app/composed-flow.contents.html` · demo: `/playgrounds/composed-flow/app/composed-flow.html` · docs: `/site/examples/composed-flow`
|
|
665
|
+
|
|
666
|
+
### workflow
|
|
667
|
+
|
|
668
|
+
- **Editor Code Pane** (Pattern Library) — Code editor pane with file-tabs header, line-numbered code surface, and status bar footer.
|
|
669
|
+
- keywords: editor, code, pane, tabs, ide, line-numbers, syntax-highlighting, monaco, codemirror
|
|
670
|
+
- components: `button-ui` `row-ui` `textarea-ui`
|
|
671
|
+
- source: `/catalog/ui-patterns/app/editor-code-pane/editor-code-pane.contents.html` · docs: `/site/examples/patterns/editor-code-pane`
|
|
672
|
+
- **Editor Preview Pane** (Pattern Library) — Preview pane rendering the editor's output with toolbar (refresh, viewport, share) and live content area.
|
|
673
|
+
- keywords: preview, render, editor, pane, output, live-preview, iframe, split-pane, split, pane
|
|
674
|
+
- components: `text-ui`
|
|
675
|
+
- source: `/catalog/ui-patterns/app/editor-preview-pane/editor-preview-pane.contents.html` · docs: `/site/examples/patterns/editor-preview-pane`
|
|
676
|
+
- **Kanban Board 3col** (Pattern Library) — Kanban board with todo, in progress, and done columns. Task cards with title, assignee avatar, priority badge, and label tag.
|
|
677
|
+
- keywords: kanban, board, todo, in-progress, done, columns, tasks, project-management, cards, assignee
|
|
678
|
+
- components: `text-ui` `row-ui` `badge-ui` `card-ui` `col-ui` `avatar-ui` `tag-ui` `grid-ui`
|
|
679
|
+
- source: `/catalog/ui-patterns/app/kanban-board-3col/kanban-board-3col.contents.html` · demo: `/catalog/ui-patterns/app/kanban-board-3col/kanban-board-3col.html` · docs: `/site/examples/patterns/kanban-board-3col`
|
|
680
|
+
- **Payment Method Form** (Pattern Library) — Payment method form — credit card number, expiry, CVC, billing address fields with save/cancel actions. Inline card form (drawer-less variant for gallery + inline-form contexts).
|
|
681
|
+
- keywords: payment, method, credit, card, billing, form, update, save, cvc, cvv
|
|
682
|
+
- components: `field-ui` `input-ui` `button-ui` `grid-ui` `row-ui` `alert-ui` `avatar-ui` `card-ui` `col-ui` `divider-ui` `select-ui` `text-ui`
|
|
683
|
+
- source: `/catalog/ui-patterns/app/payment-method-form/payment-method-form.contents.html` · docs: `/site/examples/patterns/payment-method-form`
|
|
684
|
+
- **Settings Appearance** (Pattern Library) — Appearance settings section — theme picker, density + radius sliders, color-scheme toggle.
|
|
685
|
+
- keywords: settings, appearance, theme, density, radius, color-scheme, dark-mode, preferences, ui-controls
|
|
686
|
+
- components: `card-ui` `theme-panel`
|
|
687
|
+
- source: `/catalog/ui-patterns/app/settings-appearance/settings-appearance.contents.html` · demo: `/catalog/ui-patterns/app/settings-appearance/settings-appearance.html` · docs: `/site/examples/patterns/settings-appearance`
|
|
688
|
+
- **Settings Notifications** (Pattern Library) — Notification preferences panel with per-channel enable/disable toggles for email and push — weekly digest, mentions, product updates, direct messages, and team alerts.
|
|
689
|
+
- keywords: notification, preferences, notification-preferences, panel, settings, per-channel, email, push, sms, channel
|
|
690
|
+
- components: `text-ui` `row-ui` `switch-ui` `col-ui` `card-ui` `divider-ui`
|
|
691
|
+
- source: `/catalog/ui-patterns/app/settings-notifications/settings-notifications.contents.html` · demo: `/catalog/ui-patterns/app/settings-notifications/settings-notifications.html` · docs: `/site/examples/patterns/settings-notifications`
|
|
692
|
+
- **Tooltip Hover** (Pattern Library) — Tooltip on hover — icon buttons with tooltip-ui showing contextual hints on mouse-over. Pattern for toolbar icons with hover tooltips.
|
|
693
|
+
- keywords: tooltip, hover, tooltip-ui, mouse-over, hover-hint, popover, label, hint, trigger, button-ui
|
|
694
|
+
- components: `button-ui` `row-ui`
|
|
695
|
+
- source: `/catalog/ui-patterns/app/tooltip-hover/tooltip-hover.contents.html` · demo: `/catalog/ui-patterns/app/tooltip-hover/tooltip-hover.html` · docs: `/site/examples/patterns/tooltip-hover`
|
|
@@ -16,7 +16,7 @@ The `--a-*` semantic layer is a thin alias layer reading FROM the `--md-sys-colo
|
|
|
16
16
|
| `--a-canvas-muted` | `var(--md-sys-color-neutral-surface-dimmer)` |
|
|
17
17
|
| `--a-canvas-hover` | `var(--md-sys-color-neutral-hover)` |
|
|
18
18
|
| `--a-canvas-active` | `var(--md-sys-color-neutral-active)` |
|
|
19
|
-
| `--a-canvas-selected` | `var(--md-sys-color-neutral-container
|
|
19
|
+
| `--a-canvas-selected` | `var(--md-sys-color-neutral-container)` |
|
|
20
20
|
| `--a-canvas-text-strong` | `var(--md-sys-color-neutral-on-surface)` |
|
|
21
21
|
| `--a-canvas-text` | `var(--md-sys-color-neutral-on-surface)` |
|
|
22
22
|
| `--a-canvas-text-subtle` | `var(--md-sys-color-neutral-on-surface-variant)` |
|
|
@@ -38,7 +38,7 @@ The `--a-*` semantic layer is a thin alias layer reading FROM the `--md-sys-colo
|
|
|
38
38
|
| `--a-bg-strong` | `var(--md-sys-color-neutral-surface-high)` |
|
|
39
39
|
| `--a-bg-hover` | `var(--md-sys-color-neutral-hover)` |
|
|
40
40
|
| `--a-bg-active` | `var(--md-sys-color-neutral-active)` |
|
|
41
|
-
| `--a-bg-selected` | `var(--md-sys-color-neutral-container
|
|
41
|
+
| `--a-bg-selected` | `var(--md-sys-color-neutral-container)` |
|
|
42
42
|
| `--a-bg-disabled` | `var(--md-sys-color-neutral-container-disabled)` |
|
|
43
43
|
| `--a-bg-invalid` | `var(--a-danger-muted)` |
|
|
44
44
|
| `--a-fg` | `var(--md-sys-color-neutral-on-surface)` |
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# Role roster — the `--md-sys-color-*` semantic layer
|
|
8
8
|
|
|
9
|
-
**Palettes (8):** neutral (
|
|
9
|
+
**Palettes (8):** neutral (54) · primary (54) · secondary (54) · tertiary (54) · info (54) · success (54) · warning (54) · danger (54) — every palette carries the full roster.
|
|
10
10
|
|
|
11
11
|
Grammar: `--md-sys-color-{palette}{suffix}`. Chrome palette = `neutral`; brand accent = `primary`; `secondary`/`tertiary` support; `info/success/warning/danger` carry MEANING only. Consume via `var()` — never a raw `-050…-950` stop, never a hex.
|
|
12
12
|
|
|
@@ -16,6 +16,7 @@ Grammar: `--md-sys-color-{palette}{suffix}`. Chrome palette = `neutral`; brand a
|
|
|
16
16
|
| accent variants | `-dim` `-bright` `-low` `-high` | Tonal variants of the accent for de/emphasis without leaving the palette |
|
|
17
17
|
| accent states | `-hover` `-active` `-disabled` | The solid accent fill's baked states — never synthesize with opacity/color-mix |
|
|
18
18
|
| on-accent | `-on-{p}` `-on-{p}-variant` `-on-{p}-hover` `-on-{p}-active` `-on-{p}-disabled` | Ink on the palette's own solid fill (the accent). FIXED LIGHT in both schemes by design — never "fix" with dark text or auto-contrast |
|
|
19
|
+
| UNCLASSIFIED | `-on-{p}-container` | ⚠ suffix not in the doctrine table — classify it |
|
|
19
20
|
| on-surface | `-on-surface` `-on-surface-variant` `-on-surface-hover` `-on-surface-active` `-on-surface-disabled` | Text/icon ink on the SAME palette's surfaces/containers/background — the pairing law's ink side, with baked states |
|
|
20
21
|
| placeholder | `-placeholder` | Form placeholder ink |
|
|
21
22
|
| outline | `-outline` `-outline-variant` `-outline-hover` `-outline-active` `-outline-disabled` | Borders/dividers/rings, with a softer -variant and baked states |
|
|
@@ -24,3 +25,5 @@ Grammar: `--md-sys-color-{palette}{suffix}`. Chrome palette = `neutral`; brand a
|
|
|
24
25
|
| background | `-background` | The palette's page-level backdrop |
|
|
25
26
|
| surface ladder | `-surface` `-surface-dimmest` `-surface-dimmer` `-surface-dim` `-surface-bright` `-surface-brighter` `-surface-brightest` `-surface-lowest` `-surface-lower` `-surface-low` `-surface-high` `-surface-higher` `-surface-highest` | Elevation IS this ladder (dim↔bright, low↔high) — raise/recess with surfaces, never with opacity or ad-hoc shadows |
|
|
26
27
|
| scrim | `-scrim-weakest` `-scrim-weaker` `-scrim-weak` `-scrim` `-scrim-strong` `-scrim-stronger` `-scrim-strongest` | Scrim ladder — 7-step overlay dims for layering under sheets/dialogs/toasts |
|
|
28
|
+
|
|
29
|
+
⚠ **Unclassified roles (doctrine table needs updating):** --md-sys-color-neutral-on-neutral-container
|