@adia-ai/a2ui-corpus 0.4.0 → 0.4.2

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.
Files changed (76) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/catalog-a2ui_0_9.json +446 -6
  3. package/catalog-a2ui_0_9_rules.txt +15 -0
  4. package/chunks/_index.json +26 -26
  5. package/chunks/agent-activity-feed.json +2 -2
  6. package/chunks/agent-canvas-shell.json +2 -2
  7. package/chunks/agent-reasoning-collapsed.json +2 -2
  8. package/chunks/chat-page-shell.json +2 -2
  9. package/chunks/chat-streaming-surface.json +2 -2
  10. package/chunks/command-palette.json +2 -2
  11. package/chunks/conversion-funnel-6step.json +2 -2
  12. package/chunks/destructive-confirm-modal.json +2 -2
  13. package/chunks/doc-editor-shell.json +2 -2
  14. package/chunks/editor-code-pane.json +2 -2
  15. package/chunks/editor-page-shell.json +2 -2
  16. package/chunks/editor-preview-pane.json +2 -2
  17. package/chunks/error-page-shell.json +2 -2
  18. package/chunks/form-page-shell.json +2 -2
  19. package/chunks/gallery-page-shell.json +2 -2
  20. package/chunks/kanban-board-3col.json +2 -2
  21. package/chunks/kanban-page-shell.json +2 -2
  22. package/chunks/marketing-hero-cta.json +2 -2
  23. package/chunks/marketing-page-shell.json +2 -2
  24. package/chunks/playground-app-shell.json +4 -4
  25. package/chunks/playground-chat.json +2 -2
  26. package/chunks/playground-table-toolbar.json +2 -2
  27. package/chunks/settings-notifications.json +2 -2
  28. package/chunks/settings-page-shell.json +2 -2
  29. package/chunks/user-profile-card.json +2 -2
  30. package/chunks/users-table-badge.json +2 -2
  31. package/fragments/action/footer-cancel-save.json +1 -1
  32. package/fragments/action/footer-cancel-save.yaml +1 -1
  33. package/fragments/action/footer-primary-only.json +1 -1
  34. package/fragments/action/footer-primary-only.yaml +1 -1
  35. package/fragments/content/calendar-day-cell.json +1 -1
  36. package/fragments/content/credential-entry-atom.json +1 -3
  37. package/fragments/content/directory-entry-atom.json +1 -3
  38. package/fragments/content/health-entry-atom.json +1 -3
  39. package/fragments/content/icon-text-row.json +1 -1
  40. package/fragments/content/icon-text-row.yaml +1 -1
  41. package/fragments/content/icon-title-description.json +1 -1
  42. package/fragments/content/icon-title-description.yaml +1 -1
  43. package/fragments/content/incident-row.json +1 -3
  44. package/fragments/content/key-value-row.json +1 -1
  45. package/fragments/content/key-value-row.yaml +1 -1
  46. package/fragments/content/labeled-progress.json +1 -1
  47. package/fragments/content/labeled-progress.yaml +1 -1
  48. package/fragments/content/marketplace-tile-atom.json +1 -3
  49. package/fragments/content/release-entry.json +1 -5
  50. package/fragments/content/rollout-entry-atom.json +1 -3
  51. package/fragments/content/signed-in-entry-atom.json +1 -3
  52. package/fragments/content/stage-entry-atom.json +1 -3
  53. package/fragments/content/stat-card.json +1 -1
  54. package/fragments/content/stat-card.yaml +1 -1
  55. package/fragments/content/user-identity-row.json +1 -1
  56. package/fragments/content/user-identity-row.yaml +1 -1
  57. package/fragments/content/user-notification-row.json +1 -1
  58. package/fragments/content/user-notification-row.yaml +1 -1
  59. package/fragments/form/labeled-checkbox.json +1 -1
  60. package/fragments/form/labeled-checkbox.yaml +1 -1
  61. package/fragments/form/labeled-input.json +1 -1
  62. package/fragments/form/labeled-input.yaml +1 -1
  63. package/fragments/form/labeled-textarea.json +1 -1
  64. package/fragments/form/labeled-textarea.yaml +1 -1
  65. package/fragments/form/labeled-toggle.json +1 -1
  66. package/fragments/form/labeled-toggle.yaml +1 -1
  67. package/fragments/layout/card-header-heading.json +1 -5
  68. package/fragments/layout/card-header-heading.yaml +1 -1
  69. package/fragments/layout/card-header-with-badge.json +1 -1
  70. package/fragments/layout/card-header-with-badge.yaml +1 -1
  71. package/fragments/layout/card-header-with-description.json +1 -1
  72. package/fragments/layout/card-header-with-description.yaml +1 -1
  73. package/fragments/layout/text-card.json +1 -1
  74. package/fragments/layout/text-card.yaml +1 -1
  75. package/package.json +1 -1
  76. package/fragments/layout/auth-card-header.json +0 -64
