1uphealth / fhir-react

FHIR React Component Library
MIT License
99 stars 30 forks source link

Update Header UI atomic component styles #277

Closed btmikolajczyk closed 3 years ago

btmikolajczyk commented 3 years ago

Issue: #92


PR Checklist

Why are these changes needed?

The changes made were caused by the design changes. The appearance of individual resources has changed, resulting in the need to make changes to component styles.

What changed?

As part of the changes I change the code of the few components. Changes have been made to the following components: Accordion, Header, Condition, Immunization, Practitioner, Procedure. I have added new datatype component named DatePeriod. I have also updated styles for these components. Below I placed a screenshot showing how the header styles change on an example of a Condition resource. Screenshot 2021-11-09 at 14 48 53 Screenshot 2021-11-09 at 14 48 56

How are these changes tested?

Changes were tested with storybook. Here is the link to the storybook deployed for this PR: storybook