From a432730c5ab595455ef597dae1ad7cd12ed3a36a Mon Sep 17 00:00:00 2001 From: Edward Zarecor Date: Sat, 2 May 2026 15:22:00 -0400 Subject: [PATCH 1/2] fix(ActionRow): mark ActionRowSpacer as aria-hidden The spacer is a purely decorative flex-grow element with no semantic meaning; hiding it from the accessibility tree is more precise than relying on AT heuristics for empty spans. Co-Authored-By: Claude Sonnet 4.6 --- src/ActionRow/index.tsx | 2 +- src/Alert/__snapshots__/Alert.test.tsx.snap | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ActionRow/index.tsx b/src/ActionRow/index.tsx index 5a698762f24..c0881d7a821 100644 --- a/src/ActionRow/index.tsx +++ b/src/ActionRow/index.tsx @@ -32,7 +32,7 @@ function ActionRow({ } function ActionRowSpacer() { - return ; + return