This repository has been archived by the owner on Dec 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 386
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Highlight): support array of strings (#715)
* feat(highlightArray): plug new index to a story * feat(highlightArray): add test for highlight * feat(highlightArray): visually highlight the element in arrays * feat(highlightArray): wrap separator with span * feat(highlightArray): modify story * feat(highlightArray): move tagName logic to Highlighter component * feat(highlightArray): manage className with cx * feat(highlightArray): change className to render style * feat(highlightArray): move back to tagName * feat(highlightArray): test Highlighter * feat(highlightArray): merge two stories in Storybook * feat(highlightArray): updating Highlighting results guide * feat(highlightArray): update Highlight and Snippet Widgets documentation * feat(highlightArray): fix linting * feat(highlightArray): fix linting error * feat(highlightArray): updates to address reviews on PR * feat(highlightArray): add function to generate key for iterables * feat(highlightArray): update documentation after feedback on PR
- Loading branch information
1 parent
8aa79ff
commit 8e93c6a
Showing
12 changed files
with
735 additions
and
136 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
Oops, something went wrong.