From 020a6dad6bcd41241505017dcaa1fc38bf6e4a75 Mon Sep 17 00:00:00 2001 From: Siddharth Kshetrapal Date: Fri, 17 Jul 2026 14:04:37 +0200 Subject: [PATCH] Link: sync docs.json with component API Mark hoverColor as deprecated and remove the removed underline prop --- packages/react/src/Link/Link.docs.json | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/packages/react/src/Link/Link.docs.json b/packages/react/src/Link/Link.docs.json index 60f46b19839..917e11431d0 100644 --- a/packages/react/src/Link/Link.docs.json +++ b/packages/react/src/Link/Link.docs.json @@ -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.", + "deprecated": true }, { "name": "ref", @@ -58,4 +52,4 @@ } ], "subcomponents": [] -} \ No newline at end of file +}