carbon-components-svelte/types/TooltipDefinition
Gregor Wassmann 3350a412da feat(v11): TooltipDefinition
In v11 the definintion tooltip uses the `Popover` component internally. While the component is called `DefinitionTooltip` in the reference implementation, it is not renamed at this point.

- rename `tooltipText` to `definition`
- rename `tooltip` slot to `definition`
- remove `direction` (see `align`)
- use `align` values from `Popover` and set to `bottom-left` as default instead of `center`
2023-10-07 14:07:57 +02:00
..
TooltipDefinition.svelte.d.ts feat(v11): TooltipDefinition 2023-10-07 14:07:57 +02:00