-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: configure random seed generator
- Loading branch information
1 parent
ac6d2e0
commit ab14802
Showing
86 changed files
with
3,791 additions
and
4,024 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
49 changes: 22 additions & 27 deletions
49
examples/stories/src/stories/VariantButton/VariantButton.data.ts
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,47 +1,42 @@ | ||
import { VariantButtonProps } from './VariantButton'; | ||
const data: Record<string, Record<string, VariantButtonProps>> = { | ||
overview: { | ||
'0': { | ||
text: 'Mrs. Berta Runolfsdottir', | ||
variant: 'disabled', | ||
fontSize: 20, | ||
icon: 'down-arrow', | ||
iconSide: 'left', | ||
iconSize: 'large', | ||
padding: 'medium', | ||
}, | ||
'1': { | ||
text: 'Darrel Simonis', | ||
variant: 'primary', | ||
text: 'Cecelia Langosh', | ||
variant: 'success', | ||
fontSize: 16, | ||
icon: 'none', | ||
iconSide: 'left', | ||
padding: 'large', | ||
iconSize: 'medium', | ||
}, | ||
'2': { | ||
text: 'Drew Terry', | ||
fontSize: 18, | ||
icon: 'search', | ||
iconSide: 'left', | ||
text: 'Murl Green I', | ||
variant: 'disabled', | ||
fontSize: 26, | ||
icon: 'down-arrow', | ||
iconSize: 'large', | ||
}, | ||
'3': { | ||
text: 'Anahi McLaughlin', | ||
fontSize: 14, | ||
text: 'Lela McClure', | ||
variant: 'error', | ||
fontSize: 24, | ||
icon: 'left-arrow', | ||
iconSide: 'right', | ||
padding: 'large', | ||
}, | ||
'4': { | ||
text: 'Ms. Jean Barrows', | ||
variant: 'accent', | ||
fontSize: 23, | ||
icon: 'up-arrow', | ||
iconSide: 'left', | ||
iconSize: 'large', | ||
padding: 'small', | ||
}, | ||
'4': { | ||
text: 'Megane Stehr', | ||
'5': { | ||
text: 'Tanya Sanford', | ||
variant: 'error', | ||
fontSize: 21, | ||
fontSize: 19, | ||
icon: 'up-arrow', | ||
iconSide: 'left', | ||
iconSize: 'large', | ||
padding: 'medium', | ||
}, | ||
}, | ||
}; | ||
|
||
export default data; |
147 changes: 0 additions & 147 deletions
147
examples/stories/src/stories/VariantButton/__snapshots__/VariantButton.test.ts.snap
This file was deleted.
Oops, something went wrong.
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.