carbon-components-svelte/types/Tooltip
Gregor Wassmann e00c956a66 feat(v11): Tooltip
Refactor `Tooltip` to use `Popover` component internally.

**Breaking changes**

- `direction` is replaced by additional `align` options.
- `hideIcon` property is removed.

**Limitations**

- The reference implementaiton uses the trigger content instead of the tooltip content as primary slot. This is not considered in this refactoring since it would be too big of a change.
- Instead of `TooltipFooter` a new `Toggletip` component would be required which is not included in this patch.
2023-10-07 16:44:24 +02:00
..
Tooltip.svelte.d.ts feat(v11): Tooltip 2023-10-07 16:44:24 +02:00
TooltipFooter.svelte.d.ts feat(typescript)!: support svelte 4 (#1773) 2023-07-19 09:44:56 -07:00