Progress
The markup
<div class="aparte-progress" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="--aparte-progress-value: 60"> <div class="aparte-progress__bar"></div></div><div class="aparte-progress aparte-progress--indeterminate" role="progressbar" aria-label="Working"> <div class="aparte-progress__bar"></div></div>Determinate bar + indeterminate variant
The consumer owns the ARIA: role=“progressbar” plus aria-valuenow/min/max on the determinate form, and aria-valuetext (or nothing, per platform convention) on the indeterminate one — this file only paints what those attributes mean.
Classes
Section titled “Classes”.aparte-progress · .aparte-progress--indeterminate · .aparte-progress__bar
The tokens these read are on the CSS variables reference; every class of the kit, on one page, is the classes reference.