comparison design_system/src/components/index.js @ 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 ZenSelect, 28 ZenSelect,
29 ZenSlider, 29 ZenSlider,
30 ZenSwitch, 30 ZenSwitch,
31 } from "./forms.js"; 31 } from "./forms.js";
32 export { ICON_NAMES, ZenIcon } from "./icon.js"; 32 export { ICON_NAMES, ZenIcon } from "./icon.js";
33 export { ZenLink } from "./link.js";
33 export { 34 export {
34 ZenNotifications, 35 ZenNotifications,
35 validateNotification, 36 validateNotification,
36 validateNotificationDismiss, 37 validateNotificationDismiss,
37 } from "./notifications.js"; 38 } from "./notifications.js";