From c81593a0d9fac37a9917af1f6719bbe96ae1f730 Mon Sep 17 00:00:00 2001 From: william garrity Date: Fri, 27 Mar 2026 19:49:16 -0400 Subject: [PATCH 1/5] feat(Alert): add condensed view support Add data-slot attributes to Alert, AlertTitle, AlertDescription, and dismiss button. Add condensed CSS rules for tighter padding, smaller text, repositioned icon, and compact dismiss button. --- src/components/Alert/Alert.tsx | 4 ++++ src/styles/condensed-view.css | 41 ++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/src/components/Alert/Alert.tsx b/src/components/Alert/Alert.tsx index 3a3b6deb..bb6a0fb1 100644 --- a/src/components/Alert/Alert.tsx +++ b/src/components/Alert/Alert.tsx @@ -71,6 +71,7 @@ const Alert = React.forwardRef(
( {dismissible && (