From f653e6bcd538a570b73095bef2d004b40f8e9c1f Mon Sep 17 00:00:00 2001 From: Brandy Smith <6577830+brandyscarney@users.noreply.github.com> Date: Mon, 19 Jan 2026 16:47:24 -0500 Subject: [PATCH 1/2] feat(list-header): add inner part --- core/api.txt | 1 + core/src/components/list-header/list-header.tsx | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/core/api.txt b/core/api.txt index 745d82786af..c52a4824b4d 100644 --- a/core/api.txt +++ b/core/api.txt @@ -1018,6 +1018,7 @@ ion-list-header,css-prop,--color,ios ion-list-header,css-prop,--color,md ion-list-header,css-prop,--inner-border-width,ios ion-list-header,css-prop,--inner-border-width,md +ion-list-header,part,inner ion-loading,scoped ion-loading,prop,animated,boolean,true,false,false diff --git a/core/src/components/list-header/list-header.tsx b/core/src/components/list-header/list-header.tsx index 8fb939c1277..bc59e6f0e40 100644 --- a/core/src/components/list-header/list-header.tsx +++ b/core/src/components/list-header/list-header.tsx @@ -7,6 +7,8 @@ import type { Color } from '../../interface'; /** * @virtualProp {"ios" | "md"} mode - The mode determines which platform styles to use. + * + * @part inner - The inner container element that wraps the list header content. */ @Component({ tag: 'ion-list-header', @@ -40,7 +42,7 @@ export class ListHeader implements ComponentInterface { [`list-header-lines-${lines}`]: lines !== undefined, })} > -