BreachAlert
stableRisk breach alert panel with three severity levels, acknowledgement flow, and limit/current display
import { BreachAlert } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
alertsreq | BreachAlertItem[] | — | Alerts to display |
maxVisible | number | — | Maximum alerts before collapse |
density | "default" | "compact" | — | Display density |
alertsrequiredType
BreachAlertItem[]Default —Alerts to display
maxVisibleType
numberDefault —Maximum alerts before collapse
densityType
"default" | "compact"Default —Display density
MobileTouch Target
Alert dismiss and action buttons must be ≥44px. Full-width on mobile.
Design Rationale
This component was designed to express:
Explore Related
LimitBreachTimeline→
Chronological risk limit breach timeline with severity escalation and acknowledgement tracking
RiskScoreCard→
Composite risk score card with rating tier, period delta, and dimension breakdown bars
ThresholdAlert→
Time-critical alert banner for cutoff warnings and breach notifications
Was this helpful?