Mercurial
comparison design_system/NOTIFICATIONS.md @ 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 | fdf3816959cb |
| children |
comparison
equal
deleted
inserted
replaced
| 257:609d3c6aff4e | 258:60a876c4587a |
|---|---|
| 75 | 75 |
| 76 - Three records are rendered. | 76 - Three records are rendered. |
| 77 - Twenty additional records may remain queued. | 77 - Twenty additional records may remain queued. |
| 78 - The idle stack layers older records behind the newest with depth and scale. | 78 - The idle stack layers older records behind the newest with depth and scale. |
| 79 - Hovering the stack or focusing an action expands all visible records using | 79 - Hovering the stack or focusing an action expands all visible records using |
| 80 their measured heights; no Sonner/Radix runtime or CSS is used. | 80 their measured heights and first-party component code. |
| 81 - Overflow evicts the oldest finite record; all-persistent queues reject new | 81 - Overflow evicts the oldest finite record; all-persistent queues reject new |
| 82 records. | 82 records. |
| 83 - Queued records do not count down. | 83 - Queued records do not count down. |
| 84 - Finite timers pause while hovered, while focus remains inside, and while the | 84 - Finite timers pause while hovered, while focus remains inside, and while the |
| 85 document is hidden. | 85 document is hidden. |