data(*): Add final data changes

This commit is contained in:
Josh Creek
2026-01-17 23:30:40 +00:00
parent 479b3ae7a0
commit 46351c9af0
29 changed files with 12187 additions and 122 deletions
+5 -3
View File
@@ -7,14 +7,16 @@
</script>
<div class="relative inline-block">
<div
class="tooltip-trigger cursor-pointer"
<button
type="button"
class="tooltip-trigger cursor-pointer bg-transparent border-0 p-0 appearance-none"
aria-expanded={show}
on:click={handleClick}
on:mouseenter={() => (show = true)}
on:mouseleave={() => (show = false)}
>
<slot name="hover-target" />
</div>
</button>
{#if show}
<div class="tooltip-content absolute z-10 mt-2 w-52">