You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose BigNumber via AI surface and fix its ARIA wording. Updates:
- BigNumber component: buildAriaSentence now uses the numeric delta sign (positive/negative) to pick the direction word ("up"/"down") instead of relying on visual sentiment, avoiding awkward screen-reader phrasing like "up −5" for lower-is-better metrics. Passes delta through to BigNumberInner.
- Tests: add accessibility test to assert the ARIA direction follows the delta sign and that visual sentiment styling remains independent.
- Scripts: include the `value` subpath in the semiotic/ai export regex and adjust expected export logic/logging since value charts (e.g. BigNumber) are now re-exported.
- Docs: correct ThemeProvider import path and update ScaleAwarePage copy to mention BigNumber (with a link to /charts/big-number) and future composition suggestions.
Motivation: properly surface BigNumber across the AI/MCP surface and ensure screen readers read factual direction words while keeping sentiment-based visuals separate.
0 commit comments