@adia-ai/gen-ui 0.8.47 → 0.8.48

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.
@@ -0,0 +1,46 @@
1
+ {
2
+ "name": "table-footer-range-of",
3
+ "kind": "block",
4
+ "primary": "div",
5
+ "page": "/packages/web-components/components/table-footer/table-footer.examples.html",
6
+ "slots": [],
7
+ "nested": [],
8
+ "attrs": {
9
+ "data-artifact-item": "",
10
+ "data-artifact-label": "filtered-of-whole — range-of secondary total (gh#1877, ADR-0082 Amendment)"
11
+ },
12
+ "html": "<table-footer-ui page=\"1\" page-size=\"4\" range-total=\"4\" range-of=\"6\" range-noun=\"traversals\"></table-footer-ui>",
13
+ "source": "packages/web-components/components/table-footer/table-footer.examples.html",
14
+ "metadata": {
15
+ "domain": "data",
16
+ "description": "Table footer with range-total=&quot;4&quot; (the client-filtered count) plus range-of=&quot;6&quot; (the unfiltered whole-set total) and range-noun=&quot;traversals&quot; — renders 'Showing 1–4 of 4 traversals (of 6 total)'.",
17
+ "keywords": [
18
+ "table",
19
+ "footer",
20
+ "pagination",
21
+ "filtered",
22
+ "of",
23
+ "whole",
24
+ "secondary",
25
+ "total",
26
+ "range",
27
+ "of",
28
+ "range",
29
+ "noun",
30
+ "data",
31
+ "grid"
32
+ ]
33
+ },
34
+ "captured_at": "2026-08-23T14:50:58.244Z",
35
+ "template": [
36
+ {
37
+ "id": "root",
38
+ "component": "TableFooter",
39
+ "page": 1,
40
+ "page-size": 4,
41
+ "range-noun": "traversals",
42
+ "range-of": 6,
43
+ "range-total": 4
44
+ }
45
+ ]
46
+ }
@@ -0,0 +1,44 @@
1
+ {
2
+ "name": "table-toolbar-open-total",
3
+ "kind": "block",
4
+ "primary": "div",
5
+ "page": "/packages/web-components/components/table-toolbar/table-toolbar.examples.html",
6
+ "slots": [],
7
+ "nested": [],
8
+ "attrs": {
9
+ "data-artifact-item": "",
10
+ "data-artifact-label": "open total — cursor/hasMore paging (gh#1877, ADR-0082 Amendment)"
11
+ },
12
+ "html": "<table-toolbar-ui for=\"subs-open-table\" range-start=\"1\" range-end=\"50\" range-total=\"?\" range-noun=\"subscriptions\"></table-toolbar-ui>\n <table-ui id=\"subs-open-table\" raw>\n <table>\n <thead><tr><th>Subscriber</th><th>Plan</th></tr></thead>\n <tbody>\n <tr><td>A. Chen</td><td>Pro</td></tr>\n <tr><td>J. Park</td><td>Team</td></tr>\n </tbody>\n </table>\n </table-ui>",
13
+ "source": "packages/web-components/components/table-toolbar/table-toolbar.examples.html",
14
+ "metadata": {
15
+ "domain": "data",
16
+ "description": "Table toolbar with range-total=&quot;?&quot; — the open/unproven-total state for cursor or hasMore server paging with no known row count yet. Needs only range-start/range-end (&gt; 0) to render; the summary reads 'Showing X–Y' with no 'of N' via range-noun, resolving to the normal finite summary once a real range-total arrives.",
17
+ "keywords": [
18
+ "table",
19
+ "toolbar",
20
+ "range",
21
+ "summary",
22
+ "open",
23
+ "total",
24
+ "unproven",
25
+ "cursor",
26
+ "hasMore",
27
+ "unknown",
28
+ "count",
29
+ "range",
30
+ "noun",
31
+ "data",
32
+ "grid"
33
+ ]
34
+ },
35
+ "captured_at": "2026-08-23T14:50:58.244Z",
36
+ "template": [
37
+ {
38
+ "id": "root",
39
+ "component": "Text",
40
+ "textContent": "Subscriber Plan A. Chen Pro J. Park Team",
41
+ "variant": "body"
42
+ }
43
+ ]
44
+ }
@@ -0,0 +1,47 @@
1
+ {
2
+ "name": "table-toolbar-range-of",
3
+ "kind": "block",
4
+ "primary": "div",
5
+ "page": "/packages/web-components/components/table-toolbar/table-toolbar.examples.html",
6
+ "slots": [],
7
+ "nested": [],
8
+ "attrs": {
9
+ "data-artifact-item": "",
10
+ "data-artifact-label": "filtered-of-whole — range-of secondary total (gh#1877, ADR-0082 Amendment)"
11
+ },
12
+ "html": "<table-toolbar-ui range-start=\"1\" range-end=\"4\" range-total=\"4\" range-of=\"6\" range-noun=\"traversals\"></table-toolbar-ui>",
13
+ "source": "packages/web-components/components/table-toolbar/table-toolbar.examples.html",
14
+ "metadata": {
15
+ "domain": "data",
16
+ "description": "Table toolbar with range-total=&quot;4&quot; (the client-filtered count) plus range-of=&quot;6&quot; (the unfiltered whole-set total) and range-noun=&quot;traversals&quot; — renders 'Showing 1–4 of 4 traversals (of 6 total)'.",
17
+ "keywords": [
18
+ "table",
19
+ "toolbar",
20
+ "range",
21
+ "summary",
22
+ "filtered",
23
+ "of",
24
+ "whole",
25
+ "secondary",
26
+ "total",
27
+ "range",
28
+ "of",
29
+ "range",
30
+ "noun",
31
+ "data",
32
+ "grid"
33
+ ]
34
+ },
35
+ "captured_at": "2026-08-23T14:50:58.244Z",
36
+ "template": [
37
+ {
38
+ "id": "root",
39
+ "component": "TableToolbar",
40
+ "rangeEnd": 4,
41
+ "rangeNoun": "traversals",
42
+ "rangeOf": 6,
43
+ "rangeStart": 1,
44
+ "rangeTotal": 4
45
+ }
46
+ ]
47
+ }
@@ -0,0 +1,199 @@
1
+ {
2
+ "name": "table-toolbar-title-always",
3
+ "kind": "block",
4
+ "primary": "div",
5
+ "page": "/packages/web-components/components/table-toolbar/table-toolbar.examples.html",
6
+ "slots": [],
7
+ "nested": [],
8
+ "attrs": {
9
+ "data-artifact-item": "",
10
+ "data-artifact-label": "title-always — scope select plus an explicit title kept visible together"
11
+ },
12
+ "html": "<card-ui>\n <header>\n <table-toolbar-ui for=\"teams-table\" size=\"sm\" title-always text=\"Engineering\" count=\"12\">\n <select-ui slot=\"scope\" label=\"Team\" label-hidden>\n <option value=\"eng\" selected>Engineering</option>\n <option value=\"design\">Design</option>\n </select-ui>\n </table-toolbar-ui>\n </header>\n <section bleed>\n <table-ui id=\"teams-table\" sortable raw>\n <table>\n <thead><tr><th>Name</th><th>Role</th><th>Status</th></tr></thead>\n <tbody>\n <tr><td>Maya Chen</td><td>Designer</td><td><tag-ui variant=\"success\">Active</tag-ui></td></tr>\n <tr><td>Alex Park</td><td>Engineer</td><td><tag-ui variant=\"success\">Active</tag-ui></td></tr>\n </tbody>\n </table>\n </table-ui>\n </section>\n </card-ui>",
13
+ "source": "packages/web-components/components/table-toolbar/table-toolbar.examples.html",
14
+ "metadata": {
15
+ "domain": "data",
16
+ "description": "[title-always] opt-out (gh#1879) for the scope-reconciliation title hide: by default a filled [slot=&quot;scope&quot;] region hides the [text]/[count] title cluster next to it (they'd repeat the same entity name); [title-always] keeps both visible together — a scope select AND an explicit text/count title on the same row.",
17
+ "keywords": [
18
+ "table",
19
+ "toolbar",
20
+ "title-always",
21
+ "scope",
22
+ "title",
23
+ "text",
24
+ "count",
25
+ "opt-out",
26
+ "reconciliation",
27
+ "adiav2"
28
+ ]
29
+ },
30
+ "captured_at": "2026-08-22T22:25:15.482Z",
31
+ "template": [
32
+ {
33
+ "id": "choice-picker",
34
+ "component": "ChoicePicker",
35
+ "slot": "scope",
36
+ "label": "Team",
37
+ "label-hidden": true,
38
+ "options": [
39
+ {
40
+ "value": "eng",
41
+ "label": "Engineering"
42
+ },
43
+ {
44
+ "value": "design",
45
+ "label": "Design"
46
+ }
47
+ ],
48
+ "value": "eng"
49
+ },
50
+ {
51
+ "id": "table-toolbar",
52
+ "component": "TableToolbar",
53
+ "count": "12",
54
+ "for": "teams-table",
55
+ "size": "sm",
56
+ "text": "Engineering",
57
+ "titleAlways": true,
58
+ "children": [
59
+ "choice-picker"
60
+ ]
61
+ },
62
+ {
63
+ "id": "header",
64
+ "component": "Header",
65
+ "children": [
66
+ "table-toolbar"
67
+ ]
68
+ },
69
+ {
70
+ "id": "text",
71
+ "component": "Text",
72
+ "textContent": "Name",
73
+ "variant": "body"
74
+ },
75
+ {
76
+ "id": "text-2",
77
+ "component": "Text",
78
+ "textContent": "Role",
79
+ "variant": "body"
80
+ },
81
+ {
82
+ "id": "text-3",
83
+ "component": "Text",
84
+ "textContent": "Status",
85
+ "variant": "body"
86
+ },
87
+ {
88
+ "id": "column-2",
89
+ "component": "Column",
90
+ "children": [
91
+ "text",
92
+ "text-2",
93
+ "text-3"
94
+ ]
95
+ },
96
+ {
97
+ "id": "text-4",
98
+ "component": "Text",
99
+ "textContent": "Maya Chen",
100
+ "variant": "body"
101
+ },
102
+ {
103
+ "id": "text-5",
104
+ "component": "Text",
105
+ "textContent": "Designer",
106
+ "variant": "body"
107
+ },
108
+ {
109
+ "id": "tag",
110
+ "component": "Tag",
111
+ "variant": "success",
112
+ "text": "Active"
113
+ },
114
+ {
115
+ "id": "column-7",
116
+ "component": "Column",
117
+ "children": [
118
+ "text-4",
119
+ "text-5",
120
+ "tag"
121
+ ]
122
+ },
123
+ {
124
+ "id": "text-6",
125
+ "component": "Text",
126
+ "textContent": "Alex Park",
127
+ "variant": "body"
128
+ },
129
+ {
130
+ "id": "text-7",
131
+ "component": "Text",
132
+ "textContent": "Engineer",
133
+ "variant": "body"
134
+ },
135
+ {
136
+ "id": "tag-2",
137
+ "component": "Tag",
138
+ "variant": "success",
139
+ "text": "Active"
140
+ },
141
+ {
142
+ "id": "column-11",
143
+ "component": "Column",
144
+ "children": [
145
+ "text-6",
146
+ "text-7",
147
+ "tag-2"
148
+ ]
149
+ },
150
+ {
151
+ "id": "column-6",
152
+ "component": "Column",
153
+ "children": [
154
+ "column-7",
155
+ "column-11"
156
+ ]
157
+ },
158
+ {
159
+ "id": "table",
160
+ "component": "Table",
161
+ "children": [
162
+ "column-2",
163
+ "column-6"
164
+ ]
165
+ },
166
+ {
167
+ "id": "teams-table",
168
+ "component": "Table",
169
+ "raw": true,
170
+ "sortable": true,
171
+ "children": [
172
+ "table"
173
+ ]
174
+ },
175
+ {
176
+ "id": "section",
177
+ "component": "Section",
178
+ "bleed": true,
179
+ "children": [
180
+ "column-15"
181
+ ]
182
+ },
183
+ {
184
+ "id": "column-15",
185
+ "component": "Column",
186
+ "children": [
187
+ "teams-table"
188
+ ]
189
+ },
190
+ {
191
+ "id": "root",
192
+ "component": "Card",
193
+ "children": [
194
+ "header",
195
+ "section"
196
+ ]
197
+ }
198
+ ]
199
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
- "timestamp": "2026-08-22T18:33:57.423Z",
2
+ "timestamp": "2026-08-23T14:50:58.244Z",
3
3
  "pages": 212,
4
- "chunks": 559,
4
+ "chunks": 564,
5
5
  "skipped": 1586
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/gen-ui",
3
- "version": "0.8.47",
3
+ "version": "0.8.48",
4
4
  "description": "AdiaUI generative-UI system — compose strategies, retrieval, the harvested training corpus, and catalog-aware + LLM-judge validation. Emits A2UI protocol messages; pairs with @adia-ai/a2ui (the protocol runtime). Folded from @adia-ai/a2ui-{compose,retrieval,corpus} + the catalog/semantic halves of the former @adia-ai/a2ui-validator (ADR-0048).",
5
5
  "type": "module",
6
6
  "main": "./compose/index.js",