From e12b00a29c93b6362bc8700dbea1979c1fa34660 Mon Sep 17 00:00:00 2001 From: m2rt Date: Wed, 20 May 2026 15:57:19 +0300 Subject: [PATCH] fix(alert): renamed error to danger in storybook type options array #438 --- tedi/components/notifications/alert/alert.stories.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tedi/components/notifications/alert/alert.stories.ts b/tedi/components/notifications/alert/alert.stories.ts index a39d98f79..3cba07528 100644 --- a/tedi/components/notifications/alert/alert.stories.ts +++ b/tedi/components/notifications/alert/alert.stories.ts @@ -38,7 +38,7 @@ export default { }, type: { control: "radio", - options: ["info", "success", "warning", "error"], + options: ["info", "success", "warning", "danger"], description: "Defines the visual and contextual type of the alert. This determines the icon, color, and overall style, making it clear whether the alert is informational, a success message, a warning, or an error.", defaultValue: {