-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create component "Hero" #249
Conversation
✅ Deploy Preview for reactivebulma ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #249 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 43 44 +1
Lines 923 939 +16
Branches 652 665 +13
=========================================
+ Hits 923 939 +16
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
# [2.14.0](v2.13.0...v2.14.0) (2024-1-22) ### Bug Fixes * Creating ChildrenType and SingleChildType less redudant types ([864ae47](864ae47)) * Small renames on used Types for better naming consistency ([70638f8](70638f8)) ### Features * Create component "Hero" ([#249](#249)) ([#72](#72)) ([a07e60d](a07e60d))
🎉 This PR is included in version 2.14.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Changes made
Explain what you made to present the following solution on this pull request.
My pull request is for
Also, it complies with the following
new component
src/components/organisms
index.tsx
file where the component will be codedindex.test.ts
file for its units tests and create the needed to reach at least 90% of code coverageindex.stories.tsx
file for storybook stories and add at least 2 stories for different scenariosScreenshots
In case of have differences between old and new functionality, please provide a 'Before vs After' comparrison in order to show in a graphic way your contribution