* tooltips

* feat: Add numerous new notes, refactor the tooltip component, and update dependencies.

* notes

* fix: tooltip
This commit is contained in:
bread
2026-01-21 17:27:26 -08:00
committed by GitHub
parent 421c9a1cab
commit 8936cc3545
101 changed files with 634 additions and 11 deletions

12
docs/public/note.svg Normal file
View File

@@ -0,0 +1,12 @@
<svg width="200.00000000000003" height="100.00000000000001" xmlns="http://www.w3.org/2000/svg">
<defs>
<mask id="cutout">
<rect id="svg_1" fill="white" height="100%" width="100%"/>
<text id="svg_2" fill="black" font-size="65" font-weight="bold" font-family="sans-serif" text-anchor="middle" dominant-baseline="middle" y="55%" x="50%">NOTE</text>
</mask>
</defs>
<g>
<title>Layer 1</title>
<rect id="svg_3" mask="url(#cutout)" fill="#000000" ry="20" rx="20" height="100" width="200"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 513 B