@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.
- package/CHANGELOG.md +16 -0
- package/corpus/chunk-embeddings.json +1 -1
- package/corpus/chunks/_index.json +159 -4
- package/corpus/chunks/_source-hashes.json +113 -113
- package/corpus/chunks/data-import-wizard.json +2 -2
- package/corpus/chunks/onb-step-shell.json +2 -2
- package/corpus/chunks/reg-step-shell.json +2 -2
- package/corpus/chunks/table-footer-open-total.json +47 -0
- package/corpus/chunks/table-footer-range-of.json +46 -0
- package/corpus/chunks/table-toolbar-adiav2-row.json +14 -19
- package/corpus/chunks/table-toolbar-chrome-only-empty.json +14 -19
- package/corpus/chunks/table-toolbar-open-total.json +44 -0
- package/corpus/chunks/table-toolbar-range-of.json +47 -0
- package/corpus/chunks/table-toolbar-title-always.json +199 -0
- package/corpus/chunks/table-toolbar-with-table.json +11 -12
- package/corpus/manifest.json +2 -2
- package/package.json +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema": "genui-chunk-index@2",
|
|
3
|
-
"captured_at": "2026-08-
|
|
4
|
-
"total_instances":
|
|
5
|
-
"unique_names":
|
|
3
|
+
"captured_at": "2026-08-23T14:50:58.244Z",
|
|
4
|
+
"total_instances": 713,
|
|
5
|
+
"unique_names": 564,
|
|
6
6
|
"by_kind": {
|
|
7
|
-
"block":
|
|
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": "
|
|
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": "
|
|
12
|
-
"apps/errors/app/404/404.html": "
|
|
13
|
-
"apps/errors/app/500/500.contents.html": "
|
|
14
|
-
"apps/errors/app/500/500.html": "
|
|
15
|
-
"apps/errors/app/maintenance/maintenance.contents.html": "
|
|
16
|
-
"apps/errors/app/maintenance/maintenance.html": "
|
|
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": "
|
|
53
|
-
"apps/user-flow/app/auth/accept-invite/accept-invite.html": "
|
|
54
|
-
"apps/user-flow/app/auth/account-deleted/account-deleted.contents.html": "
|
|
55
|
-
"apps/user-flow/app/auth/account-deleted/account-deleted.html": "
|
|
56
|
-
"apps/user-flow/app/auth/account-locked/account-locked.contents.html": "
|
|
57
|
-
"apps/user-flow/app/auth/account-locked/account-locked.html": "
|
|
58
|
-
"apps/user-flow/app/auth/email-change/verify/verify.contents.html": "
|
|
59
|
-
"apps/user-flow/app/auth/email-change/verify/verify.html": "
|
|
60
|
-
"apps/user-flow/app/auth/forbidden/forbidden.contents.html": "
|
|
61
|
-
"apps/user-flow/app/auth/forbidden/forbidden.html": "
|
|
62
|
-
"apps/user-flow/app/auth/forgot-password/forgot-password.contents.html": "
|
|
63
|
-
"apps/user-flow/app/auth/forgot-password/forgot-password.html": "
|
|
64
|
-
"apps/user-flow/app/auth/forgot-password/sent/sent.contents.html": "
|
|
65
|
-
"apps/user-flow/app/auth/forgot-password/sent/sent.html": "
|
|
66
|
-
"apps/user-flow/app/auth/link-expired/link-expired.contents.html": "
|
|
67
|
-
"apps/user-flow/app/auth/link-expired/link-expired.html": "
|
|
68
|
-
"apps/user-flow/app/auth/oauth/callback/callback.contents.html": "
|
|
69
|
-
"apps/user-flow/app/auth/oauth/callback/callback.html": "
|
|
70
|
-
"apps/user-flow/app/auth/reset-password/reset-password.contents.html": "
|
|
71
|
-
"apps/user-flow/app/auth/reset-password/reset-password.html": "
|
|
72
|
-
"apps/user-flow/app/auth/session-expired/session-expired.contents.html": "
|
|
73
|
-
"apps/user-flow/app/auth/session-expired/session-expired.html": "
|
|
74
|
-
"apps/user-flow/app/auth/sign-in/magic-link/sent/sent.contents.html": "
|
|
75
|
-
"apps/user-flow/app/auth/sign-in/magic-link/sent/sent.html": "
|
|
76
|
-
"apps/user-flow/app/auth/sign-in/mfa/mfa.contents.html": "
|
|
77
|
-
"apps/user-flow/app/auth/sign-in/mfa/mfa.html": "
|
|
78
|
-
"apps/user-flow/app/auth/sign-in/mfa/recovery/recovery.contents.html": "
|
|
79
|
-
"apps/user-flow/app/auth/sign-in/mfa/recovery/recovery.html": "
|
|
80
|
-
"apps/user-flow/app/auth/sign-in/otp/verify/verify.contents.html": "
|
|
81
|
-
"apps/user-flow/app/auth/sign-in/otp/verify/verify.html": "
|
|
82
|
-
"apps/user-flow/app/auth/sign-in/password/password.contents.html": "
|
|
83
|
-
"apps/user-flow/app/auth/sign-in/password/password.html": "
|
|
84
|
-
"apps/user-flow/app/auth/sign-in/sign-in.contents.html": "
|
|
85
|
-
"apps/user-flow/app/auth/sign-in/sign-in.html": "
|
|
86
|
-
"apps/user-flow/app/auth/sign-out/sign-out.contents.html": "
|
|
87
|
-
"apps/user-flow/app/auth/sign-out/sign-out.html": "
|
|
88
|
-
"apps/user-flow/app/auth/sign-up/mfa-setup/mfa-setup.contents.html": "
|
|
89
|
-
"apps/user-flow/app/auth/sign-up/mfa-setup/mfa-setup.html": "
|
|
90
|
-
"apps/user-flow/app/auth/sign-up/profile/profile.contents.html": "
|
|
91
|
-
"apps/user-flow/app/auth/sign-up/profile/profile.html": "
|
|
92
|
-
"apps/user-flow/app/auth/sign-up/sign-up.contents.html": "
|
|
93
|
-
"apps/user-flow/app/auth/sign-up/sign-up.html": "
|
|
94
|
-
"apps/user-flow/app/auth/sign-up/sso-only/sso-only.contents.html": "
|
|
95
|
-
"apps/user-flow/app/auth/sign-up/sso-only/sso-only.html": "
|
|
96
|
-
"apps/user-flow/app/auth/sign-up/verify/verify.contents.html": "
|
|
97
|
-
"apps/user-flow/app/auth/sign-up/verify/verify.html": "
|
|
98
|
-
"apps/user-flow/app/onboarding/browser-extension/browser-extension.contents.html": "
|
|
99
|
-
"apps/user-flow/app/onboarding/browser-extension/browser-extension.html": "
|
|
100
|
-
"apps/user-flow/app/onboarding/complete/complete.contents.html": "
|
|
101
|
-
"apps/user-flow/app/onboarding/complete/complete.html": "
|
|
102
|
-
"apps/user-flow/app/onboarding/connect-source/connect-source.contents.html": "
|
|
103
|
-
"apps/user-flow/app/onboarding/connect-source/connect-source.html": "
|
|
104
|
-
"apps/user-flow/app/onboarding/first-action/first-action.contents.html": "
|
|
105
|
-
"apps/user-flow/app/onboarding/first-action/first-action.html": "
|
|
106
|
-
"apps/user-flow/app/onboarding/import-data/import-data.contents.html": "
|
|
107
|
-
"apps/user-flow/app/onboarding/import-data/import-data.html": "
|
|
108
|
-
"apps/user-flow/app/onboarding/mobile-app/mobile-app.contents.html": "
|
|
109
|
-
"apps/user-flow/app/onboarding/mobile-app/mobile-app.html": "
|
|
110
|
-
"apps/user-flow/app/onboarding/mode/mode.contents.html": "
|
|
111
|
-
"apps/user-flow/app/onboarding/mode/mode.html": "
|
|
112
|
-
"apps/user-flow/app/onboarding/notification-prefs/notification-prefs.contents.html": "
|
|
113
|
-
"apps/user-flow/app/onboarding/notification-prefs/notification-prefs.html": "
|
|
114
|
-
"apps/user-flow/app/onboarding/review/review.contents.html": "
|
|
115
|
-
"apps/user-flow/app/onboarding/review/review.html": "
|
|
116
|
-
"apps/user-flow/app/onboarding/welcome/welcome.contents.html": "
|
|
117
|
-
"apps/user-flow/app/onboarding/welcome/welcome.html": "
|
|
118
|
-
"apps/user-flow/app/registration/address/address.contents.html": "
|
|
119
|
-
"apps/user-flow/app/registration/address/address.html": "
|
|
120
|
-
"apps/user-flow/app/registration/billing/billing.contents.html": "
|
|
121
|
-
"apps/user-flow/app/registration/billing/billing.html": "
|
|
122
|
-
"apps/user-flow/app/registration/brand-scrape/brand-scrape.contents.html": "
|
|
123
|
-
"apps/user-flow/app/registration/brand-scrape/brand-scrape.html": "
|
|
124
|
-
"apps/user-flow/app/registration/confirmation/confirmation.contents.html": "
|
|
125
|
-
"apps/user-flow/app/registration/confirmation/confirmation.html": "
|
|
126
|
-
"apps/user-flow/app/registration/departments/departments.contents.html": "
|
|
127
|
-
"apps/user-flow/app/registration/departments/departments.html": "
|
|
128
|
-
"apps/user-flow/app/registration/done/done.contents.html": "
|
|
129
|
-
"apps/user-flow/app/registration/done/done.html": "
|
|
130
|
-
"apps/user-flow/app/registration/import/import.contents.html": "
|
|
131
|
-
"apps/user-flow/app/registration/import/import.html": "
|
|
132
|
-
"apps/user-flow/app/registration/integrations/integrations.contents.html": "
|
|
133
|
-
"apps/user-flow/app/registration/integrations/integrations.html": "
|
|
134
|
-
"apps/user-flow/app/registration/invite/invite.contents.html": "
|
|
135
|
-
"apps/user-flow/app/registration/invite/invite.html": "
|
|
136
|
-
"apps/user-flow/app/registration/legal/legal.contents.html": "
|
|
137
|
-
"apps/user-flow/app/registration/legal/legal.html": "
|
|
138
|
-
"apps/user-flow/app/registration/org-review/org-review.contents.html": "
|
|
139
|
-
"apps/user-flow/app/registration/org-review/org-review.html": "
|
|
140
|
-
"apps/user-flow/app/registration/personal/personal.contents.html": "
|
|
141
|
-
"apps/user-flow/app/registration/personal/personal.html": "
|
|
142
|
-
"apps/user-flow/app/registration/plan/plan.contents.html": "
|
|
143
|
-
"apps/user-flow/app/registration/plan/plan.html": "
|
|
144
|
-
"apps/user-flow/app/registration/profile/profile.contents.html": "
|
|
145
|
-
"apps/user-flow/app/registration/profile/profile.html": "
|
|
146
|
-
"apps/user-flow/app/registration/support/support.contents.html": "
|
|
147
|
-
"apps/user-flow/app/registration/support/support.html": "
|
|
148
|
-
"apps/user-flow/app/registration/team-size/team-size.contents.html": "
|
|
149
|
-
"apps/user-flow/app/registration/team-size/team-size.html": "
|
|
150
|
-
"apps/user-flow/app/registration/use-case/use-case.contents.html": "
|
|
151
|
-
"apps/user-flow/app/registration/use-case/use-case.html": "
|
|
152
|
-
"apps/user-flow/app/registration/workspace/workspace.contents.html": "
|
|
153
|
-
"apps/user-flow/app/registration/workspace/workspace.html": "
|
|
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": "
|
|
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": "
|
|
389
|
-
"packages/web-components/components/table-toolbar/table-toolbar.examples.html": "
|
|
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": "
|
|
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
|
-
"
|
|
17
|
+
"scale": "content-md"
|
|
18
18
|
},
|
|
19
|
-
"html": "<main data-reg
|
|
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
|
-
"
|
|
37
|
+
"scale": "content-md"
|
|
38
38
|
},
|
|
39
|
-
"html": "<main data-onb
|
|
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
|
-
"
|
|
38
|
+
"scale": "content-md"
|
|
39
39
|
},
|
|
40
|
-
"html": "<main data-reg
|
|
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="?" — 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
|
+
}
|