From 4b46b887fdd69bce4264a2528e61db5df25f722b Mon Sep 17 00:00:00 2001 From: Pavel Klibani Date: Thu, 10 Oct 2024 09:24:00 +0200 Subject: [PATCH] fixup! BREAKING-CHANGE(web-twig): Remove isUnderlined prop from Link component --- .../src/Resources/components/Link/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/web-twig/src/Resources/components/Link/README.md b/packages/web-twig/src/Resources/components/Link/README.md index 2fe4a1e970..4a38e860b6 100644 --- a/packages/web-twig/src/Resources/components/Link/README.md +++ b/packages/web-twig/src/Resources/components/Link/README.md @@ -69,14 +69,14 @@ The underline is never visible, even when the link is hovered over. ## API -| Name | Type | Default | Required | Description | -| -------------- | ------------------------------------------------ | --------- | -------- | ------------------------------------------------------------------------------------------ | -| `color` | [Action Link Color dictionary][dictionary-color] | `primary` | ✕ | Color variant | -| `href` | `string` | — | ✓ | Link URL | -| `isDisabled` | `bool` | `false` | ✕ | If true, Link is disabled | -| `target` | `string` | `null` | ✕ | Browsing context for the link | -| `title` | `string` | `null` | ✕ | Optional title to display on hover | -| `underlined` | `hover` \| `always` \| `never` | `hover` | ✕ | When is the link underlined | +| Name | Type | Default | Required | Description | +| ------------ | ------------------------------------------------ | --------- | -------- | ---------------------------------- | +| `color` | [Action Link Color dictionary][dictionary-color] | `primary` | ✕ | Color variant | +| `href` | `string` | — | ✓ | Link URL | +| `isDisabled` | `bool` | `false` | ✕ | If true, Link is disabled | +| `target` | `string` | `null` | ✕ | Browsing context for the link | +| `title` | `string` | `null` | ✕ | Optional title to display on hover | +| `underlined` | `hover` \| `always` \| `never` | `hover` | ✕ | When is the link underlined | On top of the API options, the components accept [additional attributes][readme-additional-attributes]. If you need more control over the styling of a component, you can use [style props][readme-style-props]