@adia-ai/adia-ui-factory 0.8.23 → 0.8.25

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adia-ui-kit-factory",
3
- "version": "0.8.23",
3
+ "version": "0.8.25",
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
@@ -2,7 +2,7 @@
2
2
  "mcpServers": {
3
3
  "a2ui": {
4
4
  "command": "npx",
5
- "args": ["-y", "@adia-ai/a2ui-mcp@0.8.23"]
5
+ "args": ["-y", "@adia-ai/a2ui-mcp@0.8.25"]
6
6
  }
7
7
  }
8
8
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog — adia-ui-kit-factory
2
2
 
3
+ ## [0.8.25] — 2026-07-31
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.25 work shipped in theme-panel scoped-target [parametric] density/radius fix (gh#570) + System scheme option; anchor-bar-ui; stat-ui band chart layout; chart-ui dots/series-emphasis. See `packages/web-components/CHANGELOG.md#0825--2026-07-31` for details.
7
+ - **`.claude-plugin/plugin.json` version bump** — moves in lockstep with package.json (the `/plugin update` cache key).
8
+ - **`skills/` touched in this release window** (2 file(s), e.g. `references/annotations.yaml`) — carried by the entries above.
9
+
10
+ ## [0.8.24] — 2026-07-30
11
+
12
+ ### Maintenance
13
+ - **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.24 work shipped in requiredIcons drift cleared across 16 components + checker comment handling (gh#550), worktree bootstrap workspace-link hardening + retrieval corpus-pin fix (gh#554), list-item two-line icon centering (gh#558), card footer bottom-pinning (gh#559). See `packages/web-components/CHANGELOG.md#0824--2026-07-30` for details.
14
+ - **`.claude-plugin/plugin.json` version bump** — moves in lockstep with package.json (the `/plugin update` cache key).
15
+ - **`skills/` touched in this release window** (2 file(s), e.g. `references/annotations.yaml`) — carried by the entries above.
16
+
3
17
  ## [0.8.23] — 2026-07-30
4
18
 
5
19
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/adia-ui-factory",
3
- "version": "0.8.23",
3
+ "version": "0.8.25",
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",
@@ -58,6 +58,16 @@
58
58
  - subnav
59
59
  - right rail
60
60
  - context pane
61
+ /site/pages/patterns/appearance-settings.html:
62
+ category: tokens-theming
63
+ intent: The theme/density/radius/color-scheme settings row — theme-panel for the quick path, hand-rolled primitives with persisted (not computed-style) state for a page-fitted path.
64
+ keywords:
65
+ - appearance settings
66
+ - theme panel
67
+ - density slider
68
+ - radius slider
69
+ - color scheme
70
+ - persisted state
61
71
  /packages/web-components/patterns/app-nav/app-nav.examples.html:
62
72
  category: navigation
63
73
  intent: Sidebar navigation tree — grouped collapsible items, dividers, section labels, badges, and popover flyouts when collapsed.
@@ -1023,11 +1033,11 @@
1023
1033
  category: overlays
1024
1034
  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
1035
  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":
1036
+ "/catalog/ui-patterns/app/editor-code-pane/editor-code-pane.html":
1027
1037
  category: workflow
1028
1038
  intent: "Code editor pane with file-tabs header, line-numbered code surface, and status bar footer."
1029
1039
  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":
1040
+ "/catalog/ui-patterns/app/editor-preview-pane/editor-preview-pane.html":
1031
1041
  category: workflow
1032
1042
  intent: "Preview pane rendering the editor's output with toolbar (refresh, viewport, share) and live content area."
1033
1043
  keywords: ["preview", "render", "editor", "pane", "output", "live-preview", "iframe", "split-pane", "split", "pane"]
@@ -1075,7 +1085,7 @@
1075
1085
  category: data-viz
1076
1086
  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
1087
  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":
1088
+ "/catalog/ui-patterns/app/payment-method-form/payment-method-form.html":
1079
1089
  category: workflow
1080
1090
  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
1091
  keywords: ["payment", "method", "credit", "card", "billing", "form", "update", "save", "cvc", "cvv"]
@@ -1123,31 +1133,31 @@
1123
1133
  category: data-viz
1124
1134
  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
1135
  keywords: ["badge", "variant", "accent", "info", "success", "warning", "danger", "muted", "badge-ui", "status"]
1126
- "/catalog/ui-patterns/v050-agent-blocks/v050-agent-blocks.contents.html":
1136
+ "/catalog/ui-patterns/v050-agent-blocks/v050-agent-blocks.html":
1127
1137
  category: agent-ops
1128
1138
  intent: "AI assistant message bubble with streaming text indicator + assistant avatar + cited sources strip."
1129
1139
  keywords: ["ai", "streaming", "response", "message", "bubble", "assistant", "chat", "llm", "typing", "tokens"]
1130
- "/catalog/ui-patterns/v050-content-blocks/v050-content-blocks.contents.html":
1140
+ "/catalog/ui-patterns/v050-content-blocks/v050-content-blocks.html":
1131
1141
  category: overlays
1132
1142
  intent: "Masonry image gallery \u2014 variable-height tiles in a column-flow grid with hover overlays."
1133
1143
  keywords: ["masonry", "gallery", "images", "photos", "grid", "variable-height", "pinterest", "tiles", "overlays", "lightbox"]
1134
- "/catalog/ui-patterns/v050-data-blocks/v050-data-blocks.contents.html":
1144
+ "/catalog/ui-patterns/v050-data-blocks/v050-data-blocks.html":
1135
1145
  category: data-viz
1136
1146
  intent: "Real-time metrics dashboard with live counter cards, streaming line chart, error-rate progress, and last-updated timestamp."
1137
1147
  keywords: ["real-time", "metrics", "live", "dashboard", "streaming", "counters", "charts", "websocket", "telemetry", "monitoring"]
1138
- "/catalog/ui-patterns/v050-form-blocks/v050-form-blocks.contents.html":
1148
+ "/catalog/ui-patterns/v050-form-blocks/v050-form-blocks.html":
1139
1149
  category: forms-input
1140
1150
  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
1151
  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":
1152
+ "/catalog/ui-patterns/v050-marketing-blocks/v050-marketing-blocks.html":
1143
1153
  category: marketing
1144
1154
  intent: "Two-column hero \u2014 left side heading + lede + CTA buttons; right side product image or media."
1145
1155
  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":
1156
+ "/catalog/ui-patterns/v050-mode-c-blocks/v050-mode-c-blocks.html":
1147
1157
  category: agent-ops
1148
1158
  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
1159
  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":
1160
+ "/catalog/ui-patterns/v050-nav-blocks/v050-nav-blocks.html":
1151
1161
  category: navigation
1152
1162
  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
1163
  keywords: ["breadcrumb", "navigation", "path", "hierarchy", "link", "separator", "breadcrumb-ui", "trail", "link-ui", "icon-ui"]
@@ -4,7 +4,7 @@
4
4
 
5
5
  # Pre-assembled patterns & templates index
6
6
 
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).
7
+ 149 reusable assembled surfaces: 46 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
 
@@ -49,7 +49,7 @@
49
49
  - source: `/packages/web-components/patterns/audit-log/audit-log.examples.html` · demo: `/packages/web-components/patterns/audit-log/audit-log.html` · docs: `/site/patterns/audit-log`
50
50
  - **Bulk Action Toolbar** (Patterns) — Contextual action bar that swaps the table toolbar when rows are selected — reach for it for batch archive/delete/export on a grid.
51
51
  - keywords: multi-select, batch, selection, archive, contextual, delete
52
- - components: `button-ui` `toolbar-group-ui` `code-ui` `tag-ui` `card-ui` `divider-ui` `table-toolbar-ui` `table-ui` `text-ui` `toolbar-ui`
52
+ - components: `button-ui` `toolbar-group-ui` `tag-ui` `code-ui` `divider-ui` `card-ui` `table-toolbar-ui` `table-ui` `text-ui` `toolbar-ui` `anchor-bar-ui`
53
53
  - source: `/packages/web-components/patterns/bulk-action-toolbar/bulk-action-toolbar.examples.html` · demo: `/packages/web-components/patterns/bulk-action-toolbar/bulk-action-toolbar.html` · docs: `/site/patterns/bulk-action-toolbar`
54
54
  - **Data Tables — Inline Edit & Tree** (Patterns) — Spreadsheet-style inline-edit grid and hierarchical tree table — reach for it for bulk row correction or recursively nested data.
55
55
  - keywords: spreadsheet, editable cells, hierarchy, expand collapse, nested rows, grid
@@ -209,6 +209,10 @@
209
209
 
210
210
  ### tokens-theming
211
211
 
212
+ - **Appearance Settings** (Patterns) — The theme/density/radius/color-scheme settings row — theme-panel for the quick path, hand-rolled primitives with persisted (not computed-style) state for a page-fitted path.
213
+ - keywords: appearance settings, theme panel, density slider, radius slider, color scheme, persisted state
214
+ - components: `code-ui` `alert-ui` `segment-ui` `slider-ui` `button-ui` `card-ui` `col-ui` `divider-ui` `field-ui` `row-ui` `segmented-ui`
215
+ - source: `/site/pages/patterns/appearance-settings.html` · docs: `/site/patterns/appearance-settings`
212
216
  - **Component Tokens** (Patterns) — The component CSS recipe — @scope isolation, --component-prop tokens, :where(:scope) defaults. Doc-hub, not a surface — read it, don't copy its components list.
213
217
  - keywords: css scope, custom properties, theming, style isolation, overridable
214
218
  - components: `code-ui`
@@ -256,11 +260,11 @@
256
260
  - **V050 Agent Blocks** (Pattern Library) — AI assistant message bubble with streaming text indicator + assistant avatar + cited sources strip.
257
261
  - keywords: ai, streaming, response, message, bubble, assistant, chat, llm, typing, tokens
258
262
  - 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`
263
+ - source: `/catalog/ui-patterns/v050-agent-blocks/v050-agent-blocks.contents.html` · demo: `/catalog/ui-patterns/v050-agent-blocks/v050-agent-blocks.html` · docs: `/site/examples/patterns/v050-agent-blocks`
260
264
  - **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
265
  - keywords: empty, state, illustration, bold, headline, description, primary, call-to-action, button, no-results
262
266
  - 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`
267
+ - source: `/catalog/ui-patterns/v050-mode-c-blocks/v050-mode-c-blocks.contents.html` · demo: `/catalog/ui-patterns/v050-mode-c-blocks/v050-mode-c-blocks.html` · docs: `/site/examples/patterns/v050-mode-c-blocks`
264
268
 
265
269
  ### app-overview
266
270
 
@@ -422,7 +426,7 @@
422
426
  - **V050 Data Blocks** (Pattern Library) — Real-time metrics dashboard with live counter cards, streaming line chart, error-rate progress, and last-updated timestamp.
423
427
  - keywords: real-time, metrics, live, dashboard, streaming, counters, charts, websocket, telemetry, monitoring
424
428
  - 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`
429
+ - source: `/catalog/ui-patterns/v050-data-blocks/v050-data-blocks.contents.html` · demo: `/catalog/ui-patterns/v050-data-blocks/v050-data-blocks.html` · docs: `/site/examples/patterns/v050-data-blocks`
426
430
  - **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
431
  - keywords: calendar, date, picker, month, navigation, calendar-grid-ui, month-view, weekday, day, grid
428
432
  - 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`
@@ -449,7 +453,7 @@
449
453
  - **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
454
  - keywords: file, upload, drag-and-drop, dnd, browse, attachments, form-input, drop, zone, file-list
451
455
  - 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`
456
+ - source: `/catalog/ui-patterns/v050-form-blocks/v050-form-blocks.contents.html` · demo: `/catalog/ui-patterns/v050-form-blocks/v050-form-blocks.html` · docs: `/site/examples/patterns/v050-form-blocks`
453
457
 
454
458
  ### marketing
455
459
 
@@ -468,7 +472,7 @@
468
472
  - **V050 Marketing Blocks** (Pattern Library) — Two-column hero — left side heading + lede + CTA buttons; right side product image or media.
469
473
  - keywords: hero, split-hero, two-column, landing-page, heading, lede, media, product-image, cta
470
474
  - 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`
475
+ - source: `/catalog/ui-patterns/v050-marketing-blocks/v050-marketing-blocks.contents.html` · demo: `/catalog/ui-patterns/v050-marketing-blocks/v050-marketing-blocks.html` · docs: `/site/examples/patterns/v050-marketing-blocks`
472
476
 
473
477
  ### navigation
474
478
 
@@ -479,7 +483,7 @@
479
483
  - **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
484
  - keywords: breadcrumb, navigation, path, hierarchy, link, separator, breadcrumb-ui, trail, link-ui, icon-ui
481
485
  - 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`
486
+ - source: `/catalog/ui-patterns/v050-nav-blocks/v050-nav-blocks.contents.html` · demo: `/catalog/ui-patterns/v050-nav-blocks/v050-nav-blocks.html` · docs: `/site/examples/patterns/v050-nav-blocks`
483
487
 
484
488
  ### onboarding-flow
485
489
 
@@ -541,7 +545,7 @@
541
545
  - **V050 Content Blocks** (Pattern Library) — Masonry image gallery — variable-height tiles in a column-flow grid with hover overlays.
542
546
  - keywords: masonry, gallery, images, photos, grid, variable-height, pinterest, tiles, overlays, lightbox
543
547
  - 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`
548
+ - source: `/catalog/ui-patterns/v050-content-blocks/v050-content-blocks.contents.html` · demo: `/catalog/ui-patterns/v050-content-blocks/v050-content-blocks.html` · docs: `/site/examples/patterns/v050-content-blocks`
545
549
 
546
550
  ### registration-flow
547
551
 
@@ -668,11 +672,11 @@
668
672
  - **Editor Code Pane** (Pattern Library) — Code editor pane with file-tabs header, line-numbered code surface, and status bar footer.
669
673
  - keywords: editor, code, pane, tabs, ide, line-numbers, syntax-highlighting, monaco, codemirror
670
674
  - 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`
675
+ - source: `/catalog/ui-patterns/app/editor-code-pane/editor-code-pane.contents.html` · demo: `/catalog/ui-patterns/app/editor-code-pane/editor-code-pane.html` · docs: `/site/examples/patterns/editor-code-pane`
672
676
  - **Editor Preview Pane** (Pattern Library) — Preview pane rendering the editor's output with toolbar (refresh, viewport, share) and live content area.
673
677
  - keywords: preview, render, editor, pane, output, live-preview, iframe, split-pane, split, pane
674
678
  - components: `text-ui`
675
- - source: `/catalog/ui-patterns/app/editor-preview-pane/editor-preview-pane.contents.html` · docs: `/site/examples/patterns/editor-preview-pane`
679
+ - source: `/catalog/ui-patterns/app/editor-preview-pane/editor-preview-pane.contents.html` · demo: `/catalog/ui-patterns/app/editor-preview-pane/editor-preview-pane.html` · docs: `/site/examples/patterns/editor-preview-pane`
676
680
  - **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
681
  - keywords: kanban, board, todo, in-progress, done, columns, tasks, project-management, cards, assignee
678
682
  - components: `text-ui` `row-ui` `badge-ui` `card-ui` `col-ui` `avatar-ui` `tag-ui` `grid-ui`
@@ -680,7 +684,7 @@
680
684
  - **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
685
  - keywords: payment, method, credit, card, billing, form, update, save, cvc, cvv
682
686
  - 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`
687
+ - source: `/catalog/ui-patterns/app/payment-method-form/payment-method-form.contents.html` · demo: `/catalog/ui-patterns/app/payment-method-form/payment-method-form.html` · docs: `/site/examples/patterns/payment-method-form`
684
688
  - **Settings Appearance** (Pattern Library) — Appearance settings section — theme picker, density + radius sliders, color-scheme toggle.
685
689
  - keywords: settings, appearance, theme, density, radius, color-scheme, dark-mode, preferences, ui-controls
686
690
  - components: `card-ui` `theme-panel`