@pie-players/pie-assessment-toolkit 0.3.57 → 0.3.58

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -648,6 +648,10 @@ tools: {
648
648
  - Object-form entries use the same numeric validation/deduping by `rate`.
649
649
  - Missing labels fall back to numeric text like `1.5x`; missing `ariaLabel`
650
650
  falls back to a matching accessible name like `Fast speed`.
651
+ - Visible labels render lowercase regardless of the configured casing (so
652
+ `Slow`/`Normal`/`Fast` display as `slow`/`normal`/`fast`). This is a
653
+ presentation transform only — the accessible name still uses `ariaLabel`
654
+ (e.g. `Slow speed`), so screen readers announce the canonical text.
651
655
  - `1` is a visible `Normal` choice. If a non-empty config omits `1`, PIE adds
652
656
  `Normal` at the natural point in the speed scale while preserving the
653
657
  relative order of host-provided options.