@adia-ai/gen-ui 0.8.38 → 0.8.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/compose/transpiler/transpiler-maps.js +9 -0
  3. package/corpus/chunks/_index.json +177 -1
  4. package/corpus/chunks/_source-hashes.json +11 -10
  5. package/corpus/chunks/access-denied-with-request.json +6 -2
  6. package/corpus/chunks/admin-page-header-with-actions.json +6 -2
  7. package/corpus/chunks/admin-topbar-breadcrumb-actions.json +6 -2
  8. package/corpus/chunks/agent-memory-list.json +6 -2
  9. package/corpus/chunks/agent-reasoning-collapsed.json +6 -2
  10. package/corpus/chunks/agent-tool-call-accordion.json +6 -2
  11. package/corpus/chunks/alert-dialog-unsaved.json +6 -2
  12. package/corpus/chunks/analytics-chart.json +6 -2
  13. package/corpus/chunks/api-keys-list.json +6 -2
  14. package/corpus/chunks/app-nav-groups.json +6 -2
  15. package/corpus/chunks/auth-signin-card-otp.json +6 -2
  16. package/corpus/chunks/avatar-group-overflow.json +6 -2
  17. package/corpus/chunks/banner-system-maintenance.json +6 -2
  18. package/corpus/chunks/bell-menu-empty.json +6 -2
  19. package/corpus/chunks/chart-in-card-full-chart.json +6 -2
  20. package/corpus/chunks/checkout-order-summary-card.json +6 -2
  21. package/corpus/chunks/code-snippet.json +6 -2
  22. package/corpus/chunks/comments-composer.json +6 -2
  23. package/corpus/chunks/contact-form-card.json +6 -2
  24. package/corpus/chunks/data-export-history.json +6 -2
  25. package/corpus/chunks/destructive-confirm-modal.json +6 -2
  26. package/corpus/chunks/export-flow-delivery.json +6 -2
  27. package/corpus/chunks/faq-accordion.json +6 -2
  28. package/corpus/chunks/feature-grid-three-cards.json +6 -2
  29. package/corpus/chunks/filter-popover-form.json +6 -2
  30. package/corpus/chunks/hero-cta-simple.json +6 -2
  31. package/corpus/chunks/image-caption-tile.json +6 -2
  32. package/corpus/chunks/inline-dialog-rename.json +6 -2
  33. package/corpus/chunks/login-form-card.json +6 -2
  34. package/corpus/chunks/onb-persona-picker.json +6 -2
  35. package/corpus/chunks/order-tracking-timeline.json +6 -2
  36. package/corpus/chunks/permissions-role-picker-radio.json +6 -2
  37. package/corpus/chunks/product-tour.json +6 -2
  38. package/corpus/chunks/retention-cohort-with-legend.json +6 -2
  39. package/corpus/chunks/search-results-list.json +6 -2
  40. package/corpus/chunks/signup-form-card.json +6 -2
  41. package/corpus/chunks/stat-cards-kpi-dashboard.json +6 -2
  42. package/corpus/chunks/tabs-with-panels.json +6 -2
  43. package/corpus/chunks/testimonial-pull-quote.json +6 -2
  44. package/corpus/chunks/toolbar-icons.json +6 -2
  45. package/corpus/chunks/usage-quota-meter-card.json +6 -2
  46. package/corpus/chunks/user-profile-card.json +6 -2
  47. package/corpus/chunks/verification-stepper.json +6 -2
  48. package/corpus/chunks/webhooks-list.json +6 -2
  49. package/corpus/manifest.json +2 -2
  50. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog — @adia-ai/gen-ui
2
2
 
