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.
8 files changed
+15
-11
f09253f6
→
ffff885f
modified src/components/Border.svelte
@@ -1,6 +1,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -150,7 +151,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/components/Button.svelte
@@ -1,5 +1,6 @@
|
|
|
|
| + | |
|
|
|
|
|
@@ -222,7 +223,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/components/Fill.svelte
@@ -9,6 +9,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -82,9 +83,9 @@
|
|
|
|
|
|
| - | |
|
|
|
|
| + | |
|
|
|
|
|
modified src/components/Header.svelte
@@ -41,12 +41,12 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -67,7 +67,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/components/Icon.svelte
@@ -2,6 +2,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -39,7 +40,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/components/Link.svelte
@@ -28,6 +28,6 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
modified src/components/Popover.svelte
@@ -47,7 +47,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/components/ThemeSwitch.svelte
@@ -39,7 +39,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -49,7 +49,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|