components
components copied to clipboard
Frontend components
# Jira: [PRTL-4461](https://clever.atlassian.net/browse/PRTL-4461) # Overview: Previously the screenreader would only read "show more" on a truncated quoted message so there was no way of knowing what it was referring to....
# jk i made this change in the wrong repository... ignore. Jira: [PRTL-4458](https://clever.atlassian.net/browse/PRTL-4458) # Overview: Changing the color of the message draft icon to follow accessibility guidelines of being 3:1...
**Overview:** for created options **Screenshots/GIFs:** before: https://user-images.githubusercontent.com/13126257/119215735-79fceb80-ba84-11eb-9a87-b280067b3e59.mov after: https://user-images.githubusercontent.com/13126257/119215739-7c5f4580-ba84-11eb-8036-3ddc0de591e3.mov **Testing:** - [ ] Unit tests - Manual tests: - [ ] Chrome - [ ] Safari - [ ] IE11...
**Overview:** These console warnings have been driving me crazy for a while. **Screenshots/GIFs:** **Before** 😨 📣 **After** 😌 🔇 **Testing:** - [ ] Unit tests - Manual tests: - [...
**Overview:** This change lets us use any button type for the `WizardLayout`'s next button. I saw a couple of cases in some of our design mocks where the `secondary` button...
Adds `bodyScroll` attribute to `Table`. But it's broken at this point. If you start the dev server and go to the Table component, if you click on the `bodyScroll` checkbox,...
Changed two tests to explicitly check `message` in error thrown. **Jira:** **Overview:** **Screenshots/GIFs:** **Testing:** - [X] Unit tests - Manual tests: No change to actual code. - [ ] Chrome...
**Overview:** `react-onclickoutside` was included here as part of a temporary fix: https://github.com/Clever/components/pull/176 And the temp fix was reverted here: https://github.com/Clever/components/pull/276 but I forgot to remove it as a dependency. **Testing:**...
Don't merge this
**Overview:** We want to have a small border radius on just one side of a component, so I thought we may want to include new classes for this. **Screenshots/GIFs:** We...