Mercurial
comparison design_system/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 |
|---|---|
| 28 srcs = glob(["src/**"]), | 28 srcs = glob(["src/**"]), |
| 29 ) | 29 ) |
| 30 | 30 |
| 31 filegroup( | 31 filegroup( |
| 32 name = "policy_sources", | 32 name = "policy_sources", |
| 33 srcs = glob(["src/**"]), | 33 srcs = glob([ |
| 34 "*.md", | |
| 35 "src/**", | |
| 36 "wiki/**/*.md", | |
| 37 ]) + ["main.c"], | |
| 34 visibility = ["//design_system/test:__pkg__"], | 38 visibility = ["//design_system/test:__pkg__"], |
| 35 ) | 39 ) |
| 36 | 40 |
| 37 cc_binary( | 41 cc_binary( |
| 38 name = "design_system_server", | 42 name = "design_system_server", |