From 31761ec19f130223f7a355cb104b1c992bf433e5 Mon Sep 17 00:00:00 2001 From: Simon Brebeck Date: Fri, 27 Mar 2026 17:59:51 +0100 Subject: [PATCH 1/2] fix: Remove incorrect deprecation message on externalIconAriaLabel --- src/side-navigation/interfaces.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/side-navigation/interfaces.tsx b/src/side-navigation/interfaces.tsx index aefdd914ae..c3241d9bc5 100644 --- a/src/side-navigation/interfaces.tsx +++ b/src/side-navigation/interfaces.tsx @@ -50,7 +50,6 @@ export interface SideNavigationProps extends BaseComponentProps { * The anchor also has the attributes `target="_blank"` and `rel="noopener"`. * Additionally, the `activeHref` property won't be modified when a user chooses the link. * - `externalIconAriaLabel` (string) - Adds an aria-label to the external icon. - * Note: Deprecated, use i18nStrings.externalIconAriaLabel instead. * - `info` (ReactNode) - Enables you to display content next to the link. Although it is technically possible to insert any content, * our UX guidelines allow only to add a Badge and/or a "New" label. * @@ -147,9 +146,6 @@ export namespace SideNavigationProps { text: string; href: string; external?: boolean; - /** - * @deprecated Use i18nStrings.externalIconAriaLabel instead. - */ externalIconAriaLabel?: string; info?: React.ReactNode; } From 99e11ae3835560fee68a9eae3b47ff4b11ab25cd Mon Sep 17 00:00:00 2001 From: Simon Brebeck Date: Fri, 27 Mar 2026 18:42:12 +0100 Subject: [PATCH 2/2] chore: Update snapshots --- .../snapshot-tests/__snapshots__/documenter.test.ts.snap | 1 - 1 file changed, 1 deletion(-) diff --git a/src/__tests__/snapshot-tests/__snapshots__/documenter.test.ts.snap b/src/__tests__/snapshot-tests/__snapshots__/documenter.test.ts.snap index 52be823033..75959daaf5 100644 --- a/src/__tests__/snapshot-tests/__snapshots__/documenter.test.ts.snap +++ b/src/__tests__/snapshot-tests/__snapshots__/documenter.test.ts.snap @@ -24536,7 +24536,6 @@ Links are rendered as \`\` tags. The anchor also has the attributes \`target="_blank"\` and \`rel="noopener"\`. Additionally, the \`activeHref\` property won't be modified when a user chooses the link. - \`externalIconAriaLabel\` (string) - Adds an aria-label to the external icon. -Note: Deprecated, use i18nStrings.externalIconAriaLabel instead. - \`info\` (ReactNode) - Enables you to display content next to the link. Although it is technically possible to insert any content, our UX guidelines allow only to add a Badge and/or a "New" label.