@adia-ai/gen-ui 0.8.46 → 0.8.48

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.
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "schema": "genui-chunk-index@2",
3
- "captured_at": "2026-08-21T16:42:15.756Z",
4
- "total_instances": 708,
5
- "unique_names": 559,
3
+ "captured_at": "2026-08-23T14:50:58.244Z",
4
+ "total_instances": 713,
5
+ "unique_names": 564,
6
6
  "by_kind": {
7
- "block": 680,
7
+ "block": 685,
8
8
  "page": 21,
9
9
  "panel": 7
10
10
  },
@@ -13447,6 +13447,70 @@
13447
13447
  ]
13448
13448
  }
13449
13449
  },
13450
+ {
13451
+ "name": "table-footer-open-total",
13452
+ "kind": "block",
13453
+ "primary": "div",
13454
+ "instances": 1,
13455
+ "pages": [
13456
+ "/packages/web-components/components/table-footer/table-footer.examples.html"
13457
+ ],
13458
+ "slots": [],
13459
+ "nested": [],
13460
+ "metadata": {
13461
+ "domain": "data",
13462
+ "description": "Table footer with range-total="?" — the open/unproven-total state for cursor or hasMore server paging with no known row count yet. Renders 'Showing X–Y' with no 'of N' via range-noun, and the pager's next stays enabled indefinitely until a real range-total arrives.",
13463
+ "keywords": [
13464
+ "table",
13465
+ "footer",
13466
+ "pagination",
13467
+ "open",
13468
+ "total",
13469
+ "unproven",
13470
+ "cursor",
13471
+ "hasMore",
13472
+ "unknown",
13473
+ "count",
13474
+ "next",
13475
+ "enabled",
13476
+ "range",
13477
+ "noun",
13478
+ "data",
13479
+ "grid"
13480
+ ]
13481
+ }
13482
+ },
13483
+ {
13484
+ "name": "table-footer-range-of",
13485
+ "kind": "block",
13486
+ "primary": "div",
13487
+ "instances": 1,
13488
+ "pages": [
13489
+ "/packages/web-components/components/table-footer/table-footer.examples.html"
13490
+ ],
13491
+ "slots": [],
13492
+ "nested": [],
13493
+ "metadata": {
13494
+ "domain": "data",
13495
+ "description": "Table footer with range-total="4" (the client-filtered count) plus range-of="6" (the unfiltered whole-set total) and range-noun="traversals" — renders 'Showing 1–4 of 4 traversals (of 6 total)'.",
13496
+ "keywords": [
13497
+ "table",
13498
+ "footer",
13499
+ "pagination",
13500
+ "filtered",
13501
+ "of",
13502
+ "whole",
13503
+ "secondary",
13504
+ "total",
13505
+ "range",
13506
+ "of",
13507
+ "range",
13508
+ "noun",
13509
+ "data",
13510
+ "grid"
13511
+ ]
13512
+ }
13513
+ },
13450
13514
  {
13451
13515
  "name": "table-toolbar-with-table",
13452
13516
  "kind": "block",
@@ -13535,6 +13599,33 @@
13535
13599
  ]
13536
13600
  }
13537
13601
  },
13602
+ {
13603
+ "name": "table-toolbar-title-always",
13604
+ "kind": "block",
13605
+ "primary": "div",
13606
+ "instances": 1,
13607
+ "pages": [
13608
+ "/packages/web-components/components/table-toolbar/table-toolbar.examples.html"
13609
+ ],
13610
+ "slots": [],
13611
+ "nested": [],
13612
+ "metadata": {
13613
+ "domain": "data",
13614
+ "description": "[title-always] opt-out (gh#1879) for the scope-reconciliation title hide: by default a filled [slot="scope"] region hides the [text]/[count] title cluster next to it (they'd repeat the same entity name); [title-always] keeps both visible together — a scope select AND an explicit text/count title on the same row.",
13615
+ "keywords": [
13616
+ "table",
13617
+ "toolbar",
13618
+ "title-always",
13619
+ "scope",
13620
+ "title",
13621
+ "text",
13622
+ "count",
13623
+ "opt-out",
13624
+ "reconciliation",
13625
+ "adiav2"
13626
+ ]
13627
+ }
13628
+ },
13538
13629
  {
13539
13630
  "name": "table-toolbar-chrome-only-empty",
13540
13631
  "kind": "block",
@@ -13567,6 +13658,70 @@
13567
13658
  ]
13568
13659
  }
13569
13660
  },
