@adia-ai/gen-ui 0.8.48 → 0.8.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/compose/transpiler/transpiler-maps.js +21 -0
  3. package/corpus/chunk-embeddings.json +1 -1
  4. package/corpus/chunks/_index.json +65 -4
  5. package/corpus/chunks/_source-hashes.json +14 -13
  6. package/corpus/chunks/auth-account-deleted.json +3 -2
  7. package/corpus/chunks/auth-email-verify.json +3 -2
  8. package/corpus/chunks/auth-forbidden.json +3 -2
  9. package/corpus/chunks/auth-link-expired.json +3 -2
  10. package/corpus/chunks/auth-locked-account.json +3 -2
  11. package/corpus/chunks/auth-mfa-enrollment.json +3 -2
  12. package/corpus/chunks/auth-new-password.json +3 -2
  13. package/corpus/chunks/auth-password-reset.json +3 -2
  14. package/corpus/chunks/auth-profile-setup.json +3 -2
  15. package/corpus/chunks/auth-reset-sent.json +3 -2
  16. package/corpus/chunks/auth-session-expired.json +3 -2
  17. package/corpus/chunks/auth-signin-card-email.json +3 -2
  18. package/corpus/chunks/auth-signin-card-mfa.json +3 -2
  19. package/corpus/chunks/auth-signin-card-otp.json +3 -2
  20. package/corpus/chunks/auth-signin-card-password.json +3 -2
  21. package/corpus/chunks/auth-signin-card-recovery.json +3 -2
  22. package/corpus/chunks/auth-signout.json +3 -2
  23. package/corpus/chunks/auth-signup-entry.json +3 -2
  24. package/corpus/chunks/auth-signup-verify.json +3 -2
  25. package/corpus/chunks/auth-sso-required.json +3 -2
  26. package/corpus/chunks/auth-team-invite.json +3 -2
  27. package/corpus/chunks/card-with-sparkline.json +2 -1
  28. package/corpus/chunks/chat-streaming-surface.json +2 -1
  29. package/corpus/chunks/choice-card-onboarding.json +64 -0
  30. package/corpus/chunks/destructive-confirm-modal.json +2 -1
  31. package/corpus/chunks/error-404.json +3 -2
  32. package/corpus/chunks/error-500.json +3 -2
  33. package/corpus/chunks/error-maintenance.json +3 -2
  34. package/corpus/chunks/import-mapping-flow.json +2 -1
  35. package/corpus/chunks/table-toolbar-adiav2-row.json +2 -3
  36. package/corpus/chunks/table-toolbar-chrome-only-empty.json +2 -3
  37. package/corpus/chunks/table-toolbar-summary-slot.json +200 -0
  38. package/corpus/chunks/table-toolbar-title-always.json +2 -3
  39. package/corpus/chunks/usage-quota-meter-card.json +3 -1
  40. package/corpus/manifest.json +4 -4
  41. package/package.json +1 -1
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "schema": "genui-chunk-index@2",
3
- "captured_at": "2026-08-23T14:50:58.244Z",
4
- "total_instances": 713,
5
- "unique_names": 564,
3
+ "captured_at": "2026-08-24T22:42:00.521Z",
4
+ "total_instances": 715,
5
+ "unique_names": 566,
6
6
  "by_kind": {
7
- "block": 685,
7
+ "block": 687,
8
8
  "page": 21,
9
9
  "panel": 7
10
10
  },
@@ -12371,6 +12371,37 @@
12371
12371
  ]
12372
12372
  }
12373
12373
  },
12374
+ {
12375
+ "name": "choice-card-onboarding",
12376
+ "kind": "block",
12377
+ "primary": "choice-card-ui",
12378
+ "instances": 1,
12379
+ "pages": [
12380
+ "/packages/web-components/components/choice-card/choice-card.examples.html"
12381
+ ],
12382
+ "slots": [],
12383
+ "nested": [],
12384
+ "metadata": {
12385
+ "domain": "navigation",
12386
+ "description": "Onboarding role picker - three navigational choice rows (label + description + caret) inside one self-dividing card. Signup / account-setup flows that route to a different next screen per choice.",
12387
+ "keywords": [
12388
+ "choice",
12389
+ "card",
12390
+ "option",
12391
+ "row",
12392
+ "picker",
12393
+ "onboarding",
12394
+ "signup",
12395
+ "role",
12396
+ "plan",
12397
+ "bill",
12398
+ "navigational",
12399
+ "actionable",
12400
+ "divider",
12401
+ "caret"
12402
+ ]
12403
+ }
12404
+ },
12374
12405
  {
12375
12406
  "name": "col-form-stack",
12376
12407
  "kind": "block",
@@ -13722,6 +13753,36 @@
13722
13753
  ]
