File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
__tests__/snapshot-tests/__snapshots__ Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments