[x] Add a link to the related issue at the top of this description (above)
[ ] Connect this PR with the related issue via ZenHub with the button below this text box (or at the bottom of the page after the PR is created)
[x] Ensure your branch is up to date with the target branch and resolve any conflicts
[x] Answer the below questions to describe your PR for reviewers
[ ] Request at least two reviewers using the "Reviewers" section on the right, usually including at least one reviewer from your team
[ ] Notify the requested reviewers in the #code-review Slack channel once the PR is ready for review
Why are these changes needed?
Need to move 'Raw' data button inside Component if possible
What changed?
Moved 'Raw' data button and its functionality inside the accordion. Added 'rawOnClick' param to all components, allowing to pass its function from ResourceContainer. Add example of aways visible and hidden 'raw' buttons to ResourceCategory.
Issue: PATIENTAPP-139
PR Checklist
Why are these changes needed?
Need to move 'Raw' data button inside Component if possible
What changed?
Moved 'Raw' data button and its functionality inside the accordion. Added 'rawOnClick' param to all components, allowing to pass its function from ResourceContainer. Add example of aways visible and hidden 'raw' buttons to ResourceCategory.
How are these changes tested?