3
+ ## [0.8.40] — 2026-08-15
4
+
5
+ ### Maintenance
6
+ - **Lockstep version bump only.** No source changes in this package; bumped to maintain the lockstep version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.8.40 work shipped in the ADR-0052/0053/0054/0056 attribute-grammar and token-convention breaking wave. See `packages/web-components/CHANGELOG.md#0840--2026-08-15` for details.
7
+ - **`compose/` touched in this release window** (1 file(s), e.g. `transpiler/transpiler-maps.js`) — carried by the entries above.
8
+ - **`corpus/` touched in this release window** (1 file(s), e.g. `chunks/_source-hashes.json`) — carried by the entries above.
9
+
10
+ ## [0.8.39] — 2026-08-15
11
+
12
+ ### Added
13
+ - **Corpus chunks cite their catalog entry — `catalogEntry: { tier, name }` (ADR-0050, gh#1291 phase 5).** `harvest:chunks` now reads the catalog's tier index (`@adia-ai/a2ui/catalog/tiers`) and stamps the reverse pointer onto every chunk a curated entry names as its source, in both the per-chunk file and the `_index.json` row — 44 chunks today. The derivation direction is unchanged and is the point: harvest reads the catalog, the catalog never reads the corpus (which is why `curate-l1-widgets.mjs`, reading chunks, is deliberately not a build step). Joined on the entry's recorded `source.chunk` rather than on name equality — the two agree today, but identity is a curation convention while `source.chunk` is the fact; a divergence, a doubly-claimed chunk, or an entry naming a chunk the harvest did not produce is reported, never silently resolved. The pointer deliberately omits `catalogId` (it carries the lockstep version and would churn 44 corpus files every release). **Metadata-only: no re-embed owed** — `chunkToText()`, the embedding input and `sourceHash` freshness key, ignores the field, so `check:embeddings-fresh` holds the same hash across the change. The tier index joins the tracked harvest inputs in `chunks/_source-hashes.json` (and `check:chunks-fresh` hashes it in lockstep), so a catalog-only edit that would change a chunk's provenance can no longer leave the corpus silently stale.
14
+
15
+ ### Maintenance
16
+ - **`validate/` touched in this release window** (1 file(s), e.g. `validate/catalog-package-load.test.js`) — carried by the entries above.
17
+
3
18
  ## [0.8.38] — 2026-08-15
4
19
 
5
20
  ### Removed
@@ -400,6 +400,15 @@ export function extractProps(el, a2uiType) {
400
400
  const spanAttr = attr('span');
401
401
  if (spanAttr) props.span = spanAttr;
402
402
 
403
+ // Universal: preserve [density] for every element. Density is the ambient
404
+ // global attribute (compact | spacious, unset = standard) any element can
405
+ // carry (ADR-0054) — no .yaml declares it as a component prop (table-ui's
406
+ // own local `density` enum converged onto this global mechanism and
407
+ // dropped its yaml-declared prop, gh#1300), so the catalog-driven pass
408
+ // below silently drops it, same gap class as [slot]/[span] above.
409
+ const densityAttr = attr('density');
410
+ if (densityAttr) props.density = densityAttr;
411
+
403
412
  // §163 (v0.5.4) — Catalog-driven generic extraction FIRST. Fills in
404
413
  // every prop the v0.9 catalog declares for this type (label, icon,
405
414
  // variant=, etc.). Legacy per-type blocks below run AFTER and can
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "schema": "genui-chunk-index@2",
3
- "captured_at": "2026-08-13T16:17:52.286Z",
3
+ "captured_at": "2026-08-15T04:10:49.553Z",
4
4
  "total_instances": 675,
5
5
  "unique_names": 526,
6
6
  "by_kind": {
@@ -40,6 +40,10 @@
40
40
  "header",
41
41
  "band"
42
42
  ]
43
+ },
44
+ "catalogEntry": {
45
+ "tier": "L1",
46
+ "name": "admin-topbar-breadcrumb-actions"
43
47
  }
44
48
  },
45
49
  {
@@ -267,6 +271,10 @@
267
271
  "primary",
268
272
  "layout"
269
273
  ]
274
+ },
275
+ "catalogEntry": {
276
+ "tier": "L1",
277
+ "name": "admin-page-header-with-actions"
270
278
  }
271
279
  },
272
280
  {
@@ -1747,6 +1755,10 @@
1747
1755
  "trace",
1748
1756
  "expandable"
1749
1757
  ]
1758
+ },
1759
+ "catalogEntry": {
1760
+ "tier": "L1",
1761
+ "name": "agent-tool-call-accordion"
1750
1762
  }
1751
1763
  },
1752
1764
  {
@@ -1885,6 +1897,10 @@
1885
1897
  "description",
1886
1898
  "photo"
1887
1899
  ]
1900
+ },
1901
+ "catalogEntry": {
1902
+ "tier": "L1",
1903
+ "name": "image-caption-tile"
1888
1904
  }
1889
1905
  },
1890
1906
  {
@@ -2329,6 +2345,10 @@
2329
2345
  "numbers",
2330
2346
  "business-metrics"
2331
2347
  ]
2348
+ },
2349
+ "catalogEntry": {
2350
+ "tier": "L1",
2351
+ "name": "stat-cards-kpi-dashboard"
2332
2352
  }
2333
2353
  },
2334
2354
  {
@@ -2678,6 +2698,10 @@
2678
2698
  "line",
2679
2699
  "analytics-chart"
2680
2700
  ]
2701
+ },
2702
+ "catalogEntry": {
2703
+ "tier": "L1",
2704
+ "name": "analytics-chart"
2681
2705
  }
2682
2706
  },
2683
2707
  {
@@ -3282,6 +3306,10 @@
3282
3306
  "developer",
3283
3307
  "documentation"
3284
3308
  ]
3309
+ },
3310
+ "catalogEntry": {
3311
+ "tier": "L1",
3312
+ "name": "code-snippet"
3285
3313
  }
3286
3314
  },
