@adia-ai/mcp 0.8.45 → 0.8.47

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/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog — @adia-ai/mcp
2
2
 
3
+ ## [0.8.47] — 2026-08-22
4
+
5
+ ### Maintenance
6
+ - **Lockstep version bump only.** No source changes in this package; bumped to maintain the lockstep version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.8.47 work shipped in table-toolbar size/chrome fixes, anchor popover reuse guard, token-layer light-dark cleanup (gh#1852), side-by-side docs demos. See `packages/web-components/CHANGELOG.md#0847--2026-08-22` for details.
7
+
8
+ ## [0.8.46] — 2026-08-22
9
+
10
+
11
+ ### Maintenance
12
+ - **`factory/` touched in this release window** (1 file(s), e.g. `resources/pattern-index.md`) — carried by the entries above.
13
+
3
14
  ## [0.8.45] — 2026-08-20
4
15
 
5
16
  ### Docs
@@ -9,7 +9,7 @@
9
9
 
10
10
  # Pre-assembled patterns & templates index
11
11
 
12
- 169 reusable assembled surfaces: 48 patterns (composed component arrangements) and 121 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 gen-ui-wiring's runtime-generated pattern).
12
+ 171 reusable assembled surfaces: 50 patterns (composed component arrangements) and 121 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 gen-ui-wiring's runtime-generated pattern).
13
13
 
14
14
  ## Patterns
15
15
 
@@ -64,21 +64,29 @@
64
64
  - keywords: facet, chips, refine, narrow, segment, query
65
65
  - components: `action-item-ui` `tag-ui` `button-ui` `segment-ui` `card-ui` `row-ui` `action-list-ui` `code-ui` `popover-ui` `search-ui` `segmented-ui` `table-ui` `text-ui` `toolbar-ui`
66
66
  - source: `/packages/web-components/patterns/filter-bar/filter-bar.examples.html` · demo: `/packages/web-components/patterns/filter-bar/filter-bar.html` · docs: `/site/patterns/filter-bar`
67
+ - **Table in Card** (Patterns) — The full table structural system in a card — header title/action, a title-less toolbar row, a bleed table, and a footer with a range label + pager — reach for it for any card-framed data grid that needs a pager.
68
+ - keywords: data grid, pagination, table footer, table toolbar, status dot, kebab actions
69
+ - components: `card-ui` `table-footer-ui` `table-toolbar-ui` `table-ui` `button-ui` `code-ui`
70
+ - source: `/packages/web-components/patterns/table-in-card/table-in-card.examples.html` · demo: `/packages/web-components/patterns/table-in-card/table-in-card.html` · docs: `/site/patterns/table-in-card`
67
71
 
68
72
  ### data-viz
69
73
 
70
74
  - **Chart in Card** (Patterns) — Embeds a chart inside a card so it reads as a dashboard tile — sparkline tile, full framed chart, or chart-plus-headline-stat.
71
75
  - keywords: dashboard tile, kpi tile, sparkline, metric tile, graph
72
- - components: `card-ui` `chart-ui` `text-ui` `stat-ui` `chart-legend-ui` `segment-ui` `button-ui` `code-ui` `col-ui` `grid-ui` `segmented-ui`
76
+ - components: `card-ui` `chart-ui` `text-ui` `chart-legend-ui` `stat-ui` `segment-ui` `button-ui` `code-ui` `col-ui` `grid-ui` `segmented-ui`
73
77
  - source: `/packages/web-components/patterns/chart-in-card/chart-in-card.examples.html` · demo: `/packages/web-components/patterns/chart-in-card/chart-in-card.html` · docs: `/site/patterns/chart-in-card`
74
78
  - **Charts** (Patterns) — Full live-demo reference for Charts 2.0 — all 18 chart-ui types, the ADR-0074 ratio grammar (auto-snap + explicit pin), chart-legend-ui's ratio-responsive row/grid/list layouts, the chart-in-card full-bleed pattern, and every ratified chart-ui attribute.
75
79
  - keywords: chart types, ratio grammar, chart legend, full bleed, ADR-0074, data visualization
76
- - components: `segment-ui` `chart-ui` `card-ui` `text-ui` `segmented-ui` `code-ui` `chart-legend-ui` `alert-ui` `grid-ui`
80
+ - components: `segment-ui` `chart-ui` `card-ui` `text-ui` `segmented-ui` `chart-legend-ui` `code-ui` `button-ui` `grid-ui` `row-ui` `select-ui` `alert-ui`
77
81
  - source: `/site/pages/patterns/charts.html` · docs: `/site/patterns/charts`
78
82
  - **Conversion Funnel** (Patterns) — Multi-step drop-off funnel built from labeled progress rows — reach for onboarding, checkout, activation, or paywall sequences.
79
83
  - keywords: drop-off, activation, checkout steps, sign-up flow, progress rows
80
84
  - components: `text-ui` `progress-ui` `col-ui` `badge-ui` `card-ui` `row-ui` `segment-ui` `button-ui` `segmented-ui`
81
85
  - source: `/packages/web-components/patterns/conversion-funnel/conversion-funnel.examples.html` · demo: `/packages/web-components/patterns/conversion-funnel/conversion-funnel.html` · docs: `/site/patterns/conversion-funnel`
86
+ - **New Enrollments** (Patterns) — A "New enrollments" dashboard card recreated across four chart-type variants (stacked-bar, area, sparkline, radial-bar) sharing one header grammar, composing the Charts 2.0 foundations (chip labels, today-marker, provisional state, legend band).
87
+ - keywords: new enrollments, dashboard card, stacked bar, area chart, sparkline, radial bar, provisional state, today marker, legend band
88
+ - components: `button-ui` `card-ui` `chart-ui` `row-ui` `select-ui` `chart-legend-ui`
89
+ - source: `/packages/web-components/patterns/new-enrollments/new-enrollments.examples.html` · demo: `/packages/web-components/patterns/new-enrollments/new-enrollments.html` · docs: `/site/patterns/new-enrollments`
82
90
  - **Retention Cohort** (Patterns) — Retention cohort heatmap rendered as a table with color-bucketed badge cells — reach for it for retention/decay reporting.
83
91
  - keywords: heatmap, churn, decay, weekly buckets, engagement grid
84
92
  - components: `card-ui` `badge-ui` `table-ui` `text-ui` `stat-ui` `code-ui` `grid-ui` `row-ui`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/mcp",
3
- "version": "0.8.45",
3
+ "version": "0.8.47",
4
4
  "description": "AdiaUI's three MCP servers, one npm package (gh#1240, ADR-0051). `adia-mcp gen-ui` — the 31-tool generation server (compose engine, corpus, retrieval, feedback/eval loop). `adia-mcp protocol` — the 5-tool A2UI protocol server (validate + registry introspection + the L0/L1 catalog-contract rungs, no generation system, no model client). `adia-mcp factory` — the 7-tool adia-factory server (orient, scaffold, audit, surface QA for building adia-ui apps from any MCP harness; no generation system, no model client). ADR-0048 §3's distinct-server decision is unchanged; only the distribution unified.",
5
5
  "type": "module",
6
6
  "bin": {