@@ -1,64 +0,0 @@
1
- {
2
- "$schema": "../_schema.json",
3
- "name": "auth-card-header",
4
- "version": 1,
5
- "kind": "fragment",
6
- "semantic_role": "auth-titlebar",
7
- "description": "Authentication card titlebar — centered logo (linking home), heading, and short body text. The canonical header for any auth, error, or onboarding shell card. Promoted from the chunk corpus where this exact shape appeared 23× across user-flow auth screens (sign-in, sign-up, forgot-password, MFA, account-locked, etc.) plus errors/{404,500,maintenance}.",
8
- "shape": "Header(Column[align=center,gap=1](Image[role=logo], Text[v=heading], Text[v=body]))",
9
- "tags": {
10
- "purpose": ["auth-titlebar", "card-header"],
11
- "layout": "stacked",
12
- "alignment": "center"
13
- },
14
- "keywords": ["auth", "header", "title", "logo", "card", "sign-in", "sign-up", "error", "onboarding"],
15
- "slots": [
16
- {
17
- "name": "logoSrc",
18
- "targetId": "ach-logo",
19
- "attribute": "src",
20
- "required": true,
21
- "description": "Path to the brand logo image (SVG preferred)"
22
- },
23
- {
24
- "name": "logoAlt",
25
- "targetId": "ach-logo",
26
- "attribute": "alt",
27
- "defaultValue": "Logo",
28
- "description": "Alt text for the logo image"
29
- },
30
- {
31
- "name": "heading",
32
- "targetId": "ach-heading",
33
- "attribute": "textContent",
34
- "required": true,
35
- "description": "Primary heading — auth state or error code (e.g. 'Sign in', '404 — Page not found', 'Reset your password')"
36
- },
37
- {
38
- "name": "body",
39
- "targetId": "ach-body",
40
- "attribute": "textContent",
41
- "description": "Short supporting copy below the heading"
42
- }
43
- ],
44
- "template": [
45
- { "id": "ach-root", "component": "Header", "children": ["ach-col"] },
46
- { "id": "ach-col", "component": "Column", "align": "center", "gap": "1", "children": ["ach-logo", "ach-heading", "ach-body"] },
47
- { "id": "ach-logo", "component": "Image", "src": "/icons/agent-ui-light.svg", "alt": "Logo" },
48
- { "id": "ach-heading", "component": "Text", "variant": "heading", "textContent": "Heading" },
49
- { "id": "ach-body", "component": "Text", "variant": "body", "textContent": "" }
50
- ],
51
- "links": {
52
- "uses_components": ["Header", "Column", "Image", "Text"],
53
- "uses_fragments": [],
54
- "used_by": [],
55
- "related": ["card-header-heading", "card-header-with-description"],
56
- "spawned_from": ["chunk:auth-card-header"]
57
- },
58
- "metrics": {
59
- "leverage": 23.0,
60
- "pattern_count": 0,
61
- "instance_count": 23,
62
- "_provenance": "Promoted 2026-05-07 from chunks/auth-card-header.json (23 instances across user-flow auth + errors apps). See docs/reports/chunk-reconcile-2026-05-07.md for the full reconciliation context."
63
- }
64
- }