@adia-ai/adia-ui-factory 0.8.32 → 0.8.33
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.
|
|
3
|
+
"version": "0.8.33",
|
|
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,14 @@
|
|
|
1
1
|
# Changelog — adia-ui-kit-factory
|
|
2
2
|
|
|
3
|
+
## [0.8.33] — 2026-08-11
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
- **`adia-patterns`' pattern index no longer names components that don't exist (gh#848).** `Agent Memory`'s entry listed `form-container-ui` (no such tag — native `<form>` is the real contract per `registry.js` §45) and `Diff & Review`'s listed `description-detail-ui`/`description-term-ui` (native `<dt>`/`<dd>` per `description-list.yaml`'s own documented contract) — both invented tags the corresponding demo pages had already stopped authoring. `Agent Memory`'s entry also gained `row-ui`, which its demo genuinely composes and the index had missed.
|
|
7
|
+
|
|
8
|
+
### Maintenance
|
|
9
|
+
- **`.claude-plugin/plugin.json` version bump** — moves in lockstep with package.json (the `/plugin update` cache key).
|
|
10
|
+
- **`skills/` touched in this release window** (1 file(s), e.g. `references/pattern-index.md`) — carried by the entries above.
|
|
11
|
+
|
|
3
12
|
## [0.8.32] — 2026-08-09
|
|
4
13
|
|
|
5
14
|
### Maintenance
|
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.33",
|
|
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",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
- source: `/packages/web-components/patterns/agent-cost/agent-cost.examples.html` · demo: `/packages/web-components/patterns/agent-cost/agent-cost.html` · docs: `/site/patterns/agent-cost`
|
|
17
17
|
- **Agent Memory** (Patterns) — Surfaces to audit and edit what an agent remembers — a memory list, a single-entry detail, and an add/revise editor.
|
|
18
18
|
- keywords: context, recall, saved facts, persistence, remember
|
|
19
|
-
- components: `tag-ui` `button-ui` `list-item-ui` `card-ui` `col-ui` `radio-ui` `text-ui` `field-ui` `code-ui` `description-list-ui` `
|
|
19
|
+
- components: `tag-ui` `button-ui` `list-item-ui` `card-ui` `col-ui` `radio-ui` `text-ui` `field-ui` `code-ui` `description-list-ui` `list-ui` `row-ui`
|
|
20
20
|
- source: `/packages/web-components/patterns/agent-memory/agent-memory.examples.html` · demo: `/packages/web-components/patterns/agent-memory/agent-memory.html` · docs: `/site/patterns/agent-memory`
|
|
21
21
|
- **Agent Prompt Library** (Patterns) — Saved-prompt store — a full library grid, a compact in-context recall picker, and the reusable prompt card shared by both.
|
|
22
22
|
- keywords: snippets, templates, slash menu, saved queries, presets
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
- source: `/packages/web-components/patterns/approvals/approvals.examples.html` · demo: `/packages/web-components/patterns/approvals/approvals.html` · docs: `/site/patterns/approvals`
|
|
227
227
|
- **Diff & Review** (Patterns) — Before/after viewer in code, prose, or field-delta form — reach for it to show what changed before an approve, merge, or rollback.
|
|
228
228
|
- keywords: comparison, before after, changeset, merge, side by side, delta
|
|
229
|
-
- components: `tag-ui` `row-ui` `card-ui` `code-ui` `
|
|
229
|
+
- components: `tag-ui` `row-ui` `card-ui` `code-ui` `text-ui` `button-ui` `description-list-ui` `grid-ui`
|
|
230
230
|
- source: `/packages/web-components/patterns/diff-review/diff-review.examples.html` · demo: `/packages/web-components/patterns/diff-review/diff-review.html` · docs: `/site/patterns/diff-review`
|
|
231
231
|
- **Kanban Board** (Patterns) — Drag-to-reorder sortable list and multi-column status board — reach for it when item order or column membership is itself the state.
|
|
232
232
|
- keywords: drag drop, swimlanes, sprint, pipeline, sortable, reorder
|