From 3839e4452d5c20884f68f0400ceceb76ab0f2009 Mon Sep 17 00:00:00 2001 From: Lukas Harbarth Date: Fri, 4 Apr 2025 11:34:26 +0200 Subject: [PATCH 1/2] feat(ObjectPage): allow customizing `role` of `footerArea` container --- packages/main/src/components/ObjectPage/index.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/main/src/components/ObjectPage/index.tsx b/packages/main/src/components/ObjectPage/index.tsx index 3a63942b3fb..d51343b34c3 100644 --- a/packages/main/src/components/ObjectPage/index.tsx +++ b/packages/main/src/components/ObjectPage/index.tsx @@ -138,6 +138,9 @@ export interface ObjectPagePropTypes extends Omit { objectPageAnchorBar?: { role?: string; }; + objectPageFooterArea?: { + role?: string; + }; }; /** * If set, only the specified placeholder will be displayed as content of the `ObjectPage`, no sections or sub-sections will be rendered. @@ -887,7 +890,11 @@ const ObjectPage = forwardRef((props, ref
)} {footerArea && ( -