@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.
- package/CHANGELOG.md +5 -0
- package/chunk-embeddings.json +1 -1
- package/chunks/_index.json +2176 -64
- package/chunks/agent-artifact-stub-card.json +115 -0
- package/chunks/agent-citations-source-chips.json +78 -0
- package/chunks/agent-pipeline-status-stages.json +69 -0
- package/chunks/agent-tool-call-accordion.json +109 -0
- package/chunks/billing-cancel-subscription-danger.json +61 -0
- package/chunks/billing-invoice-history-table.json +75 -0
- package/chunks/billing-payment-method-card-on-file.json +157 -0
- package/chunks/business-address-form.json +950 -0
- package/chunks/chat-empty-state-hero.json +102 -0
- package/chunks/chat-message-assistant-byline.json +85 -0
- package/chunks/chat-message-user-byline.json +84 -0
- package/chunks/checkout-order-summary-card.json +140 -0
- package/chunks/contact-form-card.json +197 -0
- package/chunks/contact-support-form.json +699 -0
- package/chunks/data-import-wizard.json +12 -3
- package/chunks/departments-checkbox-form.json +387 -0
- package/chunks/editor-statusbar-ready.json +99 -0
- package/chunks/editor-toolbar-import-export.json +195 -0
- package/chunks/extended-profile-form.json +509 -0
- package/chunks/feature-toggle-switch-grid.json +213 -0
- package/chunks/file-upload-field.json +97 -0
- package/chunks/file-upload-form.json +248 -0
- package/chunks/form-field-with-error.json +151 -0
- package/chunks/image-thumbnail-grid.json +77 -0
- package/chunks/integrations-api-keys-card-list.json +475 -0
- package/chunks/integrations-connect-form.json +547 -0
- package/chunks/integrations-webhooks-empty-state.json +66 -0
- package/chunks/library-browser-search-filter.json +109 -0
- package/chunks/login-form-card.json +207 -0
- package/chunks/map-with-location-list.json +291 -0
- package/chunks/members-active-table-search-filter.json +184 -0
- package/chunks/members-pending-invites-cards.json +251 -0
- package/chunks/members-roles-permissions-list.json +104 -0
- package/chunks/multi-field-form-validation.json +391 -0
- package/chunks/payment-checkout-form.json +338 -0
- package/chunks/plan-selection-form.json +526 -0
- package/chunks/reg-step-shell.json +12 -3
- package/chunks/schedule-meeting-form-card.json +229 -0
- package/chunks/searchable-picker-modal.json +164 -0
- package/chunks/security-active-sessions-devices.json +287 -0
- package/chunks/security-change-password-form.json +102 -0
- package/chunks/security-delete-account-danger.json +79 -0
- package/chunks/settings-admin-page.json +61 -34
- package/chunks/settings-danger-zone-delete-workspace.json +93 -0
- package/chunks/settings-notification-activity-checkboxes.json +108 -0
- package/chunks/settings-notification-channels-switches.json +101 -0
- package/chunks/signup-form-card.json +218 -0
- package/chunks/signup-team-size-form.json +256 -0
- package/chunks/single-select-card-form.json +228 -0
- package/chunks/team-invite-form.json +377 -0
- package/chunks/url-import-form.json +725 -0
- package/package.json +1 -1
|
@@ -0,0 +1,229 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "schedule-meeting-form-card",
|
|
3
|
+
"kind": "block",
|
|
4
|
+
"primary": "card-ui",
|
|
5
|
+
"page": "/apps/genui/app/gen-ui-feed/gen-ui-feed.contents.html",
|
|
6
|
+
"slots": [],
|
|
7
|
+
"nested": [],
|
|
8
|
+
"attrs": {},
|
|
9
|
+
"html": "<card-ui>\n <header>\n <h3>Schedule review meeting</h3>\n <text-ui slot=\"description\" color=\"subtle\" size=\"sm\">I'll send the invite once you confirm</text-ui>\n </header>\n <section>\n <col-ui gap=\"3\">\n <field-ui label=\"Title\">\n <input-ui value=\"Q4 revenue review · board prep\"></input-ui>\n </field-ui>\n <row-ui gap=\"3\">\n <field-ui label=\"Date\">\n <calendar-picker-ui value=\"2026-04-24\" grow></calendar-picker-ui>\n </field-ui>\n <field-ui label=\"Time\">\n <select-ui grow>\n <option value=\"09:00\">9:00 AM</option>\n <option value=\"10:00\">10:00 AM</option>\n <option value=\"14:00\" selected>2:00 PM</option>\n <option value=\"16:00\">4:00 PM</option>\n </select-ui>\n </field-ui>\n </row-ui>\n <field-ui label=\"Attendees\">\n <input-ui value=\"sarah@acme.io, alex@acme.io, board@acme.io\"></input-ui>\n </field-ui>\n <field-ui label=\"Attach Q4 revenue deck\" inline>\n <check-ui checked></check-ui>\n </field-ui>\n </col-ui>\n </section>\n <footer divider>\n <small slot=\"description\">Invite sends immediately after confirm.</small>\n <span slot=\"action\">\n <button-ui text=\"Cancel\" variant=\"ghost\"></button-ui>\n <button-ui text=\"Send invite\" variant=\"primary\" icon=\"paper-plane-tilt\"></button-ui>\n </span>\n </footer>\n </card-ui>",
|
|
10
|
+
"source": "apps/genui/app/gen-ui-feed/gen-ui-feed.contents.html",
|
|
11
|
+
"metadata": {
|
|
12
|
+
"domain": "forms",
|
|
13
|
+
"description": "Schedule-meeting form card — a card-framed event form with title, a date picker and time select side by side, an attendees field, an attach-deck checkbox, and a footer with Cancel / Send invite actions. The canonical 'create calendar event / send invite' form.",
|
|
14
|
+
"keywords": [
|
|
15
|
+
"schedule",
|
|
16
|
+
"meeting",
|
|
17
|
+
"form",
|
|
18
|
+
"event",
|
|
19
|
+
"calendar",
|
|
20
|
+
"invite",
|
|
21
|
+
"appointment",
|
|
22
|
+
"booking",
|
|
23
|
+
"date",
|
|
24
|
+
"picker",
|
|
25
|
+
"time",
|
|
26
|
+
"select",
|
|
27
|
+
"attendees",
|
|
28
|
+
"title",
|
|
29
|
+
"attach",
|
|
30
|
+
"send",
|
|
31
|
+
"invite",
|
|
32
|
+
"review",
|
|
33
|
+
"create",
|
|
34
|
+
"event",
|
|
35
|
+
"scheduler",
|
|
36
|
+
"form",
|
|
37
|
+
"card",
|
|
38
|
+
"footer",
|
|
39
|
+
"actions",
|
|
40
|
+
"confirm",
|
|
41
|
+
"calendar-picker",
|
|
42
|
+
"meeting",
|
|
43
|
+
"request"
|
|
44
|
+
]
|
|
45
|
+
},
|
|
46
|
+
"captured_at": "2026-06-10T16:56:21.616Z",
|
|
47
|
+
"template": [
|
|
48
|
+
{
|
|
49
|
+
"id": "text",
|
|
50
|
+
"component": "Text",
|
|
51
|
+
"variant": "heading",
|
|
52
|
+
"textContent": "Schedule review meeting"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"id": "text-2",
|
|
56
|
+
"component": "Text",
|
|
57
|
+
"slot": "description",
|
|
58
|
+
"color": "subtle",
|
|
59
|
+
"size": "sm",
|
|
60
|
+
"textContent": "I'll send the invite once you confirm"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"id": "header",
|
|
64
|
+
"component": "Header",
|
|
65
|
+
"children": [
|
|
66
|
+
"text",
|
|
67
|
+
"text-2"
|
|
68
|
+
]
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"id": "input",
|
|
72
|
+
"component": "Input",
|
|
73
|
+
"value": "Q4 revenue review · board prep"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"id": "field",
|
|
77
|
+
"component": "Field",
|
|
78
|
+
"label": "Title",
|
|
79
|
+
"children": [
|
|
80
|
+
"input"
|
|
81
|
+
]
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"id": "calendar-picker",
|
|
85
|
+
"component": "CalendarPicker",
|
|
86
|
+
"value": "2026-04-24"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"id": "field-2",
|
|
90
|
+
"component": "Field",
|
|
91
|
+
"label": "Date",
|
|
92
|
+
"children": [
|
|
93
|
+
"calendar-picker"
|
|
94
|
+
]
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"id": "choice-picker",
|
|
98
|
+
"component": "ChoicePicker",
|
|
99
|
+
"options": [
|
|
100
|
+
{
|
|
101
|
+
"value": "09:00",
|
|
102
|
+
"label": "9:00 AM"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"value": "10:00",
|
|
106
|
+
"label": "10:00 AM"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"value": "14:00",
|
|
110
|
+
"label": "2:00 PM"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"value": "16:00",
|
|
114
|
+
"label": "4:00 PM"
|
|
115
|
+
}
|
|
116
|
+
],
|
|
117
|
+
"value": "14:00"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"id": "field-3",
|
|
121
|
+
"component": "Field",
|
|
122
|
+
"label": "Time",
|
|
123
|
+
"children": [
|
|
124
|
+
"choice-picker"
|
|
125
|
+
]
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"id": "row",
|
|
129
|
+
"component": "Row",
|
|
130
|
+
"gap": "3",
|
|
131
|
+
"children": [
|
|
132
|
+
"field-2",
|
|
133
|
+
"field-3"
|
|
134
|
+
]
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"id": "input-2",
|
|
138
|
+
"component": "Input",
|
|
139
|
+
"value": "sarah@acme.io, alex@acme.io, board@acme.io"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"id": "field-4",
|
|
143
|
+
"component": "Field",
|
|
144
|
+
"label": "Attendees",
|
|
145
|
+
"children": [
|
|
146
|
+
"input-2"
|
|
147
|
+
]
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"id": "check-box",
|
|
151
|
+
"component": "CheckBox",
|
|
152
|
+
"checked": true
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"id": "field-5",
|
|
156
|
+
"component": "Field",
|
|
157
|
+
"inline": true,
|
|
158
|
+
"label": "Attach Q4 revenue deck",
|
|
159
|
+
"children": [
|
|
160
|
+
"check-box"
|
|
161
|
+
]
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"id": "column",
|
|
165
|
+
"component": "Column",
|
|
166
|
+
"gap": "3",
|
|
167
|
+
"children": [
|
|
168
|
+
"field",
|
|
169
|
+
"row",
|
|
170
|
+
"field-4",
|
|
171
|
+
"field-5"
|
|
172
|
+
]
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"id": "section",
|
|
176
|
+
"component": "Section",
|
|
177
|
+
"children": [
|
|
178
|
+
"column"
|
|
179
|
+
]
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"id": "text-3",
|
|
183
|
+
"component": "Text",
|
|
184
|
+
"variant": "caption",
|
|
185
|
+
"slot": "description",
|
|
186
|
+
"textContent": "Invite sends immediately after confirm."
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"id": "button",
|
|
190
|
+
"component": "Button",
|
|
191
|
+
"text": "Cancel",
|
|
192
|
+
"variant": "ghost"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"id": "button-2",
|
|
196
|
+
"component": "Button",
|
|
197
|
+
"icon": "paper-plane-tilt",
|
|
198
|
+
"text": "Send invite",
|
|
199
|
+
"variant": "primary"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"id": "text-4",
|
|
203
|
+
"component": "Text",
|
|
204
|
+
"variant": "body",
|
|
205
|
+
"slot": "action",
|
|
206
|
+
"children": [
|
|
207
|
+
"button",
|
|
208
|
+
"button-2"
|
|
209
|
+
]
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"id": "footer",
|
|
213
|
+
"component": "Footer",
|
|
214
|
+
"children": [
|
|
215
|
+
"text-3",
|
|
216
|
+
"text-4"
|
|
217
|
+
]
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"id": "root",
|
|
221
|
+
"component": "Card",
|
|
222
|
+
"children": [
|
|
223
|
+
"header",
|
|
224
|
+
"section",
|
|
225
|
+
"footer"
|
|
226
|
+
]
|
|
227
|
+
}
|
|
228
|
+
]
|
|
229
|
+
}
|
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "searchable-picker-modal",
|
|
3
|
+
"kind": "block",
|
|
4
|
+
"primary": "modal-ui",
|
|
5
|
+
"page": "/apps/genui/app/a2ui-editor/a2ui-editor.contents.html",
|
|
6
|
+
"slots": [],
|
|
7
|
+
"nested": [],
|
|
8
|
+
"attrs": {
|
|
9
|
+
"text": "Insert component",
|
|
10
|
+
"size": "sm"
|
|
11
|
+
},
|
|
12
|
+
"html": "<modal-ui\n id=\"insert-modal\"\n text=\"Insert component\"\n size=\"sm\">\n >\n <section slot=\"body\">\n <div data-insert>\n <div data-insert-header>\n <h3 style=\"margin: 0\">Insert component</h3>\n <p id=\"insert-target\" data-note style=\"margin: 0; color: var(--a-fg-muted)\">Into: —</p>\n </div>\n <field-ui id=\"insert-slot-field\" label=\"Into slot\" hidden>\n <select-ui id=\"insert-slot\"></select-ui>\n </field-ui>\n <input-ui id=\"insert-search\" placeholder=\"Search components…\" prefix=\"magnifying-glass\"></input-ui>\n <div id=\"insert-list\" data-insert-list role=\"listbox\"></div>\n </div>\n </section>\n <footer slot=\"footer\">\n <button-ui data-insert-cancel text=\"Cancel\" variant=\"ghost\"></button-ui>\n </footer>\n </modal-ui>",
|
|
13
|
+
"source": "apps/genui/app/a2ui-editor/a2ui-editor.contents.html",
|
|
14
|
+
"metadata": {
|
|
15
|
+
"domain": "overlay",
|
|
16
|
+
"description": "Searchable picker modal — a small dialog that inserts an item: a heading, a context note showing the target, an optional 'into slot' select, a search input with a magnifying-glass prefix, a scrollable listbox of results, and a Cancel action. The command-palette style add / insert / pick-from-catalog overlay.",
|
|
17
|
+
"keywords": [
|
|
18
|
+
"searchable",
|
|
19
|
+
"picker",
|
|
20
|
+
"modal",
|
|
21
|
+
"command",
|
|
22
|
+
"palette",
|
|
23
|
+
"insert",
|
|
24
|
+
"add",
|
|
25
|
+
"dialog",
|
|
26
|
+
"overlay",
|
|
27
|
+
"search",
|
|
28
|
+
"input",
|
|
29
|
+
"listbox",
|
|
30
|
+
"catalog",
|
|
31
|
+
"choose",
|
|
32
|
+
"select",
|
|
33
|
+
"component",
|
|
34
|
+
"quick",
|
|
35
|
+
"add",
|
|
36
|
+
"filter",
|
|
37
|
+
"results",
|
|
38
|
+
"magnifying",
|
|
39
|
+
"glass",
|
|
40
|
+
"into",
|
|
41
|
+
"slot",
|
|
42
|
+
"picker",
|
|
43
|
+
"popup",
|
|
44
|
+
"chooser",
|
|
45
|
+
"fuzzy",
|
|
46
|
+
"search",
|
|
47
|
+
"add",
|
|
48
|
+
"item"
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
"captured_at": "2026-06-10T16:56:21.616Z",
|
|
52
|
+
"template": [
|
|
53
|
+
{
|
|
54
|
+
"id": "text",
|
|
55
|
+
"component": "Text",
|
|
56
|
+
"textContent": ">",
|
|
57
|
+
"variant": "body"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"id": "text-2",
|
|
61
|
+
"component": "Text",
|
|
62
|
+
"variant": "heading",
|
|
63
|
+
"textContent": "Insert component"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"id": "insert-target",
|
|
67
|
+
"component": "Text",
|
|
68
|
+
"variant": "body",
|
|
69
|
+
"textContent": "Into: —",
|
|
70
|
+
"data-note": ""
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"id": "column-2",
|
|
74
|
+
"component": "Column",
|
|
75
|
+
"children": [
|
|
76
|
+
"text-2",
|
|
77
|
+
"insert-target"
|
|
78
|
+
]
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"id": "section-2",
|
|
82
|
+
"component": "Section",
|
|
83
|
+
"children": [
|
|
84
|
+
"column-2"
|
|
85
|
+
]
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"id": "card",
|
|
89
|
+
"component": "Card",
|
|
90
|
+
"data-insert-header": "",
|
|
91
|
+
"children": [
|
|
92
|
+
"section-2"
|
|
93
|
+
]
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"id": "insert-slot",
|
|
97
|
+
"component": "ChoicePicker"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"id": "insert-slot-field",
|
|
101
|
+
"component": "Field",
|
|
102
|
+
"label": "Into slot",
|
|
103
|
+
"children": [
|
|
104
|
+
"insert-slot"
|
|
105
|
+
]
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"id": "insert-search",
|
|
109
|
+
"component": "Input",
|
|
110
|
+
"placeholder": "Search components…",
|
|
111
|
+
"prefix": "magnifying-glass"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"id": "insert-list",
|
|
115
|
+
"component": "Column",
|
|
116
|
+
"data-insert-list": ""
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"id": "column",
|
|
120
|
+
"component": "Column",
|
|
121
|
+
"data-insert": "",
|
|
122
|
+
"children": [
|
|
123
|
+
"card",
|
|
124
|
+
"insert-slot-field",
|
|
125
|
+
"insert-search",
|
|
126
|
+
"insert-list"
|
|
127
|
+
]
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"id": "section",
|
|
131
|
+
"component": "Section",
|
|
132
|
+
"slot": "body",
|
|
133
|
+
"children": [
|
|
134
|
+
"column"
|
|
135
|
+
]
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"id": "button",
|
|
139
|
+
"component": "Button",
|
|
140
|
+
"text": "Cancel",
|
|
141
|
+
"variant": "ghost",
|
|
142
|
+
"data-insert-cancel": ""
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"id": "footer",
|
|
146
|
+
"component": "Footer",
|
|
147
|
+
"slot": "footer",
|
|
148
|
+
"children": [
|
|
149
|
+
"button"
|
|
150
|
+
]
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"id": "root",
|
|
154
|
+
"component": "Modal",
|
|
155
|
+
"size": "sm",
|
|
156
|
+
"text": "Insert component",
|
|
157
|
+
"children": [
|
|
158
|
+
"text",
|
|
159
|
+
"section",
|
|
160
|
+
"footer"
|
|
161
|
+
]
|
|
162
|
+
}
|
|
163
|
+
]
|
|
164
|
+
}
|
|
@@ -0,0 +1,287 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "security-active-sessions-devices",
|
|
3
|
+
"kind": "block",
|
|
4
|
+
"primary": "div",
|
|
5
|
+
"page": "/apps/saas/app/profile-security/profile-security.contents.html",
|
|
6
|
+
"slots": [],
|
|
7
|
+
"nested": [],
|
|
8
|
+
"attrs": {
|
|
9
|
+
"data-col": ""
|
|
10
|
+
},
|
|
11
|
+
"html": "<div data-col>\n <card-ui>\n <header>\n <span slot=\"icon\">\n <avatar-ui icon=\"desktop\"></avatar-ui>\n </span>\n <span slot=\"heading\">\n <text-ui strong>MacBook Pro · Chrome 135</text-ui>\n <badge-ui text=\"This device\" variant=\"accent\"></badge-ui>\n </span>\n <span slot=\"description\">\n <text-ui color=\"subtle\" size=\"sm\">San Francisco, CA · Active now</text-ui>\n </span>\n </header>\n </card-ui>\n <card-ui>\n <header>\n <span slot=\"icon\">\n <avatar-ui icon=\"device-mobile\"></avatar-ui>\n </span>\n <span slot=\"heading\">\n <text-ui strong>iPhone 16 · Safari</text-ui>\n </span>\n <span slot=\"action\">\n <button-ui\n text=\"Revoke\"\n variant=\"ghost\"\n size=\"sm\"\n icon=\"sign-out\"\n onclick=\"document.getElementById('drawer-revoke-session').open = true\"\n ></button-ui>\n </span>\n <span slot=\"description\">\n <text-ui color=\"subtle\" size=\"sm\">San Francisco, CA · 2 hours ago</text-ui>\n </span>\n </header>\n </card-ui>\n <card-ui>\n <header>\n <span slot=\"icon\">\n <avatar-ui icon=\"laptop\"></avatar-ui>\n </span>\n <span slot=\"heading\">\n <text-ui strong>ThinkPad · Firefox 128</text-ui>\n </span>\n <span slot=\"action\">\n <button-ui\n text=\"Revoke\"\n variant=\"ghost\"\n size=\"sm\"\n icon=\"sign-out\"\n onclick=\"document.getElementById('drawer-revoke-session').open = true\"\n ></button-ui>\n </span>\n <span slot=\"description\">\n <text-ui color=\"subtle\" size=\"sm\">Berlin, Germany · 3 days ago</text-ui>\n </span>\n </header>\n </card-ui>\n <button-ui text=\"Sign out all other sessions\" color=\"danger\" icon=\"sign-out\"></button-ui>\n </div>",
|
|
12
|
+
"source": "apps/saas/app/profile-security/profile-security.contents.html",
|
|
13
|
+
"metadata": {
|
|
14
|
+
"domain": "data",
|
|
15
|
+
"description": "Active sessions list — card-ui rows for each signed-in device showing device + browser, location, last-active time, a This device badge on the current one, and Revoke actions, with a Sign out all other sessions button. The signed-in-devices block of an account security page.",
|
|
16
|
+
"keywords": [
|
|
17
|
+
"security",
|
|
18
|
+
"active",
|
|
19
|
+
"sessions",
|
|
20
|
+
"devices",
|
|
21
|
+
"signed-in",
|
|
22
|
+
"card-ui",
|
|
23
|
+
"avatar",
|
|
24
|
+
"desktop",
|
|
25
|
+
"mobile",
|
|
26
|
+
"laptop",
|
|
27
|
+
"browser",
|
|
28
|
+
"location",
|
|
29
|
+
"revoke",
|
|
30
|
+
"sign-out",
|
|
31
|
+
"this-device",
|
|
32
|
+
"badge",
|
|
33
|
+
"last-active",
|
|
34
|
+
"account",
|
|
35
|
+
"settings",
|
|
36
|
+
"data",
|
|
37
|
+
"session-management"
|
|
38
|
+
]
|
|
39
|
+
},
|
|
40
|
+
"captured_at": "2026-06-10T13:16:11.236Z",
|
|
41
|
+
"template": [
|
|
42
|
+
{
|
|
43
|
+
"id": "avatar",
|
|
44
|
+
"component": "Avatar",
|
|
45
|
+
"icon": "desktop"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"id": "text",
|
|
49
|
+
"component": "Text",
|
|
50
|
+
"variant": "body",
|
|
51
|
+
"slot": "icon",
|
|
52
|
+
"children": [
|
|
53
|
+
"avatar"
|
|
54
|
+
]
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"id": "text-3",
|
|
58
|
+
"component": "Text",
|
|
59
|
+
"strong": true,
|
|
60
|
+
"textContent": "MacBook Pro · Chrome 135"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"id": "badge",
|
|
64
|
+
"component": "Badge",
|
|
65
|
+
"text": "This device",
|
|
66
|
+
"variant": "accent"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"id": "text-2",
|
|
70
|
+
"component": "Text",
|
|
71
|
+
"variant": "body",
|
|
72
|
+
"slot": "heading",
|
|
73
|
+
"children": [
|
|
74
|
+
"text-3",
|
|
75
|
+
"badge"
|
|
76
|
+
]
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"id": "text-5",
|
|
80
|
+
"component": "Text",
|
|
81
|
+
"color": "subtle",
|
|
82
|
+
"size": "sm",
|
|
83
|
+
"textContent": "San Francisco, CA · Active now"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"id": "text-4",
|
|
87
|
+
"component": "Text",
|
|
88
|
+
"variant": "body",
|
|
89
|
+
"slot": "description",
|
|
90
|
+
"children": [
|
|
91
|
+
"text-5"
|
|
92
|
+
]
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"id": "header",
|
|
96
|
+
"component": "Header",
|
|
97
|
+
"children": [
|
|
98
|
+
"text",
|
|
99
|
+
"text-2",
|
|
100
|
+
"text-4"
|
|
101
|
+
]
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"id": "card",
|
|
105
|
+
"component": "Card",
|
|
106
|
+
"children": [
|
|
107
|
+
"header"
|
|
108
|
+
]
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"id": "avatar-2",
|
|
112
|
+
"component": "Avatar",
|
|
113
|
+
"icon": "device-mobile"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"id": "text-6",
|
|
117
|
+
"component": "Text",
|
|
118
|
+
"variant": "body",
|
|
119
|
+
"slot": "icon",
|
|
120
|
+
"children": [
|
|
121
|
+
"avatar-2"
|
|
122
|
+
]
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"id": "text-8",
|
|
126
|
+
"component": "Text",
|
|
127
|
+
"strong": true,
|
|
128
|
+
"textContent": "iPhone 16 · Safari"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"id": "text-7",
|
|
132
|
+
"component": "Text",
|
|
133
|
+
"variant": "body",
|
|
134
|
+
"slot": "heading",
|
|
135
|
+
"children": [
|
|
136
|
+
"text-8"
|
|
137
|
+
]
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"id": "button",
|
|
141
|
+
"component": "Button",
|
|
142
|
+
"icon": "sign-out",
|
|
143
|
+
"size": "sm",
|
|
144
|
+
"text": "Revoke",
|
|
145
|
+
"variant": "ghost"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"id": "text-9",
|
|
149
|
+
"component": "Text",
|
|
150
|
+
"variant": "body",
|
|
151
|
+
"slot": "action",
|
|
152
|
+
"children": [
|
|
153
|
+
"button"
|
|
154
|
+
]
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"id": "text-11",
|
|
158
|
+
"component": "Text",
|
|
159
|
+
"color": "subtle",
|
|
160
|
+
"size": "sm",
|
|
161
|
+
"textContent": "San Francisco, CA · 2 hours ago"
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"id": "text-10",
|
|
165
|
+
"component": "Text",
|
|
166
|
+
"variant": "body",
|
|
167
|
+
"slot": "description",
|
|
168
|
+
"children": [
|
|
169
|
+
"text-11"
|
|
170
|
+
]
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"id": "header-2",
|
|
174
|
+
"component": "Header",
|
|
175
|
+
"children": [
|
|
176
|
+
"text-6",
|
|
177
|
+
"text-7",
|
|
178
|
+
"text-9",
|
|
179
|
+
"text-10"
|
|
180
|
+
]
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"id": "card-2",
|
|
184
|
+
"component": "Card",
|
|
185
|
+
"children": [
|
|
186
|
+
"header-2"
|
|
187
|
+
]
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"id": "avatar-3",
|
|
191
|
+
"component": "Avatar",
|
|
192
|
+
"icon": "laptop"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"id": "text-12",
|
|
196
|
+
"component": "Text",
|
|
197
|
+
"variant": "body",
|
|
198
|
+
"slot": "icon",
|
|
199
|
+
"children": [
|
|
200
|
+
"avatar-3"
|
|
201
|
+
]
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"id": "text-14",
|
|
205
|
+
"component": "Text",
|
|
206
|
+
"strong": true,
|
|
207
|
+
"textContent": "ThinkPad · Firefox 128"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"id": "text-13",
|
|
211
|
+
"component": "Text",
|
|
212
|
+
"variant": "body",
|
|
213
|
+
"slot": "heading",
|
|
214
|
+
"children": [
|
|
215
|
+
"text-14"
|
|
216
|
+
]
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"id": "button-2",
|
|
220
|
+
"component": "Button",
|
|
221
|
+
"icon": "sign-out",
|
|
222
|
+
"size": "sm",
|
|
223
|
+
"text": "Revoke",
|
|
224
|
+
"variant": "ghost"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"id": "text-15",
|
|
228
|
+
"component": "Text",
|
|
229
|
+
"variant": "body",
|
|
230
|
+
"slot": "action",
|
|
231
|
+
"children": [
|
|
232
|
+
"button-2"
|
|
233
|
+
]
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"id": "text-17",
|
|
237
|
+
"component": "Text",
|
|
238
|
+
"color": "subtle",
|
|
239
|
+
"size": "sm",
|
|
240
|
+
"textContent": "Berlin, Germany · 3 days ago"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"id": "text-16",
|
|
244
|
+
"component": "Text",
|
|
245
|
+
"variant": "body",
|
|
246
|
+
"slot": "description",
|
|
247
|
+
"children": [
|
|
248
|
+
"text-17"
|
|
249
|
+
]
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"id": "header-3",
|
|
253
|
+
"component": "Header",
|
|
254
|
+
"children": [
|
|
255
|
+
"text-12",
|
|
256
|
+
"text-13",
|
|
257
|
+
"text-15",
|
|
258
|
+
"text-16"
|
|
259
|
+
]
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"id": "card-3",
|
|
263
|
+
"component": "Card",
|
|
264
|
+
"children": [
|
|
265
|
+
"header-3"
|
|
266
|
+
]
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"id": "button-3",
|
|
270
|
+
"component": "Button",
|
|
271
|
+
"color": "danger",
|
|
272
|
+
"icon": "sign-out",
|
|
273
|
+
"text": "Sign out all other sessions"
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"id": "root",
|
|
277
|
+
"component": "Column",
|
|
278
|
+
"data-col": "",
|
|
279
|
+
"children": [
|
|
280
|
+
"card",
|
|
281
|
+
"card-2",
|
|
282
|
+
"card-3",
|
|
283
|
+
"button-3"
|
|
284
|
+
]
|
|
285
|
+
}
|
|
286
|
+
]
|
|
287
|
+
}
|