From 996c0a2b3193e4e9e89faafcef78d322b83b8897 Mon Sep 17 00:00:00 2001 From: Rebeka Dekany <50901361+rebekadekany@users.noreply.github.com> Date: Wed, 20 Aug 2025 11:01:08 +0200 Subject: [PATCH] Update Notification story with the offer type (#27966) * Update notification story with the `offer` type * Remove `.btn-sm` as buttons should be medium sized GitOrigin-RevId: ec0cd09fda0126bce185265fdf1f05ca7ae414c9 --- .../frontend/stories/notification.stories.tsx | 20 +++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/services/web/frontend/stories/notification.stories.tsx b/services/web/frontend/stories/notification.stories.tsx index 0c55606278..ab712c2f03 100644 --- a/services/web/frontend/stories/notification.stories.tsx +++ b/services/web/frontend/stories/notification.stories.tsx @@ -21,6 +21,10 @@ export const NotificationError = (args: Args) => { return } +export const NotificationOffer = (args: Args) => { + return +} + export const NotificationWithActionBelowContent = (args: Args) => { return ( { {...args} content={

Lorem ipsum

} action={ - + An action } @@ -221,7 +225,7 @@ export const LongActionButton = (args: Args) => { + } @@ -254,8 +258,8 @@ export const MultipleButtons = (args: Args) => { content={

Lorem ipsum

} action={ <> - - + + } type="info" @@ -280,8 +284,8 @@ export const OverlayedWithCustomClass = (args: Args) => { className="ol-overlay" action={ <> - - + + } type="info" @@ -326,7 +330,7 @@ export const SuccessFlow = (args: Args) => { const ctaText = isLoading ? 'Processing' : 'Click' const action = ( , + action: , isDismissible: true, }, }