3287
3315
  {
@@ -3344,6 +3372,10 @@
3344
3372
  "onboarding",
3345
3373
  "feature-tour"
3346
3374
  ]
3375
+ },
3376
+ "catalogEntry": {
3377
+ "tier": "L1",
3378
+ "name": "product-tour"
3347
3379
  }
3348
3380
  },
3349
3381
  {
@@ -5906,6 +5938,10 @@
5906
5938
  "complexity": "simple",
5907
5939
  "layout": "card"
5908
5940
  }
5941
+ },
5942
+ "catalogEntry": {
5943
+ "tier": "L1",
5944
+ "name": "auth-signin-card-otp"
5909
5945
  }
5910
5946
  },
5911
5947
  {
@@ -6712,6 +6748,10 @@
6712
6748
  "developer",
6713
6749
  "designer"
6714
6750
  ]
6751
+ },
6752
+ "catalogEntry": {
6753
+ "tier": "L1",
6754
+ "name": "onb-persona-picker"
6715
6755
  }
6716
6756
  },
6717
6757
  {
@@ -8501,6 +8541,10 @@
8501
8541
  "ecommerce",
8502
8542
  "buy"
8503
8543
  ]
8544
+ },
8545
+ "catalogEntry": {
8546
+ "tier": "L1",
8547
+ "name": "checkout-order-summary-card"
8504
8548
  }
8505
8549
  },
8506
8550
  {
@@ -8944,6 +8988,10 @@
8944
8988
  "no",
8945
8989
  "icons"
8946
8990
  ]
8991
+ },
8992
+ "catalogEntry": {
8993
+ "tier": "L1",
8994
+ "name": "feature-grid-three-cards"
8947
8995
  }
8948
8996
  },
8949
8997
  {
@@ -9113,6 +9161,10 @@
9113
9161
  "timeline-ui",
9114
9162
  "timeline-item-ui"
9115
9163
  ]
9164
+ },
9165
+ "catalogEntry": {
9166
+ "tier": "L1",
9167
+ "name": "agent-reasoning-collapsed"
9116
9168
  }
9117
9169
  },
9118
9170
  {
@@ -9235,6 +9287,10 @@
9235
9287
  "plus",
9236
9288
  "more"
9237
9289
  ]
9290
+ },
9291
+ "catalogEntry": {
9292
+ "tier": "L1",
9293
+ "name": "avatar-group-overflow"
9238
9294
  }
9239
9295
  },
9240
9296
  {
@@ -9468,6 +9524,10 @@
9468
9524
  "danger",
9469
9525
  "irreversible"
9470
9526
  ]
9527
+ },
9528
+ "catalogEntry": {
9529
+ "tier": "L1",
9530
+ "name": "destructive-confirm-modal"
9471
9531
  }
9472
9532
  },
9473
9533
  {
@@ -9761,6 +9821,10 @@
9761
9821
  "quick-form",
9762
9822
  "save-view"
9763
9823
  ]
9824
+ },
9825
+ "catalogEntry": {
9826
+ "tier": "L1",
9827
+ "name": "filter-popover-form"
9764
9828
  }
9765
9829
  },
9766
9830
  {
@@ -10090,6 +10154,10 @@
10090
10154
  "status",
10091
10155
  "tracking"
10092
10156
  ]
10157
+ },
10158
+ "catalogEntry": {
10159
+ "tier": "L1",
10160
+ "name": "order-tracking-timeline"
10093
10161
  }
10094
10162
  },
10095
10163
  {
@@ -10549,6 +10617,10 @@
10549
10617
  "content-areas",
10550
10618
  "tab-strip"
10551
10619
  ]
10620
+ },
10621
+ "catalogEntry": {
10622
+ "tier": "L1",
10623
+ "name": "tabs-with-panels"
10552
10624
  }
10553
10625
  },
10554
10626
  {
@@ -10664,6 +10736,10 @@
10664
10736
  "contact",
10665
10737
  "user-profile"
10666
10738
  ]
10739
+ },
10740
+ "catalogEntry": {
10741
+ "tier": "L1",
10742
+ "name": "user-profile-card"
10667
10743
  }
10668
10744
  },
10669
10745
  {
@@ -11227,6 +11303,10 @@
11227
11303
  "of",
11228
11304
  "mouth"
11229
11305
  ]
11306
+ },
11307
+ "catalogEntry": {
11308
+ "tier": "L1",
11309
+ "name": "testimonial-pull-quote"
11230
11310
  }
11231
11311
  },
11232
11312
  {
@@ -11402,6 +11482,10 @@
11402
11482
  "this",
11403
11483
  "period"
11404
11484
  ]
11485
+ },
11486
+ "catalogEntry": {
11487
+ "tier": "L1",
11488
+ "name": "usage-quota-meter-card"
11405
11489
  }
11406
11490
  },
