@adia-ai/a2ui 0.8.40 → 0.8.42
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 +17 -0
- package/README.md +2 -2
- package/catalog/catalog-a2ui_0_9.json +1690 -520
- package/catalog/catalog-a2ui_0_9_rules.txt +54 -37
- package/catalog/common_types.json +1 -0
- package/catalog/tier-index.json +280 -71
- package/catalog/tiers/README.md +19 -1
- package/catalog/tiers/l1-widgets.json +6 -6
- package/package.json +1 -1
- package/registry.js +8 -0
- package/renderer.d.ts +77 -0
- package/renderer.js +420 -11
- package/stream.js +11 -3
- package/wiring-engine.d.ts +7 -0
- package/wiring-engine.js +15 -0
package/catalog/tier-index.json
CHANGED
|
@@ -1,968 +1,1177 @@
|
|
|
1
1
|
{
|
|
2
|
-
"catalogId": "adia.tiers@0.8.
|
|
3
|
-
"description": "Tier index of the AdiaUI catalog contract (ADR-0050). L0-L4 ladder; every tier-N entry is a declared composition of tier-(N-1) entries. Derived — regenerate with `npm run build:catalog-tiers`, never hand-edit.",
|
|
2
|
+
"catalogId": "adia.tiers@0.8.42",
|
|
3
|
+
"description": "Tier index of the AdiaUI catalog contract (ADR-0050). L0-L4 ladder; every tier-N entry is a declared composition of tier-(N-1) entries. L1 `composes` edges speak A2UI component TYPE names — the R-C7 catalogs’ `components` keys (genui-system SPEC R-C13). Derived — regenerate with `npm run build:catalog-tiers`, never hand-edit.",
|
|
4
4
|
"extends": {
|
|
5
5
|
"catalogId": "adia.base",
|
|
6
|
-
"version": "0.8.
|
|
6
|
+
"version": "0.8.42"
|
|
7
7
|
},
|
|
8
8
|
"tiers": {
|
|
9
9
|
"L0": {
|
|
10
10
|
"composesTier": null,
|
|
11
|
-
"count":
|
|
11
|
+
"count": 194,
|
|
12
12
|
"entries": {
|
|
13
13
|
"A2UIRoot": {
|
|
14
14
|
"category": "container",
|
|
15
15
|
"composes": [],
|
|
16
|
+
"origin": "module",
|
|
16
17
|
"tag": "a2ui-root"
|
|
17
18
|
},
|
|
18
19
|
"Accordion": {
|
|
19
20
|
"category": "container",
|
|
20
21
|
"composes": [],
|
|
22
|
+
"origin": "primitive",
|
|
21
23
|
"tag": "accordion-ui"
|
|
22
24
|
},
|
|
23
25
|
"AccordionItem": {
|
|
24
26
|
"category": "layout",
|
|
25
27
|
"composes": [],
|
|
28
|
+
"origin": "primitive",
|
|
26
29
|
"tag": "accordion-item-ui"
|
|
27
30
|
},
|
|
28
31
|
"ActionItem": {
|
|
29
32
|
"category": "navigation",
|
|
30
33
|
"composes": [],
|
|
34
|
+
"origin": "primitive",
|
|
31
35
|
"tag": "action-item-ui"
|
|
32
36
|
},
|
|
33
37
|
"ActionList": {
|
|
34
38
|
"category": "navigation",
|
|
35
39
|
"composes": [],
|
|
40
|
+
"origin": "primitive",
|
|
36
41
|
"tag": "action-list-ui"
|
|
37
42
|
},
|
|
38
43
|
"AdiaMark": {
|
|
39
44
|
"category": "display",
|
|
40
45
|
"composes": [],
|
|
46
|
+
"origin": "primitive",
|
|
41
47
|
"tag": "adia-mark-ui"
|
|
42
48
|
},
|
|
43
49
|
"AdiaWordmark": {
|
|
44
50
|
"category": "display",
|
|
45
51
|
"composes": [],
|
|
52
|
+
"origin": "primitive",
|
|
46
53
|
"tag": "adia-wordmark-ui"
|
|
47
54
|
},
|
|
48
55
|
"AdminCommand": {
|
|
49
|
-
"category": "
|
|
56
|
+
"category": "container",
|
|
50
57
|
"composes": [],
|
|
58
|
+
"origin": "module",
|
|
51
59
|
"tag": "admin-command"
|
|
52
60
|
},
|
|
53
61
|
"AdminContent": {
|
|
54
62
|
"category": "layout",
|
|
55
63
|
"composes": [],
|
|
64
|
+
"origin": "module",
|
|
56
65
|
"tag": "admin-content"
|
|
57
66
|
},
|
|
58
67
|
"AdminEntityItem": {
|
|
59
68
|
"category": "layout",
|
|
60
69
|
"composes": [],
|
|
70
|
+
"origin": "module",
|
|
61
71
|
"tag": "admin-entity-item"
|
|
62
72
|
},
|
|
63
73
|
"AdminPage": {
|
|
64
74
|
"category": "layout",
|
|
65
75
|
"composes": [],
|
|
76
|
+
"origin": "module",
|
|
66
77
|
"tag": "admin-page"
|
|
67
78
|
},
|
|
68
79
|
"AdminPageBody": {
|
|
69
80
|
"category": "layout",
|
|
70
81
|
"composes": [],
|
|
82
|
+
"origin": "module",
|
|
71
83
|
"tag": "admin-page-body"
|
|
72
84
|
},
|
|
73
85
|
"AdminPageFooter": {
|
|
74
86
|
"category": "layout",
|
|
75
87
|
"composes": [],
|
|
88
|
+
"origin": "module",
|
|
76
89
|
"tag": "admin-page-footer"
|
|
77
90
|
},
|
|
78
91
|
"AdminPageHeader": {
|
|
79
92
|
"category": "layout",
|
|
80
93
|
"composes": [],
|
|
94
|
+
"origin": "module",
|
|
81
95
|
"tag": "admin-page-header"
|
|
82
96
|
},
|
|
83
97
|
"AdminRoster": {
|
|
84
98
|
"category": "container",
|
|
85
99
|
"composes": [],
|
|
100
|
+
"origin": "module",
|
|
86
101
|
"tag": "admin-roster-ui"
|
|
87
102
|
},
|
|
88
103
|
"AdminScroll": {
|
|
89
104
|
"category": "layout",
|
|
90
105
|
"composes": [],
|
|
106
|
+
"origin": "module",
|
|
91
107
|
"tag": "admin-scroll"
|
|
92
108
|
},
|
|
93
109
|
"AdminSettings": {
|
|
94
110
|
"category": "container",
|
|
95
111
|
"composes": [],
|
|
112
|
+
"origin": "module",
|
|
96
113
|
"tag": "admin-settings-ui"
|
|
97
114
|
},
|
|
115
|
+
"AdminShell": {
|
|
116
|
+
"category": "layout",
|
|
117
|
+
"composes": [],
|
|
118
|
+
"origin": "module",
|
|
119
|
+
"tag": "admin-shell"
|
|
120
|
+
},
|
|
98
121
|
"AdminSidebar": {
|
|
99
122
|
"category": "layout",
|
|
100
123
|
"composes": [],
|
|
124
|
+
"origin": "module",
|
|
101
125
|
"tag": "admin-sidebar"
|
|
102
126
|
},
|
|
103
127
|
"AdminStatusbar": {
|
|
104
128
|
"category": "layout",
|
|
105
129
|
"composes": [],
|
|
130
|
+
"origin": "module",
|
|
106
131
|
"tag": "admin-statusbar"
|
|
107
132
|
},
|
|
108
133
|
"AdminTopbar": {
|
|
109
134
|
"category": "layout",
|
|
110
135
|
"composes": [],
|
|
136
|
+
"origin": "module",
|
|
111
137
|
"tag": "admin-topbar"
|
|
112
138
|
},
|
|
113
139
|
"AgentAdmin": {
|
|
114
140
|
"category": "container",
|
|
115
141
|
"composes": [],
|
|
142
|
+
"origin": "module",
|
|
116
143
|
"tag": "agent-admin-ui"
|
|
117
144
|
},
|
|
118
145
|
"AgentArtifact": {
|
|
119
146
|
"category": "agent",
|
|
120
147
|
"composes": [],
|
|
148
|
+
"origin": "primitive",
|
|
121
149
|
"tag": "agent-artifact-ui"
|
|
122
150
|
},
|
|
123
151
|
"AgentFeedbackBar": {
|
|
124
152
|
"category": "agent",
|
|
125
153
|
"composes": [],
|
|
154
|
+
"origin": "primitive",
|
|
126
155
|
"tag": "agent-feedback-bar-ui"
|
|
127
156
|
},
|
|
128
157
|
"AgentQuestions": {
|
|
129
158
|
"category": "agent",
|
|
130
159
|
"composes": [],
|
|
160
|
+
"origin": "primitive",
|
|
131
161
|
"tag": "agent-questions-ui"
|
|
132
162
|
},
|
|
133
163
|
"AgentReasoning": {
|
|
134
164
|
"category": "agent",
|
|
135
165
|
"composes": [],
|
|
166
|
+
"origin": "primitive",
|
|
136
167
|
"tag": "agent-reasoning-ui"
|
|
137
168
|
},
|
|
138
169
|
"AgentSuggestions": {
|
|
139
170
|
"category": "agent",
|
|
140
171
|
"composes": [],
|
|
172
|
+
"origin": "primitive",
|
|
141
173
|
"tag": "agent-suggestions-ui"
|
|
142
174
|
},
|
|
143
175
|
"AgentTrace": {
|
|
144
176
|
"category": "agent",
|
|
145
177
|
"composes": [],
|
|
178
|
+
"origin": "primitive",
|
|
146
179
|
"tag": "agent-trace-ui"
|
|
147
180
|
},
|
|
148
181
|
"Alert": {
|
|
149
182
|
"category": "container",
|
|
150
183
|
"composes": [],
|
|
184
|
+
"origin": "primitive",
|
|
151
185
|
"tag": "alert-ui"
|
|
152
186
|
},
|
|
153
187
|
"AnchorBar": {
|
|
154
188
|
"category": "container",
|
|
155
189
|
"composes": [],
|
|
190
|
+
"origin": "primitive",
|
|
156
191
|
"tag": "anchor-bar-ui"
|
|
157
192
|
},
|
|
158
193
|
"AppShell": {
|
|
159
194
|
"category": "layout",
|
|
160
195
|
"composes": [],
|
|
196
|
+
"origin": "module",
|
|
161
197
|
"tag": "embed-shell"
|
|
162
198
|
},
|
|
163
199
|
"Aside": {
|
|
164
200
|
"category": "container",
|
|
165
201
|
"composes": [],
|
|
202
|
+
"origin": "primitive",
|
|
166
203
|
"tag": "aside-ui"
|
|
167
204
|
},
|
|
168
205
|
"Avatar": {
|
|
169
206
|
"category": "display",
|
|
170
207
|
"composes": [],
|
|
208
|
+
"origin": "primitive",
|
|
171
209
|
"tag": "avatar-ui"
|
|
172
210
|
},
|
|
173
211
|
"AvatarGroup": {
|
|
174
212
|
"category": "feedback",
|
|
175
213
|
"composes": [],
|
|
214
|
+
"origin": "primitive",
|
|
176
215
|
"tag": "avatar-group-ui"
|
|
177
216
|
},
|
|
178
217
|
"Badge": {
|
|
179
218
|
"category": "display",
|
|
180
219
|
"composes": [],
|
|
220
|
+
"origin": "primitive",
|
|
181
221
|
"tag": "badge-ui"
|
|
182
222
|
},
|
|
183
223
|
"BillingOverview": {
|
|
184
224
|
"category": "container",
|
|
185
225
|
"composes": [],
|
|
226
|
+
"origin": "module",
|
|
186
227
|
"tag": "billing-overview-ui"
|
|
187
228
|
},
|
|
188
229
|
"Block": {
|
|
189
230
|
"category": "layout",
|
|
190
231
|
"composes": [],
|
|
232
|
+
"origin": "primitive",
|
|
191
233
|
"tag": "block-ui"
|
|
192
234
|
},
|
|
193
235
|
"Blockquote": {
|
|
194
236
|
"category": "display",
|
|
195
237
|
"composes": [],
|
|
238
|
+
"origin": "primitive",
|
|
196
239
|
"tag": "blockquote-ui"
|
|
197
240
|
},
|
|
198
241
|
"Breadcrumb": {
|
|
199
242
|
"category": "navigation",
|
|
200
243
|
"composes": [],
|
|
244
|
+
"origin": "primitive",
|
|
201
245
|
"tag": "breadcrumb-ui"
|
|
202
246
|
},
|
|
203
247
|
"Button": {
|
|
204
248
|
"category": "action",
|
|
205
249
|
"composes": [],
|
|
250
|
+
"origin": "primitive",
|
|
206
251
|
"tag": "button-ui"
|
|
207
252
|
},
|
|
208
253
|
"CalendarGrid": {
|
|
209
254
|
"category": "input",
|
|
210
255
|
"composes": [],
|
|
256
|
+
"origin": "primitive",
|
|
211
257
|
"tag": "calendar-grid-ui"
|
|
212
258
|
},
|
|
213
259
|
"CalendarPicker": {
|
|
214
260
|
"category": "input",
|
|
215
261
|
"composes": [],
|
|
262
|
+
"origin": "primitive",
|
|
216
263
|
"tag": "calendar-picker-ui"
|
|
217
264
|
},
|
|
218
265
|
"Canvas": {
|
|
219
266
|
"category": "agent",
|
|
220
267
|
"composes": [],
|
|
268
|
+
"origin": "primitive",
|
|
221
269
|
"tag": "canvas-ui"
|
|
222
270
|
},
|
|
223
271
|
"Card": {
|
|
224
272
|
"category": "container",
|
|
225
273
|
"composes": [],
|
|
274
|
+
"origin": "primitive",
|
|
226
275
|
"tag": "card-ui"
|
|
227
276
|
},
|
|
228
277
|
"Chart": {
|
|
229
278
|
"category": "agent",
|
|
230
279
|
"composes": [],
|
|
280
|
+
"origin": "primitive",
|
|
231
281
|
"tag": "chart-ui"
|
|
232
282
|
},
|
|
233
283
|
"ChartLegend": {
|
|
234
284
|
"category": "agent",
|
|
235
285
|
"composes": [],
|
|
286
|
+
"origin": "primitive",
|
|
236
287
|
"tag": "chart-legend-ui"
|
|
237
288
|
},
|
|
238
289
|
"ChatComposer": {
|
|
239
290
|
"category": "input",
|
|
240
291
|
"composes": [],
|
|
292
|
+
"origin": "module",
|
|
241
293
|
"tag": "chat-composer"
|
|
242
294
|
},
|
|
243
295
|
"ChatEmpty": {
|
|
244
296
|
"category": "feedback",
|
|
245
297
|
"composes": [],
|
|
298
|
+
"origin": "module",
|
|
246
299
|
"tag": "chat-empty"
|
|
247
300
|
},
|
|
248
301
|
"ChatHeader": {
|
|
249
302
|
"category": "layout",
|
|
250
303
|
"composes": [],
|
|
304
|
+
"origin": "module",
|
|
251
305
|
"tag": "chat-header"
|
|
252
306
|
},
|
|
253
307
|
"ChatInput": {
|
|
254
308
|
"category": "agent",
|
|
255
309
|
"composes": [],
|
|
310
|
+
"origin": "primitive",
|
|
256
311
|
"tag": "chat-input-ui"
|
|
257
312
|
},
|
|
258
313
|
"ChatShell": {
|
|
259
314
|
"category": "container",
|
|
260
315
|
"composes": [],
|
|
316
|
+
"origin": "module",
|
|
261
317
|
"tag": "chat-shell"
|
|
262
318
|
},
|
|
263
319
|
"ChatSidebar": {
|
|
264
320
|
"category": "layout",
|
|
265
321
|
"composes": [],
|
|
322
|
+
"origin": "module",
|
|
266
323
|
"tag": "chat-sidebar"
|
|
267
324
|
},
|
|
268
325
|
"ChatStatus": {
|
|
269
326
|
"category": "feedback",
|
|
270
327
|
"composes": [],
|
|
328
|
+
"origin": "module",
|
|
271
329
|
"tag": "chat-status"
|
|
272
330
|
},
|
|
273
331
|
"ChatThread": {
|
|
274
332
|
"category": "container",
|
|
275
333
|
"composes": [],
|
|
334
|
+
"origin": "module",
|
|
276
335
|
"tag": "chat-thread"
|
|
277
336
|
},
|
|
278
337
|
"Check": {
|
|
279
|
-
"category": "
|
|
338
|
+
"category": "input",
|
|
280
339
|
"composes": [],
|
|
340
|
+
"origin": "primitive",
|
|
281
341
|
"tag": "check-ui"
|
|
282
342
|
},
|
|
283
343
|
"Code": {
|
|
284
344
|
"category": "display",
|
|
285
345
|
"composes": [],
|
|
346
|
+
"origin": "primitive",
|
|
286
347
|
"tag": "code-ui"
|
|
287
348
|
},
|
|
288
349
|
"Col": {
|
|
289
350
|
"category": "layout",
|
|
290
351
|
"composes": [],
|
|
352
|
+
"origin": "primitive",
|
|
291
353
|
"tag": "col-ui"
|
|
292
354
|
},
|
|
355
|
+
"ColorArea": {
|
|
356
|
+
"category": "input",
|
|
357
|
+
"composes": [],
|
|
358
|
+
"origin": "primitive",
|
|
359
|
+
"tag": "color-area-ui"
|
|
360
|
+
},
|
|
293
361
|
"ColorInput": {
|
|
294
362
|
"category": "input",
|
|
295
363
|
"composes": [],
|
|
364
|
+
"origin": "primitive",
|
|
296
365
|
"tag": "color-input-ui"
|
|
297
366
|
},
|
|
298
367
|
"ColorPicker": {
|
|
299
368
|
"category": "input",
|
|
300
369
|
"composes": [],
|
|
370
|
+
"origin": "primitive",
|
|
301
371
|
"tag": "color-picker-ui"
|
|
302
372
|
},
|
|
303
373
|
"Combobox": {
|
|
304
374
|
"category": "input",
|
|
305
375
|
"composes": [],
|
|
376
|
+
"origin": "primitive",
|
|
306
377
|
"tag": "combobox-ui"
|
|
307
378
|
},
|
|
308
379
|
"Command": {
|
|
309
380
|
"category": "container",
|
|
310
381
|
"composes": [],
|
|
382
|
+
"origin": "primitive",
|
|
311
383
|
"tag": "command-ui"
|
|
312
384
|
},
|
|
313
385
|
"ConfirmDialog": {
|
|
314
386
|
"category": "feedback",
|
|
315
387
|
"composes": [],
|
|
388
|
+
"origin": "module",
|
|
316
389
|
"tag": "confirm-dialog-ui"
|
|
317
390
|
},
|
|
318
391
|
"ContextMenu": {
|
|
319
392
|
"category": "container",
|
|
320
393
|
"composes": [],
|
|
394
|
+
"origin": "primitive",
|
|
321
395
|
"tag": "context-menu-ui"
|
|
322
396
|
},
|
|
323
397
|
"DashboardLayout": {
|
|
324
398
|
"category": "layout",
|
|
325
399
|
"composes": [],
|
|
400
|
+
"origin": "module",
|
|
326
401
|
"tag": "dashboard-layout-ui"
|
|
327
402
|
},
|
|
328
403
|
"DateRangePicker": {
|
|
329
404
|
"category": "input",
|
|
330
405
|
"composes": [],
|
|
406
|
+
"origin": "primitive",
|
|
331
407
|
"tag": "date-range-picker-ui"
|
|
332
408
|
},
|
|
333
409
|
"DateRangeSelector": {
|
|
334
410
|
"category": "input",
|
|
335
411
|
"composes": [],
|
|
412
|
+
"origin": "module",
|
|
336
413
|
"tag": "date-range-selector-ui"
|
|
337
414
|
},
|
|
338
415
|
"DatetimePicker": {
|
|
339
416
|
"category": "input",
|
|
340
417
|
"composes": [],
|
|
418
|
+
"origin": "primitive",
|
|
341
419
|
"tag": "datetime-picker-ui"
|
|
342
420
|
},
|
|
343
421
|
"DemoToggle": {
|
|
344
422
|
"category": "container",
|
|
345
423
|
"composes": [],
|
|
424
|
+
"origin": "primitive",
|
|
346
425
|
"tag": "demo-toggle-ui"
|
|
347
426
|
},
|
|
348
427
|
"DescriptionList": {
|
|
349
428
|
"category": "display",
|
|
350
429
|
"composes": [],
|
|
430
|
+
"origin": "primitive",
|
|
351
431
|
"tag": "description-list-ui"
|
|
352
432
|
},
|
|
353
433
|
"DisplayField": {
|
|
354
434
|
"category": "form",
|
|
355
435
|
"composes": [],
|
|
436
|
+
"origin": "primitive",
|
|
356
437
|
"tag": "display-field-ui"
|
|
357
438
|
},
|
|
358
439
|
"Divider": {
|
|
359
440
|
"category": "display",
|
|
360
441
|
"composes": [],
|
|
442
|
+
"origin": "primitive",
|
|
361
443
|
"tag": "divider-ui"
|
|
362
444
|
},
|
|
363
445
|
"Drawer": {
|
|
364
446
|
"category": "container",
|
|
365
447
|
"composes": [],
|
|
448
|
+
"origin": "primitive",
|
|
366
449
|
"tag": "drawer-ui"
|
|
367
450
|
},
|
|
368
451
|
"Drilldown": {
|
|
369
452
|
"category": "navigation",
|
|
370
453
|
"composes": [],
|
|
454
|
+
"origin": "primitive",
|
|
371
455
|
"tag": "drilldown-ui"
|
|
372
456
|
},
|
|
373
457
|
"EditorCanvas": {
|
|
374
458
|
"category": "container",
|
|
375
459
|
"composes": [],
|
|
460
|
+
"origin": "module",
|
|
376
461
|
"tag": "editor-canvas"
|
|
377
462
|
},
|
|
378
463
|
"EditorCanvasEmpty": {
|
|
379
464
|
"category": "feedback",
|
|
380
465
|
"composes": [],
|
|
466
|
+
"origin": "module",
|
|
381
467
|
"tag": "editor-canvas-empty"
|
|
382
468
|
},
|
|
383
469
|
"EditorCanvasToolbar": {
|
|
384
470
|
"category": "layout",
|
|
385
471
|
"composes": [],
|
|
472
|
+
"origin": "module",
|
|
386
473
|
"tag": "editor-canvas-toolbar"
|
|
387
474
|
},
|
|
388
475
|
"EditorShell": {
|
|
389
476
|
"category": "container",
|
|
390
477
|
"composes": [],
|
|
478
|
+
"origin": "module",
|
|
391
479
|
"tag": "editor-shell"
|
|
392
480
|
},
|
|
393
481
|
"EditorSidebar": {
|
|
394
482
|
"category": "layout",
|
|
395
483
|
"composes": [],
|
|
484
|
+
"origin": "module",
|
|
396
485
|
"tag": "editor-sidebar"
|
|
397
486
|
},
|
|
398
487
|
"EditorStatusbar": {
|
|
399
488
|
"category": "layout",
|
|
400
489
|
"composes": [],
|
|
490
|
+
"origin": "module",
|
|
401
491
|
"tag": "editor-statusbar"
|
|
402
492
|
},
|
|
403
493
|
"EditorToolbar": {
|
|
404
494
|
"category": "layout",
|
|
405
495
|
"composes": [],
|
|
496
|
+
"origin": "module",
|
|
406
497
|
"tag": "editor-toolbar"
|
|
407
498
|
},
|
|
408
499
|
"Embed": {
|
|
409
500
|
"category": "agent",
|
|
410
501
|
"composes": [],
|
|
502
|
+
"origin": "primitive",
|
|
411
503
|
"tag": "embed-ui"
|
|
412
504
|
},
|
|
413
505
|
"EmptyState": {
|
|
414
506
|
"category": "display",
|
|
415
507
|
"composes": [],
|
|
508
|
+
"origin": "primitive",
|
|
416
509
|
"tag": "empty-state-ui"
|
|
417
510
|
},
|
|
418
511
|
"Feed": {
|
|
419
|
-
"category": "
|
|
512
|
+
"category": "feedback",
|
|
420
513
|
"composes": [],
|
|
514
|
+
"origin": "primitive",
|
|
421
515
|
"tag": "feed-ui"
|
|
422
516
|
},
|
|
423
517
|
"FeedItem": {
|
|
424
518
|
"category": "feedback",
|
|
425
519
|
"composes": [],
|
|
520
|
+
"origin": "primitive",
|
|
426
521
|
"tag": "feed-item-ui"
|
|
427
522
|
},
|
|
428
523
|
"Field": {
|
|
429
524
|
"category": "form",
|
|
430
525
|
"composes": [],
|
|
526
|
+
"origin": "primitive",
|
|
431
527
|
"tag": "field-ui"
|
|
432
528
|
},
|
|
433
529
|
"Fields": {
|
|
434
530
|
"category": "form",
|
|
435
531
|
"composes": [],
|
|
532
|
+
"origin": "primitive",
|
|
436
533
|
"tag": "fields-ui"
|
|
437
534
|
},
|
|
438
535
|
"Footer": {
|
|
439
536
|
"category": "container",
|
|
440
537
|
"composes": [],
|
|
538
|
+
"origin": "primitive",
|
|
441
539
|
"tag": "footer-ui"
|
|
442
540
|
},
|
|
443
541
|
"FormPopover": {
|
|
444
542
|
"category": "input",
|
|
445
543
|
"composes": [],
|
|
544
|
+
"origin": "module",
|
|
446
545
|
"tag": "form-popover-ui"
|
|
447
546
|
},
|
|
448
547
|
"Frame": {
|
|
449
548
|
"category": "layout",
|
|
450
549
|
"composes": [],
|
|
550
|
+
"origin": "primitive",
|
|
451
551
|
"tag": "frame-ui"
|
|
452
552
|
},
|
|
453
553
|
"GenRoot": {
|
|
454
554
|
"category": "layout",
|
|
455
555
|
"composes": [],
|
|
556
|
+
"origin": "module",
|
|
456
557
|
"tag": "gen-root"
|
|
457
558
|
},
|
|
458
559
|
"Grid": {
|
|
459
560
|
"category": "layout",
|
|
460
561
|
"composes": [],
|
|
562
|
+
"origin": "primitive",
|
|
461
563
|
"tag": "grid-ui"
|
|
462
564
|
},
|
|
463
565
|
"Header": {
|
|
464
566
|
"category": "container",
|
|
465
567
|
"composes": [],
|
|
568
|
+
"origin": "primitive",
|
|
466
569
|
"tag": "header-ui"
|
|
467
570
|
},
|
|
468
571
|
"Heatmap": {
|
|
469
|
-
"category": "data
|
|
572
|
+
"category": "data",
|
|
470
573
|
"composes": [],
|
|
574
|
+
"origin": "primitive",
|
|
471
575
|
"tag": "heatmap-ui"
|
|
472
576
|
},
|
|
473
577
|
"Icon": {
|
|
474
578
|
"category": "display",
|
|
475
579
|
"composes": [],
|
|
580
|
+
"origin": "primitive",
|
|
476
581
|
"tag": "icon-ui"
|
|
477
582
|
},
|
|
478
583
|
"Image": {
|
|
479
584
|
"category": "display",
|
|
480
585
|
"composes": [],
|
|
586
|
+
"origin": "primitive",
|
|
481
587
|
"tag": "image-ui"
|
|
482
588
|
},
|
|
483
589
|
"InlineEdit": {
|
|
484
590
|
"category": "form",
|
|
485
591
|
"composes": [],
|
|
592
|
+
"origin": "primitive",
|
|
486
593
|
"tag": "inline-edit-ui"
|
|
487
594
|
},
|
|
488
595
|
"InlineMessage": {
|
|
489
596
|
"category": "feedback",
|
|
490
597
|
"composes": [],
|
|
598
|
+
"origin": "primitive",
|
|
491
599
|
"tag": "inline-message-ui"
|
|
492
600
|
},
|
|
493
601
|
"Input": {
|
|
494
602
|
"category": "input",
|
|
495
603
|
"composes": [],
|
|
604
|
+
"origin": "primitive",
|
|
496
605
|
"tag": "input-ui"
|
|
497
606
|
},
|
|
498
607
|
"Inspector": {
|
|
499
608
|
"category": "agent",
|
|
500
609
|
"composes": [],
|
|
610
|
+
"origin": "primitive",
|
|
501
611
|
"tag": "inspector-ui"
|
|
502
612
|
},
|
|
503
613
|
"IntegrationCard": {
|
|
504
614
|
"category": "display",
|
|
505
615
|
"composes": [],
|
|
616
|
+
"origin": "primitive",
|
|
506
617
|
"tag": "integration-card-ui"
|
|
507
618
|
},
|
|
508
619
|
"IntegrationsPage": {
|
|
509
620
|
"category": "container",
|
|
510
621
|
"composes": [],
|
|
622
|
+
"origin": "module",
|
|
511
623
|
"tag": "integrations-page-ui"
|
|
512
624
|
},
|
|
513
625
|
"InvoiceDetail": {
|
|
514
626
|
"category": "container",
|
|
515
627
|
"composes": [],
|
|
628
|
+
"origin": "module",
|
|
516
629
|
"tag": "invoice-detail-ui"
|
|
517
630
|
},
|
|
518
631
|
"InvoiceHistory": {
|
|
519
632
|
"category": "display",
|
|
520
633
|
"composes": [],
|
|
634
|
+
"origin": "module",
|
|
521
635
|
"tag": "invoice-history-ui"
|
|
522
636
|
},
|
|
523
637
|
"Kbd": {
|
|
524
638
|
"category": "display",
|
|
525
639
|
"composes": [],
|
|
640
|
+
"origin": "primitive",
|
|
526
641
|
"tag": "kbd-ui"
|
|
527
642
|
},
|
|
528
643
|
"Link": {
|
|
529
|
-
"category": "
|
|
644
|
+
"category": "display",
|
|
530
645
|
"composes": [],
|
|
646
|
+
"origin": "primitive",
|
|
531
647
|
"tag": "link-ui"
|
|
532
648
|
},
|
|
533
649
|
"List": {
|
|
534
650
|
"category": "layout",
|
|
535
651
|
"composes": [],
|
|
652
|
+
"origin": "primitive",
|
|
536
653
|
"tag": "list-ui"
|
|
537
654
|
},
|
|
538
655
|
"ListItem": {
|
|
539
656
|
"category": "layout",
|
|
540
657
|
"composes": [],
|
|
658
|
+
"origin": "primitive",
|
|
541
659
|
"tag": "list-item-ui"
|
|
542
660
|
},
|
|
543
661
|
"ListWindow": {
|
|
544
662
|
"category": "display",
|
|
545
663
|
"composes": [],
|
|
664
|
+
"origin": "primitive",
|
|
546
665
|
"tag": "list-window-ui"
|
|
547
666
|
},
|
|
548
667
|
"LoadingOverlay": {
|
|
549
668
|
"category": "feedback",
|
|
550
669
|
"composes": [],
|
|
670
|
+
"origin": "primitive",
|
|
551
671
|
"tag": "loading-overlay-ui"
|
|
552
672
|
},
|
|
553
673
|
"Mark": {
|
|
554
|
-
"category": "
|
|
674
|
+
"category": "display",
|
|
555
675
|
"composes": [],
|
|
676
|
+
"origin": "primitive",
|
|
556
677
|
"tag": "mark-ui"
|
|
557
678
|
},
|
|
558
679
|
"Menu": {
|
|
559
680
|
"category": "container",
|
|
560
681
|
"composes": [],
|
|
682
|
+
"origin": "primitive",
|
|
561
683
|
"tag": "menu-ui"
|
|
562
684
|
},
|
|
563
685
|
"MenuDivider": {
|
|
564
686
|
"category": "navigation",
|
|
565
687
|
"composes": [],
|
|
688
|
+
"origin": "primitive",
|
|
566
689
|
"tag": "menu-divider-ui"
|
|
567
690
|
},
|
|
568
691
|
"MenuItem": {
|
|
569
692
|
"category": "navigation",
|
|
570
693
|
"composes": [],
|
|
694
|
+
"origin": "primitive",
|
|
571
695
|
"tag": "menu-item-ui"
|
|
572
696
|
},
|
|
573
697
|
"MenuLabel": {
|
|
574
698
|
"category": "navigation",
|
|
575
699
|
"composes": [],
|
|
700
|
+
"origin": "primitive",
|
|
576
701
|
"tag": "menu-label-ui"
|
|
577
702
|
},
|
|
578
703
|
"Modal": {
|
|
579
704
|
"category": "container",
|
|
580
705
|
"composes": [],
|
|
706
|
+
"origin": "primitive",
|
|
581
707
|
"tag": "modal-ui"
|
|
582
708
|
},
|
|
583
709
|
"Nav": {
|
|
584
710
|
"category": "layout",
|
|
585
711
|
"composes": [],
|
|
712
|
+
"origin": "primitive",
|
|
586
713
|
"tag": "nav-ui"
|
|
587
714
|
},
|
|
588
715
|
"NavGroup": {
|
|
589
716
|
"category": "layout",
|
|
590
717
|
"composes": [],
|
|
718
|
+
"origin": "primitive",
|
|
591
719
|
"tag": "nav-group-ui"
|
|
592
720
|
},
|
|
593
721
|
"NavItem": {
|
|
594
722
|
"category": "layout",
|
|
595
723
|
"composes": [],
|
|
724
|
+
"origin": "primitive",
|
|
596
725
|
"tag": "nav-item-ui"
|
|
597
726
|
},
|
|
598
727
|
"Noodles": {
|
|
599
728
|
"category": "agent",
|
|
600
729
|
"composes": [],
|
|
730
|
+
"origin": "primitive",
|
|
601
731
|
"tag": "noodles-ui"
|
|
602
732
|
},
|
|
603
733
|
"NotificationPreferences": {
|
|
604
734
|
"category": "container",
|
|
605
735
|
"composes": [],
|
|
736
|
+
"origin": "module",
|
|
606
737
|
"tag": "notification-preferences-ui"
|
|
607
738
|
},
|
|
608
739
|
"NumberFormat": {
|
|
609
740
|
"category": "display",
|
|
610
741
|
"composes": [],
|
|
742
|
+
"origin": "primitive",
|
|
611
743
|
"tag": "number-format-ui"
|
|
612
744
|
},
|
|
613
745
|
"OnboardingChecklist": {
|
|
614
746
|
"category": "feedback",
|
|
615
747
|
"composes": [],
|
|
748
|
+
"origin": "module",
|
|
616
749
|
"tag": "onboarding-checklist-ui"
|
|
617
750
|
},
|
|
618
751
|
"OptionCard": {
|
|
619
752
|
"category": "input",
|
|
620
753
|
"composes": [],
|
|
754
|
+
"origin": "primitive",
|
|
621
755
|
"tag": "option-card-ui"
|
|
622
756
|
},
|
|
623
757
|
"OtpInput": {
|
|
624
758
|
"category": "input",
|
|
625
759
|
"composes": [],
|
|
760
|
+
"origin": "primitive",
|
|
626
761
|
"tag": "otp-input-ui"
|
|
627
762
|
},
|
|
628
763
|
"Page": {
|
|
629
764
|
"category": "container",
|
|
630
765
|
"composes": [],
|
|
766
|
+
"origin": "primitive",
|
|
631
767
|
"tag": "page-ui"
|
|
632
768
|
},
|
|
633
769
|
"Pagination": {
|
|
634
770
|
"category": "navigation",
|
|
635
771
|
"composes": [],
|
|
772
|
+
"origin": "primitive",
|
|
636
773
|
"tag": "pagination-ui"
|
|
637
774
|
},
|
|
638
775
|
"Pane": {
|
|
639
776
|
"category": "layout",
|
|
640
777
|
"composes": [],
|
|
778
|
+
"origin": "primitive",
|
|
641
779
|
"tag": "pane-ui"
|
|
642
780
|
},
|
|
643
781
|
"PasswordStrength": {
|
|
644
782
|
"category": "display",
|
|
645
783
|
"composes": [],
|
|
784
|
+
"origin": "primitive",
|
|
646
785
|
"tag": "password-strength-ui"
|
|
647
786
|
},
|
|
648
787
|
"PaymentMethodForm": {
|
|
649
788
|
"category": "input",
|
|
650
789
|
"composes": [],
|
|
790
|
+
"origin": "module",
|
|
651
791
|
"tag": "payment-method-form-ui"
|
|
652
792
|
},
|
|
653
793
|
"PaymentMethodList": {
|
|
654
794
|
"category": "input",
|
|
655
795
|
"composes": [],
|
|
796
|
+
"origin": "module",
|
|
656
797
|
"tag": "payment-method-list-ui"
|
|
657
798
|
},
|
|
658
799
|
"PipelineStatus": {
|
|
659
800
|
"category": "agent",
|
|
660
801
|
"composes": [],
|
|
802
|
+
"origin": "primitive",
|
|
661
803
|
"tag": "pipeline-status-ui"
|
|
662
804
|
},
|
|
663
805
|
"PlanPicker": {
|
|
664
806
|
"category": "input",
|
|
665
807
|
"composes": [],
|
|
808
|
+
"origin": "module",
|
|
666
809
|
"tag": "plan-picker-ui"
|
|
667
810
|
},
|
|
668
811
|
"Popover": {
|
|
669
812
|
"category": "container",
|
|
670
813
|
"composes": [],
|
|
814
|
+
"origin": "primitive",
|
|
671
815
|
"tag": "popover-ui"
|
|
672
816
|
},
|
|
673
817
|
"Preview": {
|
|
674
818
|
"category": "display",
|
|
675
819
|
"composes": [],
|
|
820
|
+
"origin": "primitive",
|
|
676
821
|
"tag": "preview-ui"
|
|
677
822
|
},
|
|
678
823
|
"Progress": {
|
|
679
|
-
"category": "
|
|
824
|
+
"category": "feedback",
|
|
680
825
|
"composes": [],
|
|
826
|
+
"origin": "primitive",
|
|
681
827
|
"tag": "progress-ui"
|
|
682
828
|
},
|
|
683
829
|
"ProgressRow": {
|
|
684
|
-
"category": "
|
|
830
|
+
"category": "feedback",
|
|
685
831
|
"composes": [],
|
|
832
|
+
"origin": "primitive",
|
|
686
833
|
"tag": "progress-row-ui"
|
|
687
834
|
},
|
|
688
835
|
"QRCode": {
|
|
689
836
|
"category": "display",
|
|
690
837
|
"composes": [],
|
|
838
|
+
"origin": "primitive",
|
|
691
839
|
"tag": "qr-code-ui"
|
|
692
840
|
},
|
|
693
841
|
"Radio": {
|
|
694
842
|
"category": "input",
|
|
695
843
|
"composes": [],
|
|
844
|
+
"origin": "primitive",
|
|
696
845
|
"tag": "radio-ui"
|
|
697
846
|
},
|
|
698
847
|
"RadioGroup": {
|
|
699
848
|
"category": "input",
|
|
700
849
|
"composes": [],
|
|
850
|
+
"origin": "primitive",
|
|
701
851
|
"tag": "radio-group-ui"
|
|
702
852
|
},
|
|
703
853
|
"Range": {
|
|
704
854
|
"category": "input",
|
|
705
855
|
"composes": [],
|
|
856
|
+
"origin": "primitive",
|
|
706
857
|
"tag": "range-ui"
|
|
707
858
|
},
|
|
708
859
|
"Rating": {
|
|
709
860
|
"category": "form",
|
|
710
861
|
"composes": [],
|
|
862
|
+
"origin": "primitive",
|
|
711
863
|
"tag": "rating-ui"
|
|
712
864
|
},
|
|
713
865
|
"RelativeTime": {
|
|
714
866
|
"category": "display",
|
|
715
867
|
"composes": [],
|
|
868
|
+
"origin": "primitive",
|
|
716
869
|
"tag": "relative-time-ui"
|
|
717
870
|
},
|
|
718
871
|
"RichText": {
|
|
719
|
-
"category": "
|
|
872
|
+
"category": "display",
|
|
720
873
|
"composes": [],
|
|
874
|
+
"origin": "primitive",
|
|
721
875
|
"tag": "richtext-ui"
|
|
722
876
|
},
|
|
723
877
|
"Row": {
|
|
724
878
|
"category": "layout",
|
|
725
879
|
"composes": [],
|
|
880
|
+
"origin": "primitive",
|
|
726
881
|
"tag": "row-ui"
|
|
727
882
|
},
|
|
728
883
|
"Search": {
|
|
729
884
|
"category": "input",
|
|
730
885
|
"composes": [],
|
|
886
|
+
"origin": "primitive",
|
|
731
887
|
"tag": "search-ui"
|
|
732
888
|
},
|
|
733
889
|
"Section": {
|
|
734
890
|
"category": "container",
|
|
735
891
|
"composes": [],
|
|
892
|
+
"origin": "primitive",
|
|
736
893
|
"tag": "section-ui"
|
|
737
894
|
},
|
|
738
895
|
"Segment": {
|
|
739
896
|
"category": "navigation",
|
|
740
897
|
"composes": [],
|
|
898
|
+
"origin": "primitive",
|
|
741
899
|
"tag": "segment-ui"
|
|
742
900
|
},
|
|
743
901
|
"Segmented": {
|
|
744
902
|
"category": "navigation",
|
|
745
903
|
"composes": [],
|
|
904
|
+
"origin": "primitive",
|
|
746
905
|
"tag": "segmented-ui"
|
|
747
906
|
},
|
|
748
907
|
"Select": {
|
|
749
908
|
"category": "input",
|
|
750
909
|
"composes": [],
|
|
910
|
+
"origin": "primitive",
|
|
751
911
|
"tag": "select-ui"
|
|
752
912
|
},
|
|
753
913
|
"SimpleContent": {
|
|
754
914
|
"category": "shells",
|
|
755
915
|
"composes": [],
|
|
916
|
+
"origin": "module",
|
|
756
917
|
"tag": "simple-content"
|
|
757
918
|
},
|
|
758
919
|
"SimpleHero": {
|
|
759
920
|
"category": "shells",
|
|
760
921
|
"composes": [],
|
|
922
|
+
"origin": "module",
|
|
761
923
|
"tag": "simple-hero"
|
|
762
924
|
},
|
|
763
925
|
"SimpleShell": {
|
|
764
926
|
"category": "shells",
|
|
765
927
|
"composes": [],
|
|
928
|
+
"origin": "module",
|
|
766
929
|
"tag": "simple-shell"
|
|
767
930
|
},
|
|
768
931
|
"Skeleton": {
|
|
769
932
|
"category": "display",
|
|
770
933
|
"composes": [],
|
|
934
|
+
"origin": "primitive",
|
|
771
935
|
"tag": "skeleton-ui"
|
|
772
936
|
},
|
|
773
937
|
"SkipNav": {
|
|
774
938
|
"category": "utility",
|
|
775
939
|
"composes": [],
|
|
940
|
+
"origin": "primitive",
|
|
776
941
|
"tag": "skip-nav-ui"
|
|
777
942
|
},
|
|
778
943
|
"Slider": {
|
|
779
944
|
"category": "input",
|
|
780
945
|
"composes": [],
|
|
946
|
+
"origin": "primitive",
|
|
781
947
|
"tag": "slider-ui"
|
|
782
948
|
},
|
|
783
949
|
"Spinner": {
|
|
784
950
|
"category": "feedback",
|
|
785
951
|
"composes": [],
|
|
952
|
+
"origin": "primitive",
|
|
786
953
|
"tag": "spinner-ui"
|
|
787
954
|
},
|
|
788
955
|
"Stack": {
|
|
789
956
|
"category": "layout",
|
|
790
957
|
"composes": [],
|
|
958
|
+
"origin": "primitive",
|
|
791
959
|
"tag": "stack-ui"
|
|
792
960
|
},
|
|
793
961
|
"Stat": {
|
|
794
962
|
"category": "display",
|
|
795
963
|
"composes": [],
|
|
964
|
+
"origin": "primitive",
|
|
796
965
|
"tag": "stat-ui"
|
|
797
966
|
},
|
|
798
967
|
"StepProgress": {
|
|
799
968
|
"category": "feedback",
|
|
800
969
|
"composes": [],
|
|
970
|
+
"origin": "primitive",
|
|
801
971
|
"tag": "step-progress-ui"
|
|
802
972
|
},
|
|
803
973
|
"Stepper": {
|
|
804
974
|
"category": "navigation",
|
|
805
975
|
"composes": [],
|
|
976
|
+
"origin": "primitive",
|
|
806
977
|
"tag": "stepper-ui"
|
|
807
978
|
},
|
|
808
979
|
"StepperItem": {
|
|
809
980
|
"category": "navigation",
|
|
810
981
|
"composes": [],
|
|
982
|
+
"origin": "primitive",
|
|
811
983
|
"tag": "stepper-item-ui"
|
|
812
984
|
},
|
|
813
985
|
"Stream": {
|
|
814
986
|
"category": "agent",
|
|
815
987
|
"composes": [],
|
|
988
|
+
"origin": "primitive",
|
|
816
989
|
"tag": "stream-ui"
|
|
817
990
|
},
|
|
818
991
|
"Swatch": {
|
|
819
992
|
"category": "display",
|
|
820
993
|
"composes": [],
|
|
994
|
+
"origin": "primitive",
|
|
821
995
|
"tag": "swatch-ui"
|
|
822
996
|
},
|
|
823
997
|
"Swiper": {
|
|
824
998
|
"category": "layout",
|
|
825
999
|
"composes": [],
|
|
1000
|
+
"origin": "primitive",
|
|
826
1001
|
"tag": "swiper-ui"
|
|
827
1002
|
},
|
|
828
1003
|
"Switch": {
|
|
829
|
-
"category": "
|
|
1004
|
+
"category": "input",
|
|
830
1005
|
"composes": [],
|
|
1006
|
+
"origin": "primitive",
|
|
831
1007
|
"tag": "switch-ui"
|
|
832
1008
|
},
|
|
833
1009
|
"Tab": {
|
|
834
1010
|
"category": "navigation",
|
|
835
1011
|
"composes": [],
|
|
1012
|
+
"origin": "primitive",
|
|
836
1013
|
"tag": "tab-ui"
|
|
837
1014
|
},
|
|
838
1015
|
"Table": {
|
|
839
1016
|
"category": "agent",
|
|
840
1017
|
"composes": [],
|
|
1018
|
+
"origin": "primitive",
|
|
841
1019
|
"tag": "table-ui"
|
|
842
1020
|
},
|
|
843
1021
|
"TableOfContents": {
|
|
844
1022
|
"category": "navigation",
|
|
845
1023
|
"composes": [],
|
|
1024
|
+
"origin": "primitive",
|
|
846
1025
|
"tag": "toc-ui"
|
|
847
1026
|
},
|
|
848
1027
|
"TableToolbar": {
|
|
849
1028
|
"category": "agent",
|
|
850
1029
|
"composes": [],
|
|
1030
|
+
"origin": "primitive",
|
|
851
1031
|
"tag": "table-toolbar-ui"
|
|
852
1032
|
},
|
|
853
1033
|
"Tabs": {
|
|
854
|
-
"category": "
|
|
1034
|
+
"category": "navigation",
|
|
855
1035
|
"composes": [],
|
|
1036
|
+
"origin": "primitive",
|
|
856
1037
|
"tag": "tabs-ui"
|
|
857
1038
|
},
|
|
858
1039
|
"Tag": {
|
|
859
1040
|
"category": "display",
|
|
860
1041
|
"composes": [],
|
|
1042
|
+
"origin": "primitive",
|
|
861
1043
|
"tag": "tag-ui"
|
|
862
1044
|
},
|
|
863
1045
|
"TagsInput": {
|
|
864
1046
|
"category": "input",
|
|
865
1047
|
"composes": [],
|
|
1048
|
+
"origin": "primitive",
|
|
866
1049
|
"tag": "tags-input-ui"
|
|
867
1050
|
},
|
|
868
1051
|
"Text": {
|
|
869
1052
|
"category": "display",
|
|
870
1053
|
"composes": [],
|
|
1054
|
+
"origin": "primitive",
|
|
871
1055
|
"tag": "text-ui"
|
|
872
1056
|
},
|
|
873
1057
|
"Textarea": {
|
|
874
|
-
"category": "
|
|
1058
|
+
"category": "input",
|
|
875
1059
|
"composes": [],
|
|
1060
|
+
"origin": "primitive",
|
|
876
1061
|
"tag": "textarea-ui"
|
|
877
1062
|
},
|
|
878
1063
|
"ThemePanel": {
|
|
879
1064
|
"category": "layout",
|
|
880
1065
|
"composes": [],
|
|
1066
|
+
"origin": "module",
|
|
881
1067
|
"tag": "theme-panel"
|
|
882
1068
|
},
|
|
883
1069
|
"ThemeProvider": {
|
|
884
1070
|
"category": "layout",
|
|
885
1071
|
"composes": [],
|
|
1072
|
+
"origin": "primitive",
|
|
886
1073
|
"tag": "theme-provider"
|
|
887
1074
|
},
|
|
888
1075
|
"TimePicker": {
|
|
889
1076
|
"category": "input",
|
|
890
1077
|
"composes": [],
|
|
1078
|
+
"origin": "primitive",
|
|
891
1079
|
"tag": "time-picker-ui"
|
|
892
1080
|
},
|
|
893
1081
|
"Timeline": {
|
|
894
1082
|
"category": "display",
|
|
895
1083
|
"composes": [],
|
|
1084
|
+
"origin": "primitive",
|
|
896
1085
|
"tag": "timeline-ui"
|
|
897
1086
|
},
|
|
898
1087
|
"TimelineItem": {
|
|
899
1088
|
"category": "feedback",
|
|
900
1089
|
"composes": [],
|
|
1090
|
+
"origin": "primitive",
|
|
901
1091
|
"tag": "timeline-item-ui"
|
|
902
1092
|
},
|
|
903
1093
|
"Toast": {
|
|
904
1094
|
"category": "container",
|
|
905
1095
|
"composes": [],
|
|
1096
|
+
"origin": "primitive",
|
|
906
1097
|
"tag": "toast-ui"
|
|
907
1098
|
},
|
|
908
1099
|
"ToggleGroup": {
|
|
909
1100
|
"category": "navigation",
|
|
910
1101
|
"composes": [],
|
|
1102
|
+
"origin": "primitive",
|
|
911
1103
|
"tag": "toggle-group-ui"
|
|
912
1104
|
},
|
|
913
1105
|
"ToggleOption": {
|
|
914
|
-
"category": "
|
|
1106
|
+
"category": "form",
|
|
915
1107
|
"composes": [],
|
|
1108
|
+
"origin": "primitive",
|
|
916
1109
|
"tag": "toggle-option-ui"
|
|
917
1110
|
},
|
|
918
1111
|
"ToggleScheme": {
|
|
919
|
-
"category": "
|
|
1112
|
+
"category": "action",
|
|
920
1113
|
"composes": [],
|
|
1114
|
+
"origin": "primitive",
|
|
921
1115
|
"tag": "toggle-scheme-ui"
|
|
922
1116
|
},
|
|
923
1117
|
"Toolbar": {
|
|
924
1118
|
"category": "layout",
|
|
925
1119
|
"composes": [],
|
|
1120
|
+
"origin": "primitive",
|
|
926
1121
|
"tag": "toolbar-ui"
|
|
927
1122
|
},
|
|
928
1123
|
"ToolbarGroup": {
|
|
929
1124
|
"category": "navigation",
|
|
930
1125
|
"composes": [],
|
|
1126
|
+
"origin": "primitive",
|
|
931
1127
|
"tag": "toolbar-group-ui"
|
|
932
1128
|
},
|
|
933
1129
|
"Tooltip": {
|
|
934
1130
|
"category": "container",
|
|
935
1131
|
"composes": [],
|
|
1132
|
+
"origin": "primitive",
|
|
936
1133
|
"tag": "tooltip-ui"
|
|
937
1134
|
},
|
|
938
1135
|
"Tour": {
|
|
939
1136
|
"category": "feedback",
|
|
940
1137
|
"composes": [],
|
|
1138
|
+
"origin": "primitive",
|
|
941
1139
|
"tag": "tour-ui"
|
|
942
1140
|
},
|
|
943
1141
|
"TourStep": {
|
|
944
1142
|
"category": "feedback",
|
|
945
1143
|
"composes": [],
|
|
1144
|
+
"origin": "primitive",
|
|
946
1145
|
"tag": "tour-step-ui"
|
|
947
1146
|
},
|
|
948
1147
|
"Tree": {
|
|
949
1148
|
"category": "data",
|
|
950
1149
|
"composes": [],
|
|
1150
|
+
"origin": "primitive",
|
|
951
1151
|
"tag": "tree-ui"
|
|
952
1152
|
},
|
|
953
1153
|
"TreeItem": {
|
|
954
1154
|
"category": "data",
|
|
955
1155
|
"composes": [],
|
|
1156
|
+
"origin": "primitive",
|
|
956
1157
|
"tag": "tree-item-ui"
|
|
957
1158
|
},
|
|
1159
|
+
"UIChatThread": {
|
|
1160
|
+
"category": "agent",
|
|
1161
|
+
"composes": [],
|
|
1162
|
+
"origin": "primitive",
|
|
1163
|
+
"tag": "chat-thread-ui"
|
|
1164
|
+
},
|
|
958
1165
|
"Upload": {
|
|
959
1166
|
"category": "input",
|
|
960
1167
|
"composes": [],
|
|
1168
|
+
"origin": "primitive",
|
|
961
1169
|
"tag": "upload-ui"
|
|
962
1170
|
},
|
|
963
1171
|
"VisuallyHidden": {
|
|
964
1172
|
"category": "utility",
|
|
965
1173
|
"composes": [],
|
|
1174
|
+
"origin": "primitive",
|
|
966
1175
|
"tag": "visually-hidden-ui"
|
|
967
1176
|
}
|
|
968
1177
|
},
|
|
@@ -979,7 +1188,7 @@
|
|
|
979
1188
|
"Alert",
|
|
980
1189
|
"Button",
|
|
981
1190
|
"Card",
|
|
982
|
-
"
|
|
1191
|
+
"Column",
|
|
983
1192
|
"Footer",
|
|
984
1193
|
"Header",
|
|
985
1194
|
"Section",
|
|
@@ -1106,7 +1315,7 @@
|
|
|
1106
1315
|
"AdminPageHeader",
|
|
1107
1316
|
"Button",
|
|
1108
1317
|
"Card",
|
|
1109
|
-
"
|
|
1318
|
+
"Column",
|
|
1110
1319
|
"Header",
|
|
1111
1320
|
"Section",
|
|
1112
1321
|
"Text"
|
|
@@ -1215,7 +1424,7 @@
|
|
|
1215
1424
|
"AdminTopbar",
|
|
1216
1425
|
"Breadcrumb",
|
|
1217
1426
|
"Button",
|
|
1218
|
-
"
|
|
1427
|
+
"Column",
|
|
1219
1428
|
"Link",
|
|
1220
1429
|
"Text"
|
|
1221
1430
|
],
|
|
@@ -1345,7 +1554,7 @@
|
|
|
1345
1554
|
"composes": [
|
|
1346
1555
|
"Button",
|
|
1347
1556
|
"Card",
|
|
1348
|
-
"
|
|
1557
|
+
"Column",
|
|
1349
1558
|
"Footer",
|
|
1350
1559
|
"Header",
|
|
1351
1560
|
"List",
|
|
@@ -1556,7 +1765,7 @@
|
|
|
1556
1765
|
"agent-reasoning-collapsed": {
|
|
1557
1766
|
"composes": [
|
|
1558
1767
|
"Card",
|
|
1559
|
-
"
|
|
1768
|
+
"Column",
|
|
1560
1769
|
"Header",
|
|
1561
1770
|
"Section",
|
|
1562
1771
|
"Text",
|
|
@@ -1609,7 +1818,7 @@
|
|
|
1609
1818
|
"description": "Detected intent: summarize churn risk for accounts renewing next month",
|
|
1610
1819
|
"icon": "chat-circle-text",
|
|
1611
1820
|
"id": "timeline-item",
|
|
1612
|
-
"status": "
|
|
1821
|
+
"status": "completed",
|
|
1613
1822
|
"text": "Interpreted request"
|
|
1614
1823
|
},
|
|
1615
1824
|
{
|
|
@@ -1618,7 +1827,7 @@
|
|
|
1618
1827
|
"duration": "480ms",
|
|
1619
1828
|
"icon": "database",
|
|
1620
1829
|
"id": "timeline-item-2",
|
|
1621
|
-
"status": "
|
|
1830
|
+
"status": "completed",
|
|
1622
1831
|
"text": "Queried account data"
|
|
1623
1832
|
},
|
|
1624
1833
|
{
|
|
@@ -1627,7 +1836,7 @@
|
|
|
1627
1836
|
"duration": "1.1s",
|
|
1628
1837
|
"icon": "function",
|
|
1629
1838
|
"id": "timeline-item-3",
|
|
1630
|
-
"status": "
|
|
1839
|
+
"status": "completed",
|
|
1631
1840
|
"text": "Called risk-scoring tool"
|
|
1632
1841
|
},
|
|
1633
1842
|
{
|
|
@@ -1635,7 +1844,7 @@
|
|
|
1635
1844
|
"description": "Kept scores > 0.6 · 18 accounts flagged high-risk",
|
|
1636
1845
|
"icon": "funnel",
|
|
1637
1846
|
"id": "timeline-item-4",
|
|
1638
|
-
"status": "
|
|
1847
|
+
"status": "completed",
|
|
1639
1848
|
"text": "Ranked and filtered results"
|
|
1640
1849
|
},
|
|
1641
1850
|
{
|
|
@@ -1643,7 +1852,7 @@
|
|
|
1643
1852
|
"description": "Grouped by risk tier · drafted the response below",
|
|
1644
1853
|
"icon": "pencil-simple",
|
|
1645
1854
|
"id": "timeline-item-5",
|
|
1646
|
-
"status": "
|
|
1855
|
+
"status": "completed",
|
|
1647
1856
|
"text": "Composed summary"
|
|
1648
1857
|
},
|
|
1649
1858
|
{
|
|
@@ -1681,7 +1890,7 @@
|
|
|
1681
1890
|
"id": "root"
|
|
1682
1891
|
}
|
|
1683
1892
|
],
|
|
1684
|
-
"version": "1.0.
|
|
1893
|
+
"version": "1.0.1"
|
|
1685
1894
|
},
|
|
1686
1895
|
"agent-tool-call-accordion": {
|
|
1687
1896
|
"composes": [
|
|
@@ -1875,7 +2084,7 @@
|
|
|
1875
2084
|
"composes": [
|
|
1876
2085
|
"Card",
|
|
1877
2086
|
"Chart",
|
|
1878
|
-
"
|
|
2087
|
+
"Column",
|
|
1879
2088
|
"Grid",
|
|
1880
2089
|
"Header",
|
|
1881
2090
|
"Section",
|
|
@@ -2088,7 +2297,7 @@
|
|
|
2088
2297
|
"Button",
|
|
2089
2298
|
"Card",
|
|
2090
2299
|
"Code",
|
|
2091
|
-
"
|
|
2300
|
+
"Column",
|
|
2092
2301
|
"Header",
|
|
2093
2302
|
"Icon",
|
|
2094
2303
|
"List",
|
|
@@ -2466,7 +2675,7 @@
|
|
|
2466
2675
|
"composes": [
|
|
2467
2676
|
"AdiaMark",
|
|
2468
2677
|
"Card",
|
|
2469
|
-
"
|
|
2678
|
+
"Column",
|
|
2470
2679
|
"Header",
|
|
2471
2680
|
"Link",
|
|
2472
2681
|
"OtpInput",
|
|
@@ -2663,7 +2872,7 @@
|
|
|
2663
2872
|
"Avatar",
|
|
2664
2873
|
"AvatarGroup",
|
|
2665
2874
|
"Card",
|
|
2666
|
-
"
|
|
2875
|
+
"Column",
|
|
2667
2876
|
"Header",
|
|
2668
2877
|
"Section",
|
|
2669
2878
|
"Text"
|
|
@@ -2802,7 +3011,7 @@
|
|
|
2802
3011
|
"Alert",
|
|
2803
3012
|
"Button",
|
|
2804
3013
|
"Card",
|
|
2805
|
-
"
|
|
3014
|
+
"Column",
|
|
2806
3015
|
"Footer",
|
|
2807
3016
|
"Header",
|
|
2808
3017
|
"Section",
|
|
@@ -2901,7 +3110,7 @@
|
|
|
2901
3110
|
"bell-menu-empty": {
|
|
2902
3111
|
"composes": [
|
|
2903
3112
|
"Card",
|
|
2904
|
-
"
|
|
3113
|
+
"Column",
|
|
2905
3114
|
"EmptyState",
|
|
2906
3115
|
"Footer",
|
|
2907
3116
|
"Header",
|
|
@@ -3012,7 +3221,7 @@
|
|
|
3012
3221
|
"Button",
|
|
3013
3222
|
"Card",
|
|
3014
3223
|
"Chart",
|
|
3015
|
-
"
|
|
3224
|
+
"Column",
|
|
3016
3225
|
"Footer",
|
|
3017
3226
|
"Header",
|
|
3018
3227
|
"Section",
|
|
@@ -3120,7 +3329,7 @@
|
|
|
3120
3329
|
"checkout-order-summary-card": {
|
|
3121
3330
|
"composes": [
|
|
3122
3331
|
"Card",
|
|
3123
|
-
"
|
|
3332
|
+
"Column",
|
|
3124
3333
|
"Header",
|
|
3125
3334
|
"List",
|
|
3126
3335
|
"ListItem",
|
|
@@ -3263,11 +3472,11 @@
|
|
|
3263
3472
|
"code-snippet": {
|
|
3264
3473
|
"composes": [
|
|
3265
3474
|
"Card",
|
|
3475
|
+
"ChoicePicker",
|
|
3266
3476
|
"Code",
|
|
3267
|
-
"
|
|
3477
|
+
"Column",
|
|
3268
3478
|
"Header",
|
|
3269
3479
|
"Section",
|
|
3270
|
-
"Select",
|
|
3271
3480
|
"Text"
|
|
3272
3481
|
],
|
|
3273
3482
|
"description": "Code snippet block with syntax highlighting, language selector, and copy button.",
|
|
@@ -3374,13 +3583,13 @@
|
|
|
3374
3583
|
"Avatar",
|
|
3375
3584
|
"Button",
|
|
3376
3585
|
"Card",
|
|
3377
|
-
"
|
|
3586
|
+
"Column",
|
|
3378
3587
|
"Field",
|
|
3379
3588
|
"Kbd",
|
|
3380
3589
|
"Row",
|
|
3381
3590
|
"Section",
|
|
3382
3591
|
"Text",
|
|
3383
|
-
"
|
|
3592
|
+
"TextArea"
|
|
3384
3593
|
],
|
|
3385
3594
|
"description": "Comment composer — avatar beside a write-a-comment textarea with attach / mention / emoji ghost buttons, a Cmd+Enter-to-send hint, and a primary Comment button.",
|
|
3386
3595
|
"domain": "content",
|
|
@@ -3536,7 +3745,7 @@
|
|
|
3536
3745
|
"composes": [
|
|
3537
3746
|
"Button",
|
|
3538
3747
|
"Card",
|
|
3539
|
-
"
|
|
3748
|
+
"Column",
|
|
3540
3749
|
"Field",
|
|
3541
3750
|
"Footer",
|
|
3542
3751
|
"Grid",
|
|
@@ -3545,7 +3754,7 @@
|
|
|
3545
3754
|
"Row",
|
|
3546
3755
|
"Section",
|
|
3547
3756
|
"Text",
|
|
3548
|
-
"
|
|
3757
|
+
"TextArea"
|
|
3549
3758
|
],
|
|
3550
3759
|
"description": "Canonical full contact form card with both submit and reset actions — heading and subheading, name and email fields in a responsive two-column grid, a subject field, a message textarea, and a footer with a Send message primary button and a Clear (reset) secondary button. The complete form composition (header + fields + dual-action footer). Use for 'contact form', 'contact us form', 'form with submit and reset', 'message form'.",
|
|
3551
3760
|
"domain": "forms",
|
|
@@ -3740,7 +3949,7 @@
|
|
|
3740
3949
|
"composes": [
|
|
3741
3950
|
"Button",
|
|
3742
3951
|
"Card",
|
|
3743
|
-
"
|
|
3952
|
+
"Column",
|
|
3744
3953
|
"Header",
|
|
3745
3954
|
"Icon",
|
|
3746
3955
|
"List",
|
|
@@ -3938,7 +4147,7 @@
|
|
|
3938
4147
|
"composes": [
|
|
3939
4148
|
"Avatar",
|
|
3940
4149
|
"Button",
|
|
3941
|
-
"
|
|
4150
|
+
"Column",
|
|
3942
4151
|
"Field",
|
|
3943
4152
|
"Footer",
|
|
3944
4153
|
"Header",
|
|
@@ -4091,13 +4300,13 @@
|
|
|
4091
4300
|
"composes": [
|
|
4092
4301
|
"Button",
|
|
4093
4302
|
"Card",
|
|
4094
|
-
"
|
|
4303
|
+
"ChoicePicker",
|
|
4304
|
+
"Column",
|
|
4095
4305
|
"Field",
|
|
4096
4306
|
"Footer",
|
|
4097
4307
|
"Header",
|
|
4098
4308
|
"Radio",
|
|
4099
4309
|
"Section",
|
|
4100
|
-
"Select",
|
|
4101
4310
|
"Text"
|
|
4102
4311
|
],
|
|
4103
4312
|
"description": "Export with delivery options card — invoice export offering format (PDF bundle / ZIP) and delivery destination choices (download, email, cloud storage).",
|
|
@@ -4259,7 +4468,7 @@
|
|
|
4259
4468
|
"composes": [
|
|
4260
4469
|
"Accordion",
|
|
4261
4470
|
"AccordionItem",
|
|
4262
|
-
"
|
|
4471
|
+
"Column",
|
|
4263
4472
|
"Header",
|
|
4264
4473
|
"Text"
|
|
4265
4474
|
],
|
|
@@ -4379,7 +4588,7 @@
|
|
|
4379
4588
|
"feature-grid-three-cards": {
|
|
4380
4589
|
"composes": [
|
|
4381
4590
|
"Card",
|
|
4382
|
-
"
|
|
4591
|
+
"Column",
|
|
4383
4592
|
"Grid",
|
|
4384
4593
|
"Header",
|
|
4385
4594
|
"Section",
|
|
@@ -4564,8 +4773,8 @@
|
|
|
4564
4773
|
"filter-popover-form": {
|
|
4565
4774
|
"composes": [
|
|
4566
4775
|
"Button",
|
|
4567
|
-
"
|
|
4568
|
-
"
|
|
4776
|
+
"CheckBox",
|
|
4777
|
+
"Column",
|
|
4569
4778
|
"Divider",
|
|
4570
4779
|
"Input",
|
|
4571
4780
|
"Popover",
|
|
@@ -4702,7 +4911,7 @@
|
|
|
4702
4911
|
"composes": [
|
|
4703
4912
|
"Button",
|
|
4704
4913
|
"Card",
|
|
4705
|
-
"
|
|
4914
|
+
"Column",
|
|
4706
4915
|
"Row",
|
|
4707
4916
|
"Section",
|
|
4708
4917
|
"Tag",
|
|
@@ -4808,7 +5017,7 @@
|
|
|
4808
5017
|
"image-caption-tile": {
|
|
4809
5018
|
"composes": [
|
|
4810
5019
|
"Card",
|
|
4811
|
-
"
|
|
5020
|
+
"Column",
|
|
4812
5021
|
"Header",
|
|
4813
5022
|
"Image",
|
|
4814
5023
|
"Section",
|
|
@@ -4909,7 +5118,7 @@
|
|
|
4909
5118
|
"composes": [
|
|
4910
5119
|
"Button",
|
|
4911
5120
|
"Card",
|
|
4912
|
-
"
|
|
5121
|
+
"Column",
|
|
4913
5122
|
"Field",
|
|
4914
5123
|
"Footer",
|
|
4915
5124
|
"Header",
|
|
@@ -5040,8 +5249,8 @@
|
|
|
5040
5249
|
"composes": [
|
|
5041
5250
|
"Button",
|
|
5042
5251
|
"Card",
|
|
5043
|
-
"
|
|
5044
|
-
"
|
|
5252
|
+
"CheckBox",
|
|
5253
|
+
"Column",
|
|
5045
5254
|
"Field",
|
|
5046
5255
|
"Footer",
|
|
5047
5256
|
"Header",
|
|
@@ -5252,7 +5461,7 @@
|
|
|
5252
5461
|
},
|
|
5253
5462
|
"onb-persona-picker": {
|
|
5254
5463
|
"composes": [
|
|
5255
|
-
"
|
|
5464
|
+
"Column",
|
|
5256
5465
|
"OptionCard"
|
|
5257
5466
|
],
|
|
5258
5467
|
"description": "Role/persona picker — select job role or use-case during onboarding flow.",
|
|
@@ -5330,7 +5539,7 @@
|
|
|
5330
5539
|
"order-tracking-timeline": {
|
|
5331
5540
|
"composes": [
|
|
5332
5541
|
"Card",
|
|
5333
|
-
"
|
|
5542
|
+
"Column",
|
|
5334
5543
|
"Header",
|
|
5335
5544
|
"Section",
|
|
5336
5545
|
"Text",
|
|
@@ -5462,7 +5671,7 @@
|
|
|
5462
5671
|
},
|
|
5463
5672
|
"permissions-role-picker-radio": {
|
|
5464
5673
|
"composes": [
|
|
5465
|
-
"
|
|
5674
|
+
"Column",
|
|
5466
5675
|
"Field",
|
|
5467
5676
|
"OptionCard",
|
|
5468
5677
|
"Tag",
|
|
@@ -5570,7 +5779,7 @@
|
|
|
5570
5779
|
"Badge",
|
|
5571
5780
|
"Button",
|
|
5572
5781
|
"Card",
|
|
5573
|
-
"
|
|
5782
|
+
"Column",
|
|
5574
5783
|
"Footer",
|
|
5575
5784
|
"Header",
|
|
5576
5785
|
"Row",
|
|
@@ -5731,7 +5940,7 @@
|
|
|
5731
5940
|
"composes": [
|
|
5732
5941
|
"Badge",
|
|
5733
5942
|
"Card",
|
|
5734
|
-
"
|
|
5943
|
+
"Column",
|
|
5735
5944
|
"Footer",
|
|
5736
5945
|
"Header",
|
|
5737
5946
|
"Row",
|
|
@@ -5870,7 +6079,7 @@
|
|
|
5870
6079
|
"composes": [
|
|
5871
6080
|
"Button",
|
|
5872
6081
|
"Card",
|
|
5873
|
-
"
|
|
6082
|
+
"Column",
|
|
5874
6083
|
"Footer",
|
|
5875
6084
|
"Header",
|
|
5876
6085
|
"List",
|
|
@@ -6077,8 +6286,8 @@
|
|
|
6077
6286
|
"composes": [
|
|
6078
6287
|
"Button",
|
|
6079
6288
|
"Card",
|
|
6080
|
-
"
|
|
6081
|
-
"
|
|
6289
|
+
"CheckBox",
|
|
6290
|
+
"Column",
|
|
6082
6291
|
"Field",
|
|
6083
6292
|
"Footer",
|
|
6084
6293
|
"Header",
|
|
@@ -6300,7 +6509,7 @@
|
|
|
6300
6509
|
"stat-cards-kpi-dashboard": {
|
|
6301
6510
|
"composes": [
|
|
6302
6511
|
"Card",
|
|
6303
|
-
"
|
|
6512
|
+
"Column",
|
|
6304
6513
|
"Grid",
|
|
6305
6514
|
"Section",
|
|
6306
6515
|
"Stat"
|
|
@@ -6475,7 +6684,7 @@
|
|
|
6475
6684
|
"tabs-with-panels": {
|
|
6476
6685
|
"composes": [
|
|
6477
6686
|
"Card",
|
|
6478
|
-
"
|
|
6687
|
+
"Column",
|
|
6479
6688
|
"Grid",
|
|
6480
6689
|
"Header",
|
|
6481
6690
|
"Section",
|
|
@@ -6667,7 +6876,7 @@
|
|
|
6667
6876
|
"Avatar",
|
|
6668
6877
|
"Blockquote",
|
|
6669
6878
|
"Card",
|
|
6670
|
-
"
|
|
6879
|
+
"Column",
|
|
6671
6880
|
"Row",
|
|
6672
6881
|
"Section",
|
|
6673
6882
|
"Text"
|
|
@@ -7020,7 +7229,7 @@
|
|
|
7020
7229
|
"usage-quota-meter-card": {
|
|
7021
7230
|
"composes": [
|
|
7022
7231
|
"Card",
|
|
7023
|
-
"
|
|
7232
|
+
"Column",
|
|
7024
7233
|
"Header",
|
|
7025
7234
|
"Progress",
|
|
7026
7235
|
"Row",
|
|
@@ -7242,7 +7451,7 @@
|
|
|
7242
7451
|
"Badge",
|
|
7243
7452
|
"Button",
|
|
7244
7453
|
"Card",
|
|
7245
|
-
"
|
|
7454
|
+
"Column",
|
|
7246
7455
|
"Footer",
|
|
7247
7456
|
"Header",
|
|
7248
7457
|
"Icon",
|
|
@@ -7437,7 +7646,7 @@
|
|
|
7437
7646
|
"verification-stepper": {
|
|
7438
7647
|
"composes": [
|
|
7439
7648
|
"Card",
|
|
7440
|
-
"
|
|
7649
|
+
"Column",
|
|
7441
7650
|
"Header",
|
|
7442
7651
|
"Section",
|
|
7443
7652
|
"Stepper",
|
|
@@ -7551,7 +7760,7 @@
|
|
|
7551
7760
|
"composes": [
|
|
7552
7761
|
"Button",
|
|
7553
7762
|
"Card",
|
|
7554
|
-
"
|
|
7763
|
+
"Column",
|
|
7555
7764
|
"Header",
|
|
7556
7765
|
"Icon",
|
|
7557
7766
|
"List",
|