@adia-ai/adia-ui-factory 0.8.21 → 0.8.23
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 +2 -2
- package/.mcp.json +1 -1
- package/CHANGELOG.md +16 -1
- package/README.md +2 -2
- package/package.json +1 -1
- package/skills/adia-patterns/references/pattern-index.md +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "adia-factory",
|
|
3
|
-
"version": "0.8.
|
|
2
|
+
"name": "adia-ui-kit-factory",
|
|
3
|
+
"version": "0.8.23",
|
|
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,4 +1,19 @@
|
|
|
1
|
-
# Changelog — adia-factory
|
|
1
|
+
# Changelog — adia-ui-kit-factory
|
|
2
|
+
|
|
3
|
+
## [0.8.23] — 2026-07-30
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
- **Plugin renamed: `adia-factory` → `adia-ui-kit-factory`** (gh#520, operator ruling 2026-07-30). The in-repo marketplace renames `adia` → `adia-ui-kit`; the install pattern becomes `adia-ui-kit-factory@adia-ui-kit`. Directory and npm package identity (`@adia-ai/…`) unchanged. A new manifest name means a FRESH install — consumers re-add the marketplace under the new key and re-enable `adia-ui-kit-factory@adia-ui-kit`; old `adia-factory@adia` refs no longer resolve.
|
|
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
|
+
|
|
12
|
+
## [0.8.22] — 2026-07-29
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
- **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.22 work shipped in select-ui aria-selected action-row fix, combobox radio indicator, form-popover summary hardening, resumable release Step 10. See `packages/web-components/CHANGELOG.md#0822--2026-07-29` for details.
|
|
16
|
+
- **`.claude-plugin/plugin.json` version bump** — moves in lockstep with package.json (the `/plugin update` cache key).
|
|
2
17
|
|
|
3
18
|
## [0.8.21] — 2026-07-28
|
|
4
19
|
|
package/README.md
CHANGED
|
@@ -14,10 +14,10 @@ which is private):
|
|
|
14
14
|
|
|
15
15
|
```
|
|
16
16
|
/plugin marketplace add adiahealth/gen-ui-kit
|
|
17
|
-
/plugin install adia-factory@adia
|
|
17
|
+
/plugin install adia-ui-kit-factory@adia-ui-kit
|
|
18
18
|
```
|
|
19
19
|
|
|
20
|
-
(`adia-factory@adia`, not `@gen-ui-kit` — the marketplace registers under
|
|
20
|
+
(`adia-ui-kit-factory@adia-ui-kit`, not `@gen-ui-kit` — the marketplace registers under
|
|
21
21
|
its own manifest name, `adia`, not the repo name.)
|
|
22
22
|
|
|
23
23
|
Sources the in-repo manifest at `.claude-plugin/marketplace.json` (repo
|
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.23",
|
|
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",
|
|
@@ -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` `
|
|
52
|
+
- components: `button-ui` `toolbar-group-ui` `code-ui` `tag-ui` `card-ui` `divider-ui` `table-toolbar-ui` `table-ui` `text-ui` `toolbar-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
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
- 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`
|
|
69
69
|
- **Conversion Funnel** (Patterns) — Multi-step drop-off funnel built from labeled progress rows — reach for onboarding, checkout, activation, or paywall sequences.
|
|
70
70
|
- keywords: drop-off, activation, checkout steps, sign-up flow, progress rows
|
|
71
|
-
- components: `text-ui` `progress-row-ui` `col-ui` `
|
|
71
|
+
- components: `text-ui` `progress-row-ui` `col-ui` `tag-ui` `badge-ui` `card-ui` `row-ui` `segment-ui` `button-ui` `segmented-ui`
|
|
72
72
|
- 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`
|
|
73
73
|
- **Retention Cohort** (Patterns) — Retention cohort heatmap rendered as a table with color-bucketed badge cells — reach for it for retention/decay reporting.
|
|
74
74
|
- keywords: heatmap, churn, decay, weekly buckets, engagement grid
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
- source: `/packages/web-components/patterns/notifications-bell-and-digest/notifications-bell-and-digest.examples.html` · demo: `/packages/web-components/patterns/notifications-bell-and-digest/notifications-bell-and-digest.html` · docs: `/site/patterns/notifications-bell-and-digest`
|
|
133
133
|
- **System & App Banners** (Patterns) — Persistent strip banners above the app shell — offline/maintenance status, live updates, announcements — reach for top-of-app messaging.
|
|
134
134
|
- keywords: offline, maintenance, announcement, strip, degraded, promo
|
|
135
|
-
- components: `
|
|
135
|
+
- components: `alert-ui` `button-ui` `tag-ui` `text-ui`
|
|
136
136
|
- source: `/packages/web-components/patterns/system-banners/system-banners.examples.html` · demo: `/packages/web-components/patterns/system-banners/system-banners.html` · docs: `/site/patterns/system-banners`
|
|
137
137
|
|
|
138
138
|
### overlays
|