Skip to content
Merged
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
12 changes: 3 additions & 9 deletions packages/react/src/Link/Link.docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,12 @@
"defaultValue": "false",
"description": "Set to true for links adjacent to text, underlining them for clear visibility and improved accessibility."
},
{
"name": "underline",
"type": "boolean",
"defaultValue": "false",
"description": "Use `inline` instead.",
"deprecated": true
},
{
"name": "hoverColor",
"type": "string",
"defaultValue": "",
"description": "Color used when hovering over the link."
"description": "Use CSS modules to style hover color.",
Comment thread
siddharthkp marked this conversation as resolved.
"deprecated": true
},
{
"name": "ref",
Expand All @@ -58,4 +52,4 @@
}
],
"subcomponents": []
}
}
Loading