Event handlers with the `on:` directive are deprecated in svelte 5
Also bubbling events from HTML elements to the components have to be
done with onclick callback props.
Also bubbling events from HTML elements to the components have to be
done with onclick callback props.
Rebase.