diff --git a/types/UIShell/Header.svelte.d.ts b/types/UIShell/Header.svelte.d.ts index c1493cf3..5f620ab8 100644 --- a/types/UIShell/Header.svelte.d.ts +++ b/types/UIShell/Header.svelte.d.ts @@ -28,15 +28,14 @@ export interface HeaderProps href?: string; /** - * Specify the company name. - * Alternatively, use the named slot "company" (e.g., `...`) + * Specify the company name * @default undefined */ company?: string; /** - * Specify the platform name. - * Alternatively, use the named slot "platform" (e.g., `...`) + * Specify the platform name + * Alternatively, use the named slot "platform" (e.g., ...) * @default "" */ platformName?: string; @@ -48,13 +47,13 @@ export interface HeaderProps persistentHamburgerMenu?: boolean; /** - * The window width (px) at which the SideNav is expanded and the hamburger menu is hidden. - * 1056 represents the "large" breakpoint in pixels from the Carbon Design System: - * small: 320 - * medium: 672 - * large: 1056 - * x-large: 1312 - * max: 1584 + * The window width (px) at which the SideNav is expanded and the hamburger menu is hidden + * 1056 represents the "large" breakpoint in pixels from the Carbon Design System: + * small: 320 + * medium: 672 + * large: 1056 + * x-large: 1312 + * max: 1584 * @default 1056 */ expansionBreakpoint?: number; @@ -66,15 +65,15 @@ export interface HeaderProps ref?: null | HTMLAnchorElement; /** - * Specify the icon to render for the closed state. - * Defaults to `
` + * Specify the icon to render for the closed state. + * Defaults to `` * @default undefined */ iconMenu?: typeof import("svelte").SvelteComponent; /** - * Specify the icon to render for the opened state. - * Defaults to `