13723
13754
  }
13724
13755
  },
13756
+ {
13757
+ "name": "table-toolbar-summary-slot",
13758
+ "kind": "block",
13759
+ "primary": "div",
13760
+ "instances": 1,
13761
+ "pages": [
13762
+ "/packages/web-components/components/table-toolbar/table-toolbar.examples.html"
13763
+ ],
13764
+ "slots": [],
13765
+ "nested": [],
13766
+ "metadata": {
13767
+ "domain": "data",
13768
+ "description": "[slot="summary"] (gh#1883) — a trailing aggregate/total datum that belongs with the table but isn't pagination context, e.g. batch-detail's line-items Subtotal. Renders after actions-leading, before the page-size select / actions, same flex row, sized via --table-toolbar-summary-size.",
13769
+ "keywords": [
13770
+ "table",
13771
+ "toolbar",
13772
+ "summary",
13773
+ "slot",
13774
+ "subtotal",
13775
+ "total",
13776
+ "aggregate",
13777
+ "line",
13778
+ "items",
13779
+ "batch",
13780
+ "detail",
13781
+ "data",
13782
+ "grid"
13783
+ ]
13784
+ }
13785
+ },
13725
13786
  {
13726
13787
  "name": "time-picker-min-max",
13727
13788
  "kind": "block",
@@ -6,8 +6,8 @@
6
6
  "apps/construct-canvas/app/construct-canvas.html": "c35dfc8d6a295a6d699628d375ac7d2598647b7c17ae5bae0433f2c923a28192",
7
7
  "apps/embedded-app/app/_ramp/index.html": "ada65c84045f155696ddbba3c6d2caa0ea7e3f48818bf0182b52d70499f296a0",
8
8
  "apps/embedded-app/app/component-sheet/index.html": "907c9559977e197da33e2df7687614f52bf46a65b9f75db94615d6d956730e47",
9
- "apps/embedded-app/app/patient-labs/src/index.html": "a415281abbdc4ac868de9bd126aac5bfa23b1a0fa00468fda2720f01854cbfba",
10
- "apps/embedded-app/app/population-health/src/index.html": "582a90b4bd7a8b653cbe4623b8a4cedef58aedbeb6dee7c241e2766ba534d562",
9
+ "apps/embedded-app/app/patient-labs/src/index.html": "208a331b4acc0b4388ee2c25e643284a1677ef2a71e7047384068f6c1286671c",
10
+ "apps/embedded-app/app/population-health/src/index.html": "a33f2de3554ca49b1925c97e7c70722964c71e49f7134a75dabb640cc58329ce",
11
11
  "apps/errors/app/404/404.contents.html": "0c189e7120e5b48865efb24b24ec1dbe33be56a1ca37541e0bc4f45db3165443",
12
12
  "apps/errors/app/404/404.html": "7d95433a5850705b3572f671ef83034d4293cda135ded874b80b1f1b3c52b765",
13
13
  "apps/errors/app/500/500.contents.html": "e06f7390d1fda41505b257ea524d7b059a907073dc770e850b8d1f766ffccc54",
@@ -279,7 +279,7 @@
279
279
  "catalog/ui-patterns/v050-marketing-blocks/v050-marketing-blocks.html": "7833b21ee84643978cd3ca0e6ff20caa20ec8cbc9a55e371aa295a532f8ed48a",
280
280
  "catalog/ui-patterns/v050-nav-blocks/v050-nav-blocks.contents.html": "511510f5c5315f2c9fd2607db78c6989c2b3376f1f23367406ce748ab8ed79ad",
281
281
  "catalog/ui-patterns/v050-nav-blocks/v050-nav-blocks.html": "196862f06f495547d85f542e6a0eee152ab40a40ca969c93b0cbd0733de5a5e2",
282
- "packages/gen-ui/a2ui/catalog/tier-index.json": "0f2839882aed119c581652b27cc77f8d2625578e785a0276d2a239f32254f039",
282
+ "packages/gen-ui/a2ui/catalog/tier-index.json": "6517b656cc57c9fd7294d15d04629f38268e070583e11dc797ad9daf81eac55b",
283
283
  "packages/web-components/components/accordion/accordion.examples.html": "2a809c9da20b8bf4107ca6f110e002323ea09b8e0853eea1c7c54fc39298bf5d",
284
284
  "packages/web-components/components/action-list/action-list.examples.html": "c9c506bfd5a5411891098e2400196b0ee1970bc82430c20718705c571de2d66e",
285
285
  "packages/web-components/components/adia-mark/adia-mark.examples.html": "3f8f6a0124527f917d715e4b92a8f0c5b57251f8a1402cbd9fcd5110337248a6",
@@ -306,6 +306,7 @@
306
306
  "packages/web-components/components/chart/chart.examples.html": "95320c90e75c1d97b8580d9ee885bfec94066d0a917e0773d62264e410a63ca5",
307
307
  "packages/web-components/components/chat-thread/chat-thread.examples.html": "d3d11cca05b944a3c6ec3ecb764a95cd1a4659f63aeff81b1acecea95d52ef12",
308
308
  "packages/web-components/components/check/check.examples.html": "6fcbde27bf829094ebf8c73183feb1763ccb7407ec95a6756d82a86ed3802502",
309
+ "packages/web-components/components/choice-card/choice-card.examples.html": "3d7f1a16a11f6d79587ed4683b282fa9bfbd828231adc4085d2371e9b49a563f",
309
310
  "packages/web-components/components/code/code.examples.html": "959ee1fa144f9fb0234a040c64899cd6becf97506366ad0095869b656a17ace8",
310
311
  "packages/web-components/components/col/col.examples.html": "6059a5af25d5416ff6951b839a6779db28d40400b1e0c578409d8d25b5b964fd",
311
312
  "packages/web-components/components/color-area/color-area.examples.html": "f169c099e47feedfaa4f77795ede8a462a03307587648063eac754db68945eb2",
@@ -378,7 +379,7 @@
378
379
  "packages/web-components/components/slider/slider.examples.html": "95e4766992b49e4602c852f5cc07ddf53911cba4224f513afa6d6af6f13c0a13",
379
380
  "packages/web-components/components/spinner/spinner.examples.html": "3f5d4f56dd94e80104b32f0d0aac97d0116f787ea1071941ce80c59527159a47",
380
381
  "packages/web-components/components/stack/stack.examples.html": "df01666124549c7b9d3814de7e54ebc1851a6b23719463cb70ef4a2fe2f559de",
381
- "packages/web-components/components/stat/stat.examples.html": "ad5469ce6c164067d944f3e83dba8b9c8cb526494af9f274f1479a5dfda13cec",
382
+ "packages/web-components/components/stat/stat.examples.html": "74a28ceb8c43444d56f3a30b71c0232f5e1bbef8fb030480b71c7f8715cb4398",
382
383
  "packages/web-components/components/step-progress/step-progress.examples.html": "a7a20d41ef7340f4bc9e6990fc6d6bd2e949a241abc263b78f3fdb41e68df502",
383
384
  "packages/web-components/components/stepper/stepper.examples.html": "46906228962dc40500556dff7b8cb8484c32d74c90a637701ab6942db3eac066",
384
385
  "packages/web-components/components/stream/stream.examples.html": "4a7ec905a7aa044f4afc1f7b32051eee7bc9a46d8b3e8a9f801b6d3661c1cc72",
@@ -386,8 +387,8 @@
386
387
  "packages/web-components/components/swiper/swiper.examples.html": "cfc9f8d6a2f0afda7a7500eca601d7c0e51c025edfdb8e797b80781a3e74a8b2",
387
388
  "packages/web-components/components/switch/switch.examples.html": "5ced4977f950fdb632cf44e769e1dec431148e9c9fd4752b71b11ce203a2fa37",
388
389
  "packages/web-components/components/table-footer/table-footer.examples.html": "41b5aab9c895436a68965a930abb2063eedd1f04ad32d45c855dd3806a8cd635",
389
- "packages/web-components/components/table-toolbar/table-toolbar.examples.html": "90c9cc8d1124fccb4169bd817768a48a67af2ff7c67402b3c42a20dd321aee18",
390
- "packages/web-components/components/table/table.examples.html": "f903f209f5f0f0b9c07b83678b9553a033544d56943643039255f7125f4b4d13",
390
+ "packages/web-components/components/table-toolbar/table-toolbar.examples.html": "4732ba062baf2c591f2dcd83b1081606a35c92ac9b58458a489153d831346463",
391
+ "packages/web-components/components/table/table.examples.html": "14ce1827aaee548b0c8880a612d385cc7bb0fab97a8c847013ae44ffb2f7d6d5",
391
392
  "packages/web-components/components/tabs/tabs.examples.html": "1e083a7a44d099ff5af13c4ee47d359625c37a9643ca0b9350fd3d49de42f976",
392
393
  "packages/web-components/components/tag/tag.examples.html": "c257e75298afd2b6aee139c84638be9941fc8de9ade5fa7e240137824c5c7d24",
393
394
  "packages/web-components/components/tags-input/tags-input.examples.html": "1773f1a9bba62e97959a182fa278c22bd4e37296fc71502d166114769edfc25f",
@@ -450,11 +451,11 @@
450
451
  "packages/web-components/patterns/timezone-selector/timezone-selector.examples.html": "357346473185dae5f1e4147417f45d6d14562ca6fe5afa74895be094273a7ebc",
451
452
  "packages/web-components/patterns/wizard-drawer/wizard-drawer.examples.html": "6a53d6d720000af8c1ac78199e40cffcbf204f8455c08154fac5be26fda29e2e",
452
453
  "packages/web-components/styles/accessibility.examples.html": "512776a5297fc2363e3e579910e57724d6bb4bd32bc5d3040e024765544ffdfe",
453
- "packages/web-components/styles/colors.examples.html": "32026fde117cbdc5abd3f6c6cf21d05e017fe4859a920497326275377b35e040",
454
+ "packages/web-components/styles/colors.examples.html": "6b5f811de88293e23aefff28258fe94b55f89f73aeac7b4efbcd71a1e139e898",
454
455
  "packages/web-components/styles/elevation.examples.html": "7ead1d8631a074346875609939edbaeeb071b5bf1082536fa67da4b78d063fdd",
455
456
  "packages/web-components/styles/icons.examples.html": "2d263dfb021844e9a7cf85e23f41c16217d4e81be31f025036f7ce4035a9817a",
456
457
  "packages/web-components/styles/motion.examples.html": "6ef692bf55e4260f7f1c812c8fa94016dd7cc5f936accacd35bb42c7e1dfeb05",
457
- "packages/web-components/styles/overview.examples.html": "51a342a72b591556aa2572b18e42b161dd69dd2a93b8516c0c0e9e073e612abe",
458
+ "packages/web-components/styles/overview.examples.html": "2ef023033d5c918abcb851ba658a623ee38cc3e58e42bd74f9ba2c0df7f14cd0",
458
459
  "packages/web-components/styles/parametric.examples.html": "3eb7485fec0c4beddc24710555228f192c3a2c9cb917a4b72b97b478f332b646",
459
460
  "packages/web-components/styles/spacing.examples.html": "c3ab1ead7f3723620d3d80953e7acd223524f90fd9104a36d104c79f1ccfd638",
460
461
  "packages/web-components/styles/type-scale-review.examples.html": "5ec6566a4068e7895d3ce78a99eea7eb1939b62430574637ed1215b92c34199d",
@@ -534,17 +535,17 @@
534
535
  "site/pages/architecture/heuristics.html": "f2e77ef88d4ee9378cc58339528ce8b81a5b1f1cccfce0f36fddc3503472d7f8",
535
536
  "site/pages/architecture/ontology.html": "7fb9099ece91ffaa52ffaa014a32f8fe5d648e8a7aa70893b194e9869f660323",
536
537
  "site/pages/architecture/reactivity.html": "3522094dbe309f2e0cc87353eaf0e85e058b0d9b55656621bebc8453dba2e7e7",
537
- "site/pages/architecture/sizing-and-scale.html": "69d8391c36b00edb308a5a42fb60c748beb691e14fae894f5e3cbeab9fef0d88",
538
+ "site/pages/architecture/sizing-and-scale.html": "c8a945c1a7a026ce2aeeb5f5211911c4621a3739975e32c6d6d3284690e2819f",
538
539
  "site/pages/architecture/traits.html": "3b784b4b9645dfa5c9fdd4aedb00a921559df9a7d714d505a80b3669e53a3027",
539
540
  "site/pages/getting-started/agents.html": "176ab108d4e31e4fdd9fe0bd7361484e144267ec0d863b99bc955bd60ab86777",
540
541
  "site/pages/getting-started/cdn-usage.html": "9d326ff56ea37b48d05f0447ffbfd2bd12c6cb74cb165f5f969e764064a044ab",
541
- "site/pages/getting-started/factory-plugin.html": "fdd27c39d2823815f2e760be40e49c7f341c80faf370936de910dce2ab9c5a38",
542
+ "site/pages/getting-started/factory-plugin.html": "70529d4e1bb6607c3cd51cfe195491c0f54734fd9816d78c1e9906a56a58662f",
542
543
  "site/pages/getting-started/forge-plugin.html": "c8bdac98e133f226c90006b8122db80fcee8b45f21083748975706cea14286d1",
543
544
  "site/pages/getting-started/installation.html": "21aa741d90955eea9364f3fad6ad79d7ba256d58376daf4eda954a47bf46cec5",
544
545
  "site/pages/getting-started/introduction.html": "37428f9537c23e3045516199aab47edd26e152bf6406c729544ee6094b20189a",
545
- "site/pages/getting-started/plugins.html": "d1614a5d3bdb5d5a1ac77a144b165b2f2a97752ad6649528129dc4bb79c34b4a",
546
+ "site/pages/getting-started/plugins.html": "d83ed9b2cd57e0e6bba1d6e86be5510610cd2949463cd6ba37310b828ae03491",
546
547
  "site/pages/getting-started/quick-start.html": "27a96ae34547a07e19839fb622b214e3d3b6012c68fd9f6af295b7cc461c5524",
547
- "site/pages/getting-started/theming.html": "96a9f16e4daeae7991762a9126816c583c710643aaba2c6d6aff13f819372ace",
548
+ "site/pages/getting-started/theming.html": "050a51281544f7a6676a3074ed4f3165e276f198ebba1d45e9d34bd0022d4532",
548
549
  "site/pages/getting-started/usage.html": "23f477ad6e505876e36d6c774cd49acc3bb483f7e4872ea8d6d5261fdab02b4f",
549
550
  "site/pages/guides/agent-skills.html": "647864bb9c6e43ed123c95b48201f3e55a5bb26e8a77cd0ee65ad361df47bd97",
550
551
  "site/pages/guides/creating-components.html": "f34020a12d91a0239b6303e32b3c39ecc47d7a96ccfa7ff10fc12e313065a5d6",
@@ -565,7 +566,7 @@
565
566
  "site/pages/patterns/overlays.html": "df68c5c96947d353b76b8f5fc2c933973be23d25eecbae00ff67fda2f21ca633",
566
567
  "site/pages/patterns/responsive.html": "971b6b604df97dc8e5b5df026517595339454c827fbb99cbd0c1baa71a84de26",
567
568
  "site/pages/patterns/shells.html": "7b144442ee6cb3daba4dbab5e74eadeb3e1311e61ea10f4a2281b95d9b5f8550",
568
- "site/pages/reference/breaking-changes.html": "bca38d4e9f2568fcdce4762d886cc01433e601aef3b7dbd9bb32b0ce3135110a",
569
+ "site/pages/reference/breaking-changes.html": "49398635b2ea92b980657ee96e10952dba22694089382d62b5b48e434b6eff99",
569
570
  "site/pages/reference/canvas-wiring.html": "19626c550c4d00197cf1adb8c8c6154093d8a3ee2487347632a3e1a250c2f355",
570
571
  "site/pages/reference/decisions.html": "772ac18a3305043f5aa48a9899a5c3803ad32b272763fcbd6027d7389a66b90c",
571
572
  "site/pages/reference/engines.html": "04e76b6ef6e428a66b45b3804e92342e2c15f845f90569105950215ac7aa085c",
@@ -26,11 +26,12 @@
26
26
  "confirmation"
27
27
  ]
