Merge pull request #32180 from backstage/storybook-mcp
Add Storybook MCP
This commit is contained in:
@@ -41,6 +41,7 @@ export default {
|
||||
},
|
||||
),
|
||||
],
|
||||
tags: ['!manifest'],
|
||||
};
|
||||
|
||||
const useLogoStyles = makeStyles(theme => ({
|
||||
|
||||
@@ -54,6 +54,7 @@ export default {
|
||||
},
|
||||
),
|
||||
],
|
||||
tags: ['!manifest'],
|
||||
};
|
||||
|
||||
export const Default = () => {
|
||||
|
||||
@@ -24,6 +24,7 @@ export default {
|
||||
decorators: [
|
||||
(Story: ComponentType<PropsWithChildren<{}>>) => wrapInTestApp(<Story />),
|
||||
],
|
||||
tags: ['!manifest'],
|
||||
};
|
||||
|
||||
export const Default = () => {
|
||||
|
||||
@@ -26,6 +26,7 @@ export default {
|
||||
decorators: [
|
||||
(Story: ComponentType<PropsWithChildren<{}>>) => wrapInTestApp(<Story />),
|
||||
],
|
||||
tags: ['!manifest'],
|
||||
};
|
||||
|
||||
export const Default = () => {
|
||||
|
||||
@@ -89,6 +89,7 @@ export default {
|
||||
},
|
||||
),
|
||||
],
|
||||
tags: ['!manifest'],
|
||||
};
|
||||
|
||||
export const Default = () => {
|
||||
|
||||
@@ -27,6 +27,7 @@ export default {
|
||||
decorators: [
|
||||
(Story: ComponentType<PropsWithChildren<{}>>) => wrapInTestApp(<Story />),
|
||||
],
|
||||
tags: ['!manifest'],
|
||||
};
|
||||
|
||||
export const Default = () => {
|
||||
|
||||
@@ -109,6 +109,7 @@ export default {
|
||||
</TestApiProvider>,
|
||||
),
|
||||
],
|
||||
tags: ['!manifest'],
|
||||
};
|
||||
|
||||
export const RecentlyDefault = () => {
|
||||
|
||||
@@ -24,6 +24,7 @@ export default {
|
||||
decorators: [
|
||||
(Story: ComponentType<PropsWithChildren<{}>>) => wrapInTestApp(<Story />),
|
||||
],
|
||||
tags: ['!manifest'],
|
||||
};
|
||||
|
||||
export const Default = () => {
|
||||
|
||||
Reference in New Issue
Block a user