-
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.
feat: extend description mode with list and instruction properties (#420
) * Rename modal description property. * Remove unused import. * Extend description modal with the properties instruction and bullet points. * Update content style of description modal. * Add translations. * Update src/translations/pages/contact.ts Co-authored-by: Adrian Santana Berg <adrian_berg96@hotmail.com> * Rewrite DescriptionModalProps to increase readability of input params. * Update src/translations/pages/contact.ts Co-authored-by: Adrian Santana Berg <adrian_berg96@hotmail.com> * Remove exessive wildcard. * Import description modal directly. Also, remove the index export as the modal should only be an option in then Input component. * Update type of bullet points in description modal * Add help function to verify whether any of the properties in modalContent is provided. * Solve error after merge conflict. * Update src/translations/pages/contact.ts Co-authored-by: Morten Nordseth <43166974+mortennordseth@users.noreply.github.com> --------- Co-authored-by: Adrian Santana Berg <adrian_berg96@hotmail.com> Co-authored-by: Morten Nordseth <43166974+mortennordseth@users.noreply.github.com>
- Loading branch information
1 parent
83f6535
commit e432159
Showing
13 changed files
with
140 additions
and
40 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
export { | ||
Checkbox, | ||
DescriptionModal, | ||
ErrorMessage, | ||
FileInput, | ||
Input, | ||
|
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
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
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
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.