28
28
  },
29
- "captured_at": "2026-08-06T10:45:35.201Z",
29
+ "captured_at": "2026-08-24T16:18:56.878Z",
30
30
  "template": [
31
31
  {
32
32
  "id": "adia-mark",
33
- "component": "AdiaMark"
33
+ "component": "AdiaMark",
34
+ "style": "--adia-mark-size: 5rem"
34
35
  },
35
36
  {
36
37
  "id": "adia-ui-home",
@@ -27,11 +27,12 @@
27
27
  "inbox"
28
28
  ]
29
29
  },
30
- "captured_at": "2026-08-06T10:45:35.201Z",
30
+ "captured_at": "2026-08-24T16:18:56.878Z",
31
31
  "template": [
32
32
  {
33
33
  "id": "adia-mark",
34
- "component": "AdiaMark"
34
+ "component": "AdiaMark",
35
+ "style": "--adia-mark-size: 5rem"
35
36
  },
36
37
  {
37
38
  "id": "adia-ui-home",
@@ -27,11 +27,12 @@
27
27
  "403"
28
28
  ]
29
29
  },
30
- "captured_at": "2026-08-06T10:45:35.201Z",
30
+ "captured_at": "2026-08-24T16:18:56.878Z",
31
31
  "template": [
32
32
  {
33
33
  "id": "adia-mark",
34
- "component": "AdiaMark"
34
+ "component": "AdiaMark",
35
+ "style": "--adia-mark-size: 5rem"
35
36
  },
36
37
  {
37
38
  "id": "adia-ui-home",
@@ -28,11 +28,12 @@
28
28
  "resend"
29
29
  ]
30
30
  },
