Skip to content

Commit

Permalink
feat(react): update Cypress visual regression test baseline images
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 18, 2025
1 parent 2d28a7b commit 713b877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/web-components/src/components/ic-tooltip/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

| Property | Attribute | Description | Type | Default |
| -------------------- | --------------- | ------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| `disableClick` | `disable-click` | If `true`, the tooltip will not be displayed on click, it will require hover or using the display method. | `boolean` | `false` |
| `disableHover` | `disable-hover` | If `true`, the tooltip will not be displayed on hover, it will require a click. | `boolean` | `false` |
| `disableClick` | `disable-click` | If `true`, the tooltip will not be displayed on click, it will require hover or using the display method. | `boolean` | `false` |
| `disableHover` | `disable-hover` | If `true`, the tooltip will not be displayed on hover, it will require a click. | `boolean` | `false` |
| `label` _(required)_ | `label` | The text to display on the tooltip. | `string` | `undefined` |
| `maxLines` | `max-lines` | The number of lines to display before truncating the text. | `number` | `undefined` |
| `placement` | `placement` | The position of the tooltip in relation to the parent element. | `"bottom" \| "bottom-end" \| "bottom-start" \| "left" \| "left-end" \| "left-start" \| "right" \| "right-end" \| "right-start" \| "top" \| "top-end" \| "top-start"` | `"bottom"` |
Expand Down

0 comments on commit 713b877

Please sign in to comment.