@adia-ai/a2ui-corpus 0.7.19 → 0.7.20

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 (55) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/chunk-embeddings.json +1 -1
  3. package/chunks/_index.json +2176 -64
  4. package/chunks/agent-artifact-stub-card.json +115 -0
  5. package/chunks/agent-citations-source-chips.json +78 -0
  6. package/chunks/agent-pipeline-status-stages.json +69 -0
  7. package/chunks/agent-tool-call-accordion.json +109 -0
  8. package/chunks/billing-cancel-subscription-danger.json +61 -0
  9. package/chunks/billing-invoice-history-table.json +75 -0
  10. package/chunks/billing-payment-method-card-on-file.json +157 -0
  11. package/chunks/business-address-form.json +950 -0
  12. package/chunks/chat-empty-state-hero.json +102 -0
  13. package/chunks/chat-message-assistant-byline.json +85 -0
  14. package/chunks/chat-message-user-byline.json +84 -0
  15. package/chunks/checkout-order-summary-card.json +140 -0
  16. package/chunks/contact-form-card.json +197 -0
  17. package/chunks/contact-support-form.json +699 -0
  18. package/chunks/data-import-wizard.json +12 -3
  19. package/chunks/departments-checkbox-form.json +387 -0
  20. package/chunks/editor-statusbar-ready.json +99 -0
  21. package/chunks/editor-toolbar-import-export.json +195 -0
  22. package/chunks/extended-profile-form.json +509 -0
  23. package/chunks/feature-toggle-switch-grid.json +213 -0
  24. package/chunks/file-upload-field.json +97 -0
  25. package/chunks/file-upload-form.json +248 -0
  26. package/chunks/form-field-with-error.json +151 -0
  27. package/chunks/image-thumbnail-grid.json +77 -0
  28. package/chunks/integrations-api-keys-card-list.json +475 -0
  29. package/chunks/integrations-connect-form.json +547 -0
  30. package/chunks/integrations-webhooks-empty-state.json +66 -0
  31. package/chunks/library-browser-search-filter.json +109 -0
  32. package/chunks/login-form-card.json +207 -0
  33. package/chunks/map-with-location-list.json +291 -0
  34. package/chunks/members-active-table-search-filter.json +184 -0
  35. package/chunks/members-pending-invites-cards.json +251 -0
  36. package/chunks/members-roles-permissions-list.json +104 -0
  37. package/chunks/multi-field-form-validation.json +391 -0
  38. package/chunks/payment-checkout-form.json +338 -0
  39. package/chunks/plan-selection-form.json +526 -0
  40. package/chunks/reg-step-shell.json +12 -3
  41. package/chunks/schedule-meeting-form-card.json +229 -0
  42. package/chunks/searchable-picker-modal.json +164 -0
  43. package/chunks/security-active-sessions-devices.json +287 -0
  44. package/chunks/security-change-password-form.json +102 -0
  45. package/chunks/security-delete-account-danger.json +79 -0
  46. package/chunks/settings-admin-page.json +61 -34
  47. package/chunks/settings-danger-zone-delete-workspace.json +93 -0
  48. package/chunks/settings-notification-activity-checkboxes.json +108 -0
  49. package/chunks/settings-notification-channels-switches.json +101 -0
  50. package/chunks/signup-form-card.json +218 -0
  51. package/chunks/signup-team-size-form.json +256 -0
  52. package/chunks/single-select-card-form.json +228 -0
  53. package/chunks/team-invite-form.json +377 -0
  54. package/chunks/url-import-form.json +725 -0
  55. package/package.json +1 -1