31
- "captured_at": "2026-08-06T10:45:35.201Z",
31
+ "captured_at": "2026-08-24T16:18:56.878Z",
32
32
  "template": [
33
33
  {
34
34
  "id": "adia-mark",
35
- "component": "AdiaMark"
35
+ "component": "AdiaMark",
36
+ "style": "--adia-mark-size: 5rem"
36
37
  },
37
38
  {
38
39
  "id": "adia-ui-home",
@@ -28,11 +28,12 @@
28
28
  "security"
29
29
  ]
30
30
  },
31
- "captured_at": "2026-08-06T10:45:35.201Z",
31
+ "captured_at": "2026-08-24T16:18:56.878Z",
32
32
  "template": [
33
33
  {
34
34
  "id": "adia-mark",
35
- "component": "AdiaMark"
35
+ "component": "AdiaMark",
36
+ "style": "--adia-mark-size: 5rem"
36
37
  },
37
38
  {
38
39
  "id": "adia-ui-home",
@@ -41,11 +41,12 @@
41
41
  "layout": "card"
42
42
  }
43
43
  },
44
- "captured_at": "2026-08-06T10:45:35.201Z",
44
+ "captured_at": "2026-08-24T16:18:56.878Z",
45
45
  "template": [
46
46
  {
47
47
  "id": "adia-mark",
48
- "component": "AdiaMark"
48
+ "component": "AdiaMark",
49
+ "style": "--adia-mark-size: 5rem"
49
50
  },
50
51
  {
51
52
  "id": "adia-ui-home",
@@ -37,11 +37,12 @@
37
37
  "layout": "card"
38
38
  }
39
39
  },
