Mercurial
comparison design_system/test/BUILD @ 258:60a876c4587a
[ui] Add semantic primitive ownership
Build a layered Zenbu token and sizing system, make authored controls use native-underneath primitives, migrate mrjunejune without imposing visual surfaces, and document/enforce HTML ownership in the catalog and wiki.
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Wed, 05 Aug 2026 05:25:40 -0700 |
| parents | 2b6e732087ff |
| children |
comparison
equal
deleted
inserted
replaced
| 257:609d3c6aff4e | 258:60a876c4587a |
|---|---|
| 6 data = ["//design_system:policy_sources"], | 6 data = ["//design_system:policy_sources"], |
| 7 no_copy_to_bin = ["//design_system:policy_sources"], | 7 no_copy_to_bin = ["//design_system:policy_sources"], |
| 8 ) | 8 ) |
| 9 | 9 |
| 10 js_test( | 10 js_test( |
| 11 name = "storybook_test", | 11 name = "catalog_test", |
| 12 entry_point = "storybook_test.js", | 12 entry_point = "catalog_test.js", |
| 13 data = [ | 13 data = [ |
| 14 "//design_system:design_system_server", | 14 "//design_system:design_system_server", |
| 15 "//hg-web/e2e:node_modules/playwright-core", | 15 "//hg-web/e2e:node_modules/playwright-core", |
| 16 "@playwright_chromium_linux//:chrome", | 16 "@playwright_chromium_linux//:chrome", |
| 17 "@playwright_chromium_linux//:chromium", | 17 "@playwright_chromium_linux//:chromium", |