Chore: Upgrade Storybook to v7 (#65943)
* chore(grafana-ui): begin migration to storybook7 * refactor(storybook): begin cleanup of storybook and addon configs * chore(storybook): add storybook/blocks to keep yarn berry happy * chore(storybook): rename intro story for storybook 7 * chore(stories): rename internal stories to support SB7 story name mapper * chore(betterer): update glob to support internal story renaming * chore(stories): silence TS errors for subcomponents in SB7 * fix(clickoutsidewrapper): window | document can be undefined not null * chore(storybook): remove patch for 6.5.16 * revert(storybook): put back story globs * docs(storybook): replace removed <Props /> with <ArgsTypes /> in mdx files * docs(storybook): use ArgTypes instead of ArgsTable * chore(storybook): use correct ArgTypes import name in mdx files * chore(storybook): patch blocks to expose Preview component for docs * chore(storybook): rename deprecated ComponentStory and ComponentMeta for v7 * feat(storybook): add STORY env var to customise which stories storybook should load * chore(storybook): bump to 7.0.4 * fix(storybook): set esbuild minify target to fix erroring docs in production builds * fix(toolbarbuttonrow): fix import path to prevent error in storybook doc * docs(storybook): fix up some more stories * chore(storybook): more config updates to match storybook documentation * chore(storybook): bump to 7.0.5 * Apply suggestions from code review Co-authored-by: Joao Silva <100691367+JoaoSilvaGrafana@users.noreply.github.com> * chore(storybook): fix broken merge causing types issues * chore(storybook): mimic broken alphabetical storySort and docs overview ordering * docs(storybook): fix button docs adding p tags due to mdx2 * chore(storybook): bump to 7.0.10 * chore(storybook): apply patch on yarn install * chore(text): update stories for storybook 7 * fix(storybook): make sure globs don't include internal stories in production --------- Co-authored-by: Joao Silva <100691367+JoaoSilvaGrafana@users.noreply.github.com>
This commit is contained in:
co-authored by
Joao Silva
parent
704ab1ca9b
commit
33ba5310ab
@@ -1,4 +1,4 @@
|
||||
import { Meta, Props, Story, Canvas } from '@storybook/addon-docs/blocks';
|
||||
import { Meta, ArgTypes, Story } from '@storybook/blocks';
|
||||
|
||||
import { InteractiveTable } from './InteractiveTable';
|
||||
import { Badge } from '../Badge/Badge';
|
||||
@@ -26,7 +26,7 @@ Consider an alternative pattern where the user is presented with a summary list
|
||||
|
||||
### Usage
|
||||
|
||||
<Props of={InteractiveTable} />
|
||||
<ArgTypes of={InteractiveTable} />
|
||||
|
||||
#### About `columns` and `data` Props
|
||||
|
||||
|
||||
Reference in New Issue
Block a user