department-of-veterans-affairs / va-mobile-library

https://department-of-veterans-affairs.github.io/va-mobile-library/
ISC License
0 stars 0 forks source link

Link Component - Add in-line variant support #168

Closed TimRoe closed 4 months ago

TimRoe commented 4 months ago

Description

Split from #118 to add support for Link variant to support handling of paragraph-embedded hyperlinks in a way that supports multiple external links separated by multiple chunks of non-linked text.

Acceptance Criteria

- [x] Add in-line text variant of Link component Note: see relevant "TODO" in the code for partially started typing for this. **Accessibility Requirements** - [ ] In-line variant supports multiple links separated by multiple strings of text, all of which can contain appropriate a11y/screen reader override if needed - Mostly split to #186 ## Notes & Open Questions - Dev Notes: - See lines 373-390 in `src/screens/BenefitsScreen/ClaimsScreen/AppealDetailsScreen/AppealStatus/AppealCurrentStatus/AppealCurrentStatus.tsx` of the flagship code