@adia-ai/gen-ui 0.8.37 → 0.8.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -0
- package/README.md +9 -3
- package/compose/CHANGELOG.md +22 -22
- package/compose/README.md +3 -3
- package/compose/evals/harness.mjs +1 -1
- package/compose/strategies/_shared/chunk-loader.js +2 -2
- package/compose/strategies/monolithic/_shared.js +18 -5
- package/compose/strategies/monolithic/generate-pro.js +1 -1
- package/compose/strategies/zettel/composition-library.js +2 -2
- package/compose/strategies/zettel/issue-reporter.js +1 -1
- package/compose/transpiler/transpiler-maps.js +2 -2
- package/compose/transpiler/transpiler.js +1 -1
- package/corpus/CHANGELOG.md +17 -17
- package/corpus/README.md +2 -2
- package/corpus/chunks/_index.json +177 -1
- package/corpus/chunks/_source-hashes.json +20 -15
- package/corpus/chunks/access-denied-with-request.json +6 -2
- package/corpus/chunks/admin-page-header-with-actions.json +6 -2
- package/corpus/chunks/admin-topbar-breadcrumb-actions.json +6 -2
- package/corpus/chunks/agent-memory-list.json +6 -2
- package/corpus/chunks/agent-reasoning-collapsed.json +6 -2
- package/corpus/chunks/agent-tool-call-accordion.json +6 -2
- package/corpus/chunks/alert-dialog-unsaved.json +6 -2
- package/corpus/chunks/analytics-chart.json +6 -2
- package/corpus/chunks/api-keys-list.json +6 -2
- package/corpus/chunks/app-nav-groups.json +6 -2
- package/corpus/chunks/auth-signin-card-otp.json +6 -2
- package/corpus/chunks/avatar-group-overflow.json +6 -2
- package/corpus/chunks/banner-system-maintenance.json +6 -2
- package/corpus/chunks/bell-menu-empty.json +6 -2
- package/corpus/chunks/bulk-action-toolbar-swap.json +1 -1
- package/corpus/chunks/chart-in-card-full-chart.json +6 -2
- package/corpus/chunks/checkout-order-summary-card.json +6 -2
- package/corpus/chunks/code-snippet.json +6 -2
- package/corpus/chunks/comments-composer.json +6 -2
- package/corpus/chunks/contact-form-card.json +6 -2
- package/corpus/chunks/data-export-history.json +6 -2
- package/corpus/chunks/destructive-confirm-modal.json +6 -2
- package/corpus/chunks/export-flow-delivery.json +6 -2
- package/corpus/chunks/faq-accordion.json +6 -2
- package/corpus/chunks/feature-grid-three-cards.json +6 -2
- package/corpus/chunks/filter-popover-form.json +6 -2
- package/corpus/chunks/hero-cta-simple.json +6 -2
- package/corpus/chunks/image-caption-tile.json +6 -2
- package/corpus/chunks/inline-dialog-rename.json +6 -2
- package/corpus/chunks/login-form-card.json +6 -2
- package/corpus/chunks/onb-persona-picker.json +6 -2
- package/corpus/chunks/order-tracking-timeline.json +6 -2
- package/corpus/chunks/permissions-role-picker-radio.json +6 -2
- package/corpus/chunks/product-tour.json +6 -2
- package/corpus/chunks/retention-cohort-with-legend.json +6 -2
- package/corpus/chunks/search-results-list.json +6 -2
- package/corpus/chunks/signup-form-card.json +6 -2
- package/corpus/chunks/stat-cards-kpi-dashboard.json +6 -2
- package/corpus/chunks/tabs-with-panels.json +6 -2
- package/corpus/chunks/testimonial-pull-quote.json +6 -2
- package/corpus/chunks/toolbar-icons.json +6 -2
- package/corpus/chunks/usage-quota-meter-card.json +6 -2
- package/corpus/chunks/user-profile-card.json +6 -2
- package/corpus/chunks/verification-stepper.json +6 -2
- package/corpus/chunks/webhooks-list.json +6 -2
- package/corpus/manifest.json +2 -2
- package/corpus/scripts/chunk-library.js +3 -3
- package/node-shims.d.ts +1 -1
- package/package.json +2 -9
- package/retrieval/CHANGELOG.md +21 -21
- package/retrieval/catalog.js +8 -5
- package/retrieval/component-catalog.js +9 -7
- package/retrieval/feedback/dialog-recorder.js +1 -1
- package/retrieval/feedback/feedback-analyzer.js +1 -1
- package/retrieval/feedback/feedback-store.js +1 -1
- package/retrieval/feedback/gap-registry.js +1 -1
- package/retrieval/intent/prompt-analyzer.js +12 -2
- package/retrieval/wiring-catalog.js +1 -1
- package/validate/catalog-validator.js +22 -20
- package/validate/semantic/cache.js +1 -1
- package/validate/semantic/index.js +1 -1
- package/corpus/catalog-a2ui_0_9.d.ts +0 -4
- package/corpus/catalog-a2ui_0_9.json +0 -29571
- package/corpus/catalog-a2ui_0_9_rules.txt +0 -1215
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"timeline-item-ui"
|
|
26
26
|
]
|
|
27
27
|
},
|
|
28
|
-
"captured_at": "2026-08-
|
|
28
|
+
"captured_at": "2026-08-15T04:10:49.553Z",
|
|
29
29
|
"template": [
|
|
30
30
|
{
|
|
31
31
|
"id": "text",
|
|
@@ -124,5 +124,9 @@
|
|
|
124
124
|
"section"
|
|
125
125
|
]
|
|
126
126
|
}
|
|
127
|
-
]
|
|
127
|
+
],
|
|
128
|
+
"catalogEntry": {
|
|
129
|
+
"tier": "L1",
|
|
130
|
+
"name": "agent-reasoning-collapsed"
|
|
131
|
+
}
|
|
128
132
|
}
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"expandable"
|
|
39
39
|
]
|
|
40
40
|
},
|
|
41
|
-
"captured_at": "2026-
|
|
41
|
+
"captured_at": "2026-08-15T04:10:49.553Z",
|
|
42
42
|
"template": [
|
|
43
43
|
{
|
|
44
44
|
"id": "check-circle",
|
|
@@ -105,5 +105,9 @@
|
|
|
105
105
|
"accordion-item"
|
|
106
106
|
]
|
|
107
107
|
}
|
|
108
|
-
]
|
|
108
|
+
],
|
|
109
|
+
"catalogEntry": {
|
|
110
|
+
"tier": "L1",
|
|
111
|
+
"name": "agent-tool-call-accordion"
|
|
112
|
+
}
|
|
109
113
|
}
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"dirty-state"
|
|
31
31
|
]
|
|
32
32
|
},
|
|
33
|
-
"captured_at": "2026-
|
|
33
|
+
"captured_at": "2026-08-15T04:10:49.553Z",
|
|
34
34
|
"template": [
|
|
35
35
|
{
|
|
36
36
|
"id": "text",
|
|
@@ -77,5 +77,9 @@
|
|
|
77
77
|
"row"
|
|
78
78
|
]
|
|
79
79
|
}
|
|
80
|
-
]
|
|
80
|
+
],
|
|
81
|
+
"catalogEntry": {
|
|
82
|
+
"tier": "L1",
|
|
83
|
+
"name": "alert-dialog-unsaved"
|
|
84
|
+
}
|
|
81
85
|
}
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"analytics-chart"
|
|
39
39
|
]
|
|
40
40
|
},
|
|
41
|
-
"captured_at": "2026-08-
|
|
41
|
+
"captured_at": "2026-08-15T04:10:49.553Z",
|
|
42
42
|
"template": [
|
|
43
43
|
{
|
|
44
44
|
"id": "text",
|
|
@@ -209,5 +209,9 @@
|
|
|
209
209
|
"card-2"
|
|
210
210
|
]
|
|
211
211
|
}
|
|
212
|
-
]
|
|
212
|
+
],
|
|
213
|
+
"catalogEntry": {
|
|
214
|
+
"tier": "L1",
|
|
215
|
+
"name": "analytics-chart"
|
|
216
|
+
}
|
|
213
217
|
}
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"credentials"
|
|
31
31
|
]
|
|
32
32
|
},
|
|
33
|
-
"captured_at": "2026-08-
|
|
33
|
+
"captured_at": "2026-08-15T04:10:49.553Z",
|
|
34
34
|
"template": [
|
|
35
35
|
{
|
|
36
36
|
"id": "text",
|
|
@@ -267,5 +267,9 @@
|
|
|
267
267
|
"section"
|
|
268
268
|
]
|
|
269
269
|
}
|
|
270
|
-
]
|
|
270
|
+
],
|
|
271
|
+
"catalogEntry": {
|
|
272
|
+
"tier": "L1",
|
|
273
|
+
"name": "api-keys-list"
|
|
274
|
+
}
|
|
271
275
|
}
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"sections"
|
|
28
28
|
]
|
|
29
29
|
},
|
|
30
|
-
"captured_at": "2026-
|
|
30
|
+
"captured_at": "2026-08-15T04:10:49.553Z",
|
|
31
31
|
"template": [
|
|
32
32
|
{
|
|
33
33
|
"id": "nav-item",
|
|
@@ -99,5 +99,9 @@
|
|
|
99
99
|
"nav-group-2"
|
|
100
100
|
]
|
|
101
101
|
}
|
|
102
|
-
]
|
|
102
|
+
],
|
|
103
|
+
"catalogEntry": {
|
|
104
|
+
"tier": "L1",
|
|
105
|
+
"name": "app-nav-groups"
|
|
106
|
+
}
|
|
103
107
|
}
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"layout": "card"
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
|
-
"captured_at": "2026-08-
|
|
38
|
+
"captured_at": "2026-08-15T04:10:49.553Z",
|
|
39
39
|
"template": [
|
|
40
40
|
{
|
|
41
41
|
"id": "adia-mark",
|
|
@@ -201,5 +201,9 @@
|
|
|
201
201
|
"section"
|
|
202
202
|
]
|
|
203
203
|
}
|
|
204
|
-
]
|
|
204
|
+
],
|
|
205
|
+
"catalogEntry": {
|
|
206
|
+
"tier": "L1",
|
|
207
|
+
"name": "auth-signin-card-otp"
|
|
208
|
+
}
|
|
205
209
|
}
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"more"
|
|
27
27
|
]
|
|
28
28
|
},
|
|
29
|
-
"captured_at": "2026-08-
|
|
29
|
+
"captured_at": "2026-08-15T04:10:49.553Z",
|
|
30
30
|
"template": [
|
|
31
31
|
{
|
|
32
32
|
"id": "text",
|
|
@@ -133,5 +133,9 @@
|
|
|
133
133
|
"card"
|
|
134
134
|
]
|
|
135
135
|
}
|
|
136
|
-
]
|
|
136
|
+
],
|
|
137
|
+
"catalogEntry": {
|
|
138
|
+
"tier": "L1",
|
|
139
|
+
"name": "avatar-group-overflow"
|
|
140
|
+
}
|
|
137
141
|
}
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"announce"
|
|
29
29
|
]
|
|
30
30
|
},
|
|
31
|
-
"captured_at": "2026-
|
|
31
|
+
"captured_at": "2026-08-15T04:10:49.553Z",
|
|
32
32
|
"template": [
|
|
33
33
|
{
|
|
34
34
|
"id": "text",
|
|
@@ -97,5 +97,9 @@
|
|
|
97
97
|
"card"
|
|
98
98
|
]
|
|
99
99
|
}
|
|
100
|
-
]
|
|
100
|
+
],
|
|
101
|
+
"catalogEntry": {
|
|
102
|
+
"tier": "L1",
|
|
103
|
+
"name": "banner-system-maintenance"
|
|
104
|
+
}
|
|
101
105
|
}
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"inbox"
|
|
27
27
|
]
|
|
28
28
|
},
|
|
29
|
-
"captured_at": "2026-
|
|
29
|
+
"captured_at": "2026-08-15T04:10:49.553Z",
|
|
30
30
|
"template": [
|
|
31
31
|
{
|
|
32
32
|
"id": "text",
|
|
@@ -103,5 +103,9 @@
|
|
|
103
103
|
"footer"
|
|
104
104
|
]
|
|
105
105
|
}
|
|
106
|
-
]
|
|
106
|
+
],
|
|
107
|
+
"catalogEntry": {
|
|
108
|
+
"tier": "L1",
|
|
109
|
+
"name": "bell-menu-empty"
|
|
110
|
+
}
|
|
107
111
|
}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"data-section": "",
|
|
10
10
|
"data-property": "toolbar-swap"
|
|
11
11
|
},
|
|
12
|
-
"html": "<card-ui raw>\n <section bleed>\n <table-toolbar-ui id=\"pat-bulk-default\" for=\"pat-bulk-table\" text=\"Resources\" count=\"6\" no-filter no-sort no-columns></table-toolbar-ui>\n\n <!-- align=\"space-between\" pushes the trailing group right — NOT a\n flex-grow spacer span (gh#494 audit finding: toolbar-ui's overflow\n reflow sums each top-level child's RENDERED width to decide what\n fits; a flex-grow spacer has already expanded to fill the free\n space by the time it's measured, so the sum always reads \"full\"\n and spuriously spills the trailing action(s) into the \"more\" menu\n — Delete was silently unreachable here before this fix, even with\n plenty of room). Grouping into two <toolbar-group-ui> atoms keeps\n the reflow's width sum accurate; see the floating variant below\n for the same fix applied at a smaller width. -->\n <toolbar-ui id=\"pat-bulk-actions\" data-bulk-bar role=\"toolbar\" aria-label=\"Bulk actions\" align=\"space-between\" hidden>\n <toolbar-group-ui>\n <!-- Whole \"N selected\" phrase as ONE text-ui's own textContent —\n NOT a nested <span data-bulk-count> + trailing \" selected\"\n text node (gh#1106). The site's HTML→A2UI build transpile\n (packages/a2ui/compose/transpiler/transpiler.js) defaults any\n <span> to a block <p> AND reorders trailing loose text ahead\n of a preceding element child when both live inside a text-ui\n leaf — on the site route (not this standalone demo file) that\n rendered \"selected\" stacked above \"6\" instead of one line.\n Update the whole string via [data-bulk-count]'s textContent\n instead of touching just a child span. -->\n <text-ui strong data-bulk-count>0 selected</text-ui>\n </toolbar-group-ui>\n <toolbar-group-ui>\n <button-ui text=\"Archive\" icon=\"archive\" variant=\"ghost\" size=\"sm\" data-bulk-action=\"archive\"></button-ui>\n <button-ui text=\"Export\" icon=\"download-simple\" variant=\"ghost\" size=\"sm\" data-bulk-action=\"export\"></button-ui>\n <button-ui text=\"Move\" icon=\"folder-simple\" variant=\"ghost\" size=\"sm\" data-bulk-action=\"move\"></button-ui>\n <divider-ui vertical></divider-ui>\n <button-ui text=\"Delete\" icon=\"trash\" variant=\"ghost\" size=\"sm\" data-bulk-action=\"delete\"></button-ui>\n </toolbar-group-ui>\n </toolbar-ui>\n\n <table-ui frameless id=\"pat-bulk-table\" selectable sortable striped></table-ui>\n </section>\n </card-ui>",
|
|
12
|
+
"html": "<card-ui raw>\n <section bleed>\n <table-toolbar-ui id=\"pat-bulk-default\" for=\"pat-bulk-table\" text=\"Resources\" count=\"6\" no-filter no-sort no-columns></table-toolbar-ui>\n\n <!-- align=\"space-between\" pushes the trailing group right — NOT a\n flex-grow spacer span (gh#494 audit finding: toolbar-ui's overflow\n reflow sums each top-level child's RENDERED width to decide what\n fits; a flex-grow spacer has already expanded to fill the free\n space by the time it's measured, so the sum always reads \"full\"\n and spuriously spills the trailing action(s) into the \"more\" menu\n — Delete was silently unreachable here before this fix, even with\n plenty of room). Grouping into two <toolbar-group-ui> atoms keeps\n the reflow's width sum accurate; see the floating variant below\n for the same fix applied at a smaller width. -->\n <toolbar-ui id=\"pat-bulk-actions\" data-bulk-bar role=\"toolbar\" aria-label=\"Bulk actions\" align=\"space-between\" hidden>\n <toolbar-group-ui>\n <!-- Whole \"N selected\" phrase as ONE text-ui's own textContent —\n NOT a nested <span data-bulk-count> + trailing \" selected\"\n text node (gh#1106). The site's HTML→A2UI build transpile\n (packages/gen-ui/a2ui/compose/transpiler/transpiler.js) defaults any\n <span> to a block <p> AND reorders trailing loose text ahead\n of a preceding element child when both live inside a text-ui\n leaf — on the site route (not this standalone demo file) that\n rendered \"selected\" stacked above \"6\" instead of one line.\n Update the whole string via [data-bulk-count]'s textContent\n instead of touching just a child span. -->\n <text-ui strong data-bulk-count>0 selected</text-ui>\n </toolbar-group-ui>\n <toolbar-group-ui>\n <button-ui text=\"Archive\" icon=\"archive\" variant=\"ghost\" size=\"sm\" data-bulk-action=\"archive\"></button-ui>\n <button-ui text=\"Export\" icon=\"download-simple\" variant=\"ghost\" size=\"sm\" data-bulk-action=\"export\"></button-ui>\n <button-ui text=\"Move\" icon=\"folder-simple\" variant=\"ghost\" size=\"sm\" data-bulk-action=\"move\"></button-ui>\n <divider-ui vertical></divider-ui>\n <button-ui text=\"Delete\" icon=\"trash\" variant=\"ghost\" size=\"sm\" data-bulk-action=\"delete\"></button-ui>\n </toolbar-group-ui>\n </toolbar-ui>\n\n <table-ui frameless id=\"pat-bulk-table\" selectable sortable striped></table-ui>\n </section>\n </card-ui>",
|
|
13
13
|
"source": "packages/web-components/patterns/bulk-action-toolbar/bulk-action-toolbar.examples.html",
|
|
14
14
|
"metadata": {
|
|
15
15
|
"domain": "data",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"range"
|
|
27
27
|
]
|
|
28
28
|
},
|
|
29
|
-
"captured_at": "2026-08-
|
|
29
|
+
"captured_at": "2026-08-15T04:10:49.553Z",
|
|
30
30
|
"template": [
|
|
31
31
|
{
|
|
32
32
|
"id": "text-2",
|
|
@@ -103,5 +103,9 @@
|
|
|
103
103
|
"footer"
|
|
104
104
|
]
|
|
105
105
|
}
|
|
106
|
-
]
|
|
106
|
+
],
|
|
107
|
+
"catalogEntry": {
|
|
108
|
+
"tier": "L1",
|
|
109
|
+
"name": "chart-in-card-full-chart"
|
|
110
|
+
}
|
|
107
111
|
}
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"buy"
|
|
41
41
|
]
|
|
42
42
|
},
|
|
43
|
-
"captured_at": "2026-
|
|
43
|
+
"captured_at": "2026-08-15T04:10:49.553Z",
|
|
44
44
|
"template": [
|
|
45
45
|
{
|
|
46
46
|
"id": "text",
|
|
@@ -136,5 +136,9 @@
|
|
|
136
136
|
"section"
|
|
137
137
|
]
|
|
138
138
|
}
|
|
139
|
-
]
|
|
139
|
+
],
|
|
140
|
+
"catalogEntry": {
|
|
141
|
+
"tier": "L1",
|
|
142
|
+
"name": "checkout-order-summary-card"
|
|
143
|
+
}
|
|
140
144
|
}
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"documentation"
|
|
28
28
|
]
|
|
29
29
|
},
|
|
30
|
-
"captured_at": "2026-
|
|
30
|
+
"captured_at": "2026-08-15T04:10:49.553Z",
|
|
31
31
|
"template": [
|
|
32
32
|
{
|
|
33
33
|
"id": "text",
|
|
@@ -103,5 +103,9 @@
|
|
|
103
103
|
"section"
|
|
104
104
|
]
|
|
105
105
|
}
|
|
106
|
-
]
|
|
106
|
+
],
|
|
107
|
+
"catalogEntry": {
|
|
108
|
+
"tier": "L1",
|
|
109
|
+
"name": "code-snippet"
|
|
110
|
+
}
|
|
107
111
|
}
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"post"
|
|
28
28
|
]
|
|
29
29
|
},
|
|
30
|
-
"captured_at": "2026-
|
|
30
|
+
"captured_at": "2026-08-15T04:10:49.553Z",
|
|
31
31
|
"template": [
|
|
32
32
|
{
|
|
33
33
|
"id": "avatar",
|
|
@@ -154,5 +154,9 @@
|
|
|
154
154
|
"section"
|
|
155
155
|
]
|
|
156
156
|
}
|
|
157
|
-
]
|
|
157
|
+
],
|
|
158
|
+
"catalogEntry": {
|
|
159
|
+
"tier": "L1",
|
|
160
|
+
"name": "comments-composer"
|
|
161
|
+
}
|
|
158
162
|
}
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"full-form"
|
|
38
38
|
]
|
|
39
39
|
},
|
|
40
|
-
"captured_at": "2026-08-
|
|
40
|
+
"captured_at": "2026-08-15T04:10:49.553Z",
|
|
41
41
|
"template": [
|
|
42
42
|
{
|
|
43
43
|
"id": "text",
|
|
@@ -193,5 +193,9 @@
|
|
|
193
193
|
"footer"
|
|
194
194
|
]
|
|
195
195
|
}
|
|
196
|
-
]
|
|
196
|
+
],
|
|
197
|
+
"catalogEntry": {
|
|
198
|
+
"tier": "L1",
|
|
199
|
+
"name": "contact-form-card"
|
|
200
|
+
}
|
|
197
201
|
}
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"audit"
|
|
29
29
|
]
|
|
30
30
|
},
|
|
31
|
-
"captured_at": "2026-08-
|
|
31
|
+
"captured_at": "2026-08-15T04:10:49.553Z",
|
|
32
32
|
"template": [
|
|
33
33
|
{
|
|
34
34
|
"id": "text",
|
|
@@ -188,5 +188,9 @@
|
|
|
188
188
|
"section"
|
|
189
189
|
]
|
|
190
190
|
}
|
|
191
|
-
]
|
|
191
|
+
],
|
|
192
|
+
"catalogEntry": {
|
|
193
|
+
"tier": "L1",
|
|
194
|
+
"name": "data-export-history"
|
|
195
|
+
}
|
|
192
196
|
}
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"irreversible"
|
|
34
34
|
]
|
|
35
35
|
},
|
|
36
|
-
"captured_at": "2026-08-
|
|
36
|
+
"captured_at": "2026-08-15T04:10:49.553Z",
|
|
37
37
|
"template": [
|
|
38
38
|
{
|
|
39
39
|
"id": "avatar",
|
|
@@ -145,5 +145,9 @@
|
|
|
145
145
|
"footer"
|
|
146
146
|
]
|
|
147
147
|
}
|
|
148
|
-
]
|
|
148
|
+
],
|
|
149
|
+
"catalogEntry": {
|
|
150
|
+
"tier": "L1",
|
|
151
|
+
"name": "destructive-confirm-modal"
|
|
152
|
+
}
|
|
149
153
|
}
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"options"
|
|
28
28
|
]
|
|
29
29
|
},
|
|
30
|
-
"captured_at": "2026-
|
|
30
|
+
"captured_at": "2026-08-15T04:10:49.553Z",
|
|
31
31
|
"template": [
|
|
32
32
|
{
|
|
33
33
|
"id": "text",
|
|
@@ -159,5 +159,9 @@
|
|
|
159
159
|
"footer"
|
|
160
160
|
]
|
|
161
161
|
}
|
|
162
|
-
]
|
|
162
|
+
],
|
|
163
|
+
"catalogEntry": {
|
|
164
|
+
"tier": "L1",
|
|
165
|
+
"name": "export-flow-delivery"
|
|
166
|
+
}
|
|
163
167
|
}
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"frequently-asked"
|
|
29
29
|
]
|
|
30
30
|
},
|
|
31
|
-
"captured_at": "2026-08-
|
|
31
|
+
"captured_at": "2026-08-15T04:10:49.553Z",
|
|
32
32
|
"template": [
|
|
33
33
|
{
|
|
34
34
|
"id": "text",
|
|
@@ -119,5 +119,9 @@
|
|
|
119
119
|
"accordion"
|
|
120
120
|
]
|
|
121
121
|
}
|
|
122
|
-
]
|
|
122
|
+
],
|
|
123
|
+
"catalogEntry": {
|
|
124
|
+
"tier": "L1",
|
|
125
|
+
"name": "faq-accordion"
|
|
126
|
+
}
|
|
123
127
|
}
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"icons"
|
|
48
48
|
]
|
|
49
49
|
},
|
|
50
|
-
"captured_at": "2026-
|
|
50
|
+
"captured_at": "2026-08-15T04:10:49.553Z",
|
|
51
51
|
"template": [
|
|
52
52
|
{
|
|
53
53
|
"id": "text",
|
|
@@ -183,5 +183,9 @@
|
|
|
183
183
|
"card-3"
|
|
184
184
|
]
|
|
185
185
|
}
|
|
186
|
-
]
|
|
186
|
+
],
|
|
187
|
+
"catalogEntry": {
|
|
188
|
+
"tier": "L1",
|
|
189
|
+
"name": "feature-grid-three-cards"
|
|
190
|
+
}
|
|
187
191
|
}
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"save-view"
|
|
30
30
|
]
|
|
31
31
|
},
|
|
32
|
-
"captured_at": "2026-08-
|
|
32
|
+
"captured_at": "2026-08-15T04:10:49.553Z",
|
|
33
33
|
"template": [
|
|
34
34
|
{
|
|
35
35
|
"id": "button",
|
|
@@ -133,5 +133,9 @@
|
|
|
133
133
|
"column"
|
|
134
134
|
]
|
|
135
135
|
}
|
|
136
|
-
]
|
|
136
|
+
],
|
|
137
|
+
"catalogEntry": {
|
|
138
|
+
"tier": "L1",
|
|
139
|
+
"name": "filter-popover-form"
|
|
140
|
+
}
|
|
137
141
|
}
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"launch"
|
|
30
30
|
]
|
|
31
31
|
},
|
|
32
|
-
"captured_at": "2026-08-
|
|
32
|
+
"captured_at": "2026-08-15T04:10:49.553Z",
|
|
33
33
|
"template": [
|
|
34
34
|
{
|
|
35
35
|
"id": "tag",
|
|
@@ -103,5 +103,9 @@
|
|
|
103
103
|
"section"
|
|
104
104
|
]
|
|
105
105
|
}
|
|
106
|
-
]
|
|
106
|
+
],
|
|
107
|
+
"catalogEntry": {
|
|
108
|
+
"tier": "L1",
|
|
109
|
+
"name": "hero-cta-simple"
|
|
110
|
+
}
|
|
107
111
|
}
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"photo"
|
|
31
31
|
]
|
|
32
32
|
},
|
|
33
|
-
"captured_at": "2026-
|
|
33
|
+
"captured_at": "2026-08-15T04:10:49.553Z",
|
|
34
34
|
"template": [
|
|
35
35
|
{
|
|
36
36
|
"id": "image",
|
|
@@ -95,5 +95,9 @@
|
|
|
95
95
|
"section-2"
|
|
96
96
|
]
|
|
97
97
|
}
|
|
98
|
-
]
|
|
98
|
+
],
|
|
99
|
+
"catalogEntry": {
|
|
100
|
+
"tier": "L1",
|
|
101
|
+
"name": "image-caption-tile"
|
|
102
|
+
}
|
|
99
103
|
}
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"quick"
|
|
31
31
|
]
|
|
32
32
|
},
|
|
33
|
-
"captured_at": "2026-
|
|
33
|
+
"captured_at": "2026-08-15T04:10:49.553Z",
|
|
34
34
|
"template": [
|
|
35
35
|
{
|
|
36
36
|
"id": "button",
|
|
@@ -124,5 +124,9 @@
|
|
|
124
124
|
"card"
|
|
125
125
|
]
|
|
126
126
|
}
|
|
127
|
-
]
|
|
127
|
+
],
|
|
128
|
+
"catalogEntry": {
|
|
129
|
+
"tier": "L1",
|
|
130
|
+
"name": "inline-dialog-rename"
|
|
131
|
+
}
|
|
128
132
|
}
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"full-form"
|
|
40
40
|
]
|
|
41
41
|
},
|
|
42
|
-
"captured_at": "2026-
|
|
42
|
+
"captured_at": "2026-08-15T04:10:49.553Z",
|
|
43
43
|
"template": [
|
|
44
44
|
{
|
|
45
45
|
"id": "text",
|
|
@@ -203,5 +203,9 @@
|
|
|
203
203
|
"footer"
|
|
204
204
|
]
|
|
205
205
|
}
|
|
206
|
-
]
|
|
206
|
+
],
|
|
207
|
+
"catalogEntry": {
|
|
208
|
+
"tier": "L1",
|
|
209
|
+
"name": "login-form-card"
|
|
210
|
+
}
|
|
207
211
|
}
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"designer"
|
|
25
25
|
]
|
|
26
26
|
},
|
|
27
|
-
"captured_at": "2026-
|
|
27
|
+
"captured_at": "2026-08-15T04:10:49.553Z",
|
|
28
28
|
"template": [
|
|
29
29
|
{
|
|
30
30
|
"id": "mode",
|
|
@@ -78,5 +78,9 @@
|
|
|
78
78
|
"primary-role"
|
|
79
79
|
]
|
|
80
80
|
}
|
|
81
|
-
]
|
|
81
|
+
],
|
|
82
|
+
"catalogEntry": {
|
|
83
|
+
"tier": "L1",
|
|
84
|
+
"name": "onb-persona-picker"
|
|
85
|
+
}
|
|
82
86
|
}
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"tracking"
|
|
31
31
|
]
|
|
32
32
|
},
|
|
33
|
-
"captured_at": "2026-08-
|
|
33
|
+
"captured_at": "2026-08-15T04:10:49.553Z",
|
|
34
34
|
"template": [
|
|
35
35
|
{
|
|
36
36
|
"id": "text",
|
|
@@ -127,5 +127,9 @@
|
|
|
127
127
|
"section"
|
|
128
128
|
]
|
|
129
129
|
}
|
|
130
|
-
]
|
|
130
|
+
],
|
|
131
|
+
"catalogEntry": {
|
|
132
|
+
"tier": "L1",
|
|
133
|
+
"name": "order-tracking-timeline"
|
|
134
|
+
}
|
|
131
135
|
}
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"recommended"
|
|
32
32
|
]
|
|
33
33
|
},
|
|
34
|
-
"captured_at": "2026-08-
|
|
34
|
+
"captured_at": "2026-08-15T04:10:49.553Z",
|
|
35
35
|
"template": [
|
|
36
36
|
{
|
|
37
37
|
"id": "role",
|
|
@@ -103,5 +103,9 @@
|
|
|
103
103
|
"column"
|
|
104
104
|
]
|
|
105
105
|
}
|
|
106
|
-
]
|
|
106
|
+
],
|
|
107
|
+
"catalogEntry": {
|
|
108
|
+
"tier": "L1",
|
|
109
|
+
"name": "permissions-role-picker-radio"
|
|
110
|
+
}
|
|
107
111
|
}
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"feature-tour"
|
|
29
29
|
]
|
|
30
30
|
},
|
|
31
|
-
"captured_at": "2026-08-
|
|
31
|
+
"captured_at": "2026-08-15T04:10:49.553Z",
|
|
32
32
|
"template": [
|
|
33
33
|
{
|
|
34
34
|
"id": "text",
|
|
@@ -154,5 +154,9 @@
|
|
|
154
154
|
"footer"
|
|
155
155
|
]
|
|
156
156
|
}
|
|
157
|
-
]
|
|
157
|
+
],
|
|
158
|
+
"catalogEntry": {
|
|
159
|
+
"tier": "L1",
|
|
160
|
+
"name": "product-tour"
|
|
161
|
+
}
|
|
158
162
|
}
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"explain"
|
|
27
27
|
]
|
|
28
28
|
},
|
|
29
|
-
"captured_at": "2026-08-
|
|
29
|
+
"captured_at": "2026-08-15T04:10:49.553Z",
|
|
30
30
|
"template": [
|
|
31
31
|
{
|
|
32
32
|
"id": "text",
|
|
@@ -131,5 +131,9 @@
|
|
|
131
131
|
"footer"
|
|
132
132
|
]
|
|
133
133
|
}
|
|
134
|
-
]
|
|
134
|
+
],
|
|
135
|
+
"catalogEntry": {
|
|
136
|
+
"tier": "L1",
|
|
137
|
+
"name": "retention-cohort-with-legend"
|
|
138
|
+
}
|
|
135
139
|
}
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"find"
|
|
26
26
|
]
|
|
27
27
|
},
|
|
28
|
-
"captured_at": "2026-08-
|
|
28
|
+
"captured_at": "2026-08-15T04:10:49.553Z",
|
|
29
29
|
"template": [
|
|
30
30
|
{
|
|
31
31
|
"id": "text",
|
|
@@ -198,5 +198,9 @@
|
|
|
198
198
|
"footer"
|
|
199
199
|
]
|
|
200
200
|
}
|
|
201
|
-
]
|
|
201
|
+
],
|
|
202
|
+
"catalogEntry": {
|
|
203
|
+
"tier": "L1",
|
|
204
|
+
"name": "search-results-list"
|
|
205
|
+
}
|
|
202
206
|
}
|