Skip to content

Commit 45c55ab

Browse files
authored
fix: Remove deprecation annotation on side navigation externalIconAriaLabel link property (#4392)
1 parent b3ee6ef commit 45c55ab

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/__tests__/snapshot-tests/__snapshots__/documenter.test.ts.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24768,7 +24768,6 @@ Links are rendered as \`<a>\` tags.
2476824768
The anchor also has the attributes \`target="_blank"\` and \`rel="noopener"\`.
2476924769
Additionally, the \`activeHref\` property won't be modified when a user chooses the link.
2477024770
- \`externalIconAriaLabel\` (string) - Adds an aria-label to the external icon.
24771-
Note: Deprecated, use i18nStrings.externalIconAriaLabel instead.
2477224771
- \`info\` (ReactNode) - Enables you to display content next to the link. Although it is technically possible to insert any content,
2477324772
our UX guidelines allow only to add a Badge and/or a "New" label.
2477424773

src/side-navigation/interfaces.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ export interface SideNavigationProps extends BaseComponentProps {
5050
* The anchor also has the attributes `target="_blank"` and `rel="noopener"`.
5151
* Additionally, the `activeHref` property won't be modified when a user chooses the link.
5252
* - `externalIconAriaLabel` (string) - Adds an aria-label to the external icon.
53-
* Note: Deprecated, use i18nStrings.externalIconAriaLabel instead.
5453
* - `info` (ReactNode) - Enables you to display content next to the link. Although it is technically possible to insert any content,
5554
* our UX guidelines allow only to add a Badge and/or a "New" label.
5655
*
@@ -147,9 +146,6 @@ export namespace SideNavigationProps {
147146
text: string;
148147
href: string;
149148
external?: boolean;
150-
/**
151-
* @deprecated Use i18nStrings.externalIconAriaLabel instead.
152-
*/
153149
externalIconAriaLabel?: string;
154150
info?: React.ReactNode;
155151
}

0 commit comments

Comments
 (0)