13661
+ {
13662
+ "name": "table-toolbar-open-total",
13663
+ "kind": "block",
13664
+ "primary": "div",
13665
+ "instances": 1,
13666
+ "pages": [
13667
+ "/packages/web-components/components/table-toolbar/table-toolbar.examples.html"
13668
+ ],
13669
+ "slots": [],
13670
+ "nested": [],
13671
+ "metadata": {
13672
+ "domain": "data",
13673
+ "description": "Table toolbar with range-total="?" — the open/unproven-total state for cursor or hasMore server paging with no known row count yet. Needs only range-start/range-end (> 0) to render; the summary reads 'Showing X–Y' with no 'of N' via range-noun, resolving to the normal finite summary once a real range-total arrives.",
13674
+ "keywords": [
13675
+ "table",
13676
+ "toolbar",
13677
+ "range",
13678
+ "summary",
13679
+ "open",
13680
+ "total",
13681
+ "unproven",
13682
+ "cursor",
13683
+ "hasMore",
13684
+ "unknown",
13685
+ "count",
13686
+ "range",
13687
+ "noun",
13688
+ "data",
13689
+ "grid"
13690
+ ]
13691
+ }
13692
+ },
13693
+ {
13694
+ "name": "table-toolbar-range-of",
13695
+ "kind": "block",
13696
+ "primary": "div",
13697
+ "instances": 1,
13698
+ "pages": [
13699
+ "/packages/web-components/components/table-toolbar/table-toolbar.examples.html"
13700
+ ],
13701
+ "slots": [],
13702
+ "nested": [],
13703
+ "metadata": {
13704
+ "domain": "data",
13705
+ "description": "Table toolbar with range-total="4" (the client-filtered count) plus range-of="6" (the unfiltered whole-set total) and range-noun="traversals" — renders 'Showing 1–4 of 4 traversals (of 6 total)'.",
13706
+ "keywords": [
13707
+ "table",
13708
+ "toolbar",
13709
+ "range",
13710
+ "summary",
13711
+ "filtered",
13712
+ "of",
13713
+ "whole",
13714
+ "secondary",
13715
+ "total",
13716
+ "range",
13717
+ "of",
13718
+ "range",
13719
+ "noun",
13720
+ "data",
13721
+ "grid"
13722
+ ]
13723
+ }
13724
+ },
13570
13725
  {
13571
13726
  "name": "time-picker-min-max",
13572
13727
  "kind": "block",
@@ -5,15 +5,15 @@
5
5
  "apps/construct-canvas/app/construct-canvas.contents.html": "8b5c68d0651018ab85967a0a1ce6e479793fa9e97fe091fcc5be172208f379c0",
6
6
  "apps/construct-canvas/app/construct-canvas.html": "c35dfc8d6a295a6d699628d375ac7d2598647b7c17ae5bae0433f2c923a28192",
7
7
  "apps/embedded-app/app/_ramp/index.html": "ada65c84045f155696ddbba3c6d2caa0ea7e3f48818bf0182b52d70499f296a0",
8
- "apps/embedded-app/app/component-sheet/index.html": "9e45a43fa2c27d12c7a738a9c232f1c3052468a8f47d4c0dd41af8767d4bdece",
8
+ "apps/embedded-app/app/component-sheet/index.html": "907c9559977e197da33e2df7687614f52bf46a65b9f75db94615d6d956730e47",
9
9
  "apps/embedded-app/app/patient-labs/src/index.html": "a415281abbdc4ac868de9bd126aac5bfa23b1a0fa00468fda2720f01854cbfba",
10
10
  "apps/embedded-app/app/population-health/src/index.html": "582a90b4bd7a8b653cbe4623b8a4cedef58aedbeb6dee7c241e2766ba534d562",
11
- "apps/errors/app/404/404.contents.html": "a0efe0bd8d1821067cb4d786fefb521b744c055f0be4627cf518408354978493",
12
- "apps/errors/app/404/404.html": "aa0c1057e6239acfffa5f7363b3bc1388a60422276add27ed3bab9ca5028a62a",
13
- "apps/errors/app/500/500.contents.html": "e72a0ddc303111ea2055795a8744081b5a10e02ef02958963e01e3931dbe442c",
14
- "apps/errors/app/500/500.html": "4e33da0736c2f39f5afc702acaff2b69f8df4a1aba6b9943af121d2075cb5d77",
15
- "apps/errors/app/maintenance/maintenance.contents.html": "3ffd35359830ab4f244469ec144df36810e227e403c8695a41b2b6565731a3fa",
16
- "apps/errors/app/maintenance/maintenance.html": "17d0314975a71ac24a6f66f611f5d183a01db9fa1cf0fee82a8f699fed4caeac",
11
+ "apps/errors/app/404/404.contents.html": "0c189e7120e5b48865efb24b24ec1dbe33be56a1ca37541e0bc4f45db3165443",
12
+ "apps/errors/app/404/404.html": "7d95433a5850705b3572f671ef83034d4293cda135ded874b80b1f1b3c52b765",
13
+ "apps/errors/app/500/500.contents.html": "e06f7390d1fda41505b257ea524d7b059a907073dc770e850b8d1f766ffccc54",
14
+ "apps/errors/app/500/500.html": "397df54213de6e04b35fbd3e4e627748ba69c3ffc3261ef90237c55cc37fba64",
15
+ "apps/errors/app/maintenance/maintenance.contents.html": "93d68e394edb8e2bce3534566cef276a2cef14bb51efcd73843d060ec5ec7467",
16
+ "apps/errors/app/maintenance/maintenance.html": "e8b60942ff929b2515b994313ca120532131beef95f8cc163c26fef40e28db96",
17
17
  "apps/genui/app/a2ui-editor/a2ui-editor.contents.html": "5fc8380cd7264765f7a3eae1e696a7ab2be3a58f0bf11ee056694108569a6028",
18
18
  "apps/genui/app/a2ui-editor/a2ui-editor.html": "bc12d0725f88ab6bde3b9fcaf93b40017cc26d21bc678a6eb7de6557f2ad6b6b",
19
19
  "apps/genui/app/a2ui/a2ui.contents.html": "127a071df9440c838fdded343a046f62a5d2b78705f33e94ad96fc2e6d45f5eb",
@@ -49,108 +49,108 @@
49
49
  "apps/saas/app/settings-page/settings-page.html": "23560389010c5366aa5fc738341d5acf4199b36fb3baf537e8e01aa18455477a",
50
50
  "apps/tasks/app/tasks.contents.html": "17824b4095e6c87ff05c7b54f01e665fe1586de60557ed1170eeac23fe3e7f87",
51
51
  "apps/tasks/app/tasks.html": "6bb392c8cae5cae7cb4b7db9341b2232843034c807a56f3d12029ed35a33f24b",
52
- "apps/user-flow/app/auth/accept-invite/accept-invite.contents.html": "90c41e9318079677f0d958d1809d03dde7a097e213b9462ac76764d8e58a4471",
53
- "apps/user-flow/app/auth/accept-invite/accept-invite.html": "7f8980a240539f06ffdd3b31a5a69efef6b165f07d14bb9175f3e23367f83ba7",
54
- "apps/user-flow/app/auth/account-deleted/account-deleted.contents.html": "1bb7842e6d51d17e3a9988e5e62fa5a0bbb265aa7f3c4d569b5780f1d607bd76",
55
- "apps/user-flow/app/auth/account-deleted/account-deleted.html": "7ba14e008dc385a5c4ab37ff5ccb5ea389a430c4ea2152d9aaf89b4737dc0a94",
56
- "apps/user-flow/app/auth/account-locked/account-locked.contents.html": "ea9e0086c594be0efea7f03067e19d55e68795b526c0a65376a6398323f82a3a",
57
- "apps/user-flow/app/auth/account-locked/account-locked.html": "3eade9cf69713a5c145e78cf655beb9f819616b025836aaa46d9c6809b346849",
58
- "apps/user-flow/app/auth/email-change/verify/verify.contents.html": "32a6ffee3b0bd768c74679ebc11ec0d1c14dda803aeaa2856a62cf27033d9dcc",
59
- "apps/user-flow/app/auth/email-change/verify/verify.html": "177c45f775250b8277d3694f8937aeb82fe012bd34344fd6201896ea4db46e08",
60
- "apps/user-flow/app/auth/forbidden/forbidden.contents.html": "b76eb75d67620f7ead44c83d0dd6e90a37326ada6601d594ef4633c4a9da14ce",
61
- "apps/user-flow/app/auth/forbidden/forbidden.html": "8b1bc400d827d077c1fa2b2355134484cc37e3e6a5f47fd05793ec79c9bd3728",
62
- "apps/user-flow/app/auth/forgot-password/forgot-password.contents.html": "547726d46824d9537f81985460d3a4f0dc2f2d76e5f8e733f48987dde3e4cdf8",
63
- "apps/user-flow/app/auth/forgot-password/forgot-password.html": "0b649f0cc4a4e6d228656204beda3d89ddc0a6f7c1ed68215ee1bf3f756abd7c",
64
- "apps/user-flow/app/auth/forgot-password/sent/sent.contents.html": "f8c2f984ef64563e7d6c9542e40b5a14ba0ecb683be66bf3c51735af9a7c732e",
65
- "apps/user-flow/app/auth/forgot-password/sent/sent.html": "1ca1052aaf0a2797ed035fb30c0e11f54aba6bde8e13e0bb53c1e41f3e238d92",
66
- "apps/user-flow/app/auth/link-expired/link-expired.contents.html": "ad21c336cb7e3a9eaef60faba23ac259e4fc814d14f28c9fd3f2ab13616c6413",
67
- "apps/user-flow/app/auth/link-expired/link-expired.html": "e319342e372d46a336eebbf1f05d1f1ecc907f3bbd24c027e585512802095842",
68
- "apps/user-flow/app/auth/oauth/callback/callback.contents.html": "59561ed051d0d1d9a8156d68f3c46649de9b92d566c8f8c52c32044dd7f7d865",
69
- "apps/user-flow/app/auth/oauth/callback/callback.html": "0ded933c5c4a70c3879c542137d5f5510ab389f98010e609563065a570f47f89",
70
- "apps/user-flow/app/auth/reset-password/reset-password.contents.html": "be01e39c56c9389fc5b1f92ebe66fdf802510fd60c4857b3b299c4f986b0085f",
71
- "apps/user-flow/app/auth/reset-password/reset-password.html": "b967f44052a9fc91fc5f152bcd9bf7ae6a4f6622a3f80523a5c56ffc7efd633a",
72
- "apps/user-flow/app/auth/session-expired/session-expired.contents.html": "3edd63b16db2a5bc5ce0dd56010513a7647bcb6666f14eaa4a2053d2e655e0bf",
73
- "apps/user-flow/app/auth/session-expired/session-expired.html": "535569430270dab3548f0aa0da5fdfb6e3631901924c242969b1df4474a27df0",
74
- "apps/user-flow/app/auth/sign-in/magic-link/sent/sent.contents.html": "057c39a70534a5daf5eb76dcee4131e048f87822796985e99c192875c9fbd55c",
75
- "apps/user-flow/app/auth/sign-in/magic-link/sent/sent.html": "cb811f72a1163d072923627d3db2455cf6dc69b832d2532313299577ed1e870f",
76
- "apps/user-flow/app/auth/sign-in/mfa/mfa.contents.html": "044a001d14cc6899eb4ee286ca8158c4ff543b201beb1f7cff68dc733250611a",
77
- "apps/user-flow/app/auth/sign-in/mfa/mfa.html": "59fbfd996b57a5e8c626a13441ece23ad9a9cb16dee63e8e0bc1f7ca80457da5",
78
- "apps/user-flow/app/auth/sign-in/mfa/recovery/recovery.contents.html": "88ed939ae8891f75a157b26bc70ba320755e3f5656dc3ed929d5d897588ab919",
79
- "apps/user-flow/app/auth/sign-in/mfa/recovery/recovery.html": "18cd50a386b8b8e349f1acfa471c0f507a1ebdbe672cfcfaab2f86ea644467d0",
80
- "apps/user-flow/app/auth/sign-in/otp/verify/verify.contents.html": "1b9b45167715d8dcfe4d3421162c7a094ed47890c5a0dd9b6848bbe64c8b1dff",
81
- "apps/user-flow/app/auth/sign-in/otp/verify/verify.html": "6a426450e7fe2e0ac8d33ef007c0a72d4f25a7b63fcb979129300394de44f89d",
82
- "apps/user-flow/app/auth/sign-in/password/password.contents.html": "3e64bc23d8fce7d35e875f3c4631e3d32fbb3b391ef60a29e0a880d661cc06ec",
83
- "apps/user-flow/app/auth/sign-in/password/password.html": "3359c7b40dbe76355a1db6e58c5acaabcea77687d6d0fbc4ba0ff2ac36a7157f",
84
- "apps/user-flow/app/auth/sign-in/sign-in.contents.html": "32abf76cc8c0979ef91006cb3f6bec8ec730a45fd8dc60b1f0b445781cbe601f",
85
- "apps/user-flow/app/auth/sign-in/sign-in.html": "c650e3a33235113d4438e5e7bac80fec59a29bde178eb27e669906bfb8ff585a",
86
- "apps/user-flow/app/auth/sign-out/sign-out.contents.html": "f8a96dbafbffc79ef9c63899b0a3960b809bec079114ceba53ec78f2055440bf",
87
- "apps/user-flow/app/auth/sign-out/sign-out.html": "1468a3e7e33a1ca7fb623b887b64e00e3fc01de4d2e30781a6a6abea1ce3f1a0",
88
- "apps/user-flow/app/auth/sign-up/mfa-setup/mfa-setup.contents.html": "9f25f0c67f09cd1ec0d953f1e4e0a7cf2f06027142d5ba52e9d1a1c06f45aec3",
89
- "apps/user-flow/app/auth/sign-up/mfa-setup/mfa-setup.html": "93aba53aa8ff0d85f225ddc80ea2f3378a02b99790e991481aed38399f9e44d8",
90
- "apps/user-flow/app/auth/sign-up/profile/profile.contents.html": "58ec58dd1d1bbfa73c629e391b41921825c55358d43458dba742752d48f9c4c2",
91
- "apps/user-flow/app/auth/sign-up/profile/profile.html": "b8b30e9f552c1476af056f721f543b98e61bf6cfa67610c46f1a0d1486bbc636",
92
- "apps/user-flow/app/auth/sign-up/sign-up.contents.html": "e33016628b2a7c2b022ee3f400d49b83db07eaa76c2ac22bb35a103d8f55dfe5",
93
- "apps/user-flow/app/auth/sign-up/sign-up.html": "262b48125f585ff5d788c083b1039912b4cccc900cf768f702322b4d3d9f02b8",
94
- "apps/user-flow/app/auth/sign-up/sso-only/sso-only.contents.html": "64b6b1ef402350673f314959657b24136c14d7b60ac4517abd10903dca121089",
95
- "apps/user-flow/app/auth/sign-up/sso-only/sso-only.html": "4d769f4c565941c1914aead7b2765fcc5dd27d93c901a2e900597121d01343a0",
96
- "apps/user-flow/app/auth/sign-up/verify/verify.contents.html": "aee1496a1b6649d199d228c2b8f2bf73862a7583a6bc82237d51c3a92889e146",
97
- "apps/user-flow/app/auth/sign-up/verify/verify.html": "1d47b09e03be385d30077d83258d309f960d45599c8d670c79b1f967fd23fad5",
98
- "apps/user-flow/app/onboarding/browser-extension/browser-extension.contents.html": "626cc4c077a1f2536348878a9ff78f4423b1fcb9fe2b5c160dfdaf4e58e178ed",
99
- "apps/user-flow/app/onboarding/browser-extension/browser-extension.html": "a1c9d5784429f3ecccb42ce4532b3f06c46064297459ec65da1ac51828ffcdba",
100
- "apps/user-flow/app/onboarding/complete/complete.contents.html": "9784f179ad88109620edf0ba8a2eb49bc75ba00bb17e331596d74619071321e9",
101
- "apps/user-flow/app/onboarding/complete/complete.html": "4a3430bac4886330fe41c5d9fdfefd7d2f18154ea43e45408d9edd7cbfb53055",
102
- "apps/user-flow/app/onboarding/connect-source/connect-source.contents.html": "31b618285085babdbad489f97813bf9c2f1b019a7a5dc5cb07793610b197859f",
103
- "apps/user-flow/app/onboarding/connect-source/connect-source.html": "222fe9f958373bc308afdaed25230f5cde26b6d09d79befd2e74d0e730d8f0ff",
104
- "apps/user-flow/app/onboarding/first-action/first-action.contents.html": "377a5e14e4144f1b1b37f8c0c82d34ed7afad8141e529cf53c44baaeb04ab30a",
105
- "apps/user-flow/app/onboarding/first-action/first-action.html": "81576e37216ab12f193f0c4fdf3f27b63f18f7bf8d900eae90f51b5785e98c54",
106
- "apps/user-flow/app/onboarding/import-data/import-data.contents.html": "ad564f610e3ae4561a5d9efa3b567224b922905e56de6cc20d8d111d3a4d5416",
107
- "apps/user-flow/app/onboarding/import-data/import-data.html": "7253b2f7d5d6cf11a91af58f90ece77588bfc9077bf38ce8eb42a36c013bf15d",
108
- "apps/user-flow/app/onboarding/mobile-app/mobile-app.contents.html": "1732d9d5fb6ffd842a11bd762386ed6c0a26b9ac7f517033e9f0cf06092fe619",
109
- "apps/user-flow/app/onboarding/mobile-app/mobile-app.html": "c870d38b663c82b03eca4a9ff5142c6af3529cc0d7ae62b4b645b83c145974c4",
110
- "apps/user-flow/app/onboarding/mode/mode.contents.html": "b0bcab7410cecc4bc89dce4014f11992705087447a33072fdcb4586638caa0bc",
111
- "apps/user-flow/app/onboarding/mode/mode.html": "25a49babb0aeef1ce66f65ab990ef496d52bd061efd708fa1b29c3ac7b3ae563",
112
- "apps/user-flow/app/onboarding/notification-prefs/notification-prefs.contents.html": "1bad162decb232475c7f9a1ae21d4b146b7a85bc555b5df4a02d7e36cf711de9",
113
- "apps/user-flow/app/onboarding/notification-prefs/notification-prefs.html": "2151d6bb6b5a3919534b79087891a995d48cfc2616f2cfa27e81fa67316e6b07",
114
- "apps/user-flow/app/onboarding/review/review.contents.html": "feb57b58643376c7a98034478b467fe42fac193fd42fee2f5279b8a038f63701",
115
- "apps/user-flow/app/onboarding/review/review.html": "8258286bb0da0b55ef0cbc1a356cbcf886f7400a460e78333914c103f7eae988",
116
- "apps/user-flow/app/onboarding/welcome/welcome.contents.html": "1fc5299fad49ee7a4374473f7de8509bf4a4a33e1b04745b517f99523f9a2f31",
117
- "apps/user-flow/app/onboarding/welcome/welcome.html": "fc5b26dbb443c578e465611b7f59c9ad1981dea98cfa36579d69eccf8d367b7d",
118
- "apps/user-flow/app/registration/address/address.contents.html": "026afacd5aff187150bd33a07d63d991ce911f0c742dfcff6fa0a94009358fe6",
119
- "apps/user-flow/app/registration/address/address.html": "71041ac2c3e22e2b1df4e4d29351e56aac0aa21bd7b55d3274cbd50d2855781d",
120
- "apps/user-flow/app/registration/billing/billing.contents.html": "4eea1c6e964a05fbccabee78b0324db24fec670634b354343ab77dae38794816",
121
- "apps/user-flow/app/registration/billing/billing.html": "1d071a1d6242acca3b0435e7b3cc9cdeb63d4a6bff8ca82f59cbc3029480fc91",
122
- "apps/user-flow/app/registration/brand-scrape/brand-scrape.contents.html": "c8efdd4bc88c449799807bc615db224f9c942bac85163cd5adb35cfdbad8d6ae",
123
- "apps/user-flow/app/registration/brand-scrape/brand-scrape.html": "1015de5aeefbc2e47de4051121e4a841fc0ce3b2a6e25c6e408420b0eb386683",
124
- "apps/user-flow/app/registration/confirmation/confirmation.contents.html": "2b94901baf44e3748b94738d021e15979820b086fdb9887674b006479a1630fa",
125
- "apps/user-flow/app/registration/confirmation/confirmation.html": "02bde7b0acd69b1402d0e530a276672a201ca2d9ff9965d3396484f3003839fc",
126
- "apps/user-flow/app/registration/departments/departments.contents.html": "3943baa0b9b5b0d2e01ca68bf978e7e7ae6f425ed7c84e87277fed9d9ebb1dfc",
127
- "apps/user-flow/app/registration/departments/departments.html": "da15dc4303c14d16126ab5dd9904c3f3243f609b10f95bd23fc2a45d42bca48f",
128
- "apps/user-flow/app/registration/done/done.contents.html": "69773268fc833aea250bd461fe5caddc9e7fc15facc0a359156aa9d16d8d9b9b",
129
- "apps/user-flow/app/registration/done/done.html": "8bda5663882b91357de8a87eff9b96db55792ef66a5dc6186e131773259e1c41",
130
- "apps/user-flow/app/registration/import/import.contents.html": "4fadc49f75c0c17d9f3d9526e8146a8c96974c67768b88b1fcbb4b7d1f1cd121",
131
- "apps/user-flow/app/registration/import/import.html": "f5faef5936f60e53f4477053c48e9ae146556d4eeab8fcbdca295639eba43e0e",
132
- "apps/user-flow/app/registration/integrations/integrations.contents.html": "804d811b53fda1c132dadccfd157f5ea9b93d84a1893665eba03f9d5bca8436d",
133
- "apps/user-flow/app/registration/integrations/integrations.html": "62ee9bc61f2d48221ce3fc1ee50927f28e0e9719f09fb4bbb531f510addde5b4",
134
- "apps/user-flow/app/registration/invite/invite.contents.html": "53d46490053857b80b2593a309a1aefa89e16d498a292578918d28b63fe0fbb8",
135
- "apps/user-flow/app/registration/invite/invite.html": "f3f2fb0a670464de2d948ed634db1f7a1f5b3efe00d3bee5963b9c9746da1d94",
136
- "apps/user-flow/app/registration/legal/legal.contents.html": "57461295bb0cc2afca29ce27e2ab9d6d0d2bdd42044ab019c016bf802aeac9b4",
137
- "apps/user-flow/app/registration/legal/legal.html": "fd80c163452b9cb96f0eeddee79cdebc9ca2872e843f8ad2d7d6c99ca8d62181",
138
- "apps/user-flow/app/registration/org-review/org-review.contents.html": "c695abb35f7219ac9cb51a416c49fe47727565be07e20546a365221b1871711e",
139
- "apps/user-flow/app/registration/org-review/org-review.html": "8924d04610f687ff30cf9b29be22d4d865036ef0b61ba55146c4ab0a68d22f75",
140
- "apps/user-flow/app/registration/personal/personal.contents.html": "0150304557e188b29b60a3bc12d9353497b0634a6818d8b13a0312581fc6f01a",
141
- "apps/user-flow/app/registration/personal/personal.html": "5974ae0b5a260fab847ed1ee15c15e0fd20649feebd7edbfad669d45507ca6ef",
142
- "apps/user-flow/app/registration/plan/plan.contents.html": "22dd65cf7558863c66aebc184b1fd2a9b226607eeabdf60ca362a1b51db5a36d",
143
- "apps/user-flow/app/registration/plan/plan.html": "84eb7c3a17dedb79b4c125cfe17281a732cd4da2485437d8ec231847ac3d6bb6",
144
- "apps/user-flow/app/registration/profile/profile.contents.html": "d8a205274dcacd4f41300576c88ff67f0be1331dd4a1e7718c245a2729e8556d",
145
- "apps/user-flow/app/registration/profile/profile.html": "c9664cdbbedb6b9edcd6cdda994ac2d2ecf3cae19e93f390aad1c31daf3c559a",
146
- "apps/user-flow/app/registration/support/support.contents.html": "858ad0e86f621655b1979255df72c08c7ca650b08f5e9215dbd67a2348cfdc26",
147
- "apps/user-flow/app/registration/support/support.html": "fd6027057fa6658595e170d857a7a33cdb6724b0735562ade94ab3a39a5beacb",
148
- "apps/user-flow/app/registration/team-size/team-size.contents.html": "5fe96b4b714d7be47a22966f7461c9fb99e05b93e90186ddedf76f28ff0d0179",
149
- "apps/user-flow/app/registration/team-size/team-size.html": "cd3c2ddafc66580c37523e7674331e9d005fa36fc5cfd3da87051dea010698c8",
150
- "apps/user-flow/app/registration/use-case/use-case.contents.html": "06d8973d9c04a736ab7b5f5d99af93cde0ed2a11a23e8105de94bcd1f1cd2845",
151
- "apps/user-flow/app/registration/use-case/use-case.html": "481418fd16750a88f13d0b48a177a7af05f9df16cc996be4cd480ef0888e68a4",
152
- "apps/user-flow/app/registration/workspace/workspace.contents.html": "7894112ff4493517eb129699ffea1a42e42094c661fc1bf385a96295eaabcb0b",
153
- "apps/user-flow/app/registration/workspace/workspace.html": "93d00c8716bc987b266009d6bea840e15da03af5ba4dedeb477beb70c6884483",
52
+ "apps/user-flow/app/auth/accept-invite/accept-invite.contents.html": "91add70abaa36c2ebd84b3ecaf6fe08154eb6c4b2b14c21933a19a6ad7873c68",
53
+ "apps/user-flow/app/auth/accept-invite/accept-invite.html": "c2cc10a6fd07acae7c26883a5166cc85f819ccfd7b6a9510a1456d3f48c63f3e",
54
+ "apps/user-flow/app/auth/account-deleted/account-deleted.contents.html": "a5416b5e27ed902ad8a82aaec2915813e19c7cb5bb57c7024f8c72d18f32c053",
55
+ "apps/user-flow/app/auth/account-deleted/account-deleted.html": "cd1ff8c487989c81b1b992e723388b01cef962f10b828db725c86e10f43d41f2",
56
+ "apps/user-flow/app/auth/account-locked/account-locked.contents.html": "71192178e66624f05f3ea57a199e6f2680adb6832d4ed2028b728cadd6191f89",
57
+ "apps/user-flow/app/auth/account-locked/account-locked.html": "0bcd61b5bfa58f62ef4c76aabee27d222468267f7454e3f40cfb43752b4be84e",
58
+ "apps/user-flow/app/auth/email-change/verify/verify.contents.html": "26721c26d077cc05107ab5d43c8202b3b1a7be4688c828aeee9d55863c25e81e",
59
+ "apps/user-flow/app/auth/email-change/verify/verify.html": "60767083e30abdc0368197258a85b4c061f194bb6415b2acb41c165b792e7af4",
60
+ "apps/user-flow/app/auth/forbidden/forbidden.contents.html": "0fe006b12bbb113b3136001f639cfab7347c4e59729f69f8c13595559f91c6bf",
61
+ "apps/user-flow/app/auth/forbidden/forbidden.html": "7a0902fe3893b46ccd81ed7c40887532886ed1bc41a0ad43df360237b8b60cb2",
62
+ "apps/user-flow/app/auth/forgot-password/forgot-password.contents.html": "3cfe2a74e87488655decb2d8856e3df79fa4c54a019214bff64feda02aea0e87",
63
+ "apps/user-flow/app/auth/forgot-password/forgot-password.html": "7d2a62953b15fbf8928a3f3fabf40ed02c1bd677bfdb9cecab692a817ac8c34b",
64
+ "apps/user-flow/app/auth/forgot-password/sent/sent.contents.html": "f8007c49f7e3dd9d7e94023e5a31dc4d2007323b8699ac95ca4cc239bba5986e",
65
+ "apps/user-flow/app/auth/forgot-password/sent/sent.html": "a319104f8468d2b62e69d83bc60689cef3c1b43cb936c4bf71f72e56d7de2dd2",
66
+ "apps/user-flow/app/auth/link-expired/link-expired.contents.html": "a03a3f7f51a5f186cd4ef9eb5e6508fa565c7e0b1bd3d82c432ae2d6c724b00f",
67
+ "apps/user-flow/app/auth/link-expired/link-expired.html": "0032fad7ba6125d07a1c44c468b66022fc3bd32a69371f7cd8eb2eb7cd59f9be",
68
+ "apps/user-flow/app/auth/oauth/callback/callback.contents.html": "860f248458814d61faca8588647bcf75d19cf1327407048d2f8a4b82af405b73",
69
+ "apps/user-flow/app/auth/oauth/callback/callback.html": "e5304d05d9f060ea756034e3fe54b1d9c9cf95c04b20f5dc4e4366b082161ffb",
70
+ "apps/user-flow/app/auth/reset-password/reset-password.contents.html": "14cb3a9db50c657e9d580ed6c36c96a65b6e3f5807ae38606391137cc2b921d1",
71
+ "apps/user-flow/app/auth/reset-password/reset-password.html": "52d68be770df134b4b0e79131f7b5d9b411914a176f70db2c53c0bde093006ed",
72
+ "apps/user-flow/app/auth/session-expired/session-expired.contents.html": "6ef52ef9036086b16c7803b99eb19acdb2fe0c7e08c7ecdff1984ab73f141307",
73
+ "apps/user-flow/app/auth/session-expired/session-expired.html": "8fd0ea4b3709c3f71fc8e819dd87f0676443748ffd7f5dcd2bf68b9ec8b51477",
74
+ "apps/user-flow/app/auth/sign-in/magic-link/sent/sent.contents.html": "bac0bc024a1a610dda8062c0fd9978d5b3790af13db80bed5e398ace6ce57013",
75
+ "apps/user-flow/app/auth/sign-in/magic-link/sent/sent.html": "a580fe516575c21ffae09beed2721fb4cba106944c5760e94cd0e1080772053c",
76
+ "apps/user-flow/app/auth/sign-in/mfa/mfa.contents.html": "a3bf290ef55f1c0abd17cf87ba036bee0701279336651da59069e2bc661a241c",
77
+ "apps/user-flow/app/auth/sign-in/mfa/mfa.html": "f39869d32122945adb65513b729ce161cc6d3d923795a045140e192d1ca26b77",
78
+ "apps/user-flow/app/auth/sign-in/mfa/recovery/recovery.contents.html": "71560cbb6477e0abb2732f21a1955abf45928a657eb9a6fccc1bd3b736f38034",
79
+ "apps/user-flow/app/auth/sign-in/mfa/recovery/recovery.html": "f5c487426a53609b7c7a6e78e1552b5cb2111d420b609c79fe80c37b8aa31631",
80
+ "apps/user-flow/app/auth/sign-in/otp/verify/verify.contents.html": "60d74425398d10e0773fc32a4a45e3378dcac314f06df966d21893835a8d6420",
81
+ "apps/user-flow/app/auth/sign-in/otp/verify/verify.html": "3d6ae83a1fc0e1d1736704f4295cca65cb3c3d45d2ee38f166d41a051d9b4faf",
82
+ "apps/user-flow/app/auth/sign-in/password/password.contents.html": "fb8346a68c28211a0e6df7cc6723b6d587daacf8ae79422bc4eec7940f0e4da1",
83
+ "apps/user-flow/app/auth/sign-in/password/password.html": "22628eca0ffdea2b071ee6994d12484269fe997490f9ce01c65b96fe6907836c",
84
+ "apps/user-flow/app/auth/sign-in/sign-in.contents.html": "5c2f353252ea319171f83b964db953480167f611a1c39fbe2dbc88c159e8ffa5",
85
+ "apps/user-flow/app/auth/sign-in/sign-in.html": "ed26551733ee53b8495af3ceefb73e3cbf1d0034f0c975632726a21fd06bd16c",
86
+ "apps/user-flow/app/auth/sign-out/sign-out.contents.html": "0a65ede769806aaa26fbcd336df655dcdec5ddfc5a728f22361f7142b0cf4ba8",
87
+ "apps/user-flow/app/auth/sign-out/sign-out.html": "c7d542f04eb5b40717d4f400750388015752a16ceea3be6cc1e9677ea67aaef5",
88
+ "apps/user-flow/app/auth/sign-up/mfa-setup/mfa-setup.contents.html": "c3bde9370a0128e8f79f5aec3caf6d3efdc7b2ddb817a2e0035d659aa576ed64",
89
+ "apps/user-flow/app/auth/sign-up/mfa-setup/mfa-setup.html": "7313bb010da06e30d776400830f42d971468ea8618a1381eed5787ddc9659fa9",
90
+ "apps/user-flow/app/auth/sign-up/profile/profile.contents.html": "9b3b30fece9d9996e22f8b47c2a7a2e045e556abf5c7ed04796f002a7c64d5b1",
91
+ "apps/user-flow/app/auth/sign-up/profile/profile.html": "38a3067d63e720bb1be43b53420d35377d7f1a55559df3be1e0f09a552742348",
92
+ "apps/user-flow/app/auth/sign-up/sign-up.contents.html": "c53385c6c4034148c8468e80629f6b12a844ab8b6bc7e1d17f945aebadd5b808",
93
+ "apps/user-flow/app/auth/sign-up/sign-up.html": "a0643bf12acbb831df8bf4284dc5eb1f2ce4e4428d43c62984521c617fef53cc",
94
+ "apps/user-flow/app/auth/sign-up/sso-only/sso-only.contents.html": "03070f78d2e7e0f74e077ba031700d5f795d6139c4615dfa2e91523b2a2c5a71",
95
+ "apps/user-flow/app/auth/sign-up/sso-only/sso-only.html": "4cdd104705fcda0341f13fd84566575ab20a11b57bd8d469cc7a26c05ca655ec",
96
+ "apps/user-flow/app/auth/sign-up/verify/verify.contents.html": "05464ddccfd3950d6523f1889da3ac56aa6f7869845c50322ef4c3f368ea214c",
97
+ "apps/user-flow/app/auth/sign-up/verify/verify.html": "d67341331eb8be24c5466a3eca0bb489f670c2dcd94ed41b10681b9c7a427b31",
98
+ "apps/user-flow/app/onboarding/browser-extension/browser-extension.contents.html": "1dfadf6b0e54a99e2615a54592447497f3699a0306f1e304c0e404b40d528995",
99
+ "apps/user-flow/app/onboarding/browser-extension/browser-extension.html": "100c4eb71ddff35e581261154283990489e545b9f21326e8ea80dd096a14b8a9",
100
+ "apps/user-flow/app/onboarding/complete/complete.contents.html": "41124df4c39f354f0d5370ac14516f8b5be1a0d621219fd74529bfec401acfea",
101
+ "apps/user-flow/app/onboarding/complete/complete.html": "30ca28f4918b0f9a5a544bb0f93cfc8e6aec92d15962a780e79215c9e061f09d",
102
+ "apps/user-flow/app/onboarding/connect-source/connect-source.contents.html": "33e2221ea951166c9f46d0cb4ddef49ad3bd2441589fb8bdbeade753f988c8c2",
103
+ "apps/user-flow/app/onboarding/connect-source/connect-source.html": "aea5f9ba78a206d27804fcc7f91ddfd8ea37544a94d45c3cd86a1396126cde4f",
104
+ "apps/user-flow/app/onboarding/first-action/first-action.contents.html": "ea7463c50d8e85f78fba08e30c752aa6f5a55322e7db35d7c4e8bbb5e0581996",
105
+ "apps/user-flow/app/onboarding/first-action/first-action.html": "325f270215f3286bfa78a27c45176c35d840a6ad19054c107e51a1a937f4966c",
106
+ "apps/user-flow/app/onboarding/import-data/import-data.contents.html": "4c94e161af60d27bc4181a7ad8128d595188378d6b8bbe9e61a7f967ebc5b60c",
107
+ "apps/user-flow/app/onboarding/import-data/import-data.html": "8bba8b1690adf2b23f018ea272dce408fb1f766f0703bfd6177ff9b89d4b0b36",
108
+ "apps/user-flow/app/onboarding/mobile-app/mobile-app.contents.html": "67bb862889f1d1adb59fac19906956ff89111e18d64dcb2101ecf756276bf10b",
109
+ "apps/user-flow/app/onboarding/mobile-app/mobile-app.html": "266cdf6d3e2ea087c8bf167946087a813ec5365aaf083b0d637d0f57edb5bf30",
110
+ "apps/user-flow/app/onboarding/mode/mode.contents.html": "44110f0422de4bf2fa8aa739efad676b93c2aceb6ce8b475159b73557d57aba5",
111
+ "apps/user-flow/app/onboarding/mode/mode.html": "a74a3de823ce789977870b98627b561efd64051c00a624b3f2280525a52f8680",
112
+ "apps/user-flow/app/onboarding/notification-prefs/notification-prefs.contents.html": "2f06faed29438204e1b7110e43ce2f1ce481b2fd3ea4a96aa5d78d5e0b24f0f4",
113
+ "apps/user-flow/app/onboarding/notification-prefs/notification-prefs.html": "9574e38c1ceb3cbc5553cc7113ddd0d35541ca1238ed4dea328bf22d55a826ee",
114
+ "apps/user-flow/app/onboarding/review/review.contents.html": "3a57d7322c097298583755e57742a47563263ee585e5c5e2604e328da7695f77",
115
+ "apps/user-flow/app/onboarding/review/review.html": "05e4b82d94862681098159ebf237f4896abb4f1e883361e7c0c5b2f793888b72",
116
+ "apps/user-flow/app/onboarding/welcome/welcome.contents.html": "845575a3a5799e36b80198371613febb9070353539bcd1a2958baa23210523f9",
117
+ "apps/user-flow/app/onboarding/welcome/welcome.html": "a679ba8a4c6c08d3432128bae8fe1bc8c3b9af5738052399876892eda4983f98",
118
+ "apps/user-flow/app/registration/address/address.contents.html": "5c1fce0edf2d6b53ddab7b74088f6eb8641db2539f7c44b61e2d1539ffb76d59",
119
+ "apps/user-flow/app/registration/address/address.html": "3d2e68c014cfa694a8bdef492e633c474ad5753f979e7a66ff09de4457002521",
120
+ "apps/user-flow/app/registration/billing/billing.contents.html": "b2f8393a05bedc8763639d1114710be62b661a7245f75a89852611703974435f",
121
+ "apps/user-flow/app/registration/billing/billing.html": "eaa7f847c216bb895b131236a9ae52c65a8e1ca376b53a91eb0e840ad2e4acef",
122
+ "apps/user-flow/app/registration/brand-scrape/brand-scrape.contents.html": "044fd5eea2dbc27106ba601f2871a04a14ed311bb361274336f04888580863c0",
123
+ "apps/user-flow/app/registration/brand-scrape/brand-scrape.html": "e8511f529157de0f8f837cd6aafed35e56920d3d1652dd3394b64354431a04b0",
124
+ "apps/user-flow/app/registration/confirmation/confirmation.contents.html": "10ece7b08f2b0ed2c85f877167750796a18d15d948a3889c4b3f8ee741ad817e",
125
+ "apps/user-flow/app/registration/confirmation/confirmation.html": "85fb345e6c1aa9f7db4258f5ecd00ddfc25a74722cc1e2ab7e3fbc724fd40090",
126
+ "apps/user-flow/app/registration/departments/departments.contents.html": "fb27089e1a20610f1d049d5afc5f42e2a956745649708ea270d67f09f1811551",
127
+ "apps/user-flow/app/registration/departments/departments.html": "1548256d3b2f5d0189bb272b060cab159284643503a7f197d08989014e3873b6",
128
+ "apps/user-flow/app/registration/done/done.contents.html": "fe443527e3508602c19b0c3e355f545d8258f8d235e233d3a601e670868e7351",
129
+ "apps/user-flow/app/registration/done/done.html": "4ae061c2bf6516640fc03aa2634fbd7290e93ae968bd068658c0f4904463b4a1",
130
+ "apps/user-flow/app/registration/import/import.contents.html": "b75146b0fb3ce3e402edd57278860fee7e902234d93bc6d6b22633b04fd23963",
131
+ "apps/user-flow/app/registration/import/import.html": "a5570b624bc550fc28cc6b86f0d0061230257e2bebaf106d4d6488720900fdf0",
132
+ "apps/user-flow/app/registration/integrations/integrations.contents.html": "100db23aea784fc40fb93d75379639070d0f00002ef4cc2646dc2738e733ae19",
133
+ "apps/user-flow/app/registration/integrations/integrations.html": "8dc0c7579d3849743ae82cb61e7a14c8c66fb715790b7eee63d3d4084dae1128",
134
+ "apps/user-flow/app/registration/invite/invite.contents.html": "93adc2bf61ca4c3ce6a4d6fb871ef17743f248735e8012b55ff8dbe9187b1ac7",
135
+ "apps/user-flow/app/registration/invite/invite.html": "890dde1c1692203a458e0054d82082b48ba2f6b5baabbd77fb23901874dd64a1",
136
+ "apps/user-flow/app/registration/legal/legal.contents.html": "8419270cebe5160b2dc68256f13b04609315e3105dd08ff418803691526f13ae",
137
+ "apps/user-flow/app/registration/legal/legal.html": "dcc795920caef9750ab6798929eb79214639df1520054b51f8bb678efa96f3ff",
138
+ "apps/user-flow/app/registration/org-review/org-review.contents.html": "71794a9289889185886b32e3a61cddfaf6ef8b7728aa8b6236faf38db25e43e3",
139
+ "apps/user-flow/app/registration/org-review/org-review.html": "c68c393589cb10a114f9a9125684555b0170748530ff65060ae3b5ad6f6d3389",
140
+ "apps/user-flow/app/registration/personal/personal.contents.html": "708f1d130fa6d3f7beb4934fb206fafcd260c6f8dc1dcf6e493427bb3d611b97",
141
+ "apps/user-flow/app/registration/personal/personal.html": "48b20ecae203e73d22a8e831b494c5bee53af45a4bcfc9109f08b0d827958025",
142
+ "apps/user-flow/app/registration/plan/plan.contents.html": "43201a72beaf4a2e925997756368d9912598ce81ca41ad95bfbfc3ded11fec2a",
143
+ "apps/user-flow/app/registration/plan/plan.html": "20168bc446936f41e417b47d701bed0c678aaf93c492095301925ba2f5b3f505",
144
+ "apps/user-flow/app/registration/profile/profile.contents.html": "1766cf895a4917df69b63124839b2985e26cf3e57985dde7ff5078a51fdd4d00",
145
+ "apps/user-flow/app/registration/profile/profile.html": "dfd409a3f966e9062016e41f15ae32143b4bc899636c160eb98595c8ff166fb8",
146
+ "apps/user-flow/app/registration/support/support.contents.html": "4f482bd1e0fa27a85cf88a7eb05b444f360afadbf39cf979fce32dec0981ac4a",
147
+ "apps/user-flow/app/registration/support/support.html": "644fde4633b721001bf29777e7789918d7236b9ee0a97ec838934fbd93312a09",
148
+ "apps/user-flow/app/registration/team-size/team-size.contents.html": "86342336f42ba8b828ff1ec5066f15e0292cec14884db9b33ec5e4f78ecf264f",
149
+ "apps/user-flow/app/registration/team-size/team-size.html": "9ce97db8f01e7d1a4749cf675e9317e57786b307a6a46faa92fcfba809215ca1",
150
+ "apps/user-flow/app/registration/use-case/use-case.contents.html": "872a8912e742597cf412b809647e84d64f4ab4e666bbdfbc70d27879ef8cdc22",
151
+ "apps/user-flow/app/registration/use-case/use-case.html": "a74c2226bf43467fdacfb741b53051300ad1bdd4f75af5fb3eca456e601e7786",
152
+ "apps/user-flow/app/registration/workspace/workspace.contents.html": "e06f0b8e42dbba0f0bd9ce2e7d7e0f7b7800c0f20447796548cd661c0b80d7ea",
153
+ "apps/user-flow/app/registration/workspace/workspace.html": "94e5a453589059d6a007f7a45b12fcec367e1e93d0a689c3666d62d28780fd3c",
154
154
  "catalog/page-shells/app/agent-canvas/agent-canvas.contents.html": "291a0b45c181ea528bd4f58878580b4fe9a5f150cccb4d3237dca50cf8591f8c",
155
155
  "catalog/page-shells/app/chat-page/chat-page.contents.html": "51ad43b489a4497abb00ff4ef4de63c41fc0f5fb54f2d22b64ba1bb223f6b36f",
156
156
  "catalog/page-shells/app/doc-editor/doc-editor.contents.html": "b02d77995e28aadb6f7de03c40e6b4ff1481989e50610e14474b2050e15bd70a",
@@ -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": "40844e02246377919fc2eaf7aa846665927d58ea975714b45ecb239efb2b2676",
282
+ "packages/gen-ui/a2ui/catalog/tier-index.json": "0f2839882aed119c581652b27cc77f8d2625578e785a0276d2a239f32254f039",
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",
@@ -385,8 +385,8 @@
385
385
  "packages/web-components/components/swatch/swatch.examples.html": "76d60c49cc9b36a7e17d222a48c6128d1f0772c5cc817469b0d53609e3e661ce",
386
386
  "packages/web-components/components/swiper/swiper.examples.html": "cfc9f8d6a2f0afda7a7500eca601d7c0e51c025edfdb8e797b80781a3e74a8b2",
387
387
  "packages/web-components/components/switch/switch.examples.html": "5ced4977f950fdb632cf44e769e1dec431148e9c9fd4752b71b11ce203a2fa37",
388
- "packages/web-components/components/table-footer/table-footer.examples.html": "ba8b206e2b534eca57581a886d15621af66f8d6b7e4e3144baf4d46a257dd177",
389
- "packages/web-components/components/table-toolbar/table-toolbar.examples.html": "fab2431796f6b3f3b5a1d553246ee1aa413a196145e564a599a0c04255ea54d1",
388
+ "packages/web-components/components/table-footer/table-footer.examples.html": "41b5aab9c895436a68965a930abb2063eedd1f04ad32d45c855dd3806a8cd635",
389
+ "packages/web-components/components/table-toolbar/table-toolbar.examples.html": "90c9cc8d1124fccb4169bd817768a48a67af2ff7c67402b3c42a20dd321aee18",
390
390
  "packages/web-components/components/table/table.examples.html": "f903f209f5f0f0b9c07b83678b9553a033544d56943643039255f7125f4b4d13",
391
391
  "packages/web-components/components/tabs/tabs.examples.html": "1e083a7a44d099ff5af13c4ee47d359625c37a9643ca0b9350fd3d49de42f976",
392
392
  "packages/web-components/components/tag/tag.examples.html": "c257e75298afd2b6aee139c84638be9941fc8de9ade5fa7e240137824c5c7d24",
@@ -457,7 +457,7 @@
457
457
  "packages/web-components/styles/overview.examples.html": "51a342a72b591556aa2572b18e42b161dd69dd2a93b8516c0c0e9e073e612abe",
458
458
  "packages/web-components/styles/parametric.examples.html": "3eb7485fec0c4beddc24710555228f192c3a2c9cb917a4b72b97b478f332b646",
459
459
  "packages/web-components/styles/spacing.examples.html": "c3ab1ead7f3723620d3d80953e7acd223524f90fd9104a36d104c79f1ccfd638",
460
- "packages/web-components/styles/type-scale-review.examples.html": "beefea53a01362aafee439ba48e53f977a8b650f65a20117c640c33c89c1683c",
460
+ "packages/web-components/styles/type-scale-review.examples.html": "5ec6566a4068e7895d3ce78a99eea7eb1939b62430574637ed1215b92c34199d",
461
461
  "packages/web-components/styles/typography.examples.html": "4c8d5ea40af8b8bd6b9cfbbd06b88e105776db3e68388ccb09c85d2a7c3e4cec",
462
462
  "packages/web-components/traits/active-state/active-state.examples.html": "b5e08ab62151f0fad7d91c46cd2480b104ef36040a18fb39f2abf24c9b47be1a",
463
463
  "packages/web-components/traits/anchor-positioning/anchor-positioning.examples.html": "878b3d610cc8a3ca5c42cf6b2b89e133211684ee225c3bacb4e765b580e8a827",
@@ -14,9 +14,9 @@
14
14
  ],
