enterprise (#4617)

Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
This commit is contained in:
Dax 2025-11-21 20:41:27 -05:00 committed by GitHub
parent 76192fbced
commit 49408c00e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
1205 changed files with 3057 additions and 1491 deletions

View file

@ -1,11 +1,11 @@
[data-component="progress-circle"] {
transform: rotate(-90deg);
[data-slot="background"] {
[data-slot="progress-circle-background"] {
stroke: var(--border-weak-base);
}
[data-slot="progress"] {
[data-slot="progress-circle-progress"] {
stroke: var(--border-active);
transition: stroke-dashoffset 0.35s cubic-bezier(0.65, 0, 0.35, 1);
}