Skip to content

Commit

Permalink
fixup! BREAKING CHANGE(web-twig): Button/ButtonLink have isSymmetrica…
Browse files Browse the repository at this point in the history
…l prop instead of isSquare #DS-1484
  • Loading branch information
curdaj committed Oct 8, 2024
1 parent f3106f8 commit a11b68f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Without lexer:
| `isBlock` | `bool` | `false` || Span the element to the full width of its parent |
| `isDisabled` | `bool` | `false` || If true, Button is disabled |
| `isLoading` | `bool` | `false` || If true, Button is in a loading state, disabled and the Spinner is visible |
| `isSymmetrical` | `bool` | `false` || If true, Button is symmetrical, usually only with an Icon |
| `isSymmetrical` | `bool` | `false` || If true, Button has symmetrical dimensions, usually only with an Icon |
| `name` | `string` | `null` || Submit button name |
| `size` | [Size dictionary][dictionary-size] | `medium` || Size variant |
| `type` | `string` | `button` || Type of the Button |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Without lexer:
| `isBlock` | `bool` | `false` || Span the element to the full width of its parent |
| `isDisabled` | `bool` | `false` || If true, ButtonLink is disabled |
| `isLoading` | `bool` | `false` || If true, ButtonLink is in a loading state, disabled and the Spinner is visible |
| `isSymmetrical` | `bool` | `false` || If true, ButtonLink is symmetrical, usually only with an Icon |
| `isSymmetrical` | `bool` | `false` || If true, ButtonLink has symmetrical dimensions, usually only with an Icon |
| `size` | [Size dictionary][dictionary-size] | `medium` || Size variant |
| `target` | `string` | `null` || Browsing context for the link |
| `title` | `string` | `null` || Optional title to display on hover |
Expand Down

0 comments on commit a11b68f

Please sign in to comment.