15
15
  "attrs": {
16
16
  "data-reg": "",
17
- "prose": ""
17
+ "scale": "content-md"
18
18
  },
19
- "html": "<main data-reg prose>\n <aside data-reg-story><!-- nested: reg-story-pane --></aside>\n\n <form data-reg-input action=\"/site/examples/registration/plan\" method=\"get\"><!-- nested: file-upload-form --></form>\n </main>",
19
+ "html": "<main data-reg scale=\"content-md\">\n <aside data-reg-story><!-- nested: reg-story-pane --></aside>\n\n <form data-reg-input action=\"/site/examples/registration/plan\" method=\"get\"><!-- nested: file-upload-form --></form>\n </main>",
20
20
  "source": "apps/user-flow/app/registration/import/import.contents.html",
21
21
  "metadata": {
22
22
  "domain": "forms",
@@ -34,9 +34,9 @@
34
34
  ],
35
35
  "attrs": {
36
36
  "data-onb": "",
37
- "prose": ""
37
+ "scale": "content-md"
38
38
  },
39
- "html": "<main data-onb prose>\n <aside data-onb-story data-chunk-slot=\"page-story\"><!-- nested: onb-story-pane --></aside>\n\n <form data-onb-input action=\"/site/examples/onboarding/mode\" method=\"get\">\n <header data-onb-heading data-chunk-slot=\"page-header\"><!-- nested: onb-step-header --></header>\n\n <div data-onb-form data-chunk-slot=\"page-content\"><!-- nested: onb-hero-welcome --></div>\n\n <footer data-chunk-slot=\"page-footer\"><!-- nested: onb-step-footer --></footer>\n </form>\n </main>",
39
+ "html": "<main data-onb scale=\"content-md\">\n <aside data-onb-story data-chunk-slot=\"page-story\"><!-- nested: onb-story-pane --></aside>\n\n <form data-onb-input action=\"/site/examples/onboarding/mode\" method=\"get\">\n <header data-onb-heading data-chunk-slot=\"page-header\"><!-- nested: onb-step-header --></header>\n\n <div data-onb-form data-chunk-slot=\"page-content\"><!-- nested: onb-hero-welcome --></div>\n\n <footer data-chunk-slot=\"page-footer\"><!-- nested: onb-step-footer --></footer>\n </form>\n </main>",
40
40
  "source": "apps/user-flow/app/onboarding/welcome/welcome.contents.html",
