diff --git a/.changeset/nice-seals-decide.md b/.changeset/nice-seals-decide.md deleted file mode 100644 index 78f8629ffb1..00000000000 --- a/.changeset/nice-seals-decide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Deprecate the `underline` property of the Link component in favor of the new `inline` property to better handle link visibility and accessibility when adjacent to text. diff --git a/src/Link/Link.docs.json b/src/Link/Link.docs.json index 1a7623bcdc5..1b7f4b0a0b9 100644 --- a/src/Link/Link.docs.json +++ b/src/Link/Link.docs.json @@ -15,26 +15,25 @@ "name": "muted", "type": "boolean", "defaultValue": "false", - "description": "Uses a less prominent shade for Link color, and the default link shade on hover." + "description": "Uses a less prominent shade for Link color, and the default link shade on hover" }, { "name": "inline", "type": "boolean", "defaultValue": "false", - "description": "Set to true for links adjacent to text, underlining them for clear visibility and improved accessibility." + "description": "Tag link inside a text block" }, { "name": "underline", "type": "boolean", "defaultValue": "false", - "description": "Adds underline to the Link", - "deprecated": true + "description": "Adds underline to the Link" }, { "name": "hoverColor", "type": "string", "defaultValue": "", - "description": "Color used when hovering over the link." + "description": "Color used when hovering over link" }, { "name": "ref",