[X] Add a link to the related issue at the top of this description (above)
[x] 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
[X] Request at least two reviewers using the "Reviewers" section on the right, usually including at least one reviewer from your team
[x] Notify the requested reviewers in the #code-review Slack channel once the PR is ready for review
Why are these changes needed?
Due to the fact that previous styles should be replaced with styles based on Bootstrap classes, it is necessary to change these styles in the atomic components first.
What changed?
Value - atomic component was changed. Now component is created from two new components Label and Data. Styles of the three previously mentioned components were created from the bootstrap classes.
How are these changes tested?
Changes were tested with the storybook. Because Value - atomic component is used in almost all resource components, the change of its code impacts all of them. You can check how it looks by running the storybook locally.
Issue: #78
PR Checklist
Why are these changes needed?
Due to the fact that previous styles should be replaced with styles based on Bootstrap classes, it is necessary to change these styles in the atomic components first.
What changed?
Value - atomic component was changed. Now component is created from two new components Label and Data. Styles of the three previously mentioned components were created from the bootstrap classes.
How are these changes tested?
Changes were tested with the storybook. Because Value - atomic component is used in almost all resource components, the change of its code impacts all of them. You can check how it looks by running the storybook locally.