feat: Transitions, spacing, scroll fade, prompt area update (#11168)

Co-authored-by: Github Action <action@github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: aaroniker <4730431+aaroniker@users.noreply.github.com>
This commit is contained in:
Aaron Iker 2026-01-30 18:57:49 +01:00 committed by GitHub
commit 20619a6a26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
70 changed files with 6254 additions and 5225 deletions

View file

@ -1,12 +1,10 @@
[data-component="progress-circle"] {
transform: rotate(-90deg);
color: inherit;
[data-slot="progress-circle-background"] {
stroke: var(--border-weak-base);
}
[data-slot="progress-circle-progress"] {
stroke: var(--border-active);
transition: stroke-dashoffset 0.35s cubic-bezier(0.65, 0, 0.35, 1);
}
[data-slot="progress-circle-background"] {
transform-origin: 50% 50%;
transform: rotate(270deg);
stroke-opacity: 0.5;
transition: stroke-dashoffset 0.35s cubic-bezier(0.65, 0, 0.35, 1);
}
}