chore: merge dev into v2

This commit is contained in:
Aiden Cline 2026-07-21 20:04:25 +00:00
commit 09e70bb6f7
44 changed files with 4465 additions and 1037 deletions

View file

@ -8,6 +8,6 @@
}
[data-component="progress-circle-v2"] [data-slot="progress-circle-v2-progress"] {
stroke: var(--v2-icon-icon-muted);
stroke: var(--v2-icon-icon-base);
transition: stroke-dashoffset 0.35s cubic-bezier(0.65, 0, 0.35, 1);
}