carbon-components-svelte/src
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
..
Accordion chore: v11 Accordion 2023-10-07 12:24:27 +02:00
AspectRatio chore: v11 AspectRatio 2023-10-07 12:24:26 +02:00
Breadcrumb chore(a11y): ignore svelte@4 a11y warnings (#1769) 2023-07-13 10:50:51 -07:00
Breakpoint chore: improve lint, release workflows (#1627) 2023-01-15 15:34:09 -08:00
Button chore: v11 Button 2023-10-07 12:24:25 +02:00
Checkbox chore(a11y): ignore svelte@4 a11y warnings (#1769) 2023-07-13 10:50:51 -07:00
CodeSnippet refactor: use style directive where applicable (#1760) 2023-07-23 12:26:46 -07:00
ComboBox chore: v11 ComboBox 2023-10-07 12:24:25 +02:00
ComposedModal feat(typescript)!: support svelte 4 (#1773) 2023-07-19 09:44:56 -07:00
ContentSwitcher chore: v11 ContentSwitcher 2023-10-07 12:24:25 +02:00
ContextMenu refactor: use style directive where applicable (#1760) 2023-07-23 12:26:46 -07:00
CopyButton fix: CopyButton text prop and Dropdown selectedId prop should be required (#1311) 2022-05-22 12:39:53 -07:00
DataTable feat(data-table): pass row to display function (#1810) 2023-10-01 10:19:13 -07:00
DatePicker chore: v11 DatePicker 2023-10-07 12:24:25 +02:00
Dropdown chore: v11 Dropdown 2023-10-07 12:24:25 +02:00
FileUploader chore: v11 FileUploader 2023-10-07 12:24:25 +02:00
FluidForm fix(types): add missing $$restProps for Checkbox, Filename, FluidForm (#1655) 2023-02-11 13:50:01 -05:00
Form chore(a11y): ignore svelte@4 a11y warnings (#1769) 2023-07-13 10:50:51 -07:00
FormGroup chore(a11y): ignore svelte@4 a11y warnings (#1769) 2023-07-13 10:50:51 -07:00
FormItem chore(a11y): ignore svelte@4 a11y warnings (#1769) 2023-07-13 10:50:51 -07:00
FormLabel chore(a11y): ignore svelte@4 a11y warnings (#1769) 2023-07-13 10:50:51 -07:00
Grid Add padding prop to Grid component (#420) 2020-11-27 04:08:30 -08:00
icons fix: use correct View icon [ci skip] 2022-04-03 12:15:56 -07:00
ImageLoader refactor: use style directive where applicable (#1760) 2023-07-23 12:26:46 -07:00
InlineLoading fix(loading)!: remove redundant description label (#1783) 2023-07-23 14:07:55 -07:00
Link feat(typescript)!: support svelte 4 (#1773) 2023-07-19 09:44:56 -07:00
ListBox chore: v11 ComboBox 2023-10-07 12:24:25 +02:00
ListItem chore(a11y): ignore svelte@4 a11y warnings (#1769) 2023-07-13 10:50:51 -07:00
Loading fix(loading)!: remove redundant description label (#1783) 2023-07-23 14:07:55 -07:00
LocalStorage fix(types): dispatched events without a detail value should be null (#1124) 2022-02-21 09:42:42 -08:00
Modal feat(typescript)!: support svelte 4 (#1773) 2023-07-19 09:44:56 -07:00
MultiSelect chore: v11 MultiSelect 2023-10-07 12:24:25 +02:00
Notification refactor: use style directive where applicable (#1760) 2023-07-23 12:26:46 -07:00
NumberInput chore: v11 NumberInput 2023-10-07 12:24:26 +02:00
OrderedList chore(a11y): ignore svelte@4 a11y warnings (#1769) 2023-07-13 10:50:51 -07:00
OverflowMenu chore: v11 OverflowMenu 2023-10-07 12:24:26 +02:00
Pagination chore(a11y): ignore svelte@4 a11y warnings (#1769) 2023-07-13 10:50:51 -07:00
PaginationNav feat(pagination-nav): add tooltipPosition prop (#1733) 2023-05-21 13:59:53 -04:00
Popover feat(v11): Popover 2023-10-07 14:07:51 +02:00
ProgressBar feat(progress-bar): add status prop (#1560) 2023-02-19 12:34:41 -05:00
ProgressIndicator chore(a11y): ignore svelte@4 a11y warnings (#1769) 2023-07-13 10:50:51 -07:00
RadioButton fix(radio-button-group): add name and required props (#1037) 2023-10-01 10:14:53 -07:00
RadioButtonGroup fix(radio-button-group): strongly type dispatched change/select events (#1819) 2023-10-03 11:23:17 -07:00
RecursiveList RecursiveList (#717) 2021-07-05 08:43:48 -07:00
Search chore: v11 Search 2023-10-07 12:24:26 +02:00
Select chore: v11 Select 2023-10-07 12:24:26 +02:00
SkeletonPlaceholder chore(a11y): ignore svelte@4 a11y warnings (#1769) 2023-07-13 10:50:51 -07:00
SkeletonText fix(skeleton-text): fix reactivity in paragraph variant (#1794) 2023-08-26 10:19:37 -07:00
Slider refactor: use style directive where applicable (#1760) 2023-07-23 12:26:46 -07:00
StructuredList chore(a11y): ignore svelte@4 a11y warnings (#1769) 2023-07-13 10:50:51 -07:00
Tabs chore: v11 Tabs 2023-10-07 12:24:23 +02:00
Tag feat(typescript)!: support svelte 4 (#1773) 2023-07-19 09:44:56 -07:00
TextArea chore: v11 TextArea 2023-10-07 12:24:26 +02:00
TextInput chore: v11 TextInput 2023-10-07 12:24:26 +02:00
Theme chore: stick to bx instead of cds class prefix 2023-10-07 12:19:14 +02:00
Tile chore: v11 ExpandableTile 2023-10-07 12:24:25 +02:00
TimePicker chore: v11 TimePicker 2023-10-07 12:24:26 +02:00
Toggle chore: v11 Toggle 2023-10-07 12:24:25 +02:00
Tooltip feat(v11): Tooltip 2023-10-07 16:44:24 +02:00
TooltipDefinition feat(v11): TooltipDefinition 2023-10-07 14:07:57 +02:00
TooltipIcon refactor: use style directive where applicable (#1760) 2023-07-23 12:26:46 -07:00
TreeView chore: v11 TreeView 2023-10-07 12:24:27 +02:00
UIShell chore: v11 UIShell 2023-10-07 12:24:27 +02:00
UnorderedList chore(a11y): ignore svelte@4 a11y warnings (#1769) 2023-07-13 10:50:51 -07:00
index.js feat(v11): Popover 2023-10-07 14:07:51 +02:00