40
- "captured_at": "2026-08-19T03:56:11.704Z",
40
+ "captured_at": "2026-08-24T16:18:56.878Z",
41
41
  "template": [
42
42
  {
43
43
  "id": "adia-mark",
44
- "component": "AdiaMark"
44
+ "component": "AdiaMark",
45
+ "style": "--adia-mark-size: 5rem"
45
46
  },
46
47
  {
47
48
  "id": "adia-ui-home",
@@ -38,11 +38,12 @@
38
38
  "layout": "card"
39
39
  }
40
40
  },
41
- "captured_at": "2026-08-06T10:45:35.201Z",
41
+ "captured_at": "2026-08-24T16:18:56.878Z",
42
42
  "template": [
43
43
  {
44
44
  "id": "adia-mark",
45
- "component": "AdiaMark"
45
+ "component": "AdiaMark",
46
+ "style": "--adia-mark-size: 5rem"
46
47
  },
47
48
  {
48
49
  "id": "adia-ui-home",
@@ -27,11 +27,12 @@
27
27
  "avatar"
28
28
  ]
29
29
  },
30
- "captured_at": "2026-08-19T03:56:11.704Z",
30
+ "captured_at": "2026-08-24T16:18:56.878Z",
31
31
  "template": [
32
32
  {
33
33
  "id": "adia-mark",
34
- "component": "AdiaMark"
34
+ "component": "AdiaMark",
35
+ "style": "--adia-mark-size: 5rem"
35
36
  },
36
37
  {
37
38
  "id": "adia-ui-home",
@@ -27,11 +27,12 @@
27
27
  "inbox"
28
28
  ]
29
29
  },
