Merge pull request #32180 from backstage/storybook-mcp

Add Storybook MCP
This commit is contained in:
Fredrik Adelöw
2026-01-07 18:13:47 +01:00
committed by GitHub
89 changed files with 367 additions and 124 deletions
@@ -38,6 +38,7 @@ export default {
</MemoryRouter>
),
],
tags: ['!manifest'],
};
const mockSearchResult = {
@@ -44,6 +44,7 @@ export default {
</TestApiProvider>,
),
],
tags: ['!manifest'],
};
export const Default = () => {
@@ -45,6 +45,7 @@ export default {
</TestApiProvider>
),
],
tags: ['!manifest'],
};
export const Default = () => (
@@ -45,6 +45,7 @@ export default {
</TestApiProvider>,
),
],
tags: ['!manifest'],
};
export const Default = () => {
@@ -40,6 +40,7 @@ export default {
</TestApiProvider>
),
],
tags: ['!manifest'],
};
export const CheckBoxFilter = () => {
@@ -40,6 +40,7 @@ export default {
</TestApiProvider>
),
],
tags: ['!manifest'],
};
export const Default = () => {
@@ -80,6 +80,7 @@ export default {
</TestApiProvider>,
),
],
tags: ['!manifest'],
};
const CustomResultListItem = (props: { result: SearchDocument }) => {
@@ -82,6 +82,7 @@ export default {
{ mountedRoutes: { '/': routeRef } },
),
],
tags: ['!manifest'],
};
export const Default = () => {
@@ -74,6 +74,7 @@ export default {
{ mountedRoutes: { '/': routeRef } },
),
],
tags: ['!manifest'],
};
export const Default = () => {