@@ -0,0 +1,195 @@
1
+ {
2
+ "name": "editor-toolbar-import-export",
3
+ "kind": "block",
4
+ "primary": "editor-toolbar",
5
+ "page": "/apps/genui/app/a2ui-editor/a2ui-editor.contents.html",
6
+ "slots": [],
7
+ "nested": [],
8
+ "attrs": {},
9
+ "html": "<editor-toolbar>\n <span slot=\"icon\"><icon-ui name=\"brackets-curly\"></icon-ui></span>\n <span slot=\"heading\">A2UI Editor</span>\n <span slot=\"description\" id=\"doc-meta\">0 components</span>\n <span slot=\"action\">\n <button-ui id=\"import-btn\" icon=\"upload-simple\" text=\"Import\" variant=\"outline\" size=\"sm\"></button-ui>\n <popover-ui id=\"export-popover\" placement=\"bottom-end\">\n <button-ui slot=\"trigger\" id=\"export-btn\" icon=\"download-simple\" text=\"Export\" variant=\"outline\" size=\"sm\"></button-ui>\n <div slot=\"content\" data-export-menu>\n <button-ui data-export=\"json\" icon=\"file-code\" text=\"Download A2UI JSON\" variant=\"ghost\" size=\"sm\"></button-ui>\n <button-ui data-export=\"copy\" icon=\"clipboard-text\" text=\"Copy JSON to clipboard\" variant=\"ghost\" size=\"sm\"></button-ui>\n <button-ui data-export=\"html\" icon=\"code\" text=\"Copy rendered HTML\" variant=\"ghost\" size=\"sm\"></button-ui>\n <divider-ui></divider-ui>\n <button-ui data-export=\"share\" icon=\"share\" text=\"Copy share URL\" variant=\"ghost\" size=\"sm\"></button-ui>\n <button-ui data-export=\"reset\" icon=\"arrow-counter-clockwise\" text=\"Reset to starter doc\" variant=\"ghost\" size=\"sm\"></button-ui>\n </div>\n </popover-ui>\n <button-ui id=\"theme-toggle\" icon=\"moon\" variant=\"ghost\" size=\"sm\"></button-ui>\n </span>\n </editor-toolbar>",
10
+ "source": "apps/genui/app/a2ui-editor/a2ui-editor.contents.html",
11
+ "metadata": {
12
+ "domain": "navigation",
13
+ "description": "Editor toolbar with import / export — an app-editor top band carrying a title with icon and a live document-meta subtitle, plus a trailing action cluster: an Import button, an Export popover menu (download JSON, copy JSON, copy HTML, copy share URL, reset), and a theme toggle. The standard authoring-tool header bar.",
14
+ "keywords": [
15
+ "editor",
16
+ "toolbar",
17
+ "header",
18
+ "import",
19
+ "export",
20
+ "popover",
21
+ "menu",
22
+ "download",
23
+ "json",
24
+ "copy",
25
+ "clipboard",
26
+ "share",
27
+ "url",
28
+ "reset",
29
+ "theme",
30
+ "toggle",
31
+ "authoring",
32
+ "tool",
33
+ "top",
34
+ "band",
35
+ "title",
36
+ "document",
37
+ "meta",
38
+ "actions",
39
+ "toolbar",
40
+ "bar",
41
+ "app",
42
+ "chrome",
43
+ "editor",
44
+ "header"
45
+ ]
46
+ },
47
+ "captured_at": "2026-06-10T16:56:21.616Z",
48
+ "template": [
49
+ {
50
+ "id": "brackets-curly",
51
+ "component": "Icon",
52
+ "name": "brackets-curly"
53
+ },
54
+ {
55
+ "id": "text",
56
+ "component": "Text",
57
+ "variant": "body",
58
+ "slot": "icon",
59
+ "children": [
60
+ "brackets-curly"
61
+ ]
62
+ },
63
+ {
64
+ "id": "text-2",
65
+ "component": "Text",
66
+ "variant": "body",
67
+ "slot": "heading",
68
+ "textContent": "A2UI Editor"
69
+ },
70
+ {
71
+ "id": "doc-meta",
72
+ "component": "Text",
73
+ "variant": "body",
74
+ "slot": "description",
75
+ "textContent": "0 components"
76
+ },
77
+ {
78
+ "id": "import-btn",
79
+ "component": "Button",
80
+ "icon": "upload-simple",
81
+ "size": "sm",
82
+ "text": "Import",
83
+ "variant": "outline"
84
+ },
85
+ {
86
+ "id": "export-btn",
87
+ "component": "Button",
88
+ "slot": "trigger",
89
+ "icon": "download-simple",
90
+ "size": "sm",
91
+ "text": "Export",
92
+ "variant": "outline"
93
+ },
94
+ {
95
+ "id": "button",
96
+ "component": "Button",
97
+ "icon": "file-code",
98
+ "size": "sm",
99
+ "text": "Download A2UI JSON",
100
+ "variant": "ghost",
101
+ "data-export": "json"
102
+ },
103
+ {
104
+ "id": "button-2",
105
+ "component": "Button",
106
+ "icon": "clipboard-text",
107
+ "size": "sm",
108
+ "text": "Copy JSON to clipboard",
109
+ "variant": "ghost",
110
+ "data-export": "copy"
111
+ },
112
+ {
113
+ "id": "button-3",
114
+ "component": "Button",
115
+ "icon": "code",
116
+ "size": "sm",
117
+ "text": "Copy rendered HTML",
118
+ "variant": "ghost",
119
+ "data-export": "html"
120
+ },
121
+ {
122
+ "id": "divider",
123
+ "component": "Divider"
124
+ },
125
+ {
126
+ "id": "button-4",
127
+ "component": "Button",
128
+ "icon": "share",
129
+ "size": "sm",
130
+ "text": "Copy share URL",
131
+ "variant": "ghost",
132
+ "data-export": "share"
133
+ },
134
+ {
135
+ "id": "button-5",
136
+ "component": "Button",
137
+ "icon": "arrow-counter-clockwise",
138
+ "size": "sm",
139
+ "text": "Reset to starter doc",
140
+ "variant": "ghost",
141
+ "data-export": "reset"
142
+ },
143
+ {
144
+ "id": "column",
145
+ "component": "Column",
146
+ "slot": "content",
147
+ "data-export-menu": "",
148
+ "children": [
149
+ "button",
150
+ "button-2",
151
+ "button-3",
152
+ "divider",
153
+ "button-4",
154
+ "button-5"
155
+ ]
156
+ },
157
+ {
158
+ "id": "export-popover",
159
+ "component": "Popover",
160
+ "placement": "bottom-end",
161
+ "children": [
162
+ "export-btn",
163
+ "column"
164
+ ]
165
+ },
166
+ {
167
+ "id": "theme-toggle",
168
+ "component": "Button",
169
+ "icon": "moon",
170
+ "size": "sm",
171
+ "variant": "ghost"
172
+ },
173
+ {
174
+ "id": "text-3",
175
+ "component": "Text",
176
+ "variant": "body",
177
+ "slot": "action",
178
+ "children": [
179
+ "import-btn",
180
+ "export-popover",
181
+ "theme-toggle"
182
+ ]
183
+ },
184
+ {
185
+ "id": "root",
186
+ "component": "EditorToolbar",
187
+ "children": [
188
+ "text",
189
+ "text-2",
190
+ "doc-meta",
191
+ "text-3"
192
+ ]
193
+ }
194
+ ]
195
+ }