11407
11491
  {
@@ -11712,6 +11796,10 @@
11712
11796
  "button",
11713
11797
  "full-form"
11714
11798
  ]
11799
+ },
11800
+ "catalogEntry": {
11801
+ "tier": "L1",
11802
+ "name": "signup-form-card"
11715
11803
  }
11716
11804
  },
11717
11805
  {
@@ -11752,6 +11840,10 @@
11752
11840
  "dual-action",
11753
11841
  "full-form"
11754
11842
  ]
11843
+ },
11844
+ "catalogEntry": {
11845
+ "tier": "L1",
11846
+ "name": "contact-form-card"
11755
11847
  }
11756
11848
  },
11757
11849
  {
@@ -11794,6 +11886,10 @@
11794
11886
  "credentials",
11795
11887
  "full-form"
11796
11888
  ]
11889
+ },
11890
+ "catalogEntry": {
11891
+ "tier": "L1",
11892
+ "name": "login-form-card"
11797
11893
  }
11798
11894
  },
11799
11895
  {
@@ -11962,6 +12058,10 @@
11962
12058
  "collapsible",
11963
12059
  "frequently-asked"
11964
12060
  ]
12061
+ },
12062
+ "catalogEntry": {
12063
+ "tier": "L1",
12064
+ "name": "faq-accordion"
11965
12065
  }
11966
12066
  },
11967
12067
  {
@@ -12086,6 +12186,10 @@
12086
12186
  "formatting",
12087
12187
  "icon-only"
12088
12188
  ]
12189
+ },
12190
+ "catalogEntry": {
12191
+ "tier": "L1",
12192
+ "name": "toolbar-icons"
12089
12193
  }
12090
12194
  },
12091
12195
  {
@@ -13103,6 +13207,10 @@
13103
13207
  "go-back",
13104
13208
  "403"
13105
13209
  ]
13210
+ },
13211
+ "catalogEntry": {
13212
+ "tier": "L1",
13213
+ "name": "access-denied-with-request"
13106
13214
  }
13107
13215
  },
13108
13216
  {
@@ -13202,6 +13310,10 @@
13202
13310
  "production",
13203
13311
  "credentials"
13204
13312
  ]
13313
+ },
13314
+ "catalogEntry": {
13315
+ "tier": "L1",
13316
+ "name": "api-keys-list"
13205
13317
  }
13206
13318
  },
13207
13319
  {
@@ -13264,6 +13376,10 @@
13264
13376
  "settings",
13265
13377
  "callbacks"
13266
13378
  ]
13379
+ },
13380
+ "catalogEntry": {
13381
+ "tier": "L1",
13382
+ "name": "webhooks-list"
13267
13383
  }
13268
13384
  },
13269
13385
  {
@@ -13327,6 +13443,10 @@
13327
13443
  "gdpr",
13328
13444
  "audit"
13329
13445
  ]
13446
+ },
13447
+ "catalogEntry": {
13448
+ "tier": "L1",
13449
+ "name": "data-export-history"
13330
13450
  }
13331
13451
  },
13332
13452
  {
@@ -13514,6 +13634,10 @@
13514
13634
  "personalization",
13515
13635
  "context"
13516
13636
  ]
13637
+ },
13638
+ "catalogEntry": {
13639
+ "tier": "L1",
13640
+ "name": "agent-memory-list"
13517
13641
  }
13518
13642
  },
13519
13643
  {
@@ -13875,6 +13999,10 @@
13875
13999
  "confirm",
13876
14000
  "dirty-state"
13877
14001
  ]
14002
+ },
14003
+ "catalogEntry": {
14004
+ "tier": "L1",
14005
+ "name": "alert-dialog-unsaved"
13878
14006
  }
13879
14007
  },
13880
14008
  {
@@ -13905,6 +14033,10 @@
13905
14033
  "menu",
13906
14034
  "sections"
13907
14035
  ]
14036
+ },
14037
+ "catalogEntry": {
14038
+ "tier": "L1",
14039
+ "name": "app-nav-groups"
13908
14040
  }
13909
14041
  },
13910
14042
  {
@@ -14418,6 +14550,10 @@
14418
14550
  "button",
14419
14551
  "range"
14420
14552
  ]
14553
+ },
14554
+ "catalogEntry": {
14555
+ "tier": "L1",
14556
+ "name": "chart-in-card-full-chart"
14421
14557
  }
14422
14558
  },
14423
14559
  {
@@ -14661,6 +14797,10 @@
14661
14797
  "collaboration",
14662
14798
  "post"
14663
14799
  ]
14800
+ },
14801
+ "catalogEntry": {
14802
+ "tier": "L1",
14803
+ "name": "comments-composer"
14664
14804
  }
14665
14805
  },
14666
14806
  {
@@ -15103,6 +15243,10 @@
15103
15243
  "download",
15104
15244
  "options"
15105
15245
  ]
