Capgemini / dcx-react-library

React Library UI/UX agnostic
https://main--6069a6f47f4b9f002171f8e1.chromatic.com
MIT License
113 stars 6 forks source link

use classNames utils #411

Closed szilvihorvath closed 1 year ago

szilvihorvath commented 1 year ago

Issue: https://github.com/Capgemini/dcx-react-library/issues/407

codecov-commenter commented 1 year ago

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:

Coverage data is based on head (66c5141) compared to base (1eff088). Patch coverage: 100.00% of modified lines in pull request are covered.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## release/0.7 #411 +/- ## ============================================= Coverage 100.00% 100.00% ============================================= Files 45 45 Lines 1046 1037 -9 Branches 418 405 -13 ============================================= - Hits 1046 1037 -9 ``` | [Impacted Files](https://codecov.io/gh/Capgemini/dcx-react-library/pull/411?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Capgemini) | Coverage Δ | | |---|---|---| | [src/table/Table.tsx](https://codecov.io/gh/Capgemini/dcx-react-library/pull/411?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Capgemini#diff-c3JjL3RhYmxlL1RhYmxlLnRzeA==) | `100.00% <ø> (ø)` | | | [src/autocomplete/ResultList.tsx](https://codecov.io/gh/Capgemini/dcx-react-library/pull/411?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Capgemini#diff-c3JjL2F1dG9jb21wbGV0ZS9SZXN1bHRMaXN0LnRzeA==) | `100.00% <100.00%> (ø)` | | | [src/common/utils/classNames.ts](https://codecov.io/gh/Capgemini/dcx-react-library/pull/411?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Capgemini#diff-c3JjL2NvbW1vbi91dGlscy9jbGFzc05hbWVzLnRz) | `100.00% <100.00%> (ø)` | | | [src/details/Details.tsx](https://codecov.io/gh/Capgemini/dcx-react-library/pull/411?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Capgemini#diff-c3JjL2RldGFpbHMvRGV0YWlscy50c3g=) | `100.00% <100.00%> (ø)` | | | [src/formDate/FormDate.tsx](https://codecov.io/gh/Capgemini/dcx-react-library/pull/411?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Capgemini#diff-c3JjL2Zvcm1EYXRlL0Zvcm1EYXRlLnRzeA==) | `100.00% <100.00%> (ø)` | | | [src/formInput/FormInput.tsx](https://codecov.io/gh/Capgemini/dcx-react-library/pull/411?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Capgemini#diff-c3JjL2Zvcm1JbnB1dC9Gb3JtSW5wdXQudHN4) | `100.00% <100.00%> (ø)` | | | [src/progress/Progress.tsx](https://codecov.io/gh/Capgemini/dcx-react-library/pull/411?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Capgemini#diff-c3JjL3Byb2dyZXNzL1Byb2dyZXNzLnRzeA==) | `100.00% <100.00%> (ø)` | | | [src/range/Range.tsx](https://codecov.io/gh/Capgemini/dcx-react-library/pull/411?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Capgemini#diff-c3JjL3JhbmdlL1JhbmdlLnRzeA==) | `100.00% <100.00%> (ø)` | | | [src/tabGroup/TabGroup.tsx](https://codecov.io/gh/Capgemini/dcx-react-library/pull/411?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Capgemini#diff-c3JjL3RhYkdyb3VwL1RhYkdyb3VwLnRzeA==) | `100.00% <100.00%> (ø)` | | | [src/tabGroup/components/Tab.tsx](https://codecov.io/gh/Capgemini/dcx-react-library/pull/411?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Capgemini#diff-c3JjL3RhYkdyb3VwL2NvbXBvbmVudHMvVGFiLnRzeA==) | `100.00% <100.00%> (ø)` | | | ... and [3 more](https://codecov.io/gh/Capgemini/dcx-react-library/pull/411?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Capgemini) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Capgemini). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Capgemini)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

daniele-zurico commented 1 year ago

closed by #416