41
41
  "metadata": {
42
42
  "domain": "onboarding",
@@ -35,9 +35,9 @@
35
35
  ],
36
36
  "attrs": {
37
37
  "data-reg": "",
38
- "prose": ""
38
+ "scale": "content-md"
39
39
  },
40
- "html": "<main data-reg prose>\n <aside data-reg-story data-chunk-slot=\"page-story\"><!-- nested: reg-story-pane --></aside>\n\n <form data-reg-input action=\"/site/examples/registration/done\" method=\"get\"><!-- nested: extended-profile-form --></form>\n </main>",
40
+ "html": "<main data-reg scale=\"content-md\">\n <aside data-reg-story data-chunk-slot=\"page-story\"><!-- nested: reg-story-pane --></aside>\n\n <form data-reg-input action=\"/site/examples/registration/done\" method=\"get\"><!-- nested: extended-profile-form --></form>\n </main>",
41
41
  "source": "apps/user-flow/app/registration/personal/personal.contents.html",
42
42
  "metadata": {
43
43
  "domain": "onboarding",
@@ -0,0 +1,47 @@
1
+ {
2
+ "name": "table-footer-open-total",
3
+ "kind": "block",
4
+ "primary": "div",
5
+ "page": "/packages/web-components/components/table-footer/table-footer.examples.html",
6
+ "slots": [],
7
+ "nested": [],
8
+ "attrs": {
9
+ "data-artifact-item": "",
10
+ "data-artifact-label": "open total — cursor/hasMore paging (gh#1877, ADR-0082 Amendment)"
11
+ },
12
+ "html": "<table-footer-ui page=\"1\" page-size=\"50\" range-total=\"?\" range-noun=\"subscriptions\"></table-footer-ui>",
13
+ "source": "packages/web-components/components/table-footer/table-footer.examples.html",
14
+ "metadata": {
15
+ "domain": "data",
16
+ "description": "Table footer with range-total=&quot;?&quot; — the open/unproven-total state for cursor or hasMore server paging with no known row count yet. Renders 'Showing X–Y' with no 'of N' via range-noun, and the pager's next stays enabled indefinitely until a real range-total arrives.",
17
+ "keywords": [
18
+ "table",
19
+ "footer",
20
+ "pagination",
21
+ "open",
22
+ "total",
23
+ "unproven",
24
+ "cursor",
25
+ "hasMore",
26
+ "unknown",
27
+ "count",
28
+ "next",
29
+ "enabled",
30
+ "range",
31
+ "noun",
32
+ "data",
33
+ "grid"
34
+ ]
35
+ },
36
+ "captured_at": "2026-08-23T14:50:58.244Z",
37
+ "template": [
38
+ {
39
+ "id": "root",
40
+ "component": "TableFooter",
41
+ "page": 1,
42
+ "page-size": 50,
43
+ "range-noun": "subscriptions",
44
+ "range-total": "?"
45
+ }
46
+ ]
47
+ }