-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
BREAKING CHANGE: None, All v4 related components added, but no more compexity added. ### Changes made Explain what you made to present the following solution on this pull request. --- ### My pull request is for - [ ] A bugfix - [x] A new component - [ ] An existing component update ### Also, it complies with the following - In case of a `new component` - [x] A folder with its name on `src/components/organisms` - [x] A `index.tsx` file where the component will be coded - [x] New and/or updated interfaces, types, tuples and enums for the component - [x] A `index.test.ts` file for its units tests and create the needed to reach at least 90% of code coverage - [x] A `index.stories.tsx` file for storybook stories and add at least 2 stories for different scenarios --- ### Screenshots `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`
- Loading branch information
Showing
28 changed files
with
1,593 additions
and
763 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
# Contributor Covenant Code of Conduct | ||
|
||
## Our Pledge | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.