30
- "captured_at": "2026-08-06T10:45:35.201Z",
30
+ "captured_at": "2026-08-24T16:18:56.878Z",
31
31
  "template": [
32
32
  {
33
33
  "id": "adia-mark",
34
- "component": "AdiaMark"
34
+ "component": "AdiaMark",
35
+ "style": "--adia-mark-size: 5rem"
35
36
  },
36
37
  {
37
38
  "id": "adia-ui-home",
@@ -33,11 +33,12 @@
33
33
  "re-authenticate"
34
34
  ]
35
35
  },
36
- "captured_at": "2026-08-06T10:45:35.201Z",
36
+ "captured_at": "2026-08-24T16:18:56.878Z",
37
37
  "template": [
38
38
  {
39
39
  "id": "adia-mark",
40
- "component": "AdiaMark"
40
+ "component": "AdiaMark",
41
+ "style": "--adia-mark-size: 5rem"
41
42
  },
42
43
  {
43
44
  "id": "adia-ui-home",
@@ -41,11 +41,12 @@
41
41
  "layout": "card"
42
42
  }
43
43
  },
44
- "captured_at": "2026-08-06T10:45:35.201Z",
44
+ "captured_at": "2026-08-24T16:18:56.878Z",
45
45
  "template": [
46
46
  {
47
47
  "id": "adia-mark",
48
- "component": "AdiaMark"
48
+ "component": "AdiaMark",
49
+ "style": "--adia-mark-size: 5rem"
49
50
  },
50
51
  {
51
52
  "id": "adia-ui-home",
@@ -40,11 +40,12 @@
40
40
  "layout": "card"
41
41
  }
42
42
  },
