@adia-ai/adia-ui-factory 0.8.24 → 0.8.26
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.26",
|
|
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-ui-kit-factory
|
|
2
2
|
|
|
3
|
+
## [0.8.26] — 2026-08-05
|
|
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.26 work shipped in WCH chat-harness wave + genui conformance train; first publish of @adia-ai/agent + @adia-ai/persona. See `packages/web-modules/CHANGELOG.md#0826--2026-08-05` for details.
|
|
7
|
+
- **`.claude-plugin/plugin.json` version bump** — moves in lockstep with package.json (the `/plugin update` cache key).
|
|
8
|
+
|
|
9
|
+
## [0.8.25] — 2026-07-31
|
|
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.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.
|
|
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** (2 file(s), e.g. `references/annotations.yaml`) — carried by the entries above.
|
|
15
|
+
|
|
3
16
|
## [0.8.24] — 2026-07-30
|
|
4
17
|
|
|
5
18
|
### 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.26",
|
|
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.
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
# Pre-assembled patterns & templates index
|
|
6
6
|
|
|
7
|
-
|
|
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` `
|
|
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`
|