Upgrade storybook to 8

This commit is contained in:
Fedor Indutny 2024-07-08 11:23:27 -07:00 committed by GitHub
parent 92f25e8a75
commit c68aac7401
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 4665 additions and 8269 deletions

View file

@ -12,8 +12,8 @@ export default {
component: Toast,
argTypes: {
autoDismissDisabled: { control: { type: 'boolean' } },
className: { control: { type: 'string' } },
children: { control: { type: 'string' } },
className: { control: { type: 'text' } },
children: { control: { type: 'text' } },
timeout: argPresets({
'1s': 1000,
'30s': 30_000,