From 301e49efa3fe2ccca7276c034bb2f47c32e10855 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Aubert?= Date: Thu, 2 Jul 2026 10:43:07 +0200 Subject: [PATCH] Add id props to main layout slots --- src/components/layout/LayoutSlots.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/layout/LayoutSlots.tsx b/src/components/layout/LayoutSlots.tsx index 185af866..cd74fca3 100644 --- a/src/components/layout/LayoutSlots.tsx +++ b/src/components/layout/LayoutSlots.tsx @@ -103,6 +103,7 @@ StyledAsideLeft.displayName = 'StyledAside'; export interface PageGridProps { className?: string; + id?: string; /** * Setting this prop will make this component behave like a LoadingContainer. * It will provide a LoadingContext that LoadingSkeletons can consume (automatically), @@ -202,6 +203,7 @@ const PAGE_WIDTH_STYLES: Record = { export interface PageContentProps { className?: string; + id?: string; /** * Setting this prop will make this component behave like a LoadingContainer. * It will provide a LoadingContext that LoadingSkeletons can consume (automatically),