Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/nice-seals-decide.md

This file was deleted.

9 changes: 4 additions & 5 deletions src/Link/Link.docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down