@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
package/chunks/_index.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema": "genui-chunk-index@2",
|
|
3
|
-
"captured_at": "2026-06-
|
|
4
|
-
"total_instances":
|
|
5
|
-
"unique_names":
|
|
3
|
+
"captured_at": "2026-06-10T16:56:21.616Z",
|
|
4
|
+
"total_instances": 505,
|
|
5
|
+
"unique_names": 356,
|
|
6
6
|
"by_kind": {
|
|
7
|
-
"block":
|
|
7
|
+
"block": 480,
|
|
8
8
|
"page": 18,
|
|
9
9
|
"panel": 7
|
|
10
10
|
},
|
|
@@ -1219,63 +1219,695 @@
|
|
|
1219
1219
|
]
|
|
1220
1220
|
}
|
|
1221
1221
|
},
|
|
1222
|
+
{
|
|
1223
|
+
"name": "editor-toolbar-import-export",
|
|
1224
|
+
"kind": "block",
|
|
1225
|
+
"primary": "editor-toolbar",
|
|
1226
|
+
"instances": 1,
|
|
1227
|
+
"pages": [
|
|
1228
|
+
"/apps/genui/app/a2ui-editor/a2ui-editor.contents.html"
|
|
1229
|
+
],
|
|
1230
|
+
"slots": [],
|
|
1231
|
+
"nested": [],
|
|
1232
|
+
"metadata": {
|
|
1233
|
+
"domain": "navigation",
|
|
1234
|
+
"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.",
|
|
1235
|
+
"keywords": [
|
|
1236
|
+
"editor",
|
|
1237
|
+
"toolbar",
|
|
1238
|
+
"header",
|
|
1239
|
+
"import",
|
|
1240
|
+
"export",
|
|
1241
|
+
"popover",
|
|
1242
|
+
"menu",
|
|
1243
|
+
"download",
|
|
1244
|
+
"json",
|
|
1245
|
+
"copy",
|
|
1246
|
+
"clipboard",
|
|
1247
|
+
"share",
|
|
1248
|
+
"url",
|
|
1249
|
+
"reset",
|
|
1250
|
+
"theme",
|
|
1251
|
+
"toggle",
|
|
1252
|
+
"authoring",
|
|
1253
|
+
"tool",
|
|
1254
|
+
"top",
|
|
1255
|
+
"band",
|
|
1256
|
+
"title",
|
|
1257
|
+
"document",
|
|
1258
|
+
"meta",
|
|
1259
|
+
"actions",
|
|
1260
|
+
"toolbar",
|
|
1261
|
+
"bar",
|
|
1262
|
+
"app",
|
|
1263
|
+
"chrome",
|
|
1264
|
+
"editor",
|
|
1265
|
+
"header"
|
|
1266
|
+
]
|
|
1267
|
+
}
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
"name": "editor-statusbar-ready",
|
|
1271
|
+
"kind": "block",
|
|
1272
|
+
"primary": "editor-statusbar",
|
|
1273
|
+
"instances": 1,
|
|
1274
|
+
"pages": [
|
|
1275
|
+
"/apps/genui/app/a2ui-editor/a2ui-editor.contents.html"
|
|
1276
|
+
],
|
|
1277
|
+
"slots": [],
|
|
1278
|
+
"nested": [],
|
|
1279
|
+
"metadata": {
|
|
1280
|
+
"domain": "navigation",
|
|
1281
|
+
"description": "Editor status bar — a thin bottom band showing a status icon, a short state heading (Ready), a longer descriptive line, and a right-aligned monospace selection indicator. The persistent at-a-glance footer for an authoring tool or IDE-like surface.",
|
|
1282
|
+
"keywords": [
|
|
1283
|
+
"editor",
|
|
1284
|
+
"status",
|
|
1285
|
+
"bar",
|
|
1286
|
+
"footer",
|
|
1287
|
+
"bottom",
|
|
1288
|
+
"band",
|
|
1289
|
+
"ready",
|
|
1290
|
+
"state",
|
|
1291
|
+
"indicator",
|
|
1292
|
+
"selection",
|
|
1293
|
+
"monospace",
|
|
1294
|
+
"icon",
|
|
1295
|
+
"heading",
|
|
1296
|
+
"description",
|
|
1297
|
+
"statusbar",
|
|
1298
|
+
"app",
|
|
1299
|
+
"footer",
|
|
1300
|
+
"ide",
|
|
1301
|
+
"editor",
|
|
1302
|
+
"chrome",
|
|
1303
|
+
"current",
|
|
1304
|
+
"state",
|
|
1305
|
+
"info",
|
|
1306
|
+
"line",
|
|
1307
|
+
"save",
|
|
1308
|
+
"status"
|
|
1309
|
+
]
|
|
1310
|
+
}
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
"name": "searchable-picker-modal",
|
|
1314
|
+
"kind": "block",
|
|
1315
|
+
"primary": "modal-ui",
|
|
1316
|
+
"instances": 1,
|
|
1317
|
+
"pages": [
|
|
1318
|
+
"/apps/genui/app/a2ui-editor/a2ui-editor.contents.html"
|
|
1319
|
+
],
|
|
1320
|
+
"slots": [],
|
|
1321
|
+
"nested": [],
|
|
1322
|
+
"metadata": {
|
|
1323
|
+
"domain": "overlay",
|
|
1324
|
+
"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.",
|
|
1325
|
+
"keywords": [
|
|
1326
|
+
"searchable",
|
|
1327
|
+
"picker",
|
|
1328
|
+
"modal",
|
|
1329
|
+
"command",
|
|
1330
|
+
"palette",
|
|
1331
|
+
"insert",
|
|
1332
|
+
"add",
|
|
1333
|
+
"dialog",
|
|
1334
|
+
"overlay",
|
|
1335
|
+
"search",
|
|
1336
|
+
"input",
|
|
1337
|
+
"listbox",
|
|
1338
|
+
"catalog",
|
|
1339
|
+
"choose",
|
|
1340
|
+
"select",
|
|
1341
|
+
"component",
|
|
1342
|
+
"quick",
|
|
1343
|
+
"add",
|
|
1344
|
+
"filter",
|
|
1345
|
+
"results",
|
|
1346
|
+
"magnifying",
|
|
1347
|
+
"glass",
|
|
1348
|
+
"into",
|
|
1349
|
+
"slot",
|
|
1350
|
+
"picker",
|
|
1351
|
+
"popup",
|
|
1352
|
+
"chooser",
|
|
1353
|
+
"fuzzy",
|
|
1354
|
+
"search",
|
|
1355
|
+
"add",
|
|
1356
|
+
"item"
|
|
1357
|
+
]
|
|
1358
|
+
}
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
"name": "library-browser-search-filter",
|
|
1362
|
+
"kind": "block",
|
|
1363
|
+
"primary": "div",
|
|
1364
|
+
"instances": 1,
|
|
1365
|
+
"pages": [
|
|
1366
|
+
"/apps/genui/app/a2ui-editor/a2ui-editor.contents.html"
|
|
1367
|
+
],
|
|
1368
|
+
"slots": [],
|
|
1369
|
+
"nested": [],
|
|
1370
|
+
"metadata": {
|
|
1371
|
+
"domain": "data",
|
|
1372
|
+
"description": "Library browser with search and filter — a panel pairing a search input with a domain / category dropdown above a scrollable listbox of results and a status line + Cancel in the footer. The filterable 'browse the catalog / template gallery / asset library' picker body.",
|
|
1373
|
+
"keywords": [
|
|
1374
|
+
"library",
|
|
1375
|
+
"browser",
|
|
1376
|
+
"search",
|
|
1377
|
+
"filter",
|
|
1378
|
+
"catalog",
|
|
1379
|
+
"gallery",
|
|
1380
|
+
"templates",
|
|
1381
|
+
"assets",
|
|
1382
|
+
"picker",
|
|
1383
|
+
"domain",
|
|
1384
|
+
"category",
|
|
1385
|
+
"dropdown",
|
|
1386
|
+
"listbox",
|
|
1387
|
+
"results",
|
|
1388
|
+
"status",
|
|
1389
|
+
"footer",
|
|
1390
|
+
"browse",
|
|
1391
|
+
"find",
|
|
1392
|
+
"filter",
|
|
1393
|
+
"search",
|
|
1394
|
+
"input",
|
|
1395
|
+
"filterable",
|
|
1396
|
+
"list",
|
|
1397
|
+
"pattern",
|
|
1398
|
+
"library",
|
|
1399
|
+
"asset",
|
|
1400
|
+
"browser",
|
|
1401
|
+
"chunk",
|
|
1402
|
+
"browser"
|
|
1403
|
+
]
|
|
1404
|
+
}
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
"name": "file-upload-field",
|
|
1408
|
+
"kind": "block",
|
|
1409
|
+
"primary": "div",
|
|
1410
|
+
"instances": 1,
|
|
1411
|
+
"pages": [
|
|
1412
|
+
"/apps/genui/app/a2ui-editor/a2ui-editor.contents.html"
|
|
1413
|
+
],
|
|
1414
|
+
"slots": [],
|
|
1415
|
+
"nested": [],
|
|
1416
|
+
"metadata": {
|
|
1417
|
+
"domain": "forms",
|
|
1418
|
+
"description": "File-upload field — a labelled native file input restricted to specific file types, stacked label-over-control, with a Cancel action below. The minimal 'choose / browse for a file to upload or import' form control.",
|
|
1419
|
+
"keywords": [
|
|
1420
|
+
"file",
|
|
1421
|
+
"upload",
|
|
1422
|
+
"field",
|
|
1423
|
+
"input",
|
|
1424
|
+
"choose",
|
|
1425
|
+
"file",
|
|
1426
|
+
"browse",
|
|
1427
|
+
"attach",
|
|
1428
|
+
"import",
|
|
1429
|
+
"select",
|
|
1430
|
+
"document",
|
|
1431
|
+
"picker",
|
|
1432
|
+
"accept",
|
|
1433
|
+
"types",
|
|
1434
|
+
"json",
|
|
1435
|
+
"html",
|
|
1436
|
+
"upload",
|
|
1437
|
+
"control",
|
|
1438
|
+
"label",
|
|
1439
|
+
"native",
|
|
1440
|
+
"file",
|
|
1441
|
+
"input",
|
|
1442
|
+
"drag",
|
|
1443
|
+
"drop",
|
|
1444
|
+
"file",
|
|
1445
|
+
"chooser",
|
|
1446
|
+
"pick",
|
|
1447
|
+
"file",
|
|
1448
|
+
"from",
|
|
1449
|
+
"disk"
|
|
1450
|
+
]
|
|
1451
|
+
}
|
|
1452
|
+
},
|
|
1222
1453
|
{
|
|
1223
1454
|
"name": "playground-css-channel",
|
|
1224
1455
|
"kind": "block",
|
|
1225
|
-
"primary": "div",
|
|
1456
|
+
"primary": "div",
|
|
1457
|
+
"instances": 1,
|
|
1458
|
+
"pages": [
|
|
1459
|
+
"/apps/genui/app/css-channel-demo/css-channel-demo.contents.html"
|
|
1460
|
+
],
|
|
1461
|
+
"slots": [],
|
|
1462
|
+
"nested": [],
|
|
1463
|
+
"metadata": {
|
|
1464
|
+
"domain": "agent",
|
|
1465
|
+
"description": "CSS channel playground — per-surface scoped CSS via updateStyles / removeStyles, demonstrated across two adjacent surfaces.",
|
|
1466
|
+
"keywords": [
|
|
1467
|
+
"playground",
|
|
1468
|
+
"css",
|
|
1469
|
+
"channel",
|
|
1470
|
+
"updateStyles",
|
|
1471
|
+
"removeStyles",
|
|
1472
|
+
"theme",
|
|
1473
|
+
"override",
|
|
1474
|
+
"scope",
|
|
1475
|
+
"containment",
|
|
1476
|
+
"a2ui",
|
|
1477
|
+
"parallel-channels"
|
|
1478
|
+
]
|
|
1479
|
+
}
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
"name": "chat-empty-state-hero",
|
|
1483
|
+
"kind": "block",
|
|
1484
|
+
"primary": "div",
|
|
1485
|
+
"instances": 1,
|
|
1486
|
+
"pages": [
|
|
1487
|
+
"/apps/genui/app/factory-chat/factory-chat.contents.html"
|
|
1488
|
+
],
|
|
1489
|
+
"slots": [],
|
|
1490
|
+
"nested": [],
|
|
1491
|
+
"metadata": {
|
|
1492
|
+
"domain": "agent",
|
|
1493
|
+
"description": "Chat empty-state hero — the first-run view of an assistant: a centered prompt headline, a primary chat-input composer, and a row of starter-suggestion chips below it. The 'how would you like to start' landing shown before any messages exist.",
|
|
1494
|
+
"keywords": [
|
|
1495
|
+
"chat",
|
|
1496
|
+
"empty",
|
|
1497
|
+
"state",
|
|
1498
|
+
"hero",
|
|
1499
|
+
"first",
|
|
1500
|
+
"run",
|
|
1501
|
+
"new",
|
|
1502
|
+
"conversation",
|
|
1503
|
+
"start",
|
|
1504
|
+
"assistant",
|
|
1505
|
+
"landing",
|
|
1506
|
+
"welcome",
|
|
1507
|
+
"prompt",
|
|
1508
|
+
"headline",
|
|
1509
|
+
"composer",
|
|
1510
|
+
"chat",
|
|
1511
|
+
"input",
|
|
1512
|
+
"starters",
|
|
1513
|
+
"suggestions",
|
|
1514
|
+
"blank",
|
|
1515
|
+
"zero",
|
|
1516
|
+
"state",
|
|
1517
|
+
"get",
|
|
1518
|
+
"started",
|
|
1519
|
+
"ask",
|
|
1520
|
+
"anything",
|
|
1521
|
+
"onboarding",
|
|
1522
|
+
"chat",
|
|
1523
|
+
"home",
|
|
1524
|
+
"centered",
|
|
1525
|
+
"hero"
|
|
1526
|
+
]
|
|
1527
|
+
}
|
|
1528
|
+
},
|
|
1529
|
+
{
|
|
1530
|
+
"name": "playground-gen-ui",
|
|
1531
|
+
"kind": "block",
|
|
1532
|
+
"primary": "div",
|
|
1533
|
+
"instances": 1,
|
|
1534
|
+
"pages": [
|
|
1535
|
+
"/apps/genui/app/gen-ui/gen-ui.contents.html"
|
|
1536
|
+
],
|
|
1537
|
+
"slots": [],
|
|
1538
|
+
"nested": [],
|
|
1539
|
+
"metadata": {
|
|
1540
|
+
"domain": "layout",
|
|
1541
|
+
"description": "Gen-UI playground — A2UI generation interface with prompt input and output preview.",
|
|
1542
|
+
"keywords": [
|
|
1543
|
+
"playground",
|
|
1544
|
+
"gen",
|
|
1545
|
+
"ui",
|
|
1546
|
+
"a2ui",
|
|
1547
|
+
"generate",
|
|
1548
|
+
"prompt",
|
|
1549
|
+
"output",
|
|
1550
|
+
"preview"
|
|
1551
|
+
]
|
|
1552
|
+
}
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"name": "chat-message-user-byline",
|
|
1556
|
+
"kind": "block",
|
|
1557
|
+
"primary": "row-ui",
|
|
1558
|
+
"instances": 1,
|
|
1559
|
+
"pages": [
|
|
1560
|
+
"/apps/genui/app/gen-ui-feed/gen-ui-feed.contents.html"
|
|
1561
|
+
],
|
|
1562
|
+
"slots": [],
|
|
1563
|
+
"nested": [],
|
|
1564
|
+
"metadata": {
|
|
1565
|
+
"domain": "agent",
|
|
1566
|
+
"description": "Chat message user byline — a single identity row for a user's turn in a conversation: a small avatar, the sender's name in bold, a dot separator, then a muted relative timestamp. The header strip that sits above a chat bubble.",
|
|
1567
|
+
"keywords": [
|
|
1568
|
+
"chat",
|
|
1569
|
+
"message",
|
|
1570
|
+
"user",
|
|
1571
|
+
"byline",
|
|
1572
|
+
"header",
|
|
1573
|
+
"avatar",
|
|
1574
|
+
"name",
|
|
1575
|
+
"timestamp",
|
|
1576
|
+
"sender",
|
|
1577
|
+
"identity",
|
|
1578
|
+
"conversation",
|
|
1579
|
+
"turn",
|
|
1580
|
+
"bubble",
|
|
1581
|
+
"row",
|
|
1582
|
+
"relative",
|
|
1583
|
+
"time",
|
|
1584
|
+
"ago",
|
|
1585
|
+
"author",
|
|
1586
|
+
"who",
|
|
1587
|
+
"sent",
|
|
1588
|
+
"participant",
|
|
1589
|
+
"chat",
|
|
1590
|
+
"header",
|
|
1591
|
+
"sender",
|
|
1592
|
+
"line"
|
|
1593
|
+
]
|
|
1594
|
+
}
|
|
1595
|
+
},
|
|
1596
|
+
{
|
|
1597
|
+
"name": "chat-message-assistant-byline",
|
|
1598
|
+
"kind": "block",
|
|
1599
|
+
"primary": "row-ui",
|
|
1600
|
+
"instances": 1,
|
|
1601
|
+
"pages": [
|
|
1602
|
+
"/apps/genui/app/gen-ui-feed/gen-ui-feed.contents.html"
|
|
1603
|
+
],
|
|
1604
|
+
"slots": [],
|
|
1605
|
+
"nested": [],
|
|
1606
|
+
"metadata": {
|
|
1607
|
+
"domain": "agent",
|
|
1608
|
+
"description": "Chat message assistant byline — the identity row for an AI turn: an accent sparkle icon, the word Assistant in bold, a dot separator, and a muted timestamp. The header strip that marks a response as coming from the assistant rather than a person.",
|
|
1609
|
+
"keywords": [
|
|
1610
|
+
"chat",
|
|
1611
|
+
"message",
|
|
1612
|
+
"assistant",
|
|
1613
|
+
"byline",
|
|
1614
|
+
"header",
|
|
1615
|
+
"sparkle",
|
|
1616
|
+
"icon",
|
|
1617
|
+
"ai",
|
|
1618
|
+
"agent",
|
|
1619
|
+
"name",
|
|
1620
|
+
"timestamp",
|
|
1621
|
+
"bot",
|
|
1622
|
+
"response",
|
|
1623
|
+
"turn",
|
|
1624
|
+
"conversation",
|
|
1625
|
+
"identity",
|
|
1626
|
+
"row",
|
|
1627
|
+
"assistant",
|
|
1628
|
+
"label",
|
|
1629
|
+
"now",
|
|
1630
|
+
"relative",
|
|
1631
|
+
"time",
|
|
1632
|
+
"who",
|
|
1633
|
+
"answered",
|
|
1634
|
+
"model",
|
|
1635
|
+
"reply",
|
|
1636
|
+
"header"
|
|
1637
|
+
]
|
|
1638
|
+
}
|
|
1639
|
+
},
|
|
1640
|
+
{
|
|
1641
|
+
"name": "agent-pipeline-status-stages",
|
|
1642
|
+
"kind": "block",
|
|
1643
|
+
"primary": "col-ui",
|
|
1644
|
+
"instances": 1,
|
|
1645
|
+
"pages": [
|
|
1646
|
+
"/apps/genui/app/gen-ui-feed/gen-ui-feed.contents.html"
|
|
1647
|
+
],
|
|
1648
|
+
"slots": [],
|
|
1649
|
+
"nested": [],
|
|
1650
|
+
"metadata": {
|
|
1651
|
+
"domain": "agent",
|
|
1652
|
+
"description": "Agent pipeline-status stages — a vertical run of pipeline-status-ui rows tracking a generation pipeline through parsing, retrieval, and rendering, each stage marked completed or in-progress with a status message. The 'what is the AI doing right now' progress indicator.",
|
|
1653
|
+
"keywords": [
|
|
1654
|
+
"agent",
|
|
1655
|
+
"pipeline",
|
|
1656
|
+
"status",
|
|
1657
|
+
"stages",
|
|
1658
|
+
"progress",
|
|
1659
|
+
"steps",
|
|
1660
|
+
"parsing",
|
|
1661
|
+
"retrieval",
|
|
1662
|
+
"rendering",
|
|
1663
|
+
"generation",
|
|
1664
|
+
"completed",
|
|
1665
|
+
"in",
|
|
1666
|
+
"progress",
|
|
1667
|
+
"running",
|
|
1668
|
+
"indicator",
|
|
1669
|
+
"step",
|
|
1670
|
+
"tracker",
|
|
1671
|
+
"processing",
|
|
1672
|
+
"what",
|
|
1673
|
+
"the",
|
|
1674
|
+
"assistant",
|
|
1675
|
+
"is",
|
|
1676
|
+
"doing",
|
|
1677
|
+
"live",
|
|
1678
|
+
"status"
|
|
1679
|
+
]
|
|
1680
|
+
}
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
"name": "agent-tool-call-accordion",
|
|
1684
|
+
"kind": "block",
|
|
1685
|
+
"primary": "accordion-ui",
|
|
1686
|
+
"instances": 1,
|
|
1687
|
+
"pages": [
|
|
1688
|
+
"/apps/genui/app/gen-ui-feed/gen-ui-feed.contents.html"
|
|
1689
|
+
],
|
|
1690
|
+
"slots": [],
|
|
1691
|
+
"nested": [],
|
|
1692
|
+
"metadata": {
|
|
1693
|
+
"domain": "agent",
|
|
1694
|
+
"description": "Agent tool-call accordion — collapsible row whose trigger shows the tool name, a success check icon, a return summary (rows + latency), and a DONE status badge; expanding reveals the call's JSON arguments in a code block. The accordion-shaped variant of an agent tool-call result.",
|
|
1695
|
+
"keywords": [
|
|
1696
|
+
"agent",
|
|
1697
|
+
"tool",
|
|
1698
|
+
"call",
|
|
1699
|
+
"accordion",
|
|
1700
|
+
"function",
|
|
1701
|
+
"invocation",
|
|
1702
|
+
"collapsible",
|
|
1703
|
+
"trigger",
|
|
1704
|
+
"status",
|
|
1705
|
+
"badge",
|
|
1706
|
+
"done",
|
|
1707
|
+
"check",
|
|
1708
|
+
"icon",
|
|
1709
|
+
"json",
|
|
1710
|
+
"arguments",
|
|
1711
|
+
"code",
|
|
1712
|
+
"block",
|
|
1713
|
+
"latency",
|
|
1714
|
+
"rows",
|
|
1715
|
+
"returned",
|
|
1716
|
+
"get_revenue",
|
|
1717
|
+
"assistant",
|
|
1718
|
+
"trace",
|
|
1719
|
+
"expandable"
|
|
1720
|
+
]
|
|
1721
|
+
}
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
"name": "metadata-description-list",
|
|
1725
|
+
"kind": "block",
|
|
1726
|
+
"primary": "description-list-ui",
|
|
1727
|
+
"instances": 1,
|
|
1728
|
+
"pages": [
|
|
1729
|
+
"/apps/genui/app/gen-ui-feed/gen-ui-feed.contents.html"
|
|
1730
|
+
],
|
|
1731
|
+
"slots": [],
|
|
1732
|
+
"nested": [],
|
|
1733
|
+
"metadata": {
|
|
1734
|
+
"domain": "data",
|
|
1735
|
+
"description": "Metadata description list — stacked key-value pairs for entity detail panels.",
|
|
1736
|
+
"keywords": [
|
|
1737
|
+
"metadata",
|
|
1738
|
+
"description",
|
|
1739
|
+
"list",
|
|
1740
|
+
"key",
|
|
1741
|
+
"value",
|
|
1742
|
+
"pairs",
|
|
1743
|
+
"detail",
|
|
1744
|
+
"panel",
|
|
1745
|
+
"stacked"
|
|
1746
|
+
]
|
|
1747
|
+
}
|
|
1748
|
+
},
|
|
1749
|
+
{
|
|
1750
|
+
"name": "agent-citations-source-chips",
|
|
1751
|
+
"kind": "block",
|
|
1752
|
+
"primary": "row-ui",
|
|
1753
|
+
"instances": 1,
|
|
1754
|
+
"pages": [
|
|
1755
|
+
"/apps/genui/app/gen-ui-feed/gen-ui-feed.contents.html"
|
|
1756
|
+
],
|
|
1757
|
+
"slots": [],
|
|
1758
|
+
"nested": [],
|
|
1759
|
+
"metadata": {
|
|
1760
|
+
"domain": "agent",
|
|
1761
|
+
"description": "Agent citations source chips — a wrapping row of tag chips, each a numbered footnote reference to a data source the answer drew from (warehouse table, Salesforce object, Notion doc). The 'where this came from' provenance strip under an AI response.",
|
|
1762
|
+
"keywords": [
|
|
1763
|
+
"agent",
|
|
1764
|
+
"citations",
|
|
1765
|
+
"sources",
|
|
1766
|
+
"chips",
|
|
1767
|
+
"tags",
|
|
1768
|
+
"references",
|
|
1769
|
+
"footnotes",
|
|
1770
|
+
"provenance",
|
|
1771
|
+
"grounding",
|
|
1772
|
+
"evidence",
|
|
1773
|
+
"where",
|
|
1774
|
+
"data",
|
|
1775
|
+
"came",
|
|
1776
|
+
"from",
|
|
1777
|
+
"numbered",
|
|
1778
|
+
"superscript",
|
|
1779
|
+
"warehouse",
|
|
1780
|
+
"salesforce",
|
|
1781
|
+
"notion",
|
|
1782
|
+
"source",
|
|
1783
|
+
"attribution",
|
|
1784
|
+
"links",
|
|
1785
|
+
"retrieval"
|
|
1786
|
+
]
|
|
1787
|
+
}
|
|
1788
|
+
},
|
|
1789
|
+
{
|
|
1790
|
+
"name": "image-thumbnail-grid",
|
|
1791
|
+
"kind": "block",
|
|
1792
|
+
"primary": "grid-ui",
|
|
1793
|
+
"instances": 1,
|
|
1794
|
+
"pages": [
|
|
1795
|
+
"/apps/genui/app/gen-ui-feed/gen-ui-feed.contents.html"
|
|
1796
|
+
],
|
|
1797
|
+
"slots": [],
|
|
1798
|
+
"nested": [],
|
|
1799
|
+
"metadata": {
|
|
1800
|
+
"domain": "display",
|
|
1801
|
+
"description": "Image thumbnail grid — a responsive three-column grid of rounded images at a fixed aspect ratio, collapsing to one column on small screens. A compact photo / screenshot gallery for attaching visual results.",
|
|
1802
|
+
"keywords": [
|
|
1803
|
+
"image",
|
|
1804
|
+
"thumbnail",
|
|
1805
|
+
"grid",
|
|
1806
|
+
"photo",
|
|
1807
|
+
"gallery",
|
|
1808
|
+
"screenshots",
|
|
1809
|
+
"pictures",
|
|
1810
|
+
"responsive",
|
|
1811
|
+
"three",
|
|
1812
|
+
"column",
|
|
1813
|
+
"rounded",
|
|
1814
|
+
"aspect",
|
|
1815
|
+
"ratio",
|
|
1816
|
+
"media",
|
|
1817
|
+
"attachments",
|
|
1818
|
+
"visual",
|
|
1819
|
+
"exports",
|
|
1820
|
+
"tiles",
|
|
1821
|
+
"picture",
|
|
1822
|
+
"grid",
|
|
1823
|
+
"photo",
|
|
1824
|
+
"grid"
|
|
1825
|
+
]
|
|
1826
|
+
}
|
|
1827
|
+
},
|
|
1828
|
+
{
|
|
1829
|
+
"name": "image-caption-tile",
|
|
1830
|
+
"kind": "block",
|
|
1831
|
+
"primary": "card-ui",
|
|
1226
1832
|
"instances": 1,
|
|
1227
1833
|
"pages": [
|
|
1228
|
-
"/apps/genui/app/
|
|
1834
|
+
"/apps/genui/app/gen-ui-feed/gen-ui-feed.contents.html"
|
|
1229
1835
|
],
|
|
1230
1836
|
"slots": [],
|
|
1231
1837
|
"nested": [],
|
|
1232
1838
|
"metadata": {
|
|
1233
|
-
"domain": "
|
|
1234
|
-
"description": "
|
|
1839
|
+
"domain": "display",
|
|
1840
|
+
"description": "Image tile component — aspect-ratio image with optional caption overlay.",
|
|
1235
1841
|
"keywords": [
|
|
1236
|
-
"
|
|
1237
|
-
"
|
|
1238
|
-
"
|
|
1239
|
-
"
|
|
1240
|
-
"
|
|
1241
|
-
"
|
|
1242
|
-
"
|
|
1243
|
-
"
|
|
1244
|
-
"
|
|
1245
|
-
"
|
|
1246
|
-
"
|
|
1842
|
+
"image",
|
|
1843
|
+
"tile",
|
|
1844
|
+
"photo",
|
|
1845
|
+
"caption",
|
|
1846
|
+
"media",
|
|
1847
|
+
"gallery",
|
|
1848
|
+
"aspect",
|
|
1849
|
+
"ratio",
|
|
1850
|
+
"caption",
|
|
1851
|
+
"image",
|
|
1852
|
+
"with",
|
|
1853
|
+
"caption",
|
|
1854
|
+
"labeled",
|
|
1855
|
+
"image",
|
|
1856
|
+
"description",
|
|
1857
|
+
"photo"
|
|
1247
1858
|
]
|
|
1248
1859
|
}
|
|
1249
1860
|
},
|
|
1250
1861
|
{
|
|
1251
|
-
"name": "
|
|
1862
|
+
"name": "map-with-location-list",
|
|
1252
1863
|
"kind": "block",
|
|
1253
|
-
"primary": "
|
|
1864
|
+
"primary": "grid-ui",
|
|
1254
1865
|
"instances": 1,
|
|
1255
1866
|
"pages": [
|
|
1256
|
-
"/apps/genui/app/gen-ui/gen-ui.contents.html"
|
|
1867
|
+
"/apps/genui/app/gen-ui-feed/gen-ui-feed.contents.html"
|
|
1257
1868
|
],
|
|
1258
1869
|
"slots": [],
|
|
1259
1870
|
"nested": [],
|
|
1260
1871
|
"metadata": {
|
|
1261
|
-
"domain": "
|
|
1262
|
-
"description": "
|
|
1872
|
+
"domain": "data",
|
|
1873
|
+
"description": "Map with location list — a wide map image paired with a side card listing the plotted places, each row a map-pin icon, a place name, and the entities at that location. The standard 'map + legend list' layout for geographic results.",
|
|
1263
1874
|
"keywords": [
|
|
1264
|
-
"
|
|
1265
|
-
"
|
|
1266
|
-
"
|
|
1267
|
-
"
|
|
1268
|
-
"
|
|
1269
|
-
"
|
|
1270
|
-
"
|
|
1271
|
-
"
|
|
1875
|
+
"map",
|
|
1876
|
+
"location",
|
|
1877
|
+
"list",
|
|
1878
|
+
"places",
|
|
1879
|
+
"geographic",
|
|
1880
|
+
"pins",
|
|
1881
|
+
"markers",
|
|
1882
|
+
"field",
|
|
1883
|
+
"visits",
|
|
1884
|
+
"cities",
|
|
1885
|
+
"region",
|
|
1886
|
+
"side",
|
|
1887
|
+
"panel",
|
|
1888
|
+
"legend",
|
|
1889
|
+
"map",
|
|
1890
|
+
"pin",
|
|
1891
|
+
"icon",
|
|
1892
|
+
"address",
|
|
1893
|
+
"site",
|
|
1894
|
+
"list",
|
|
1895
|
+
"locations",
|
|
1896
|
+
"plotted",
|
|
1897
|
+
"map",
|
|
1898
|
+
"plus",
|
|
1899
|
+
"list",
|
|
1900
|
+
"geo",
|
|
1901
|
+
"map",
|
|
1902
|
+
"view",
|
|
1903
|
+
"directory"
|
|
1272
1904
|
]
|
|
1273
1905
|
}
|
|
1274
1906
|
},
|
|
1275
1907
|
{
|
|
1276
|
-
"name": "
|
|
1908
|
+
"name": "agent-artifact-stub-card",
|
|
1277
1909
|
"kind": "block",
|
|
1278
|
-
"primary": "
|
|
1910
|
+
"primary": "card-ui",
|
|
1279
1911
|
"instances": 1,
|
|
1280
1912
|
"pages": [
|
|
1281
1913
|
"/apps/genui/app/gen-ui-feed/gen-ui-feed.contents.html"
|
|
@@ -1283,23 +1915,41 @@
|
|
|
1283
1915
|
"slots": [],
|
|
1284
1916
|
"nested": [],
|
|
1285
1917
|
"metadata": {
|
|
1286
|
-
"domain": "
|
|
1287
|
-
"description": "
|
|
1918
|
+
"domain": "agent",
|
|
1919
|
+
"description": "Agent artifact stub card — a compact card representing a generated file (icon, filename, type + line-count meta) with a trailing 'Open in canvas' button that promotes it to a full editor. The collapsed reference to an AI-produced document or code artifact.",
|
|
1288
1920
|
"keywords": [
|
|
1289
|
-
"
|
|
1290
|
-
"
|
|
1291
|
-
"
|
|
1292
|
-
"
|
|
1293
|
-
"
|
|
1294
|
-
"
|
|
1295
|
-
"
|
|
1296
|
-
"
|
|
1297
|
-
"
|
|
1921
|
+
"agent",
|
|
1922
|
+
"artifact",
|
|
1923
|
+
"stub",
|
|
1924
|
+
"card",
|
|
1925
|
+
"file",
|
|
1926
|
+
"generated",
|
|
1927
|
+
"document",
|
|
1928
|
+
"open",
|
|
1929
|
+
"in",
|
|
1930
|
+
"canvas",
|
|
1931
|
+
"promote",
|
|
1932
|
+
"editor",
|
|
1933
|
+
"filename",
|
|
1934
|
+
"code",
|
|
1935
|
+
"a2ui",
|
|
1936
|
+
"attachment",
|
|
1937
|
+
"reference",
|
|
1938
|
+
"deck",
|
|
1939
|
+
"interactive",
|
|
1940
|
+
"open",
|
|
1941
|
+
"expand",
|
|
1942
|
+
"artifact",
|
|
1943
|
+
"pill",
|
|
1944
|
+
"file",
|
|
1945
|
+
"card",
|
|
1946
|
+
"produced",
|
|
1947
|
+
"output"
|
|
1298
1948
|
]
|
|
1299
1949
|
}
|
|
1300
1950
|
},
|
|
1301
1951
|
{
|
|
1302
|
-
"name": "
|
|
1952
|
+
"name": "schedule-meeting-form-card",
|
|
1303
1953
|
"kind": "block",
|
|
1304
1954
|
"primary": "card-ui",
|
|
1305
1955
|
"instances": 1,
|
|
@@ -1309,25 +1959,38 @@
|
|
|
1309
1959
|
"slots": [],
|
|
1310
1960
|
"nested": [],
|
|
1311
1961
|
"metadata": {
|
|
1312
|
-
"domain": "
|
|
1313
|
-
"description": "
|
|
1962
|
+
"domain": "forms",
|
|
1963
|
+
"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.",
|
|
1314
1964
|
"keywords": [
|
|
1315
|
-
"
|
|
1316
|
-
"
|
|
1317
|
-
"
|
|
1318
|
-
"
|
|
1319
|
-
"
|
|
1320
|
-
"
|
|
1321
|
-
"
|
|
1322
|
-
"
|
|
1323
|
-
"
|
|
1324
|
-
"
|
|
1325
|
-
"
|
|
1326
|
-
"
|
|
1327
|
-
"
|
|
1328
|
-
"
|
|
1329
|
-
"
|
|
1330
|
-
"
|
|
1965
|
+
"schedule",
|
|
1966
|
+
"meeting",
|
|
1967
|
+
"form",
|
|
1968
|
+
"event",
|
|
1969
|
+
"calendar",
|
|
1970
|
+
"invite",
|
|
1971
|
+
"appointment",
|
|
1972
|
+
"booking",
|
|
1973
|
+
"date",
|
|
1974
|
+
"picker",
|
|
1975
|
+
"time",
|
|
1976
|
+
"select",
|
|
1977
|
+
"attendees",
|
|
1978
|
+
"title",
|
|
1979
|
+
"attach",
|
|
1980
|
+
"send",
|
|
1981
|
+
"invite",
|
|
1982
|
+
"review",
|
|
1983
|
+
"create",
|
|
1984
|
+
"event",
|
|
1985
|
+
"scheduler",
|
|
1986
|
+
"form",
|
|
1987
|
+
"card",
|
|
1988
|
+
"footer",
|
|
1989
|
+
"actions",
|
|
1990
|
+
"confirm",
|
|
1991
|
+
"calendar-picker",
|
|
1992
|
+
"meeting",
|
|
1993
|
+
"request"
|
|
1331
1994
|
]
|
|
1332
1995
|
}
|
|
1333
1996
|
},
|
|
@@ -3028,6 +3691,111 @@
|
|
|
3028
3691
|
]
|
|
3029
3692
|
}
|
|
3030
3693
|
},
|
|
3694
|
+
{
|
|
3695
|
+
"name": "billing-payment-method-card-on-file",
|
|
3696
|
+
"kind": "block",
|
|
3697
|
+
"primary": "div",
|
|
3698
|
+
"instances": 1,
|
|
3699
|
+
"pages": [
|
|
3700
|
+
"/apps/saas/app/billing/billing.contents.html"
|
|
3701
|
+
],
|
|
3702
|
+
"slots": [],
|
|
3703
|
+
"nested": [],
|
|
3704
|
+
"metadata": {
|
|
3705
|
+
"domain": "settings",
|
|
3706
|
+
"description": "Payment method on file — a card-ui showing the saved credit card (brand, last four, expiry) with an Update action, plus billing-email and tax-ID fields. For the payment section of a billing or account settings page.",
|
|
3707
|
+
"keywords": [
|
|
3708
|
+
"billing",
|
|
3709
|
+
"payment",
|
|
3710
|
+
"method",
|
|
3711
|
+
"credit",
|
|
3712
|
+
"card",
|
|
3713
|
+
"on-file",
|
|
3714
|
+
"visa",
|
|
3715
|
+
"last-four",
|
|
3716
|
+
"expiry",
|
|
3717
|
+
"update",
|
|
3718
|
+
"card-ui",
|
|
3719
|
+
"avatar",
|
|
3720
|
+
"billing-email",
|
|
3721
|
+
"tax-id",
|
|
3722
|
+
"vat",
|
|
3723
|
+
"ein",
|
|
3724
|
+
"recurring",
|
|
3725
|
+
"charges",
|
|
3726
|
+
"settings",
|
|
3727
|
+
"subscription"
|
|
3728
|
+
]
|
|
3729
|
+
}
|
|
3730
|
+
},
|
|
3731
|
+
{
|
|
3732
|
+
"name": "billing-invoice-history-table",
|
|
3733
|
+
"kind": "block",
|
|
3734
|
+
"primary": "div",
|
|
3735
|
+
"instances": 1,
|
|
3736
|
+
"pages": [
|
|
3737
|
+
"/apps/saas/app/billing/billing.contents.html"
|
|
3738
|
+
],
|
|
3739
|
+
"slots": [],
|
|
3740
|
+
"nested": [],
|
|
3741
|
+
"metadata": {
|
|
3742
|
+
"domain": "data",
|
|
3743
|
+
"description": "Invoice history — a card-ui wrapping a sortable striped table-ui of past invoices for download. For the invoices/receipts section of a billing page where accounting downloads past charges.",
|
|
3744
|
+
"keywords": [
|
|
3745
|
+
"billing",
|
|
3746
|
+
"invoice",
|
|
3747
|
+
"history",
|
|
3748
|
+
"table",
|
|
3749
|
+
"receipts",
|
|
3750
|
+
"past",
|
|
3751
|
+
"invoices",
|
|
3752
|
+
"download",
|
|
3753
|
+
"accounting",
|
|
3754
|
+
"sortable",
|
|
3755
|
+
"striped",
|
|
3756
|
+
"table-ui",
|
|
3757
|
+
"card-ui",
|
|
3758
|
+
"charges",
|
|
3759
|
+
"statements",
|
|
3760
|
+
"records",
|
|
3761
|
+
"data"
|
|
3762
|
+
]
|
|
3763
|
+
}
|
|
3764
|
+
},
|
|
3765
|
+
{
|
|
3766
|
+
"name": "billing-cancel-subscription-danger",
|
|
3767
|
+
"kind": "block",
|
|
3768
|
+
"primary": "div",
|
|
3769
|
+
"instances": 1,
|
|
3770
|
+
"pages": [
|
|
3771
|
+
"/apps/saas/app/billing/billing.contents.html"
|
|
3772
|
+
],
|
|
3773
|
+
"slots": [],
|
|
3774
|
+
"nested": [],
|
|
3775
|
+
"metadata": {
|
|
3776
|
+
"domain": "settings",
|
|
3777
|
+
"description": "Cancel subscription section — a danger alert-ui warning of feature loss above a destructive Cancel subscription button. The end-of-period cancellation block for a billing or account page.",
|
|
3778
|
+
"keywords": [
|
|
3779
|
+
"billing",
|
|
3780
|
+
"cancel",
|
|
3781
|
+
"subscription",
|
|
3782
|
+
"downgrade",
|
|
3783
|
+
"end",
|
|
3784
|
+
"danger",
|
|
3785
|
+
"alert-ui",
|
|
3786
|
+
"warning",
|
|
3787
|
+
"destructive",
|
|
3788
|
+
"button",
|
|
3789
|
+
"color-danger",
|
|
3790
|
+
"feature-loss",
|
|
3791
|
+
"settings",
|
|
3792
|
+
"churn",
|
|
3793
|
+
"unsubscribe",
|
|
3794
|
+
"terminate",
|
|
3795
|
+
"plan"
|
|
3796
|
+
]
|
|
3797
|
+
}
|
|
3798
|
+
},
|
|
3031
3799
|
{
|
|
3032
3800
|
"name": "drawer-change-plan",
|
|
3033
3801
|
"kind": "block",
|
|
@@ -3158,6 +3926,81 @@
|
|
|
3158
3926
|
]
|
|
3159
3927
|
}
|
|
3160
3928
|
},
|
|
3929
|
+
{
|
|
3930
|
+
"name": "integrations-api-keys-card-list",
|
|
3931
|
+
"kind": "block",
|
|
3932
|
+
"primary": "div",
|
|
3933
|
+
"instances": 1,
|
|
3934
|
+
"pages": [
|
|
3935
|
+
"/apps/saas/app/integrations/integrations.contents.html"
|
|
3936
|
+
],
|
|
3937
|
+
"slots": [],
|
|
3938
|
+
"nested": [],
|
|
3939
|
+
"metadata": {
|
|
3940
|
+
"domain": "data",
|
|
3941
|
+
"description": "API keys list — a count-plus-Create-key header above card-ui rows, each showing a key name, read/write scope badge, masked secret in a copyable code-ui block, and Reveal/Rotate actions. The programmatic-access section of an integrations or developer settings page.",
|
|
3942
|
+
"keywords": [
|
|
3943
|
+
"api",
|
|
3944
|
+
"keys",
|
|
3945
|
+
"secret",
|
|
3946
|
+
"tokens",
|
|
3947
|
+
"card-ui",
|
|
3948
|
+
"code-ui",
|
|
3949
|
+
"reveal",
|
|
3950
|
+
"rotate",
|
|
3951
|
+
"copy",
|
|
3952
|
+
"masked",
|
|
3953
|
+
"production",
|
|
3954
|
+
"staging",
|
|
3955
|
+
"read-write",
|
|
3956
|
+
"scope",
|
|
3957
|
+
"badge",
|
|
3958
|
+
"create-key",
|
|
3959
|
+
"programmatic",
|
|
3960
|
+
"access",
|
|
3961
|
+
"developer",
|
|
3962
|
+
"settings",
|
|
3963
|
+
"credentials",
|
|
3964
|
+
"data"
|
|
3965
|
+
]
|
|
3966
|
+
}
|
|
3967
|
+
},
|
|
3968
|
+
{
|
|
3969
|
+
"name": "integrations-webhooks-empty-state",
|
|
3970
|
+
"kind": "block",
|
|
3971
|
+
"primary": "div",
|
|
3972
|
+
"instances": 1,
|
|
3973
|
+
"pages": [
|
|
3974
|
+
"/apps/saas/app/integrations/integrations.contents.html"
|
|
3975
|
+
],
|
|
3976
|
+
"slots": [],
|
|
3977
|
+
"nested": [],
|
|
3978
|
+
"metadata": {
|
|
3979
|
+
"domain": "data",
|
|
3980
|
+
"description": "Webhooks empty state — an empty-state-ui with a plug icon, heading, and description plus a primary Add webhook action. The zero-endpoints state for the outbound webhook delivery section of an integrations page.",
|
|
3981
|
+
"keywords": [
|
|
3982
|
+
"webhooks",
|
|
3983
|
+
"empty",
|
|
3984
|
+
"state",
|
|
3985
|
+
"empty-state-ui",
|
|
3986
|
+
"plug",
|
|
3987
|
+
"icon",
|
|
3988
|
+
"add",
|
|
3989
|
+
"webhook",
|
|
3990
|
+
"endpoint",
|
|
3991
|
+
"outbound",
|
|
3992
|
+
"events",
|
|
3993
|
+
"delivery",
|
|
3994
|
+
"zero",
|
|
3995
|
+
"no-webhooks",
|
|
3996
|
+
"integrations",
|
|
3997
|
+
"developer",
|
|
3998
|
+
"settings",
|
|
3999
|
+
"primary-action",
|
|
4000
|
+
"data"
|
|
4001
|
+
]
|
|
4002
|
+
}
|
|
4003
|
+
},
|
|
3161
4004
|
{
|
|
3162
4005
|
"name": "drawer-slack",
|
|
3163
4006
|
"kind": "block",
|
|
@@ -3414,6 +4257,117 @@
|
|
|
3414
4257
|
]
|
|
3415
4258
|
}
|
|
3416
4259
|
},
|
|
4260
|
+
{
|
|
4261
|
+
"name": "members-active-table-search-filter",
|
|
4262
|
+
"kind": "block",
|
|
4263
|
+
"primary": "div",
|
|
4264
|
+
"instances": 1,
|
|
4265
|
+
"pages": [
|
|
4266
|
+
"/apps/saas/app/members/members.contents.html"
|
|
4267
|
+
],
|
|
4268
|
+
"slots": [],
|
|
4269
|
+
"nested": [],
|
|
4270
|
+
"metadata": {
|
|
4271
|
+
"domain": "data",
|
|
4272
|
+
"description": "Active members management — a search input plus a role-filter select above a sortable striped table-ui of team members. The canonical roster pane for a team/members settings page, with role and status columns.",
|
|
4273
|
+
"keywords": [
|
|
4274
|
+
"members",
|
|
4275
|
+
"team",
|
|
4276
|
+
"active",
|
|
4277
|
+
"roster",
|
|
4278
|
+
"table",
|
|
4279
|
+
"search",
|
|
4280
|
+
"filter",
|
|
4281
|
+
"role",
|
|
4282
|
+
"select",
|
|
4283
|
+
"sortable",
|
|
4284
|
+
"striped",
|
|
4285
|
+
"table-ui",
|
|
4286
|
+
"input-ui",
|
|
4287
|
+
"search-members",
|
|
4288
|
+
"admin",
|
|
4289
|
+
"member",
|
|
4290
|
+
"viewer",
|
|
4291
|
+
"settings",
|
|
4292
|
+
"people",
|
|
4293
|
+
"users",
|
|
4294
|
+
"management",
|
|
4295
|
+
"data"
|
|
4296
|
+
]
|
|
4297
|
+
}
|
|
4298
|
+
},
|
|
4299
|
+
{
|
|
4300
|
+
"name": "members-pending-invites-cards",
|
|
4301
|
+
"kind": "block",
|
|
4302
|
+
"primary": "div",
|
|
4303
|
+
"instances": 1,
|
|
4304
|
+
"pages": [
|
|
4305
|
+
"/apps/saas/app/members/members.contents.html"
|
|
4306
|
+
],
|
|
4307
|
+
"slots": [],
|
|
4308
|
+
"nested": [],
|
|
4309
|
+
"metadata": {
|
|
4310
|
+
"domain": "navigation",
|
|
4311
|
+
"description": "Pending invites list — a stack of card-ui rows each showing an invited email, role badge, who invited them with expiry, and a Manage action. The awaiting-acceptance section of a team members page.",
|
|
4312
|
+
"keywords": [
|
|
4313
|
+
"members",
|
|
4314
|
+
"pending",
|
|
4315
|
+
"invites",
|
|
4316
|
+
"invitations",
|
|
4317
|
+
"awaiting",
|
|
4318
|
+
"acceptance",
|
|
4319
|
+
"card-ui",
|
|
4320
|
+
"envelope",
|
|
4321
|
+
"avatar",
|
|
4322
|
+
"badge",
|
|
4323
|
+
"role",
|
|
4324
|
+
"manage",
|
|
4325
|
+
"resend",
|
|
4326
|
+
"revoke",
|
|
4327
|
+
"expires",
|
|
4328
|
+
"invited-by",
|
|
4329
|
+
"team",
|
|
4330
|
+
"email",
|
|
4331
|
+
"settings",
|
|
4332
|
+
"navigation"
|
|
4333
|
+
]
|
|
4334
|
+
}
|
|
4335
|
+
},
|
|
4336
|
+
{
|
|
4337
|
+
"name": "members-roles-permissions-list",
|
|
4338
|
+
"kind": "block",
|
|
4339
|
+
"primary": "div",
|
|
4340
|
+
"instances": 1,
|
|
4341
|
+
"pages": [
|
|
4342
|
+
"/apps/saas/app/members/members.contents.html"
|
|
4343
|
+
],
|
|
4344
|
+
"slots": [],
|
|
4345
|
+
"nested": [],
|
|
4346
|
+
"metadata": {
|
|
4347
|
+
"domain": "settings",
|
|
4348
|
+
"description": "Role definitions list — a description-list-ui pairing each workspace role (Admin, Member, Viewer) with what it can do, plus a Configure custom roles button. The read-only roles reference on a team permissions page.",
|
|
4349
|
+
"keywords": [
|
|
4350
|
+
"members",
|
|
4351
|
+
"roles",
|
|
4352
|
+
"permissions",
|
|
4353
|
+
"description-list-ui",
|
|
4354
|
+
"admin",
|
|
4355
|
+
"member",
|
|
4356
|
+
"viewer",
|
|
4357
|
+
"role",
|
|
4358
|
+
"definitions",
|
|
4359
|
+
"access",
|
|
4360
|
+
"rbac",
|
|
4361
|
+
"configure",
|
|
4362
|
+
"custom-roles",
|
|
4363
|
+
"workspace",
|
|
4364
|
+
"what-each-role-can-do",
|
|
4365
|
+
"settings",
|
|
4366
|
+
"team",
|
|
4367
|
+
"capabilities"
|
|
4368
|
+
]
|
|
4369
|
+
}
|
|
4370
|
+
},
|
|
3417
4371
|
{
|
|
3418
4372
|
"name": "drawer-invite",
|
|
3419
4373
|
"kind": "block",
|
|
@@ -3529,6 +4483,43 @@
|
|
|
3529
4483
|
]
|
|
3530
4484
|
}
|
|
3531
4485
|
},
|
|
4486
|
+
{
|
|
4487
|
+
"name": "security-change-password-form",
|
|
4488
|
+
"kind": "block",
|
|
4489
|
+
"primary": "div",
|
|
4490
|
+
"instances": 1,
|
|
4491
|
+
"pages": [
|
|
4492
|
+
"/apps/saas/app/profile-security/profile-security.contents.html"
|
|
4493
|
+
],
|
|
4494
|
+
"slots": [],
|
|
4495
|
+
"nested": [],
|
|
4496
|
+
"metadata": {
|
|
4497
|
+
"domain": "forms",
|
|
4498
|
+
"description": "Change password form — three stacked field-ui password inputs (current, new with a strength hint, confirm) above an Update password button. The canonical password-change block for an account security settings page.",
|
|
4499
|
+
"keywords": [
|
|
4500
|
+
"security",
|
|
4501
|
+
"change",
|
|
4502
|
+
"password",
|
|
4503
|
+
"form",
|
|
4504
|
+
"field-ui",
|
|
4505
|
+
"input-ui",
|
|
4506
|
+
"type-password",
|
|
4507
|
+
"current",
|
|
4508
|
+
"new",
|
|
4509
|
+
"confirm",
|
|
4510
|
+
"strength",
|
|
4511
|
+
"hint",
|
|
4512
|
+
"update",
|
|
4513
|
+
"credentials",
|
|
4514
|
+
"account",
|
|
4515
|
+
"settings",
|
|
4516
|
+
"forms",
|
|
4517
|
+
"reset",
|
|
4518
|
+
"rotate",
|
|
4519
|
+
"authentication"
|
|
4520
|
+
]
|
|
4521
|
+
}
|
|
4522
|
+
},
|
|
3532
4523
|
{
|
|
3533
4524
|
"name": "settings-2fa-setup",
|
|
3534
4525
|
"kind": "block",
|
|
@@ -3564,6 +4555,81 @@
|
|
|
3564
4555
|
]
|
|
3565
4556
|
}
|
|
3566
4557
|
},
|
|
4558
|
+
{
|
|
4559
|
+
"name": "security-active-sessions-devices",
|
|
4560
|
+
"kind": "block",
|
|
4561
|
+
"primary": "div",
|
|
4562
|
+
"instances": 1,
|
|
4563
|
+
"pages": [
|
|
4564
|
+
"/apps/saas/app/profile-security/profile-security.contents.html"
|
|
4565
|
+
],
|
|
4566
|
+
"slots": [],
|
|
4567
|
+
"nested": [],
|
|
4568
|
+
"metadata": {
|
|
4569
|
+
"domain": "data",
|
|
4570
|
+
"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.",
|
|
4571
|
+
"keywords": [
|
|
4572
|
+
"security",
|
|
4573
|
+
"active",
|
|
4574
|
+
"sessions",
|
|
4575
|
+
"devices",
|
|
4576
|
+
"signed-in",
|
|
4577
|
+
"card-ui",
|
|
4578
|
+
"avatar",
|
|
4579
|
+
"desktop",
|
|
4580
|
+
"mobile",
|
|
4581
|
+
"laptop",
|
|
4582
|
+
"browser",
|
|
4583
|
+
"location",
|
|
4584
|
+
"revoke",
|
|
4585
|
+
"sign-out",
|
|
4586
|
+
"this-device",
|
|
4587
|
+
"badge",
|
|
4588
|
+
"last-active",
|
|
4589
|
+
"account",
|
|
4590
|
+
"settings",
|
|
4591
|
+
"data",
|
|
4592
|
+
"session-management"
|
|
4593
|
+
]
|
|
4594
|
+
}
|
|
4595
|
+
},
|
|
4596
|
+
{
|
|
4597
|
+
"name": "security-delete-account-danger",
|
|
4598
|
+
"kind": "block",
|
|
4599
|
+
"primary": "div",
|
|
4600
|
+
"instances": 1,
|
|
4601
|
+
"pages": [
|
|
4602
|
+
"/apps/saas/app/profile-security/profile-security.contents.html"
|
|
4603
|
+
],
|
|
4604
|
+
"slots": [],
|
|
4605
|
+
"nested": [],
|
|
4606
|
+
"metadata": {
|
|
4607
|
+
"domain": "settings",
|
|
4608
|
+
"description": "Delete account danger zone — a danger alert-ui warning of data loss, a type-your-email confirmation field-ui, and a destructive Delete my account button. The irreversible account-deletion block for an account security page.",
|
|
4609
|
+
"keywords": [
|
|
4610
|
+
"security",
|
|
4611
|
+
"delete",
|
|
4612
|
+
"account",
|
|
4613
|
+
"danger",
|
|
4614
|
+
"zone",
|
|
4615
|
+
"destructive",
|
|
4616
|
+
"alert-ui",
|
|
4617
|
+
"warning",
|
|
4618
|
+
"confirm",
|
|
4619
|
+
"email",
|
|
4620
|
+
"field-ui",
|
|
4621
|
+
"type-to-confirm",
|
|
4622
|
+
"trash",
|
|
4623
|
+
"irreversible",
|
|
4624
|
+
"purge",
|
|
4625
|
+
"data-loss",
|
|
4626
|
+
"settings",
|
|
4627
|
+
"close-account",
|
|
4628
|
+
"remove",
|
|
4629
|
+
"deactivate"
|
|
4630
|
+
]
|
|
4631
|
+
}
|
|
4632
|
+
},
|
|
3567
4633
|
{
|
|
3568
4634
|
"name": "drawer-2fa-totp",
|
|
3569
4635
|
"kind": "block",
|
|
@@ -3703,7 +4769,10 @@
|
|
|
3703
4769
|
"settings-general-form",
|
|
3704
4770
|
"settings-toggle-switches",
|
|
3705
4771
|
"settings-appearance-theme-panel",
|
|
4772
|
+
"settings-notification-channels-switches",
|
|
4773
|
+
"settings-notification-activity-checkboxes",
|
|
3706
4774
|
"settings-privacy",
|
|
4775
|
+
"settings-danger-zone-delete-workspace",
|
|
3707
4776
|
"drawer-delete-workspace"
|
|
3708
4777
|
],
|
|
3709
4778
|
"metadata": {
|
|
@@ -3832,6 +4901,74 @@
|
|
|
3832
4901
|
]
|
|
3833
4902
|
}
|
|
3834
4903
|
},
|
|
4904
|
+
{
|
|
4905
|
+
"name": "settings-notification-channels-switches",
|
|
4906
|
+
"kind": "block",
|
|
4907
|
+
"primary": "div",
|
|
4908
|
+
"instances": 1,
|
|
4909
|
+
"pages": [
|
|
4910
|
+
"/apps/saas/app/settings-page/settings-page.contents.html"
|
|
4911
|
+
],
|
|
4912
|
+
"slots": [],
|
|
4913
|
+
"nested": [],
|
|
4914
|
+
"metadata": {
|
|
4915
|
+
"domain": "settings",
|
|
4916
|
+
"description": "Notification channels — a column of switch-ui toggles for the delivery channels (email, push, weekly digest, SMS) of a notifications settings section. Instant on/off per channel, no submit.",
|
|
4917
|
+
"keywords": [
|
|
4918
|
+
"settings",
|
|
4919
|
+
"notifications",
|
|
4920
|
+
"channels",
|
|
4921
|
+
"switch-ui",
|
|
4922
|
+
"toggle",
|
|
4923
|
+
"email",
|
|
4924
|
+
"push",
|
|
4925
|
+
"weekly-digest",
|
|
4926
|
+
"sms",
|
|
4927
|
+
"alerts",
|
|
4928
|
+
"delivery",
|
|
4929
|
+
"preferences",
|
|
4930
|
+
"instant",
|
|
4931
|
+
"on-off",
|
|
4932
|
+
"notification-settings",
|
|
4933
|
+
"workspace",
|
|
4934
|
+
"activity"
|
|
4935
|
+
]
|
|
4936
|
+
}
|
|
4937
|
+
},
|
|
4938
|
+
{
|
|
4939
|
+
"name": "settings-notification-activity-checkboxes",
|
|
4940
|
+
"kind": "block",
|
|
4941
|
+
"primary": "div",
|
|
4942
|
+
"instances": 1,
|
|
4943
|
+
"pages": [
|
|
4944
|
+
"/apps/saas/app/settings-page/settings-page.contents.html"
|
|
4945
|
+
],
|
|
4946
|
+
"slots": [],
|
|
4947
|
+
"nested": [],
|
|
4948
|
+
"metadata": {
|
|
4949
|
+
"domain": "settings",
|
|
4950
|
+
"description": "Notification activity triggers — a column of check-ui checkboxes selecting which event types (member joins, key rotated, threshold reached, billing, deploys) fire notifications. The event-filter half of a notifications settings section.",
|
|
4951
|
+
"keywords": [
|
|
4952
|
+
"settings",
|
|
4953
|
+
"notifications",
|
|
4954
|
+
"activity",
|
|
4955
|
+
"events",
|
|
4956
|
+
"check-ui",
|
|
4957
|
+
"checkbox",
|
|
4958
|
+
"triggers",
|
|
4959
|
+
"member-joins",
|
|
4960
|
+
"api-key-rotated",
|
|
4961
|
+
"usage-threshold",
|
|
4962
|
+
"billing",
|
|
4963
|
+
"deployment",
|
|
4964
|
+
"opt-in",
|
|
4965
|
+
"event-types",
|
|
4966
|
+
"notification-settings",
|
|
4967
|
+
"workspace",
|
|
4968
|
+
"preferences"
|
|
4969
|
+
]
|
|
4970
|
+
}
|
|
4971
|
+
},
|
|
3835
4972
|
{
|
|
3836
4973
|
"name": "settings-privacy",
|
|
3837
4974
|
"kind": "block",
|
|
@@ -3861,6 +4998,42 @@
|
|
|
3861
4998
|
]
|
|
3862
4999
|
}
|
|
3863
5000
|
},
|
|
5001
|
+
{
|
|
5002
|
+
"name": "settings-danger-zone-delete-workspace",
|
|
5003
|
+
"kind": "block",
|
|
5004
|
+
"primary": "div",
|
|
5005
|
+
"instances": 1,
|
|
5006
|
+
"pages": [
|
|
5007
|
+
"/apps/saas/app/settings-page/settings-page.contents.html"
|
|
5008
|
+
],
|
|
5009
|
+
"slots": [],
|
|
5010
|
+
"nested": [],
|
|
5011
|
+
"metadata": {
|
|
5012
|
+
"domain": "settings",
|
|
5013
|
+
"description": "Delete workspace danger zone — a labeled aside plus a danger alert-ui listing what is destroyed above a destructive Delete workspace button. The irreversible workspace-deletion block at the bottom of a workspace settings page.",
|
|
5014
|
+
"keywords": [
|
|
5015
|
+
"settings",
|
|
5016
|
+
"danger",
|
|
5017
|
+
"zone",
|
|
5018
|
+
"delete",
|
|
5019
|
+
"workspace",
|
|
5020
|
+
"destructive",
|
|
5021
|
+
"alert-ui",
|
|
5022
|
+
"warning",
|
|
5023
|
+
"irreversible",
|
|
5024
|
+
"remove",
|
|
5025
|
+
"projects",
|
|
5026
|
+
"members",
|
|
5027
|
+
"api-keys",
|
|
5028
|
+
"purge",
|
|
5029
|
+
"cannot-be-undone",
|
|
5030
|
+
"trash",
|
|
5031
|
+
"button",
|
|
5032
|
+
"color-danger",
|
|
5033
|
+
"account"
|
|
5034
|
+
]
|
|
5035
|
+
}
|
|
5036
|
+
},
|
|
3864
5037
|
{
|
|
3865
5038
|
"name": "drawer-delete-workspace",
|
|
3866
5039
|
"kind": "block",
|
|
@@ -5744,6 +6917,59 @@
|
|
|
5744
6917
|
]
|
|
5745
6918
|
}
|
|
5746
6919
|
},
|
|
6920
|
+
{
|
|
6921
|
+
"name": "business-address-form",
|
|
6922
|
+
"kind": "block",
|
|
6923
|
+
"primary": "form",
|
|
6924
|
+
"instances": 1,
|
|
6925
|
+
"pages": [
|
|
6926
|
+
"/apps/user-flow/app/registration/address/address.contents.html"
|
|
6927
|
+
],
|
|
6928
|
+
"slots": [],
|
|
6929
|
+
"nested": [
|
|
6930
|
+
"reg-step-header",
|
|
6931
|
+
"reg-address-form",
|
|
6932
|
+
"reg-step-footer",
|
|
6933
|
+
"reg-step-progress"
|
|
6934
|
+
],
|
|
6935
|
+
"metadata": {
|
|
6936
|
+
"domain": "forms",
|
|
6937
|
+
"description": "Complete business-address form — heading, a country select that drives the field set, then street / suite / city / state / postal fields laid out with city and state/zip sharing a row. The whole form composition with header and submit footer. Use for 'address form', 'billing address form', 'shipping address form', 'form with two-column fields'.",
|
|
6938
|
+
"keywords": [
|
|
6939
|
+
"address",
|
|
6940
|
+
"form",
|
|
6941
|
+
"business",
|
|
6942
|
+
"billing",
|
|
6943
|
+
"shipping",
|
|
6944
|
+
"mailing",
|
|
6945
|
+
"street",
|
|
6946
|
+
"city",
|
|
6947
|
+
"state",
|
|
6948
|
+
"region",
|
|
6949
|
+
"postal",
|
|
6950
|
+
"zip",
|
|
6951
|
+
"country",
|
|
6952
|
+
"select",
|
|
6953
|
+
"two-column",
|
|
6954
|
+
"row",
|
|
6955
|
+
"complete",
|
|
6956
|
+
"card",
|
|
6957
|
+
"heading",
|
|
6958
|
+
"footer",
|
|
6959
|
+
"submit",
|
|
6960
|
+
"full-form"
|
|
6961
|
+
],
|
|
6962
|
+
"related": [
|
|
6963
|
+
"reg-address-form",
|
|
6964
|
+
"form-fields-two-column",
|
|
6965
|
+
"reg-step-footer"
|
|
6966
|
+
],
|
|
6967
|
+
"tags": {
|
|
6968
|
+
"complexity": "moderate",
|
|
6969
|
+
"form": "address"
|
|
6970
|
+
}
|
|
6971
|
+
}
|
|
6972
|
+
},
|
|
5747
6973
|
{
|
|
5748
6974
|
"name": "reg-step-header",
|
|
5749
6975
|
"kind": "block",
|
|
@@ -5895,6 +7121,61 @@
|
|
|
5895
7121
|
]
|
|
5896
7122
|
}
|
|
5897
7123
|
},
|
|
7124
|
+
{
|
|
7125
|
+
"name": "payment-checkout-form",
|
|
7126
|
+
"kind": "block",
|
|
7127
|
+
"primary": "form",
|
|
7128
|
+
"instances": 1,
|
|
7129
|
+
"pages": [
|
|
7130
|
+
"/apps/user-flow/app/registration/billing/billing.contents.html"
|
|
7131
|
+
],
|
|
7132
|
+
"slots": [],
|
|
7133
|
+
"nested": [
|
|
7134
|
+
"reg-step-header",
|
|
7135
|
+
"reg-billing-card",
|
|
7136
|
+
"reg-step-footer",
|
|
7137
|
+
"reg-step-progress"
|
|
7138
|
+
],
|
|
7139
|
+
"metadata": {
|
|
7140
|
+
"domain": "forms",
|
|
7141
|
+
"description": "Complete payment / checkout form — heading, card number + expiry + CVC + cardholder fields (expiry and CVC share a row), a divider, then country + billing address + city / ZIP fields, and a Start trial submit footer. All payment fields required. The full checkout composition with header and footer. Use for 'payment form', 'checkout form', 'credit card form', 'billing details form'.",
|
|
7142
|
+
"keywords": [
|
|
7143
|
+
"payment",
|
|
7144
|
+
"form",
|
|
7145
|
+
"checkout",
|
|
7146
|
+
"credit",
|
|
7147
|
+
"card",
|
|
7148
|
+
"number",
|
|
7149
|
+
"expiry",
|
|
7150
|
+
"cvc",
|
|
7151
|
+
"cardholder",
|
|
7152
|
+
"billing",
|
|
7153
|
+
"address",
|
|
7154
|
+
"country",
|
|
7155
|
+
"city",
|
|
7156
|
+
"zip",
|
|
7157
|
+
"required",
|
|
7158
|
+
"complete",
|
|
7159
|
+
"card",
|
|
7160
|
+
"heading",
|
|
7161
|
+
"footer",
|
|
7162
|
+
"submit",
|
|
7163
|
+
"start-trial",
|
|
7164
|
+
"stripe",
|
|
7165
|
+
"purchase",
|
|
7166
|
+
"full-form"
|
|
7167
|
+
],
|
|
7168
|
+
"related": [
|
|
7169
|
+
"payment-method-form",
|
|
7170
|
+
"billing-payment-method-card-on-file",
|
|
7171
|
+
"reg-step-footer"
|
|
7172
|
+
],
|
|
7173
|
+
"tags": {
|
|
7174
|
+
"complexity": "complex",
|
|
7175
|
+
"form": "payment"
|
|
7176
|
+
}
|
|
7177
|
+
}
|
|
7178
|
+
},
|
|
5898
7179
|
{
|
|
5899
7180
|
"name": "reg-billing-card",
|
|
5900
7181
|
"kind": "block",
|
|
@@ -5922,6 +7203,57 @@
|
|
|
5922
7203
|
]
|
|
5923
7204
|
}
|
|
5924
7205
|
},
|
|
7206
|
+
{
|
|
7207
|
+
"name": "url-import-form",
|
|
7208
|
+
"kind": "block",
|
|
7209
|
+
"primary": "form",
|
|
7210
|
+
"instances": 1,
|
|
7211
|
+
"pages": [
|
|
7212
|
+
"/apps/user-flow/app/registration/brand-scrape/brand-scrape.contents.html"
|
|
7213
|
+
],
|
|
7214
|
+
"slots": [],
|
|
7215
|
+
"nested": [
|
|
7216
|
+
"reg-step-header",
|
|
7217
|
+
"reg-brand-scrape",
|
|
7218
|
+
"reg-step-footer",
|
|
7219
|
+
"reg-step-progress"
|
|
7220
|
+
],
|
|
7221
|
+
"metadata": {
|
|
7222
|
+
"domain": "forms",
|
|
7223
|
+
"description": "Complete URL-import form — heading, a single company-URL input, a found-status row with a re-scan button, then a column of result cards (logo, brand colors) each with an Edit action, and a submit footer. The full auto-fill / scrape form composition with header and footer. Use for 'url import form', 'auto-fill from website form', 'form with a single URL field and review cards'.",
|
|
7224
|
+
"keywords": [
|
|
7225
|
+
"url",
|
|
7226
|
+
"import",
|
|
7227
|
+
"form",
|
|
7228
|
+
"auto-fill",
|
|
7229
|
+
"scrape",
|
|
7230
|
+
"website",
|
|
7231
|
+
"company",
|
|
7232
|
+
"logo",
|
|
7233
|
+
"brand",
|
|
7234
|
+
"colors",
|
|
7235
|
+
"review",
|
|
7236
|
+
"edit",
|
|
7237
|
+
"single-field",
|
|
7238
|
+
"status",
|
|
7239
|
+
"complete",
|
|
7240
|
+
"card",
|
|
7241
|
+
"heading",
|
|
7242
|
+
"footer",
|
|
7243
|
+
"submit",
|
|
7244
|
+
"continue",
|
|
7245
|
+
"full-form"
|
|
7246
|
+
],
|
|
7247
|
+
"related": [
|
|
7248
|
+
"reg-brand-scrape",
|
|
7249
|
+
"reg-step-footer"
|
|
7250
|
+
],
|
|
7251
|
+
"tags": {
|
|
7252
|
+
"complexity": "moderate",
|
|
7253
|
+
"form": "url-import"
|
|
7254
|
+
}
|
|
7255
|
+
}
|
|
7256
|
+
},
|
|
5925
7257
|
{
|
|
5926
7258
|
"name": "reg-brand-scrape",
|
|
5927
7259
|
"kind": "block",
|
|
@@ -5971,6 +7303,58 @@
|
|
|
5971
7303
|
]
|
|
5972
7304
|
}
|
|
5973
7305
|
},
|
|
7306
|
+
{
|
|
7307
|
+
"name": "departments-checkbox-form",
|
|
7308
|
+
"kind": "block",
|
|
7309
|
+
"primary": "form",
|
|
7310
|
+
"instances": 1,
|
|
7311
|
+
"pages": [
|
|
7312
|
+
"/apps/user-flow/app/registration/departments/departments.contents.html"
|
|
7313
|
+
],
|
|
7314
|
+
"slots": [],
|
|
7315
|
+
"nested": [
|
|
7316
|
+
"reg-step-header",
|
|
7317
|
+
"reg-departments-toggle",
|
|
7318
|
+
"reg-step-footer",
|
|
7319
|
+
"reg-step-progress"
|
|
7320
|
+
],
|
|
7321
|
+
"metadata": {
|
|
7322
|
+
"domain": "forms",
|
|
7323
|
+
"description": "Complete multi-select checkbox form — heading, an info alert, a two-column grid of labelled checkboxes (some pre-checked), a divider, a custom add-row (name input + add button) with resulting tag chips, a defer checkbox, and a submit footer. The full checkbox-grid form composition with header and footer. Use for 'checkbox form', 'multi-select form', 'form with a grid of checkboxes and an add-custom row'.",
|
|
7324
|
+
"keywords": [
|
|
7325
|
+
"checkbox",
|
|
7326
|
+
"form",
|
|
7327
|
+
"multi-select",
|
|
7328
|
+
"grid",
|
|
7329
|
+
"departments",
|
|
7330
|
+
"toggle",
|
|
7331
|
+
"options",
|
|
7332
|
+
"pre-checked",
|
|
7333
|
+
"custom",
|
|
7334
|
+
"add-row",
|
|
7335
|
+
"tag",
|
|
7336
|
+
"chips",
|
|
7337
|
+
"divider",
|
|
7338
|
+
"defer",
|
|
7339
|
+
"complete",
|
|
7340
|
+
"card",
|
|
7341
|
+
"heading",
|
|
7342
|
+
"footer",
|
|
7343
|
+
"submit",
|
|
7344
|
+
"continue",
|
|
7345
|
+
"full-form"
|
|
7346
|
+
],
|
|
7347
|
+
"related": [
|
|
7348
|
+
"reg-departments-toggle",
|
|
7349
|
+
"form-checkbox-group",
|
|
7350
|
+
"reg-step-footer"
|
|
7351
|
+
],
|
|
7352
|
+
"tags": {
|
|
7353
|
+
"complexity": "moderate",
|
|
7354
|
+
"form": "checkbox"
|
|
7355
|
+
}
|
|
7356
|
+
}
|
|
7357
|
+
},
|
|
5974
7358
|
{
|
|
5975
7359
|
"name": "reg-departments-toggle",
|
|
5976
7360
|
"kind": "block",
|
|
@@ -6030,6 +7414,7 @@
|
|
|
6030
7414
|
"slots": [],
|
|
6031
7415
|
"nested": [
|
|
6032
7416
|
"reg-story-pane",
|
|
7417
|
+
"file-upload-form",
|
|
6033
7418
|
"reg-step-header",
|
|
6034
7419
|
"reg-import-picker",
|
|
6035
7420
|
"reg-step-footer",
|
|
@@ -6060,6 +7445,58 @@
|
|
|
6060
7445
|
]
|
|
6061
7446
|
}
|
|
6062
7447
|
},
|
|
7448
|
+
{
|
|
7449
|
+
"name": "file-upload-form",
|
|
7450
|
+
"kind": "block",
|
|
7451
|
+
"primary": "form",
|
|
7452
|
+
"instances": 1,
|
|
7453
|
+
"pages": [
|
|
7454
|
+
"/apps/user-flow/app/registration/import/import.contents.html"
|
|
7455
|
+
],
|
|
7456
|
+
"slots": [],
|
|
7457
|
+
"nested": [
|
|
7458
|
+
"reg-step-header",
|
|
7459
|
+
"reg-import-picker",
|
|
7460
|
+
"reg-step-footer",
|
|
7461
|
+
"reg-step-progress"
|
|
7462
|
+
],
|
|
7463
|
+
"metadata": {
|
|
7464
|
+
"domain": "forms",
|
|
7465
|
+
"description": "Complete data-import / file-upload form — heading, a source select, a file upload drop-zone field with an accepted-types hint, and a submit footer. The full upload-form composition with header and footer. Use for 'file upload form', 'import data form', 'form with a file drop zone and a select'.",
|
|
7466
|
+
"keywords": [
|
|
7467
|
+
"file",
|
|
7468
|
+
"upload",
|
|
7469
|
+
"form",
|
|
7470
|
+
"import",
|
|
7471
|
+
"data",
|
|
7472
|
+
"migration",
|
|
7473
|
+
"source",
|
|
7474
|
+
"select",
|
|
7475
|
+
"drop-zone",
|
|
7476
|
+
"accept",
|
|
7477
|
+
"file-types",
|
|
7478
|
+
"export",
|
|
7479
|
+
"hint",
|
|
7480
|
+
"complete",
|
|
7481
|
+
"card",
|
|
7482
|
+
"heading",
|
|
7483
|
+
"footer",
|
|
7484
|
+
"submit",
|
|
7485
|
+
"continue",
|
|
7486
|
+
"full-form"
|
|
7487
|
+
],
|
|
7488
|
+
"related": [
|
|
7489
|
+
"reg-import-picker",
|
|
7490
|
+
"file-upload-dnd",
|
|
7491
|
+
"image-upload-preview",
|
|
7492
|
+
"reg-step-footer"
|
|
7493
|
+
],
|
|
7494
|
+
"tags": {
|
|
7495
|
+
"complexity": "simple",
|
|
7496
|
+
"form": "upload"
|
|
7497
|
+
}
|
|
7498
|
+
}
|
|
7499
|
+
},
|
|
6063
7500
|
{
|
|
6064
7501
|
"name": "reg-import-picker",
|
|
6065
7502
|
"kind": "block",
|
|
@@ -6084,6 +7521,58 @@
|
|
|
6084
7521
|
]
|
|
6085
7522
|
}
|
|
6086
7523
|
},
|
|
7524
|
+
{
|
|
7525
|
+
"name": "integrations-connect-form",
|
|
7526
|
+
"kind": "block",
|
|
7527
|
+
"primary": "form",
|
|
7528
|
+
"instances": 1,
|
|
7529
|
+
"pages": [
|
|
7530
|
+
"/apps/user-flow/app/registration/integrations/integrations.contents.html"
|
|
7531
|
+
],
|
|
7532
|
+
"slots": [],
|
|
7533
|
+
"nested": [
|
|
7534
|
+
"reg-step-header",
|
|
7535
|
+
"reg-integrations-grid",
|
|
7536
|
+
"reg-step-footer",
|
|
7537
|
+
"reg-step-progress"
|
|
7538
|
+
],
|
|
7539
|
+
"metadata": {
|
|
7540
|
+
"domain": "forms",
|
|
7541
|
+
"description": "Complete integrations-connect form — heading, a two-column grid of integration cards (Slack, GitHub, etc.) each with an icon, name, description, and a connect switch in the action slot, and a submit footer. The full toggle-grid form composition with header and footer. Use for 'integrations form', 'connect services form', 'form with a grid of toggle cards'.",
|
|
7542
|
+
"keywords": [
|
|
7543
|
+
"integrations",
|
|
7544
|
+
"form",
|
|
7545
|
+
"connect",
|
|
7546
|
+
"services",
|
|
7547
|
+
"grid",
|
|
7548
|
+
"cards",
|
|
7549
|
+
"icon",
|
|
7550
|
+
"switch",
|
|
7551
|
+
"toggle",
|
|
7552
|
+
"slack",
|
|
7553
|
+
"github",
|
|
7554
|
+
"enable",
|
|
7555
|
+
"provider",
|
|
7556
|
+
"complete",
|
|
7557
|
+
"card",
|
|
7558
|
+
"heading",
|
|
7559
|
+
"footer",
|
|
7560
|
+
"submit",
|
|
7561
|
+
"continue",
|
|
7562
|
+
"full-form"
|
|
7563
|
+
],
|
|
7564
|
+
"related": [
|
|
7565
|
+
"reg-integrations-grid",
|
|
7566
|
+
"integrations-grid",
|
|
7567
|
+
"settings-integrations",
|
|
7568
|
+
"reg-step-footer"
|
|
7569
|
+
],
|
|
7570
|
+
"tags": {
|
|
7571
|
+
"complexity": "moderate",
|
|
7572
|
+
"form": "toggle-grid"
|
|
7573
|
+
}
|
|
7574
|
+
}
|
|
7575
|
+
},
|
|
6087
7576
|
{
|
|
6088
7577
|
"name": "reg-integrations-grid",
|
|
6089
7578
|
"kind": "block",
|
|
@@ -6107,6 +7596,57 @@
|
|
|
6107
7596
|
]
|
|
6108
7597
|
}
|
|
6109
7598
|
},
|
|
7599
|
+
{
|
|
7600
|
+
"name": "team-invite-form",
|
|
7601
|
+
"kind": "block",
|
|
7602
|
+
"primary": "form",
|
|
7603
|
+
"instances": 1,
|
|
7604
|
+
"pages": [
|
|
7605
|
+
"/apps/user-flow/app/registration/invite/invite.contents.html"
|
|
7606
|
+
],
|
|
7607
|
+
"slots": [],
|
|
7608
|
+
"nested": [
|
|
7609
|
+
"reg-step-header",
|
|
7610
|
+
"reg-invite-form",
|
|
7611
|
+
"reg-step-footer",
|
|
7612
|
+
"reg-step-progress"
|
|
7613
|
+
],
|
|
7614
|
+
"metadata": {
|
|
7615
|
+
"domain": "forms",
|
|
7616
|
+
"description": "Complete team-invite form — heading, repeating rows of email + role select per teammate, an add-another row button, an info alert, and a footer with two submit actions (Skip for now + Send invites). The whole form composition with header and dual-action footer. Use for 'invite form', 'add team members form', 'form with submit and skip / reset actions'.",
|
|
7617
|
+
"keywords": [
|
|
7618
|
+
"invite",
|
|
7619
|
+
"form",
|
|
7620
|
+
"team",
|
|
7621
|
+
"members",
|
|
7622
|
+
"email",
|
|
7623
|
+
"role",
|
|
7624
|
+
"multi-row",
|
|
7625
|
+
"add-another",
|
|
7626
|
+
"submit",
|
|
7627
|
+
"skip",
|
|
7628
|
+
"reset",
|
|
7629
|
+
"send",
|
|
7630
|
+
"invites",
|
|
7631
|
+
"complete",
|
|
7632
|
+
"card",
|
|
7633
|
+
"heading",
|
|
7634
|
+
"footer",
|
|
7635
|
+
"dual-action",
|
|
7636
|
+
"onboarding",
|
|
7637
|
+
"full-form"
|
|
7638
|
+
],
|
|
7639
|
+
"related": [
|
|
7640
|
+
"reg-invite-form",
|
|
7641
|
+
"invite-members",
|
|
7642
|
+
"reg-step-footer"
|
|
7643
|
+
],
|
|
7644
|
+
"tags": {
|
|
7645
|
+
"complexity": "moderate",
|
|
7646
|
+
"form": "invite"
|
|
7647
|
+
}
|
|
7648
|
+
}
|
|
7649
|
+
},
|
|
6110
7650
|
{
|
|
6111
7651
|
"name": "reg-invite-form",
|
|
6112
7652
|
"kind": "block",
|
|
@@ -6134,6 +7674,62 @@
|
|
|
6134
7674
|
]
|
|
6135
7675
|
}
|
|
6136
7676
|
},
|
|
7677
|
+
{
|
|
7678
|
+
"name": "multi-field-form-validation",
|
|
7679
|
+
"kind": "block",
|
|
7680
|
+
"primary": "form",
|
|
7681
|
+
"instances": 1,
|
|
7682
|
+
"pages": [
|
|
7683
|
+
"/apps/user-flow/app/registration/legal/legal.contents.html"
|
|
7684
|
+
],
|
|
7685
|
+
"slots": [],
|
|
7686
|
+
"nested": [
|
|
7687
|
+
"reg-step-header",
|
|
7688
|
+
"reg-legal-entity",
|
|
7689
|
+
"reg-step-footer",
|
|
7690
|
+
"reg-step-progress"
|
|
7691
|
+
],
|
|
7692
|
+
"metadata": {
|
|
7693
|
+
"domain": "forms",
|
|
7694
|
+
"description": "Complete multi-field form with validation — heading, six labelled fields mixing text inputs and selects, several with required markers, hint text, and an input pattern (tax ID). Canonical shape for a long form where most fields are required and carry helper hints. Includes header and submit footer. Use for 'multi-field form with validation', 'form with required fields and hints', 'long form'.",
|
|
7695
|
+
"keywords": [
|
|
7696
|
+
"multi-field",
|
|
7697
|
+
"form",
|
|
7698
|
+
"validation",
|
|
7699
|
+
"required",
|
|
7700
|
+
"fields",
|
|
7701
|
+
"hint",
|
|
7702
|
+
"helper",
|
|
7703
|
+
"text",
|
|
7704
|
+
"pattern",
|
|
7705
|
+
"input",
|
|
7706
|
+
"select",
|
|
7707
|
+
"labelled",
|
|
7708
|
+
"long",
|
|
7709
|
+
"form",
|
|
7710
|
+
"complete",
|
|
7711
|
+
"card",
|
|
7712
|
+
"heading",
|
|
7713
|
+
"footer",
|
|
7714
|
+
"submit",
|
|
7715
|
+
"validate",
|
|
7716
|
+
"business",
|
|
7717
|
+
"legal",
|
|
7718
|
+
"entity",
|
|
7719
|
+
"full-form"
|
|
7720
|
+
],
|
|
7721
|
+
"related": [
|
|
7722
|
+
"reg-legal-entity",
|
|
7723
|
+
"form-field-required",
|
|
7724
|
+
"form-field-email-hint",
|
|
7725
|
+
"reg-step-footer"
|
|
7726
|
+
],
|
|
7727
|
+
"tags": {
|
|
7728
|
+
"complexity": "complex",
|
|
7729
|
+
"form": "validation"
|
|
7730
|
+
}
|
|
7731
|
+
}
|
|
7732
|
+
},
|
|
6137
7733
|
{
|
|
6138
7734
|
"name": "reg-legal-entity",
|
|
6139
7735
|
"kind": "block",
|
|
@@ -6223,6 +7819,7 @@
|
|
|
6223
7819
|
],
|
|
6224
7820
|
"nested": [
|
|
6225
7821
|
"reg-story-pane",
|
|
7822
|
+
"extended-profile-form",
|
|
6226
7823
|
"reg-step-header",
|
|
6227
7824
|
"reg-extended-profile",
|
|
6228
7825
|
"reg-step-footer",
|
|
@@ -6255,6 +7852,66 @@
|
|
|
6255
7852
|
}
|
|
6256
7853
|
}
|
|
6257
7854
|
},
|
|
7855
|
+
{
|
|
7856
|
+
"name": "extended-profile-form",
|
|
7857
|
+
"kind": "block",
|
|
7858
|
+
"primary": "form",
|
|
7859
|
+
"instances": 1,
|
|
7860
|
+
"pages": [
|
|
7861
|
+
"/apps/user-flow/app/registration/personal/personal.contents.html"
|
|
7862
|
+
],
|
|
7863
|
+
"slots": [
|
|
7864
|
+
"page-header",
|
|
7865
|
+
"page-content",
|
|
7866
|
+
"page-footer"
|
|
7867
|
+
],
|
|
7868
|
+
"nested": [
|
|
7869
|
+
"reg-step-header",
|
|
7870
|
+
"reg-extended-profile",
|
|
7871
|
+
"reg-step-footer",
|
|
7872
|
+
"reg-step-progress"
|
|
7873
|
+
],
|
|
7874
|
+
"metadata": {
|
|
7875
|
+
"domain": "forms",
|
|
7876
|
+
"description": "Complete extended-profile form — heading then many labelled fields (title, department, manager, pronouns, location, time zone, working hours) split into sections by dividers, prefixed social-handle inputs, a defer checkbox, and a back / continue footer. The full long-form composition with header and footer. Use for 'profile form', 'edit profile form', 'long form with many fields and sections'.",
|
|
7877
|
+
"keywords": [
|
|
7878
|
+
"profile",
|
|
7879
|
+
"form",
|
|
7880
|
+
"extended",
|
|
7881
|
+
"edit",
|
|
7882
|
+
"user",
|
|
7883
|
+
"fields",
|
|
7884
|
+
"title",
|
|
7885
|
+
"department",
|
|
7886
|
+
"manager",
|
|
7887
|
+
"pronouns",
|
|
7888
|
+
"location",
|
|
7889
|
+
"timezone",
|
|
7890
|
+
"working-hours",
|
|
7891
|
+
"social",
|
|
7892
|
+
"handle",
|
|
7893
|
+
"prefix",
|
|
7894
|
+
"divider",
|
|
7895
|
+
"sections",
|
|
7896
|
+
"defer",
|
|
7897
|
+
"complete",
|
|
7898
|
+
"card",
|
|
7899
|
+
"heading",
|
|
7900
|
+
"footer",
|
|
7901
|
+
"continue",
|
|
7902
|
+
"full-form"
|
|
7903
|
+
],
|
|
7904
|
+
"related": [
|
|
7905
|
+
"reg-extended-profile",
|
|
7906
|
+
"auth-profile-form",
|
|
7907
|
+
"reg-step-footer"
|
|
7908
|
+
],
|
|
7909
|
+
"tags": {
|
|
7910
|
+
"complexity": "complex",
|
|
7911
|
+
"form": "profile"
|
|
7912
|
+
}
|
|
7913
|
+
}
|
|
7914
|
+
},
|
|
6258
7915
|
{
|
|
6259
7916
|
"name": "reg-extended-profile",
|
|
6260
7917
|
"kind": "block",
|
|
@@ -6279,6 +7936,61 @@
|
|
|
6279
7936
|
]
|
|
6280
7937
|
}
|
|
6281
7938
|
},
|
|
7939
|
+
{
|
|
7940
|
+
"name": "plan-selection-form",
|
|
7941
|
+
"kind": "block",
|
|
7942
|
+
"primary": "form",
|
|
7943
|
+
"instances": 1,
|
|
7944
|
+
"pages": [
|
|
7945
|
+
"/apps/user-flow/app/registration/plan/plan.contents.html"
|
|
7946
|
+
],
|
|
7947
|
+
"slots": [],
|
|
7948
|
+
"nested": [
|
|
7949
|
+
"reg-step-header",
|
|
7950
|
+
"commerce-pricing-tiers",
|
|
7951
|
+
"reg-step-footer",
|
|
7952
|
+
"reg-step-progress"
|
|
7953
|
+
],
|
|
7954
|
+
"metadata": {
|
|
7955
|
+
"domain": "forms",
|
|
7956
|
+
"description": "Complete plan-selection form — heading, a vertical radio group of option-cards (free / pro / team / enterprise / custom) each showing price and feature summary, with a free-text requirements textarea revealed on the custom option, and a submit footer. The full pricing-choice form composition with header and footer. Use for 'plan selection form', 'pricing form', 'choose a plan form', 'subscription tier picker'.",
|
|
7957
|
+
"keywords": [
|
|
7958
|
+
"plan",
|
|
7959
|
+
"selection",
|
|
7960
|
+
"form",
|
|
7961
|
+
"pricing",
|
|
7962
|
+
"tiers",
|
|
7963
|
+
"subscription",
|
|
7964
|
+
"free",
|
|
7965
|
+
"pro",
|
|
7966
|
+
"team",
|
|
7967
|
+
"enterprise",
|
|
7968
|
+
"custom",
|
|
7969
|
+
"option-card",
|
|
7970
|
+
"radiogroup",
|
|
7971
|
+
"choose",
|
|
7972
|
+
"price",
|
|
7973
|
+
"features",
|
|
7974
|
+
"textarea",
|
|
7975
|
+
"complete",
|
|
7976
|
+
"card",
|
|
7977
|
+
"heading",
|
|
7978
|
+
"footer",
|
|
7979
|
+
"submit",
|
|
7980
|
+
"continue",
|
|
7981
|
+
"full-form"
|
|
7982
|
+
],
|
|
7983
|
+
"related": [
|
|
7984
|
+
"commerce-pricing-tiers",
|
|
7985
|
+
"pricing-tiers",
|
|
7986
|
+
"reg-step-footer"
|
|
7987
|
+
],
|
|
7988
|
+
"tags": {
|
|
7989
|
+
"complexity": "moderate",
|
|
7990
|
+
"form": "selection"
|
|
7991
|
+
}
|
|
7992
|
+
}
|
|
7993
|
+
},
|
|
6282
7994
|
{
|
|
6283
7995
|
"name": "commerce-pricing-tiers",
|
|
6284
7996
|
"kind": "block",
|
|
@@ -6335,6 +8047,57 @@
|
|
|
6335
8047
|
]
|
|
6336
8048
|
}
|
|
6337
8049
|
},
|
|
8050
|
+
{
|
|
8051
|
+
"name": "contact-support-form",
|
|
8052
|
+
"kind": "block",
|
|
8053
|
+
"primary": "form",
|
|
8054
|
+
"instances": 1,
|
|
8055
|
+
"pages": [
|
|
8056
|
+
"/apps/user-flow/app/registration/support/support.contents.html"
|
|
8057
|
+
],
|
|
8058
|
+
"slots": [],
|
|
8059
|
+
"nested": [
|
|
8060
|
+
"reg-step-header",
|
|
8061
|
+
"reg-helpdesk-grid",
|
|
8062
|
+
"reg-step-footer",
|
|
8063
|
+
"reg-step-progress"
|
|
8064
|
+
],
|
|
8065
|
+
"metadata": {
|
|
8066
|
+
"domain": "forms",
|
|
8067
|
+
"description": "Complete contact / support configuration form — heading, support email + phone fields, hours segmented control, a grid of help-desk channel toggle cards, info alert, and a submit footer. The full form composition (header + fields + actions), not just the field rows. Use for 'contact form', 'support form', 'help desk form'.",
|
|
8068
|
+
"keywords": [
|
|
8069
|
+
"contact",
|
|
8070
|
+
"form",
|
|
8071
|
+
"support",
|
|
8072
|
+
"form",
|
|
8073
|
+
"complete",
|
|
8074
|
+
"card",
|
|
8075
|
+
"heading",
|
|
8076
|
+
"fields",
|
|
8077
|
+
"email",
|
|
8078
|
+
"phone",
|
|
8079
|
+
"hours",
|
|
8080
|
+
"helpdesk",
|
|
8081
|
+
"channels",
|
|
8082
|
+
"submit",
|
|
8083
|
+
"footer",
|
|
8084
|
+
"required",
|
|
8085
|
+
"validation",
|
|
8086
|
+
"contact-us",
|
|
8087
|
+
"reach-us",
|
|
8088
|
+
"full-form"
|
|
8089
|
+
],
|
|
8090
|
+
"related": [
|
|
8091
|
+
"contact-form",
|
|
8092
|
+
"reg-helpdesk-grid",
|
|
8093
|
+
"reg-step-footer"
|
|
8094
|
+
],
|
|
8095
|
+
"tags": {
|
|
8096
|
+
"complexity": "moderate",
|
|
8097
|
+
"form": "contact"
|
|
8098
|
+
}
|
|
8099
|
+
}
|
|
8100
|
+
},
|
|
6338
8101
|
{
|
|
6339
8102
|
"name": "reg-helpdesk-grid",
|
|
6340
8103
|
"kind": "block",
|
|
@@ -6358,6 +8121,58 @@
|
|
|
6358
8121
|
]
|
|
6359
8122
|
}
|
|
6360
8123
|
},
|
|
8124
|
+
{
|
|
8125
|
+
"name": "signup-team-size-form",
|
|
8126
|
+
"kind": "block",
|
|
8127
|
+
"primary": "form",
|
|
8128
|
+
"instances": 1,
|
|
8129
|
+
"pages": [
|
|
8130
|
+
"/apps/user-flow/app/registration/team-size/team-size.contents.html"
|
|
8131
|
+
],
|
|
8132
|
+
"slots": [],
|
|
8133
|
+
"nested": [
|
|
8134
|
+
"reg-step-header",
|
|
8135
|
+
"reg-team-size",
|
|
8136
|
+
"reg-step-footer",
|
|
8137
|
+
"reg-step-progress"
|
|
8138
|
+
],
|
|
8139
|
+
"metadata": {
|
|
8140
|
+
"domain": "forms",
|
|
8141
|
+
"description": "Complete onboarding / signup step form — heading, a segmented control for team-size headcount range, an industry select with a hint, and a submit footer. Compact full form composition (header + fields + actions) typical of a signup wizard step. Use for 'signup form', 'onboarding step form', 'team size form', 'form with segmented control'.",
|
|
8142
|
+
"keywords": [
|
|
8143
|
+
"signup",
|
|
8144
|
+
"form",
|
|
8145
|
+
"onboarding",
|
|
8146
|
+
"step",
|
|
8147
|
+
"team",
|
|
8148
|
+
"size",
|
|
8149
|
+
"headcount",
|
|
8150
|
+
"range",
|
|
8151
|
+
"segmented",
|
|
8152
|
+
"control",
|
|
8153
|
+
"industry",
|
|
8154
|
+
"select",
|
|
8155
|
+
"hint",
|
|
8156
|
+
"complete",
|
|
8157
|
+
"card",
|
|
8158
|
+
"heading",
|
|
8159
|
+
"footer",
|
|
8160
|
+
"submit",
|
|
8161
|
+
"continue",
|
|
8162
|
+
"wizard",
|
|
8163
|
+
"full-form"
|
|
8164
|
+
],
|
|
8165
|
+
"related": [
|
|
8166
|
+
"reg-team-size",
|
|
8167
|
+
"segmented-control-billing-tabs",
|
|
8168
|
+
"reg-step-footer"
|
|
8169
|
+
],
|
|
8170
|
+
"tags": {
|
|
8171
|
+
"complexity": "simple",
|
|
8172
|
+
"form": "signup"
|
|
8173
|
+
}
|
|
8174
|
+
}
|
|
8175
|
+
},
|
|
6361
8176
|
{
|
|
6362
8177
|
"name": "reg-team-size",
|
|
6363
8178
|
"kind": "block",
|
|
@@ -6382,6 +8197,58 @@
|
|
|
6382
8197
|
]
|
|
6383
8198
|
}
|
|
6384
8199
|
},
|
|
8200
|
+
{
|
|
8201
|
+
"name": "single-select-card-form",
|
|
8202
|
+
"kind": "block",
|
|
8203
|
+
"primary": "form",
|
|
8204
|
+
"instances": 1,
|
|
8205
|
+
"pages": [
|
|
8206
|
+
"/apps/user-flow/app/registration/use-case/use-case.contents.html"
|
|
8207
|
+
],
|
|
8208
|
+
"slots": [],
|
|
8209
|
+
"nested": [
|
|
8210
|
+
"reg-step-header",
|
|
8211
|
+
"reg-usecase-picker",
|
|
8212
|
+
"reg-step-footer",
|
|
8213
|
+
"reg-step-progress"
|
|
8214
|
+
],
|
|
8215
|
+
"metadata": {
|
|
8216
|
+
"domain": "forms",
|
|
8217
|
+
"description": "Complete single-select option-card form — heading, a vertical radio group of selectable cards each with a title and description, with a free-text textarea revealed on the 'Something else' option, and a submit footer. The full single-choice form composition with header and footer. Use for 'option picker form', 'single-select card form', 'radio card form', 'survey question form'.",
|
|
8218
|
+
"keywords": [
|
|
8219
|
+
"single-select",
|
|
8220
|
+
"form",
|
|
8221
|
+
"option-card",
|
|
8222
|
+
"radio",
|
|
8223
|
+
"group",
|
|
8224
|
+
"cards",
|
|
8225
|
+
"heading",
|
|
8226
|
+
"description",
|
|
8227
|
+
"pick",
|
|
8228
|
+
"choose",
|
|
8229
|
+
"use-case",
|
|
8230
|
+
"survey",
|
|
8231
|
+
"question",
|
|
8232
|
+
"textarea",
|
|
8233
|
+
"other",
|
|
8234
|
+
"complete",
|
|
8235
|
+
"card",
|
|
8236
|
+
"footer",
|
|
8237
|
+
"submit",
|
|
8238
|
+
"continue",
|
|
8239
|
+
"full-form"
|
|
8240
|
+
],
|
|
8241
|
+
"related": [
|
|
8242
|
+
"reg-usecase-picker",
|
|
8243
|
+
"radio-button-group",
|
|
8244
|
+
"reg-step-footer"
|
|
8245
|
+
],
|
|
8246
|
+
"tags": {
|
|
8247
|
+
"complexity": "simple",
|
|
8248
|
+
"form": "single-select"
|
|
8249
|
+
}
|
|
8250
|
+
}
|
|
8251
|
+
},
|
|
6385
8252
|
{
|
|
6386
8253
|
"name": "reg-usecase-picker",
|
|
6387
8254
|
"kind": "block",
|
|
@@ -6486,6 +8353,94 @@
|
|
|
6486
8353
|
]
|
|
6487
8354
|
}
|
|
6488
8355
|
},
|
|
8356
|
+
{
|
|
8357
|
+
"name": "checkout-order-summary-card",
|
|
8358
|
+
"kind": "block",
|
|
8359
|
+
"primary": "card-ui",
|
|
8360
|
+
"instances": 1,
|
|
8361
|
+
"pages": [
|
|
8362
|
+
"/playgrounds/composed-flow/app/composed-flow.contents.html"
|
|
8363
|
+
],
|
|
8364
|
+
"slots": [],
|
|
8365
|
+
"nested": [],
|
|
8366
|
+
"metadata": {
|
|
8367
|
+
"domain": "billing",
|
|
8368
|
+
"description": "Checkout order-summary card — a card listing the line items being purchased (each an icon, product name, and detail) above a divider and a right-aligned grand total. The 'what you're paying for' panel beside a payment form at checkout.",
|
|
8369
|
+
"keywords": [
|
|
8370
|
+
"checkout",
|
|
8371
|
+
"order",
|
|
8372
|
+
"summary",
|
|
8373
|
+
"cart",
|
|
8374
|
+
"line",
|
|
8375
|
+
"items",
|
|
8376
|
+
"products",
|
|
8377
|
+
"purchase",
|
|
8378
|
+
"total",
|
|
8379
|
+
"cost",
|
|
8380
|
+
"price",
|
|
8381
|
+
"subtotal",
|
|
8382
|
+
"review",
|
|
8383
|
+
"basket",
|
|
8384
|
+
"bag",
|
|
8385
|
+
"receipt",
|
|
8386
|
+
"order",
|
|
8387
|
+
"details",
|
|
8388
|
+
"billing",
|
|
8389
|
+
"list",
|
|
8390
|
+
"items",
|
|
8391
|
+
"shipping",
|
|
8392
|
+
"grand",
|
|
8393
|
+
"total",
|
|
8394
|
+
"ecommerce",
|
|
8395
|
+
"buy"
|
|
8396
|
+
]
|
|
8397
|
+
}
|
|
8398
|
+
},
|
|
8399
|
+
{
|
|
8400
|
+
"name": "feature-toggle-switch-grid",
|
|
8401
|
+
"kind": "block",
|
|
8402
|
+
"primary": "grid-ui",
|
|
8403
|
+
"instances": 1,
|
|
8404
|
+
"pages": [
|
|
8405
|
+
"/playgrounds/composed-flow/app/composed-flow.contents.html"
|
|
8406
|
+
],
|
|
8407
|
+
"slots": [],
|
|
8408
|
+
"nested": [],
|
|
8409
|
+
"metadata": {
|
|
8410
|
+
"domain": "settings",
|
|
8411
|
+
"description": "Feature-toggle switch grid — a two-column grid pairing each inline labelled switch with a caption explaining what turning it off does. The 'enable / disable individual features' settings panel where every row is a toggle plus a one-line consequence note.",
|
|
8412
|
+
"keywords": [
|
|
8413
|
+
"feature",
|
|
8414
|
+
"toggle",
|
|
8415
|
+
"switch",
|
|
8416
|
+
"grid",
|
|
8417
|
+
"settings",
|
|
8418
|
+
"options",
|
|
8419
|
+
"enable",
|
|
8420
|
+
"disable",
|
|
8421
|
+
"on",
|
|
8422
|
+
"off",
|
|
8423
|
+
"flags",
|
|
8424
|
+
"preferences",
|
|
8425
|
+
"capabilities",
|
|
8426
|
+
"inline",
|
|
8427
|
+
"labelled",
|
|
8428
|
+
"switch",
|
|
8429
|
+
"caption",
|
|
8430
|
+
"explanation",
|
|
8431
|
+
"two",
|
|
8432
|
+
"column",
|
|
8433
|
+
"controls",
|
|
8434
|
+
"panel",
|
|
8435
|
+
"feature",
|
|
8436
|
+
"flags",
|
|
8437
|
+
"toggles",
|
|
8438
|
+
"settings",
|
|
8439
|
+
"list",
|
|
8440
|
+
"configuration"
|
|
8441
|
+
]
|
|
8442
|
+
}
|
|
8443
|
+
},
|
|
6489
8444
|
{
|
|
6490
8445
|
"name": "playground-table-toolbar",
|
|
6491
8446
|
"kind": "block",
|
|
@@ -8314,6 +10269,163 @@
|
|
|
8314
10269
|
]
|
|
8315
10270
|
}
|
|
8316
10271
|
},
|
|
10272
|
+
{
|
|
10273
|
+
"name": "signup-form-card",
|
|
10274
|
+
"kind": "block",
|
|
10275
|
+
"primary": "card-ui",
|
|
10276
|
+
"instances": 1,
|
|
10277
|
+
"pages": [
|
|
10278
|
+
"/catalog/ui-patterns/v050-form-blocks/v050-form-blocks.contents.html"
|
|
10279
|
+
],
|
|
10280
|
+
"slots": [],
|
|
10281
|
+
"nested": [],
|
|
10282
|
+
"metadata": {
|
|
10283
|
+
"domain": "forms",
|
|
10284
|
+
"description": "Canonical full signup / create-account form card — heading and subheading, then name, email, password, and confirm-password fields each as a field-ui label wrapping an input-ui, a terms-acceptance checkbox, and a footer with a full-width Create account button plus a sign-in link. The complete form composition (header + fields + actions footer). Use for 'signup form', 'create account form', 'registration form', 'sign up'.",
|
|
10285
|
+
"keywords": [
|
|
10286
|
+
"signup",
|
|
10287
|
+
"form",
|
|
10288
|
+
"create",
|
|
10289
|
+
"account",
|
|
10290
|
+
"register",
|
|
10291
|
+
"registration",
|
|
10292
|
+
"sign",
|
|
10293
|
+
"up",
|
|
10294
|
+
"name",
|
|
10295
|
+
"email",
|
|
10296
|
+
"password",
|
|
10297
|
+
"confirm",
|
|
10298
|
+
"terms",
|
|
10299
|
+
"checkbox",
|
|
10300
|
+
"field",
|
|
10301
|
+
"input",
|
|
10302
|
+
"label",
|
|
10303
|
+
"complete",
|
|
10304
|
+
"card",
|
|
10305
|
+
"heading",
|
|
10306
|
+
"footer",
|
|
10307
|
+
"submit",
|
|
10308
|
+
"button",
|
|
10309
|
+
"full-form"
|
|
10310
|
+
]
|
|
10311
|
+
}
|
|
10312
|
+
},
|
|
10313
|
+
{
|
|
10314
|
+
"name": "contact-form-card",
|
|
10315
|
+
"kind": "block",
|
|
10316
|
+
"primary": "card-ui",
|
|
10317
|
+
"instances": 1,
|
|
10318
|
+
"pages": [
|
|
10319
|
+
"/catalog/ui-patterns/v050-form-blocks/v050-form-blocks.contents.html"
|
|
10320
|
+
],
|
|
10321
|
+
"slots": [],
|
|
10322
|
+
"nested": [],
|
|
10323
|
+
"metadata": {
|
|
10324
|
+
"domain": "forms",
|
|
10325
|
+
"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'.",
|
|
10326
|
+
"keywords": [
|
|
10327
|
+
"contact",
|
|
10328
|
+
"form",
|
|
10329
|
+
"contact-us",
|
|
10330
|
+
"message",
|
|
10331
|
+
"name",
|
|
10332
|
+
"email",
|
|
10333
|
+
"subject",
|
|
10334
|
+
"textarea",
|
|
10335
|
+
"send",
|
|
10336
|
+
"submit",
|
|
10337
|
+
"reset",
|
|
10338
|
+
"clear",
|
|
10339
|
+
"two-column",
|
|
10340
|
+
"grid",
|
|
10341
|
+
"field",
|
|
10342
|
+
"input",
|
|
10343
|
+
"label",
|
|
10344
|
+
"complete",
|
|
10345
|
+
"card",
|
|
10346
|
+
"heading",
|
|
10347
|
+
"footer",
|
|
10348
|
+
"dual-action",
|
|
10349
|
+
"full-form"
|
|
10350
|
+
]
|
|
10351
|
+
}
|
|
10352
|
+
},
|
|
10353
|
+
{
|
|
10354
|
+
"name": "login-form-card",
|
|
10355
|
+
"kind": "block",
|
|
10356
|
+
"primary": "card-ui",
|
|
10357
|
+
"instances": 1,
|
|
10358
|
+
"pages": [
|
|
10359
|
+
"/catalog/ui-patterns/v050-form-blocks/v050-form-blocks.contents.html"
|
|
10360
|
+
],
|
|
10361
|
+
"slots": [],
|
|
10362
|
+
"nested": [],
|
|
10363
|
+
"metadata": {
|
|
10364
|
+
"domain": "forms",
|
|
10365
|
+
"description": "Canonical full login / sign-in form card — heading, email and password fields each as a field-ui label wrapping an input-ui, a remember-me checkbox alongside a forgot-password link, and a footer with a full-width Sign in button plus a create-account link. The complete form composition (header + fields + actions footer). Use for 'login form', 'sign in form', 'log in', 'authentication form'.",
|
|
10366
|
+
"keywords": [
|
|
10367
|
+
"login",
|
|
10368
|
+
"form",
|
|
10369
|
+
"sign",
|
|
10370
|
+
"in",
|
|
10371
|
+
"log",
|
|
10372
|
+
"in",
|
|
10373
|
+
"signin",
|
|
10374
|
+
"authentication",
|
|
10375
|
+
"email",
|
|
10376
|
+
"password",
|
|
10377
|
+
"remember",
|
|
10378
|
+
"me",
|
|
10379
|
+
"forgot",
|
|
10380
|
+
"password",
|
|
10381
|
+
"field",
|
|
10382
|
+
"input",
|
|
10383
|
+
"label",
|
|
10384
|
+
"complete",
|
|
10385
|
+
"card",
|
|
10386
|
+
"heading",
|
|
10387
|
+
"footer",
|
|
10388
|
+
"submit",
|
|
10389
|
+
"button",
|
|
10390
|
+
"credentials",
|
|
10391
|
+
"full-form"
|
|
10392
|
+
]
|
|
10393
|
+
}
|
|
10394
|
+
},
|
|
10395
|
+
{
|
|
10396
|
+
"name": "form-field-with-error",
|
|
10397
|
+
"kind": "block",
|
|
10398
|
+
"primary": "card-ui",
|
|
10399
|
+
"instances": 1,
|
|
10400
|
+
"pages": [
|
|
10401
|
+
"/catalog/ui-patterns/v050-form-blocks/v050-form-blocks.contents.html"
|
|
10402
|
+
],
|
|
10403
|
+
"slots": [],
|
|
10404
|
+
"nested": [],
|
|
10405
|
+
"metadata": {
|
|
10406
|
+
"domain": "forms",
|
|
10407
|
+
"description": "Form fields showing the canonical validation-error shape — a field-ui whose slotted input-ui carries an `error` message (the error renders below the control in danger style, NOT as a sibling element), shown next to a valid field with a hint for contrast. Use for 'form with validation errors', 'invalid field state', 'form field error message'.",
|
|
10408
|
+
"keywords": [
|
|
10409
|
+
"form",
|
|
10410
|
+
"field",
|
|
10411
|
+
"validation",
|
|
10412
|
+
"error",
|
|
10413
|
+
"invalid",
|
|
10414
|
+
"danger",
|
|
10415
|
+
"message",
|
|
10416
|
+
"hint",
|
|
10417
|
+
"required",
|
|
10418
|
+
"input",
|
|
10419
|
+
"field-ui",
|
|
10420
|
+
"error-state",
|
|
10421
|
+
"inline-error",
|
|
10422
|
+
"feedback",
|
|
10423
|
+
"aria",
|
|
10424
|
+
"validation-message",
|
|
10425
|
+
"canonical"
|
|
10426
|
+
]
|
|
10427
|
+
}
|
|
10428
|
+
},
|
|
8317
10429
|
{
|
|
8318
10430
|
"name": "hero-section-split",
|
|
8319
10431
|
"kind": "block",
|