Skip to content

Commit

Permalink
docs(Modal): remove 'internal' tag 7989661376
Browse files Browse the repository at this point in the history
  • Loading branch information
YossiSaadi committed Dec 10, 2024
1 parent f9cbd39 commit cdcbcba
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
TOOLTIP
} from "../../../../storybook/components/related-components/component-description-map";

<Meta title="Internal/Components/Modal [New]" />
<Meta title="Components/Modal [New]" />

# Modal

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ const metaSettings = createStoryMetaSettingsDecorator({
});

export default {
title: "Internal/Components/Modal [New]/Basic modal",
title: "Components/Modal [New]/Basic modal",
component: Modal,
subcomponents: { ModalBasicLayout, ModalHeader, ModalContent, ModalFooter, ModalFooterWizard, TransitionView },
argTypes: metaSettings.argTypes,
decorators: metaSettings.decorators,
tags: ["internal"]
decorators: metaSettings.decorators
} satisfies Meta<typeof Modal>;

export const Overview: Story = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const metaSettings = createStoryMetaSettingsDecorator({
});

export default {
title: "Internal/Components/Modal [New]/Media modal",
title: "Components/Modal [New]/Media modal",
component: Modal,
subcomponents: {
ModalMediaLayout,
Expand All @@ -38,8 +38,7 @@ export default {
TransitionView
},
argTypes: metaSettings.argTypes,
decorators: metaSettings.decorators,
tags: ["internal"]
decorators: metaSettings.decorators
} satisfies Meta<typeof Modal>;

export const Overview: Story = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const metaSettings = createStoryMetaSettingsDecorator({
});

export default {
title: "Internal/Components/Modal [New]/Side by side modal",
title: "Components/Modal [New]/Side by side modal",
component: Modal,
subcomponents: {
ModalSideBySideLayout,
Expand All @@ -41,8 +41,7 @@ export default {
TransitionView
},
argTypes: metaSettings.argTypes,
decorators: metaSettings.decorators,
tags: ["internal"]
decorators: metaSettings.decorators
} satisfies Meta<typeof Modal>;

export const Overview: Story = {
Expand Down

0 comments on commit cdcbcba

Please sign in to comment.