15246
+ },
15247
+ "catalogEntry": {
15248
+ "tier": "L1",
15249
+ "name": "export-flow-delivery"
15106
15250
  }
15107
15251
  },
15108
15252
  {
@@ -15439,6 +15583,10 @@
15439
15583
  "edit",
15440
15584
  "quick"
15441
15585
  ]
15586
+ },
15587
+ "catalogEntry": {
15588
+ "tier": "L1",
15589
+ "name": "inline-dialog-rename"
15442
15590
  }
15443
15591
  },
15444
15592
  {
@@ -15560,6 +15708,10 @@
15560
15708
  "banner",
15561
15709
  "launch"
15562
15710
  ]
15711
+ },
15712
+ "catalogEntry": {
15713
+ "tier": "L1",
15714
+ "name": "hero-cta-simple"
15563
15715
  }
15564
15716
  },
15565
15717
  {
@@ -15731,6 +15883,10 @@
15731
15883
  "none",
15732
15884
  "inbox"
15733
15885
  ]
15886
+ },
15887
+ "catalogEntry": {
15888
+ "tier": "L1",
15889
+ "name": "bell-menu-empty"
15734
15890
  }
15735
15891
  },
15736
15892
  {
@@ -15879,6 +16035,10 @@
15879
16035
  "select",
15880
16036
  "recommended"
15881
16037
  ]
16038
+ },
16039
+ "catalogEntry": {
16040
+ "tier": "L1",
16041
+ "name": "permissions-role-picker-radio"
15882
16042
  }
15883
16043
  },
15884
16044
  {
@@ -16058,6 +16218,10 @@
16058
16218
  "payouts",
16059
16219
  "compliance"
16060
16220
  ]
16221
+ },
16222
+ "catalogEntry": {
16223
+ "tier": "L1",
16224
+ "name": "verification-stepper"
16061
16225
  }
16062
16226
  },
16063
16227
  {
@@ -16256,6 +16420,10 @@
16256
16420
  "analytics",
16257
16421
  "explain"
16258
16422
  ]
16423
+ },
16424
+ "catalogEntry": {
16425
+ "tier": "L1",
16426
+ "name": "retention-cohort-with-legend"
16259
16427
  }
16260
16428
  },
16261
16429
  {
@@ -16312,6 +16480,10 @@
16312
16480
  "discovery",
16313
16481
  "find"
16314
16482
  ]
16483
+ },
16484
+ "catalogEntry": {
16485
+ "tier": "L1",
16486
+ "name": "search-results-list"
16315
16487
  }
16316
16488
  },
16317
16489
  {
@@ -16453,6 +16625,10 @@
16453
16625
  "system",
16454
16626
  "announce"
16455
16627
  ]
16628
+ },
16629
+ "catalogEntry": {
16630
+ "tier": "L1",
16631
+ "name": "banner-system-maintenance"
16456
16632
  }
16457
16633
  },
