Mercurial
diff design_system/src/components/index.js @ 252:7a7581f040e8
[ui] Add scoped notification component
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Tue, 04 Aug 2026 11:57:16 -0700 |
| parents | 117c4d53c9a4 |
| children | 2b6e732087ff |
line wrap: on
line diff
--- a/design_system/src/components/index.js Tue Aug 04 09:14:57 2026 -0700 +++ b/design_system/src/components/index.js Tue Aug 04 11:57:16 2026 -0700 @@ -2,5 +2,10 @@ export { ZenButton } from "./button.js"; export { ZenCard } from "./card.js"; export { ZenField } from "./field.js"; +export { + ZenNotifications, + validateNotification, + validateNotificationDismiss, +} from "./notifications.js"; export { ZenStack } from "./stack.js"; export { ZenStory } from "./story.js";