@adia-ai/a2ui-corpus 0.5.6 → 0.5.8
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 +14 -0
- package/catalog-a2ui_0_9.json +44 -18
- package/chunks/agent-activity-feed.json +1 -1
- package/chunks/agent-reasoning-collapsed.json +1 -1
- package/chunks/auth-mfa-enrollment.json +1 -1
- package/chunks/auth-new-password.json +1 -1
- package/chunks/auth-password-reset.json +1 -1
- package/chunks/auth-signin-card-email.json +1 -1
- package/chunks/auth-signin-card-magic-link.json +1 -1
- package/chunks/auth-signin-card-mfa.json +1 -1
- package/chunks/auth-signin-card-otp.json +1 -1
- package/chunks/auth-signin-card-password.json +1 -1
- package/chunks/auth-signup-entry.json +1 -1
- package/chunks/comparison-table.json +1 -1
- package/chunks/conversion-funnel-6step.json +1 -1
- package/chunks/dashboard-acquisition-panel.json +2 -2
- package/chunks/dashboard-admin-page.json +17 -17
- package/chunks/dashboard-audience-panel.json +1 -1
- package/chunks/dashboard-behavior-panel.json +1 -1
- package/chunks/dashboard-chart-recent.json +2 -2
- package/chunks/dashboard-conversion-panel.json +2 -2
- package/chunks/dashboard-funnel.json +1 -1
- package/chunks/dashboard-overview-panel.json +10 -10
- package/chunks/dashboard-page-header.json +1 -1
- package/chunks/dashboard-spark-cards.json +4 -4
- package/chunks/dashboard-team-actions-storage.json +3 -3
- package/chunks/dashboard-transactions-table.json +1 -1
- package/chunks/date-time-picker-form.json +1 -1
- package/chunks/empty-state.json +1 -1
- package/chunks/error-404.json +1 -1
- package/chunks/error-500.json +1 -1
- package/chunks/error-maintenance.json +1 -1
- package/chunks/error-page-shell.json +1 -1
- package/chunks/faq-accordion.json +1 -1
- package/chunks/form-page-shell.json +1 -1
- package/chunks/hero-section-split.json +1 -1
- package/chunks/marketing-hero-cta.json +1 -1
- package/chunks/marketing-page-shell.json +5 -5
- package/chunks/masonry-gallery.json +1 -1
- package/chunks/multi-step-wizard.json +1 -1
- package/chunks/onb-step-shell.json +2 -2
- package/chunks/real-time-metrics-dashboard.json +1 -1
- package/chunks/reg-step-shell.json +2 -2
- package/chunks/reg-workspace-name.json +1 -1
- package/chunks/settings-admin-page.json +15 -15
- package/chunks/settings-notifications.json +1 -1
- package/chunks/settings-page-shell.json +2 -2
- package/chunks/tabs-with-panels.json +1 -1
- package/chunks/testimonial-grid.json +1 -1
- package/chunks/timeline-events.json +1 -1
- package/chunks/users-table-badge.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -17,6 +17,20 @@ gap registry. Consumed by `@adia-ai/a2ui-retrieval` and
|
|
|
17
17
|
## [Unreleased]
|
|
18
18
|
|
|
19
19
|
_No pending changes._
|
|
20
|
+
|
|
21
|
+
## [0.5.8] - 2026-05-15
|
|
22
|
+
|
|
23
|
+
_Lockstep ride-along (no source change)._
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## [0.5.7] - 2026-05-15
|
|
27
|
+
|
|
28
|
+
### Changed — `catalog-a2ui_0_9.json` regen + `chunks/` refresh (v0.5.7)
|
|
29
|
+
|
|
30
|
+
`catalog-a2ui_0_9.json` regenerated to pick up `@adia-ai/web-components@0.5.7`'s §199 (`<input-ui>` `leading` + `trailing` slot description updates) and §210 (`<text-ui>` variant enum cleanup — removed 6 phantom `h1`-`h6` + `subheading` entries; added 3 working tokens `subsection`/`deck`/`metric`). Auto-regenerated by `npm run components`.
|
|
31
|
+
|
|
32
|
+
`chunks/` refresh for consumers that re-harvest against the new catalog — no chunk-content change, only sidecar metadata.
|
|
33
|
+
|
|
20
34
|
## [0.5.6] - 2026-05-14
|
|
21
35
|
|
|
22
36
|
_Lockstep ride-along (no source change)._
|
package/catalog-a2ui_0_9.json
CHANGED
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
],
|
|
206
206
|
"slots": {
|
|
207
207
|
"default": {
|
|
208
|
-
"description": "
|
|
208
|
+
"description": "accordion-item-ui children"
|
|
209
209
|
}
|
|
210
210
|
},
|
|
211
211
|
"states": [
|
|
@@ -299,12 +299,29 @@
|
|
|
299
299
|
"anti_patterns": [],
|
|
300
300
|
"category": "layout",
|
|
301
301
|
"composes": [],
|
|
302
|
-
"events": {
|
|
302
|
+
"events": {
|
|
303
|
+
"toggle": {
|
|
304
|
+
"description": "Fired when the section opens or closes.",
|
|
305
|
+
"detail": {
|
|
306
|
+
"open": {
|
|
307
|
+
"description": "New open state.",
|
|
308
|
+
"type": "boolean"
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
},
|
|
303
313
|
"examples": [],
|
|
304
314
|
"keywords": [],
|
|
305
315
|
"name": "UIAccordionItem",
|
|
306
316
|
"related": [],
|
|
307
|
-
"slots": {
|
|
317
|
+
"slots": {
|
|
318
|
+
"action": {
|
|
319
|
+
"description": "§206 (v0.5.7): action buttons inside a custom header (e.g. Copy /\nDownload / settings). Children placed at `[slot=\"action\"]` (or\n`[slot=\"actions\"]`, or marked `[data-no-toggle]`) are excluded from\nthe toggle-on-click cascade — clicking them fires their own handler\nwithout also toggling the section."
|
|
320
|
+
},
|
|
321
|
+
"header": {
|
|
322
|
+
"description": "Custom header content. By default `[text]` renders as a plain header\nlabel, but a `[slot=\"header\"]` override lets consumers author rich\nheaders (icon + title + action buttons + caret)."
|
|
323
|
+
}
|
|
324
|
+
},
|
|
308
325
|
"states": [],
|
|
309
326
|
"synonyms": {},
|
|
310
327
|
"tag": "accordion-item-ui",
|
|
@@ -5767,7 +5784,9 @@
|
|
|
5767
5784
|
"x-adiaui": {
|
|
5768
5785
|
"anti_patterns": [],
|
|
5769
5786
|
"category": "container",
|
|
5770
|
-
"composes": [
|
|
5787
|
+
"composes": [
|
|
5788
|
+
"switch-ui"
|
|
5789
|
+
],
|
|
5771
5790
|
"events": {
|
|
5772
5791
|
"change": {
|
|
5773
5792
|
"description": "Fired when the toggle flips. detail contains { state }.",
|
|
@@ -7384,7 +7403,9 @@
|
|
|
7384
7403
|
}
|
|
7385
7404
|
],
|
|
7386
7405
|
"category": "form",
|
|
7387
|
-
"composes": [
|
|
7406
|
+
"composes": [
|
|
7407
|
+
"field-ui"
|
|
7408
|
+
],
|
|
7388
7409
|
"events": {},
|
|
7389
7410
|
"examples": [
|
|
7390
7411
|
{
|
|
@@ -8566,13 +8587,13 @@
|
|
|
8566
8587
|
],
|
|
8567
8588
|
"slots": {
|
|
8568
8589
|
"leading": {
|
|
8569
|
-
"description": "Leading
|
|
8590
|
+
"description": "Leading affordance slot, inside the field chrome, before the\nvalue. Sized to chrome height. Author `<button-ui slot=\"leading\"\nicon=\"...\" variant=\"ghost\" size=\"sm\">` (or any inline element)\nfor inline actions before the value — e.g. a link-icon button\nnext to a URL input. Wired §199 v0.5.7."
|
|
8570
8591
|
},
|
|
8571
8592
|
"text": {
|
|
8572
8593
|
"description": "Contenteditable text surface for user input"
|
|
8573
8594
|
},
|
|
8574
8595
|
"trailing": {
|
|
8575
|
-
"description": "Trailing
|
|
8596
|
+
"description": "Trailing affordance slot, inside the field chrome, after the\nvalue (and after [slot=\"suffix\"] if present). Sized to chrome\nheight. Author `<button-ui slot=\"trailing\" icon=\"...\"\nvariant=\"ghost\" size=\"sm\" aria-label=\"...\">` for inline actions\nlike copy / clear / open-in-modal. For trailing text/icon\nlabels (e.g. \"Light\" in a theme picker), use the `suffix` prop\ninstead — affordance slots are for interactive buttons, not\ntext. Wired §199 v0.5.7."
|
|
8576
8597
|
}
|
|
8577
8598
|
},
|
|
8578
8599
|
"states": [
|
|
@@ -9516,7 +9537,12 @@
|
|
|
9516
9537
|
"x-adiaui": {
|
|
9517
9538
|
"anti_patterns": [],
|
|
9518
9539
|
"category": "layout",
|
|
9519
|
-
"composes": [
|
|
9540
|
+
"composes": [
|
|
9541
|
+
"nav-group-ui",
|
|
9542
|
+
"nav-item-ui",
|
|
9543
|
+
"icon-ui",
|
|
9544
|
+
"popover-ui"
|
|
9545
|
+
],
|
|
9520
9546
|
"events": {
|
|
9521
9547
|
"nav-select": {
|
|
9522
9548
|
"description": "Bubbles from <nav-item-ui> children when one is selected. Detail: { item, text, value }.",
|
|
@@ -9637,7 +9663,11 @@
|
|
|
9637
9663
|
"x-adiaui": {
|
|
9638
9664
|
"anti_patterns": [],
|
|
9639
9665
|
"category": "layout",
|
|
9640
|
-
"composes": [
|
|
9666
|
+
"composes": [
|
|
9667
|
+
"icon-ui",
|
|
9668
|
+
"badge-ui",
|
|
9669
|
+
"nav-item-ui"
|
|
9670
|
+
],
|
|
9641
9671
|
"events": {
|
|
9642
9672
|
"group-toggle": {
|
|
9643
9673
|
"description": "Fired when the header toggles via click/keyboard. Detail: { text, open }.",
|
|
@@ -9751,7 +9781,10 @@
|
|
|
9751
9781
|
"x-adiaui": {
|
|
9752
9782
|
"anti_patterns": [],
|
|
9753
9783
|
"category": "layout",
|
|
9754
|
-
"composes": [
|
|
9784
|
+
"composes": [
|
|
9785
|
+
"icon-ui",
|
|
9786
|
+
"badge-ui"
|
|
9787
|
+
],
|
|
9755
9788
|
"events": {
|
|
9756
9789
|
"nav-select": {
|
|
9757
9790
|
"description": "Bubbles when the item is activated. Detail: { item, text, value }.",
|
|
@@ -15417,7 +15450,6 @@
|
|
|
15417
15450
|
"enum": [
|
|
15418
15451
|
"body",
|
|
15419
15452
|
"heading",
|
|
15420
|
-
"subheading",
|
|
15421
15453
|
"title",
|
|
15422
15454
|
"subsection",
|
|
15423
15455
|
"display",
|
|
@@ -15427,13 +15459,7 @@
|
|
|
15427
15459
|
"deck",
|
|
15428
15460
|
"section",
|
|
15429
15461
|
"metric",
|
|
15430
|
-
"code"
|
|
15431
|
-
"h1",
|
|
15432
|
-
"h2",
|
|
15433
|
-
"h3",
|
|
15434
|
-
"h4",
|
|
15435
|
-
"h5",
|
|
15436
|
-
"h6"
|
|
15462
|
+
"code"
|
|
15437
15463
|
],
|
|
15438
15464
|
"default": "body"
|
|
15439
15465
|
}
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
{
|
|
41
41
|
"id": "text",
|
|
42
42
|
"component": "Text",
|
|
43
|
-
"variant": "
|
|
43
|
+
"variant": "heading",
|
|
44
44
|
"textContent": "Traffic"
|
|
45
45
|
},
|
|
46
46
|
{
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
{
|
|
119
119
|
"id": "text-3",
|
|
120
120
|
"component": "Text",
|
|
121
|
-
"variant": "
|
|
121
|
+
"variant": "heading",
|
|
122
122
|
"textContent": "Acquisition channels"
|
|
123
123
|
},
|
|
124
124
|
{
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
{
|
|
78
78
|
"id": "text",
|
|
79
79
|
"component": "Text",
|
|
80
|
-
"variant": "
|
|
80
|
+
"variant": "display",
|
|
81
81
|
"textContent": "Dashboard",
|
|
82
82
|
"data-heading": "section"
|
|
83
83
|
},
|
|
@@ -375,7 +375,7 @@
|
|
|
375
375
|
{
|
|
376
376
|
"id": "text-3",
|
|
377
377
|
"component": "Text",
|
|
378
|
-
"variant": "
|
|
378
|
+
"variant": "heading",
|
|
379
379
|
"textContent": "Overview"
|
|
380
380
|
},
|
|
381
381
|
{
|
|
@@ -514,7 +514,7 @@
|
|
|
514
514
|
{
|
|
515
515
|
"id": "text-5",
|
|
516
516
|
"component": "Text",
|
|
517
|
-
"variant": "
|
|
517
|
+
"variant": "heading",
|
|
518
518
|
"textContent": "Recent Sales"
|
|
519
519
|
},
|
|
520
520
|
{
|
|
@@ -876,7 +876,7 @@
|
|
|
876
876
|
{
|
|
877
877
|
"id": "text-22",
|
|
878
878
|
"component": "Text",
|
|
879
|
-
"variant": "
|
|
879
|
+
"variant": "heading",
|
|
880
880
|
"textContent": "Page Views"
|
|
881
881
|
},
|
|
882
882
|
{
|
|
@@ -926,7 +926,7 @@
|
|
|
926
926
|
{
|
|
927
927
|
"id": "text-24",
|
|
928
928
|
"component": "Text",
|
|
929
|
-
"variant": "
|
|
929
|
+
"variant": "heading",
|
|
930
930
|
"textContent": "Bounce Rate"
|
|
931
931
|
},
|
|
932
932
|
{
|
|
@@ -977,7 +977,7 @@
|
|
|
977
977
|
{
|
|
978
978
|
"id": "text-26",
|
|
979
979
|
"component": "Text",
|
|
980
|
-
"variant": "
|
|
980
|
+
"variant": "heading",
|
|
981
981
|
"textContent": "Session Duration"
|
|
982
982
|
},
|
|
983
983
|
{
|
|
@@ -1028,7 +1028,7 @@
|
|
|
1028
1028
|
{
|
|
1029
1029
|
"id": "text-28",
|
|
1030
1030
|
"component": "Text",
|
|
1031
|
-
"variant": "
|
|
1031
|
+
"variant": "heading",
|
|
1032
1032
|
"textContent": "Conversion"
|
|
1033
1033
|
},
|
|
1034
1034
|
{
|
|
@@ -1100,7 +1100,7 @@
|
|
|
1100
1100
|
{
|
|
1101
1101
|
"id": "text-30",
|
|
1102
1102
|
"component": "Text",
|
|
1103
|
-
"variant": "
|
|
1103
|
+
"variant": "heading",
|
|
1104
1104
|
"textContent": "Recent Transactions"
|
|
1105
1105
|
},
|
|
1106
1106
|
{
|
|
@@ -1171,7 +1171,7 @@
|
|
|
1171
1171
|
{
|
|
1172
1172
|
"id": "text-33",
|
|
1173
1173
|
"component": "Text",
|
|
1174
|
-
"variant": "
|
|
1174
|
+
"variant": "heading",
|
|
1175
1175
|
"textContent": "Team Members"
|
|
1176
1176
|
},
|
|
1177
1177
|
{
|
|
@@ -1492,7 +1492,7 @@
|
|
|
1492
1492
|
{
|
|
1493
1493
|
"id": "text-43",
|
|
1494
1494
|
"component": "Text",
|
|
1495
|
-
"variant": "
|
|
1495
|
+
"variant": "heading",
|
|
1496
1496
|
"textContent": "Quick Actions"
|
|
1497
1497
|
},
|
|
1498
1498
|
{
|
|
@@ -1602,7 +1602,7 @@
|
|
|
1602
1602
|
{
|
|
1603
1603
|
"id": "text-44",
|
|
1604
1604
|
"component": "Text",
|
|
1605
|
-
"variant": "
|
|
1605
|
+
"variant": "heading",
|
|
1606
1606
|
"textContent": "Storage"
|
|
1607
1607
|
},
|
|
1608
1608
|
{
|
|
@@ -1974,7 +1974,7 @@
|
|
|
1974
1974
|
{
|
|
1975
1975
|
"id": "text-48",
|
|
1976
1976
|
"component": "Text",
|
|
1977
|
-
"variant": "
|
|
1977
|
+
"variant": "heading",
|
|
1978
1978
|
"textContent": "Top countries"
|
|
1979
1979
|
},
|
|
1980
1980
|
{
|
|
@@ -2259,7 +2259,7 @@
|
|
|
2259
2259
|
{
|
|
2260
2260
|
"id": "text-70",
|
|
2261
2261
|
"component": "Text",
|
|
2262
|
-
"variant": "
|
|
2262
|
+
"variant": "heading",
|
|
2263
2263
|
"textContent": "Traffic"
|
|
2264
2264
|
},
|
|
2265
2265
|
{
|
|
@@ -2337,7 +2337,7 @@
|
|
|
2337
2337
|
{
|
|
2338
2338
|
"id": "text-72",
|
|
2339
2339
|
"component": "Text",
|
|
2340
|
-
"variant": "
|
|
2340
|
+
"variant": "heading",
|
|
2341
2341
|
"textContent": "Acquisition channels"
|
|
2342
2342
|
},
|
|
2343
2343
|
{
|
|
@@ -2420,7 +2420,7 @@
|
|
|
2420
2420
|
{
|
|
2421
2421
|
"id": "text-74",
|
|
2422
2422
|
"component": "Text",
|
|
2423
|
-
"variant": "
|
|
2423
|
+
"variant": "heading",
|
|
2424
2424
|
"textContent": "Top pages"
|
|
2425
2425
|
},
|
|
2426
2426
|
{
|
|
@@ -2499,7 +2499,7 @@
|
|
|
2499
2499
|
{
|
|
2500
2500
|
"id": "text-76",
|
|
2501
2501
|
"component": "Text",
|
|
2502
|
-
"variant": "
|
|
2502
|
+
"variant": "heading",
|
|
2503
2503
|
"textContent": "Conversion funnel"
|
|
2504
2504
|
},
|
|
2505
2505
|
{
|
|
@@ -2607,7 +2607,7 @@
|
|
|
2607
2607
|
{
|
|
2608
2608
|
"id": "text-81",
|
|
2609
2609
|
"component": "Text",
|
|
2610
|
-
"variant": "
|
|
2610
|
+
"variant": "heading",
|
|
2611
2611
|
"textContent": "Retention by signup week"
|
|
2612
2612
|
},
|
|
2613
2613
|
{
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
{
|
|
41
41
|
"id": "text",
|
|
42
42
|
"component": "Text",
|
|
43
|
-
"variant": "
|
|
43
|
+
"variant": "heading",
|
|
44
44
|
"textContent": "Overview"
|
|
45
45
|
},
|
|
46
46
|
{
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
{
|
|
180
180
|
"id": "text-3",
|
|
181
181
|
"component": "Text",
|
|
182
|
-
"variant": "
|
|
182
|
+
"variant": "heading",
|
|
183
183
|
"textContent": "Recent Sales"
|
|
184
184
|
},
|
|
185
185
|
{
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
{
|
|
41
41
|
"id": "text",
|
|
42
42
|
"component": "Text",
|
|
43
|
-
"variant": "
|
|
43
|
+
"variant": "heading",
|
|
44
44
|
"textContent": "Conversion funnel"
|
|
45
45
|
},
|
|
46
46
|
{
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
{
|
|
149
149
|
"id": "text-6",
|
|
150
150
|
"component": "Text",
|
|
151
|
-
"variant": "
|
|
151
|
+
"variant": "heading",
|
|
152
152
|
"textContent": "Retention by signup week"
|
|
153
153
|
},
|
|
154
154
|
{
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
{
|
|
197
197
|
"id": "text",
|
|
198
198
|
"component": "Text",
|
|
199
|
-
"variant": "
|
|
199
|
+
"variant": "heading",
|
|
200
200
|
"textContent": "Overview"
|
|
201
201
|
},
|
|
202
202
|
{
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
{
|
|
336
336
|
"id": "text-3",
|
|
337
337
|
"component": "Text",
|
|
338
|
-
"variant": "
|
|
338
|
+
"variant": "heading",
|
|
339
339
|
"textContent": "Recent Sales"
|
|
340
340
|
},
|
|
341
341
|
{
|
|
@@ -697,7 +697,7 @@
|
|
|
697
697
|
{
|
|
698
698
|
"id": "text-20",
|
|
699
699
|
"component": "Text",
|
|
700
|
-
"variant": "
|
|
700
|
+
"variant": "heading",
|
|
701
701
|
"textContent": "Page Views"
|
|
702
702
|
},
|
|
703
703
|
{
|
|
@@ -747,7 +747,7 @@
|
|
|
747
747
|
{
|
|
748
748
|
"id": "text-22",
|
|
749
749
|
"component": "Text",
|
|
750
|
-
"variant": "
|
|
750
|
+
"variant": "heading",
|
|
751
751
|
"textContent": "Bounce Rate"
|
|
752
752
|
},
|
|
753
753
|
{
|
|
@@ -798,7 +798,7 @@
|
|
|
798
798
|
{
|
|
799
799
|
"id": "text-24",
|
|
800
800
|
"component": "Text",
|
|
801
|
-
"variant": "
|
|
801
|
+
"variant": "heading",
|
|
802
802
|
"textContent": "Session Duration"
|
|
803
803
|
},
|
|
804
804
|
{
|
|
@@ -849,7 +849,7 @@
|
|
|
849
849
|
{
|
|
850
850
|
"id": "text-26",
|
|
851
851
|
"component": "Text",
|
|
852
|
-
"variant": "
|
|
852
|
+
"variant": "heading",
|
|
853
853
|
"textContent": "Conversion"
|
|
854
854
|
},
|
|
855
855
|
{
|
|
@@ -921,7 +921,7 @@
|
|
|
921
921
|
{
|
|
922
922
|
"id": "text-28",
|
|
923
923
|
"component": "Text",
|
|
924
|
-
"variant": "
|
|
924
|
+
"variant": "heading",
|
|
925
925
|
"textContent": "Recent Transactions"
|
|
926
926
|
},
|
|
927
927
|
{
|
|
@@ -992,7 +992,7 @@
|
|
|
992
992
|
{
|
|
993
993
|
"id": "text-31",
|
|
994
994
|
"component": "Text",
|
|
995
|
-
"variant": "
|
|
995
|
+
"variant": "heading",
|
|
996
996
|
"textContent": "Team Members"
|
|
997
997
|
},
|
|
998
998
|
{
|
|
@@ -1313,7 +1313,7 @@
|
|
|
1313
1313
|
{
|
|
1314
1314
|
"id": "text-41",
|
|
1315
1315
|
"component": "Text",
|
|
1316
|
-
"variant": "
|
|
1316
|
+
"variant": "heading",
|
|
1317
1317
|
"textContent": "Quick Actions"
|
|
1318
1318
|
},
|
|
1319
1319
|
{
|
|
@@ -1423,7 +1423,7 @@
|
|
|
1423
1423
|
{
|
|
1424
1424
|
"id": "text-42",
|
|
1425
1425
|
"component": "Text",
|
|
1426
|
-
"variant": "
|
|
1426
|
+
"variant": "heading",
|
|
1427
1427
|
"textContent": "Storage"
|
|
1428
1428
|
},
|
|
1429
1429
|
{
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
{
|
|
33
33
|
"id": "text",
|
|
34
34
|
"component": "Text",
|
|
35
|
-
"variant": "
|
|
35
|
+
"variant": "heading",
|
|
36
36
|
"textContent": "Page Views"
|
|
37
37
|
},
|
|
38
38
|
{
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
{
|
|
83
83
|
"id": "text-3",
|
|
84
84
|
"component": "Text",
|
|
85
|
-
"variant": "
|
|
85
|
+
"variant": "heading",
|
|
86
86
|
"textContent": "Bounce Rate"
|
|
87
87
|
},
|
|
88
88
|
{
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
{
|
|
134
134
|
"id": "text-5",
|
|
135
135
|
"component": "Text",
|
|
136
|
-
"variant": "
|
|
136
|
+
"variant": "heading",
|
|
137
137
|
"textContent": "Session Duration"
|
|
138
138
|
},
|
|
139
139
|
{
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
{
|
|
185
185
|
"id": "text-7",
|
|
186
186
|
"component": "Text",
|
|
187
|
-
"variant": "
|
|
187
|
+
"variant": "heading",
|
|
188
188
|
"textContent": "Conversion"
|
|
189
189
|
},
|
|
190
190
|
{
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
{
|
|
44
44
|
"id": "text",
|
|
45
45
|
"component": "Text",
|
|
46
|
-
"variant": "
|
|
46
|
+
"variant": "heading",
|
|
47
47
|
"textContent": "Team Members"
|
|
48
48
|
},
|
|
49
49
|
{
|
|
@@ -364,7 +364,7 @@
|
|
|
364
364
|
{
|
|
365
365
|
"id": "text-11",
|
|
366
366
|
"component": "Text",
|
|
367
|
-
"variant": "
|
|
367
|
+
"variant": "heading",
|
|
368
368
|
"textContent": "Quick Actions"
|
|
369
369
|
},
|
|
370
370
|
{
|
|
@@ -474,7 +474,7 @@
|
|
|
474
474
|
{
|
|
475
475
|
"id": "text-12",
|
|
476
476
|
"component": "Text",
|
|
477
|
-
"variant": "
|
|
477
|
+
"variant": "heading",
|
|
478
478
|
"textContent": "Storage"
|
|
479
479
|
},
|
|
480
480
|
{
|
package/chunks/empty-state.json
CHANGED
package/chunks/error-404.json
CHANGED
package/chunks/error-500.json
CHANGED
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
{
|
|
45
45
|
"id": "text",
|
|
46
46
|
"component": "Text",
|
|
47
|
-
"variant": "
|
|
47
|
+
"variant": "display",
|
|
48
48
|
"textContent": "Build faster with AdiaUI"
|
|
49
49
|
},
|
|
50
50
|
{
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
{
|
|
98
98
|
"id": "text-3",
|
|
99
99
|
"component": "Text",
|
|
100
|
-
"variant": "
|
|
100
|
+
"variant": "heading",
|
|
101
101
|
"textContent": "94+ Primitives"
|
|
102
102
|
},
|
|
103
103
|
{
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
{
|
|
138
138
|
"id": "text-5",
|
|
139
139
|
"component": "Text",
|
|
140
|
-
"variant": "
|
|
140
|
+
"variant": "heading",
|
|
141
141
|
"textContent": "Gen-UI Pipeline"
|
|
142
142
|
},
|
|
143
143
|
{
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
{
|
|
178
178
|
"id": "text-7",
|
|
179
179
|
"component": "Text",
|
|
180
|
-
"variant": "
|
|
180
|
+
"variant": "heading",
|
|
181
181
|
"textContent": "A2UI Runtime"
|
|
182
182
|
},
|
|
183
183
|
{
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
{
|
|
237
237
|
"id": "text-9",
|
|
238
238
|
"component": "Text",
|
|
239
|
-
"variant": "
|
|
239
|
+
"variant": "title",
|
|
240
240
|
"textContent": "Ready to ship?"
|
|
241
241
|
},
|
|
242
242
|
{
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
{
|
|
93
93
|
"id": "text-2",
|
|
94
94
|
"component": "Text",
|
|
95
|
-
"variant": "
|
|
95
|
+
"variant": "title",
|
|
96
96
|
"textContent": "Welcome aboard, Kim.",
|
|
97
97
|
"data-heading": "section"
|
|
98
98
|
},
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
{
|
|
161
161
|
"id": "text-5",
|
|
162
162
|
"component": "Text",
|
|
163
|
-
"variant": "
|
|
163
|
+
"variant": "display",
|
|
164
164
|
"textContent": "Let's get you set up"
|
|
165
165
|
},
|
|
166
166
|
{
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
{
|
|
92
92
|
"id": "text-2",
|
|
93
93
|
"component": "Text",
|
|
94
|
-
"variant": "
|
|
94
|
+
"variant": "title",
|
|
95
95
|
"textContent": "Be findable.",
|
|
96
96
|
"data-heading": "section"
|
|
97
97
|
},
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
{
|
|
160
160
|
"id": "text-5",
|
|
161
161
|
"component": "Text",
|
|
162
|
-
"variant": "
|
|
162
|
+
"variant": "display",
|
|
163
163
|
"textContent": "Round out your profile"
|
|
164
164
|
},
|
|
165
165
|
{
|
|
@@ -48,13 +48,13 @@
|
|
|
48
48
|
{
|
|
49
49
|
"id": "text",
|
|
50
50
|
"component": "Text",
|
|
51
|
-
"variant": "
|
|
51
|
+
"variant": "title",
|
|
52
52
|
"textContent": "Workspace"
|
|
53
53
|
},
|
|
54
54
|
{
|
|
55
55
|
"id": "text-2",
|
|
56
56
|
"component": "Text",
|
|
57
|
-
"variant": "
|
|
57
|
+
"variant": "heading",
|
|
58
58
|
"textContent": "Details"
|
|
59
59
|
},
|
|
60
60
|
{
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
{
|
|
130
130
|
"id": "text-4",
|
|
131
131
|
"component": "Text",
|
|
132
|
-
"variant": "
|
|
132
|
+
"variant": "heading",
|
|
133
133
|
"textContent": "Description"
|
|
134
134
|
},
|
|
135
135
|
{
|
|
@@ -207,13 +207,13 @@
|
|
|
207
207
|
{
|
|
208
208
|
"id": "text-6",
|
|
209
209
|
"component": "Text",
|
|
210
|
-
"variant": "
|
|
210
|
+
"variant": "title",
|
|
211
211
|
"textContent": "Defaults"
|
|
212
212
|
},
|
|
213
213
|
{
|
|
214
214
|
"id": "text-7",
|
|
215
215
|
"component": "Text",
|
|
216
|
-
"variant": "
|
|
216
|
+
"variant": "heading",
|
|
217
217
|
"textContent": "Model"
|
|
218
218
|
},
|
|
219
219
|
{
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
{
|
|
293
293
|
"id": "text-9",
|
|
294
294
|
"component": "Text",
|
|
295
|
-
"variant": "
|
|
295
|
+
"variant": "heading",
|
|
296
296
|
"textContent": "System prompt"
|
|
297
297
|
},
|
|
298
298
|
{
|
|
@@ -356,13 +356,13 @@
|
|
|
356
356
|
{
|
|
357
357
|
"id": "text-11",
|
|
358
358
|
"component": "Text",
|
|
359
|
-
"variant": "
|
|
359
|
+
"variant": "title",
|
|
360
360
|
"textContent": "Preferences"
|
|
361
361
|
},
|
|
362
362
|
{
|
|
363
363
|
"id": "text-12",
|
|
364
364
|
"component": "Text",
|
|
365
|
-
"variant": "
|
|
365
|
+
"variant": "heading",
|
|
366
366
|
"textContent": "Behavior"
|
|
367
367
|
},
|
|
368
368
|
{
|
|
@@ -430,13 +430,13 @@
|
|
|
430
430
|
{
|
|
431
431
|
"id": "text-14",
|
|
432
432
|
"component": "Text",
|
|
433
|
-
"variant": "
|
|
433
|
+
"variant": "title",
|
|
434
434
|
"textContent": "Appearance"
|
|
435
435
|
},
|
|
436
436
|
{
|
|
437
437
|
"id": "text-15",
|
|
438
438
|
"component": "Text",
|
|
439
|
-
"variant": "
|
|
439
|
+
"variant": "heading",
|
|
440
440
|
"textContent": "Theme"
|
|
441
441
|
},
|
|
442
442
|
{
|
|
@@ -501,13 +501,13 @@
|
|
|
501
501
|
{
|
|
502
502
|
"id": "text-17",
|
|
503
503
|
"component": "Text",
|
|
504
|
-
"variant": "
|
|
504
|
+
"variant": "title",
|
|
505
505
|
"textContent": "Notifications"
|
|
506
506
|
},
|
|
507
507
|
{
|
|
508
508
|
"id": "text-18",
|
|
509
509
|
"component": "Text",
|
|
510
|
-
"variant": "
|
|
510
|
+
"variant": "heading",
|
|
511
511
|
"textContent": "Channels"
|
|
512
512
|
},
|
|
513
513
|
{
|
|
@@ -569,7 +569,7 @@
|
|
|
569
569
|
{
|
|
570
570
|
"id": "text-20",
|
|
571
571
|
"component": "Text",
|
|
572
|
-
"variant": "
|
|
572
|
+
"variant": "heading",
|
|
573
573
|
"textContent": "Activity"
|
|
574
574
|
},
|
|
575
575
|
{
|
|
@@ -651,13 +651,13 @@
|
|
|
651
651
|
{
|
|
652
652
|
"id": "text-22",
|
|
653
653
|
"component": "Text",
|
|
654
|
-
"variant": "
|
|
654
|
+
"variant": "title",
|
|
655
655
|
"textContent": "Danger zone"
|
|
656
656
|
},
|
|
657
657
|
{
|
|
658
658
|
"id": "text-23",
|
|
659
659
|
"component": "Text",
|
|
660
|
-
"variant": "
|
|
660
|
+
"variant": "heading",
|
|
661
661
|
"textContent": "Delete workspace"
|
|
662
662
|
},
|
|
663
663
|
{
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
{
|
|
45
45
|
"id": "text",
|
|
46
46
|
"component": "Text",
|
|
47
|
-
"variant": "
|
|
47
|
+
"variant": "display",
|
|
48
48
|
"textContent": "Settings"
|
|
49
49
|
},
|
|
50
50
|
{
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
{
|
|
94
94
|
"id": "text-3",
|
|
95
95
|
"component": "Text",
|
|
96
|
-
"variant": "
|
|
96
|
+
"variant": "heading",
|
|
97
97
|
"textContent": "General settings"
|
|
98
98
|
},
|
|
99
99
|
{
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/a2ui-corpus",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.8",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"description": "AdiaUI A2UI training corpus
|
|
5
|
+
"description": "AdiaUI A2UI training corpus — canonical v0.9 catalog + chunks + eval fixtures + feedback + gap registry. Consumed by the compose engine's retrieval layer + the MCP pipeline.",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": "./catalog-a2ui_0_9.json",
|
|
8
8
|
"./manifest": "./manifest.json",
|