16458
16634
  {
@@ -21,7 +21,7 @@
21
21
  "apps/genui/app/css-channel-demo/css-channel-demo.contents.html": "a539c38357d62ab69377b7d5c735dd8a14f9b1c474c353cb066ab042ee782013",
22
22
  "apps/genui/app/css-channel-demo/css-channel-demo.html": "64132e1b1315e5a9e9f6e36a9122f82f4d31ff8d61a762f105554703b98e218e",
23
23
  "apps/genui/app/factory-chat/factory-chat.contents.html": "3820a72d9905bfce0da59bc3c35f652dec2b7edaf429c7faa8ad739b2af77eb4",
24
- "apps/genui/app/factory-chat/factory-chat.html": "3e723e82bc2c4faa002e529052259127f7eca4392ec0f1dcbbc293cb829d8b5b",
24
+ "apps/genui/app/factory-chat/factory-chat.html": "b78fe1c04cfbdc675022680b31593ef8e26da6707673834446feb15bb215e192",
25
25
  "apps/genui/app/gen-ui-feed/gen-ui-feed.contents.html": "fc8eda38726a487351de47c15d4bb1eac2bff6ac47a1993caa22daa5500fb59e",
26
26
  "apps/genui/app/gen-ui-feed/gen-ui-feed.html": "1ebfbb3c22092284d897a7621f44b67b5612e3ed5d067fcb25540686fa1c38d1",
27
27
  "apps/genui/app/gen-ui-gallery/gen-ui-gallery.html": "755a495f7c9924d3cc7cb239c5e9f4c0f3e3f21e95475652a02c01557bc27c4c",
@@ -279,6 +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": "681bcaab699e87f15b2e5411285a700e45432452eecbab563e1259aeffadbb3b",
282
283
  "packages/web-components/components/accordion/accordion.examples.html": "2a809c9da20b8bf4107ca6f110e002323ea09b8e0853eea1c7c54fc39298bf5d",
283
284
  "packages/web-components/components/action-list/action-list.examples.html": "3342436477960f0d5745438fad63abb83eda0a6b25afb5d36dc574c665f80ddc",
284
285
  "packages/web-components/components/adia-mark/adia-mark.examples.html": "3f8f6a0124527f917d715e4b92a8f0c5b57251f8a1402cbd9fcd5110337248a6",
@@ -302,7 +303,7 @@
302
303
  "packages/web-components/components/canvas/canvas.examples.html": "8d795838bd1ba3a7919e8590f4591f97771ebf9235da9e630eebaa00c925aa22",
303
304
  "packages/web-components/components/card/card.examples.html": "271bb9c653a5d30c414f879ef6768bed6616102b70e746867f9ddd6710de3671",
304
305
  "packages/web-components/components/chart-legend/chart-legend.examples.html": "ac6118867a492d37dbe71284fe3831ced46176e37aa19a4e52eb3bd90b0d4c75",
305
- "packages/web-components/components/chart/chart.examples.html": "cedda88ac8d8957d718d06887cc34e1960e964490a5a842639433c6ee5933499",
306
+ "packages/web-components/components/chart/chart.examples.html": "96030cca2b226025bee63f519cb0293384aa2a7ebf374625df2b417669527201",
306
307
  "packages/web-components/components/chat-thread/chat-thread.examples.html": "d3d11cca05b944a3c6ec3ecb764a95cd1a4659f63aeff81b1acecea95d52ef12",
307
308
  "packages/web-components/components/check/check.examples.html": "6fcbde27bf829094ebf8c73183feb1763ccb7407ec95a6756d82a86ed3802502",
308
309
  "packages/web-components/components/code/code.examples.html": "959ee1fa144f9fb0234a040c64899cd6becf97506366ad0095869b656a17ace8",
@@ -332,7 +333,7 @@
332
333
  "packages/web-components/components/icon/icon.examples.html": "77da3d8ab807342ef57a275f798b35d7f73016423c3d2fc5dbe6e8d88c7f1257",
333
334
  "packages/web-components/components/image/image.examples.html": "518a7e0ccf9176685b9883f5fe52f2293e7515d4d7fcaf82f3e685dbdb2d0b19",
334
335
  "packages/web-components/components/inline-edit/inline-edit.examples.html": "96d9e9af1f6dfced126629a15b5660f2945b8f0d5485d2ec83c6f6ca8cf49b9a",
335
- "packages/web-components/components/inline-message/inline-message.examples.html": "bc69fb40a74eed59b29e954ecaed44350d938e030bee46dfe803fffc7bf00356",
336
+ "packages/web-components/components/inline-message/inline-message.examples.html": "6fe0b7d455bdcb44be18ba5a0d00c245188154c816b59ad80dbd1308321926ef",
336
337
  "packages/web-components/components/input/input.examples.html": "a9b8fed1f04117b7923ca6deeb6a4464213a5aeb4ce1111428a2cef1fa77592e",
337
338
  "packages/web-components/components/inspector/inspector.examples.html": "73151b72f15462c4e36abbd8f6b14c50b16e44b70f70cf3e30904b60195570b8",
338
339
  "packages/web-components/components/integration-card/integration-card.examples.html": "5db752e3e803e229c472473902cd597d66ec0dd1551f11c9fcccc501069143e0",
@@ -346,7 +347,7 @@
346
347
  "packages/web-components/components/modal/modal.examples.html": "8edb1f69c74532bdca892cc93bb2619a2a6551d51a1d3de98cef17dee0641cc8",
347
348
  "packages/web-components/components/nav-group/nav-group.examples.html": "b82a25ca132798c313b5cc6a73944e6dbeda48ed0413218e98b39d856ac9cdea",
348
349
  "packages/web-components/components/nav-item/nav-item.examples.html": "58befbd43e451756fc7aea32929f1b0726dc39258aaa531116b5951b4c1ca6d4",
349
- "packages/web-components/components/nav/nav.examples.html": "d1c0cbf062dcb01e60e875eab88a970b879a3d8f87ef51917a2d78b785a53e53",
350
+ "packages/web-components/components/nav/nav.examples.html": "2aa7e2c8bebb2d9716e293950e6907c39e1c596f1167f374c90dc3d1ae7277a9",
350
351
  "packages/web-components/components/noodles/noodles.examples.html": "d6b9cceb0c9b5f760de27d77489cef61c0f51b7a175d20fd994b1085fc1f8785",
351
352
  "packages/web-components/components/number-format/number-format.examples.html": "8db67e79dcbf5df6a879496f2ad733b01fcfb2755004481b40cf8ce21fb72bf7",
352
353
  "packages/web-components/components/option-card/option-card.examples.html": "981b7a5fe7d3dcd923d5ffbec7170624d68738d53a3ac050f3e53f71c8e0ecde",
@@ -361,7 +362,7 @@
361
362
  "packages/web-components/components/preview/preview.examples.html": "30b7ed0592ca1f08be796dc74603a098ed62c78cf8ddcbae516667ce9efa33a1",
362
363
  "packages/web-components/components/progress-row/progress-row.examples.html": "1ba4306d22c74403461b4f9eaa9fc2492c5c4068530a155f862beb1321fec374",
363
364
  "packages/web-components/components/progress/progress.examples.html": "023274c2f3b739fe34325520c9ccd0ea5d4df1e555de69343460c1b755a84f6f",
364
- "packages/web-components/components/qr-code/qr-code.examples.html": "1ca7e58fe4ad314bb9d2b0a166b311eeea3f4f7ebfb2df608763e4142e148699",
365
+ "packages/web-components/components/qr-code/qr-code.examples.html": "013b72028de9dac584dbf477b5cbd0d5b390aa717f3609fd56808fad54096e62",
365
366
  "packages/web-components/components/radio-group/radio-group.examples.html": "47eea5a1432046ae791014e3b175e636f1e3729d0496b7626ecce081ce9c17c1",
366
367
  "packages/web-components/components/radio/radio.examples.html": "a033ca91d616f9278c275edde20b24c446f93b397f575d8c6a283ad1fcff3acd",
367
368
  "packages/web-components/components/range/range.examples.html": "d358abff361717d6c732af54be85395b91b0eaaca595f50cf8ae4102ad9e91e0",
@@ -387,7 +388,7 @@
387
388
  "packages/web-components/components/swiper/swiper.examples.html": "cfc9f8d6a2f0afda7a7500eca601d7c0e51c025edfdb8e797b80781a3e74a8b2",
388
389
  "packages/web-components/components/switch/switch.examples.html": "5ced4977f950fdb632cf44e769e1dec431148e9c9fd4752b71b11ce203a2fa37",
389
390
  "packages/web-components/components/table-toolbar/table-toolbar.examples.html": "c46043862eedafc57dad5b597c23898dcbddc1a051c98ce5a9a3bc3a2b0d3dc5",
390
- "packages/web-components/components/table/table.examples.html": "5c40baaa1f143ed1f9e8b4f1d856b3e9a340340a5de43a44faae81b52b313283",
391
+ "packages/web-components/components/table/table.examples.html": "e9169561a046a40a16bef78433573daec8871b7494c85da837136aa00117ebc4",
391
392
  "packages/web-components/components/tabs/tabs.examples.html": "1e083a7a44d099ff5af13c4ee47d359625c37a9643ca0b9350fd3d49de42f976",
392
393
  "packages/web-components/components/tag/tag.examples.html": "c257e75298afd2b6aee139c84638be9941fc8de9ade5fa7e240137824c5c7d24",
393
394
  "packages/web-components/components/tags-input/tags-input.examples.html": "f1eb832f2bc182bcc276d5a7172957e11c5cf3506f4c1c4175c6088614f02177",
@@ -397,7 +398,7 @@
397
398
  "packages/web-components/components/timeline/timeline.examples.html": "23a0fd41a03f6f511157c3f36ce6ef2145d249e5b005738bc4ce60d1bf0e4dcd",
398
399
  "packages/web-components/components/toast/toast.examples.html": "09318c1c627c36b175de10a56eb644e617be3bfa7d6826e26a5362ef356aa20c",
399
400
  "packages/web-components/components/toc/toc.examples.html": "ddacc067a4eca086f416810d71b8142664e05d9ccd6e92f295bf06059a4153b8",
400
- "packages/web-components/components/toggle-group/toggle-group.examples.html": "d2129b182cd279816b21ed4dd09a79c318ff89b66c5c2164ae3492edbff164a1",
401
+ "packages/web-components/components/toggle-group/toggle-group.examples.html": "9ad562bd63a263074e3a207081cdf18d07ae43b5b729045e77a2aaa7988b4103",
401
402
  "packages/web-components/components/toggle-scheme/toggle-scheme.examples.html": "bec37f4aa8605ba9dbaa16582971557a4318224ec6a931f10fa69cfcad116e00",
402
403
  "packages/web-components/components/toolbar/toolbar.examples.html": "4e25352c0ac1c0258a98a75353ba459f573e3ff56e5b3e90c4a35592fd3f3c01",
403
404
  "packages/web-components/components/tooltip/tooltip.examples.html": "652ec6470fc56072ed7defdb66273d4e2bcc445e6c34028c65052138ba56edee",
@@ -535,10 +536,10 @@
535
536
  "site/pages/architecture/reactivity.html": "3522094dbe309f2e0cc87353eaf0e85e058b0d9b55656621bebc8453dba2e7e7",
536
537
  "site/pages/architecture/sizing-and-scale.html": "69d8391c36b00edb308a5a42fb60c748beb691e14fae894f5e3cbeab9fef0d88",
537
538
  "site/pages/architecture/traits.html": "3b784b4b9645dfa5c9fdd4aedb00a921559df9a7d714d505a80b3669e53a3027",
538
- "site/pages/getting-started/agents.html": "f06f113dda78db2e23ae1aad04e0f60b6a8e0622f61e9a01fc19b262b62d423c",
539
+ "site/pages/getting-started/agents.html": "176ab108d4e31e4fdd9fe0bd7361484e144267ec0d863b99bc955bd60ab86777",
539
540
  "site/pages/getting-started/cdn-usage.html": "bdb5889fb5e581177ea2812b94a99274c811ed504dfda00e950f5d91db0536f6",
540
541
  "site/pages/getting-started/factory-plugin.html": "a63bd616774be028f752a468afab015f6c12b4e9f204058a1095d40d4cf0efd3",
541
- "site/pages/getting-started/forge-plugin.html": "c5170fc5c140ad6bce31a01e5219f70448d4974681ba190fa0231e5f506f7e0a",
542
+ "site/pages/getting-started/forge-plugin.html": "748ca6796b19586dd59edaaa838d6d4580595a46a618f50ed51688c24153db49",
542
543
  "site/pages/getting-started/installation.html": "21aa741d90955eea9364f3fad6ad79d7ba256d58376daf4eda954a47bf46cec5",
543
544
  "site/pages/getting-started/introduction.html": "37428f9537c23e3045516199aab47edd26e152bf6406c729544ee6094b20189a",
544
545
  "site/pages/getting-started/plugins.html": "fd8e7fc382da229322de64cba6f63770fb977fba5933bc13b60d7b940eabddf0",
@@ -568,7 +569,7 @@
568
569
  "site/pages/reference/decisions.html": "0862f60fd01feafbc30f26b8353d4c384f62f627853717b7fd817776d74e78b1",
569
570
  "site/pages/reference/engines.html": "04e76b6ef6e428a66b45b3804e92342e2c15f845f90569105950215ac7aa085c",
570
571
  "site/pages/reference/gen-ui.html": "bf617fcdcafffc27292503de871ff9ef598e865c8d121c8c3aeff78547ec7876",
571
- "site/pages/reference/mcp.html": "019ec0d1f7a71835442d14f0f1f73dbe3c10915df1940fabfec13e578a938b94",
572
+ "site/pages/reference/mcp.html": "edc561e524928c2b362481a2b134ab2ad049ef3de39af81204c04a450da868e1",
572
573
  "site/pages/reference/training-data.html": "00014b2666a52d56aac07a74e4ba87ef5335aa139afe73c1fb2a2faf56b102df",
573
574
  "site/pages/reference/wiring.html": "a153529557f83b02669732a503baef770132ed3d84867db830d1d3a239a8a125"
574
575
  }