43
- "captured_at": "2026-08-06T10:45:35.201Z",
43
+ "captured_at": "2026-08-24T16:18:56.878Z",
44
44
  "template": [
45
45
  {
46
46
  "id": "adia-mark",
47
- "component": "AdiaMark"
47
+ "component": "AdiaMark",
48
+ "style": "--adia-mark-size: 5rem"
48
49
  },
49
50
  {
50
51
  "id": "adia-ui-home",
@@ -35,11 +35,12 @@
35
35
  "layout": "card"
36
36
  }
37
37
  },
38
- "captured_at": "2026-08-19T03:56:11.704Z",
38
+ "captured_at": "2026-08-24T16:18:56.878Z",
39
39
  "template": [
40
40
  {
41
41
  "id": "adia-mark",
42
- "component": "AdiaMark"
42
+ "component": "AdiaMark",
43
+ "style": "--adia-mark-size: 5rem"
43
44
  },
44
45
  {
45
46
  "id": "adia-ui-home",
@@ -36,11 +36,12 @@
36
36
  "layout": "card"
37
37
  }
38
38
  },
39
- "captured_at": "2026-08-06T10:45:35.201Z",
39
+ "captured_at": "2026-08-24T16:18:56.878Z",
40
40
  "template": [
41
41
  {
42
42
  "id": "adia-mark",
43
- "component": "AdiaMark"
43
+ "component": "AdiaMark",
44
+ "style": "--adia-mark-size: 5rem"
44
45
  },
45
46
  {
46
47
  "id": "adia-ui-home",
@@ -28,11 +28,12 @@
28
28
  "phone"
29
29
  ]
30
30
  },
31
- "captured_at": "2026-08-19T03:56:11.704Z",
31
+ "captured_at": "2026-08-24T16:18:56.878Z",
32
32
  "template": [
33
33
  {
34
34
  "id": "adia-mark",
35
- "component": "AdiaMark"
35
+ "component": "AdiaMark",
36
+ "style": "--adia-mark-size: 5rem"
36
37
  },
37
38
  {
38
39
  "id": "adia-ui-home",
@@ -28,11 +28,12 @@
28
28
  "end"
29
29
  ]
30
30
  },
31
- "captured_at": "2026-08-06T10:45:35.201Z",
31
+ "captured_at": "2026-08-24T16:18:56.878Z",
32
32
  "template": [
33
33
  {
34
34
  "id": "adia-mark",
35
- "component": "AdiaMark"
35
+ "component": "AdiaMark",
36
+ "style": "--adia-mark-size: 5rem"
36
37
  },
37
38
  {
38
39
  "id": "adia-ui-home",
@@ -42,11 +42,12 @@
42
42
  "layout": "card"
43
43
  }
44
44
  },
45
- "captured_at": "2026-08-06T10:45:35.201Z",
45
+ "captured_at": "2026-08-24T16:18:56.878Z",
46
46
  "template": [
47
47
  {
48
48
  "id": "adia-mark",
49
- "component": "AdiaMark"
49
+ "component": "AdiaMark",
50
+ "style": "--adia-mark-size: 5rem"
50
51
  },
51
52
  {
52
53
  "id": "adia-ui-home",
@@ -27,11 +27,12 @@
27
27
  "inbox"
28
28
  ]
29
29
  },
30
- "captured_at": "2026-08-06T10:45:35.201Z",
30
+ "captured_at": "2026-08-24T16:18:56.878Z",
31
31
  "template": [
32
32
  {
33
33
  "id": "adia-mark",
34
- "component": "AdiaMark"
34
+ "component": "AdiaMark",
35
+ "style": "--adia-mark-size: 5rem"
35
36
  },
36
37
  {
37
38
  "id": "adia-ui-home",
@@ -27,11 +27,12 @@
27
27
  "policy"
28
28
  ]
29
29
  },
30
- "captured_at": "2026-08-06T10:45:35.201Z",
30
+ "captured_at": "2026-08-24T16:18:56.878Z",
31
31
  "template": [
32
32
  {
33
33
  "id": "adia-mark",
34
- "component": "AdiaMark"
34
+ "component": "AdiaMark",
35
+ "style": "--adia-mark-size: 5rem"
35
36
  },
36
37
  {
37
38
  "id": "adia-ui-home",
@@ -28,11 +28,12 @@
28
28
  "accept"
29
29
  ]
30
30
  },