@@ -29,7 +29,7 @@
29
29
  "403"
30
30
  ]
31
31
  },
32
- "captured_at": "2026-07-29T09:15:19.217Z",
32
+ "captured_at": "2026-08-15T04:10:49.553Z",
33
33
  "template": [
34
34
  {
35
35
  "id": "text",
@@ -120,5 +120,9 @@
120
120
  "footer"
121
121
  ]
122
122
  }
123
- ]
123
+ ],
124
+ "catalogEntry": {
125
+ "tier": "L1",
126
+ "name": "access-denied-with-request"
127
+ }
124
128
  }
@@ -29,7 +29,7 @@
29
29
  "layout"
30
30
  ]
31
31
  },
32
- "captured_at": "2026-08-12T16:59:40.796Z",
32
+ "captured_at": "2026-08-15T04:10:49.553Z",
33
33
  "template": [
34
34
  {
35
35
  "id": "text",
@@ -103,5 +103,9 @@
103
103
  "header"
104
104
  ]
105
105
  }
106
- ]
106
+ ],
107
+ "catalogEntry": {
108
+ "tier": "L1",
109
+ "name": "admin-page-header-with-actions"
110
+ }
107
111
  }
@@ -30,7 +30,7 @@
30
30
  "band"
31
31
  ]
32
32
  },
33
- "captured_at": "2026-07-17T20:08:04.842Z",
33
+ "captured_at": "2026-08-15T04:10:49.553Z",
34
34
  "template": [
35
35
  {
36
36
  "id": "button",
@@ -126,5 +126,9 @@
126
126
  "column"
127
127
  ]
128
128
  }
129
- ]
129
+ ],
130
+ "catalogEntry": {
131
+ "tier": "L1",
132
+ "name": "admin-topbar-breadcrumb-actions"
133
+ }
130
134
  }