31
- "captured_at": "2026-08-19T03:56:11.704Z",
31
+ "captured_at": "2026-08-24T16:18:56.878Z",
32
32
  "template": [
33
33
  {
34
34
  "id": "adia-mark",
35
- "component": "AdiaMark"
35
+ "component": "AdiaMark",
36
+ "style": "--adia-mark-size: 5rem"
36
37
  },
37
38
  {
38
39
  "id": "adia-ui-home",
@@ -28,7 +28,7 @@
28
28
  "mini-chart"
29
29
  ]
30
30
  },
31
- "captured_at": "2026-08-19T03:56:11.704Z",
31
+ "captured_at": "2026-08-24T16:18:56.878Z",
32
32
  "template": [
33
33
  {
34
34
  "id": "text",
@@ -59,6 +59,7 @@
59
59
  {
60
60
  "id": "chart",
61
61
  "component": "Chart",
62
+ "style": "--chart-line-color:var(--md-sys-color-primary)",
62
63
  "type": "line",
63
64
  "data-stream-src": ""
64
65
  },
@@ -26,7 +26,7 @@
26
26
  "input"
27
27
  ]
28
28
  },
29
- "captured_at": "2026-08-12T17:00:26.117Z",
29
+ "captured_at": "2026-08-24T16:18:56.878Z",
30
30
  "template": [
31
31
  {
32
32
  "id": "text",
@@ -89,6 +89,7 @@
89
89
  {
90
90
  "id": "stream",
91
91
  "component": "Stream",
92
+ "style": "--stream-font-size: var(--a-body-sm)",
92
93
  "streaming": true,
93
94
  "children": [
94
95
  "text-2"
@@ -0,0 +1,64 @@
1
+ {
2
+ "name": "choice-card-onboarding",
3
+ "kind": "block",
4
+ "primary": "choice-card-ui",
5
+ "page": "/packages/web-components/components/choice-card/choice-card.examples.html",
6
+ "slots": [],
7
+ "nested": [],
8
+ "attrs": {},
9
+ "html": "<choice-card-ui>\n <choice-ui label=\"I'm building a product\" description=\"Spinning up a new project.\" href=\"/onboarding/build\"></choice-ui>\n <choice-ui label=\"I'm exploring the product\" description=\"Kicking the tires first.\" href=\"/onboarding/explore\"></choice-ui>\n <choice-ui label=\"I'm migrating from another tool\" description=\"Moving an existing workspace.\" href=\"/onboarding/migrate\"></choice-ui>\n </choice-card-ui>",
10
+ "source": "packages/web-components/components/choice-card/choice-card.examples.html",
11
+ "metadata": {
12
+ "domain": "navigation",
13
+ "description": "Onboarding role picker - three navigational choice rows (label + description + caret) inside one self-dividing card. Signup / account-setup flows that route to a different next screen per choice.",
14
+ "keywords": [
15
+ "choice",
16
+ "card",
17
+ "option",
18
+ "row",
19
+ "picker",
20
+ "onboarding",
21
+ "signup",
22
+ "role",
23
+ "plan",
24
+ "bill",
25
+ "navigational",
26
+ "actionable",
27
+ "divider",
28
+ "caret"
29
+ ]
30
+ },
31
+ "captured_at": "2026-08-24T22:42:00.521Z",
32
+ "template": [
33
+ {
34
+ "id": "choice",
35
+ "component": "Choice",
36
+ "description": "Spinning up a new project.",
37
+ "href": "/onboarding/build",
38
+ "label": "I'm building a product"
39
+ },
40
+ {
41
+ "id": "choice-2",
42
+ "component": "Choice",
43
+ "description": "Kicking the tires first.",
44
+ "href": "/onboarding/explore",
45
+ "label": "I'm exploring the product"
46
+ },
47
+ {
48
+ "id": "choice-3",
49
+ "component": "Choice",
50
+ "description": "Moving an existing workspace.",
51
+ "href": "/onboarding/migrate",
52
+ "label": "I'm migrating from another tool"
53
+ },
54
+ {
55
+ "id": "root",
56
+ "component": "ChoiceCard",
57
+ "children": [
58
+ "choice",
59
+ "choice-2",
60
+ "choice-3"
61
+ ]
62
+ }
63
+ ]
64
+ }
@@ -33,11 +33,12 @@
33
33
  "irreversible"
34
34
  ]
35
35
  },
36
- "captured_at": "2026-08-15T04:10:49.553Z",
36
+ "captured_at": "2026-08-24T16:18:56.878Z",
37
37
  "template": [
38
38
  {
39
39
  "id": "avatar",
40
40
  "component": "Avatar",
41
+ "style": "--avatar-bg: var(--a-danger-bg); --avatar-fg: var(--md-sys-color-danger-on-danger)",
41
42
  "icon": "warning-circle"
42
43
  },
43
44
  {