Skip to content

Commit

Permalink
docs(dialog): add takeover figma links
Browse files Browse the repository at this point in the history
  • Loading branch information
marissahuysentruyt committed Jan 6, 2025
1 parent 88fb5b5 commit db5ff96
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions components/dialog/stories/dialog.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,10 @@ Fullscreen.args = {
};
Fullscreen.parameters = {
chromatic: { disableSnapshot: true },
design: {
type: "figma",
url: "https://www.figma.com/design/Mngz9H7WZLbrCvGQf3GnsY/S2-%2F-Desktop?node-id=61935-5399",
}
};

// TODO: Because storybook doesn't support for multiple conditionals, we've removed the hasFooter
Expand All @@ -344,6 +348,10 @@ export const FullscreenTakeover = DialogFullscreenTakeover.bind({});
FullscreenTakeover.storyName = "Fullscreen takeover";
FullscreenTakeover.parameters = {
chromatic: { disableSnapshot: true },
design: {
type: "figma",
url: "https://www.figma.com/design/Mngz9H7WZLbrCvGQf3GnsY/S2-%2F-Desktop?node-id=61935-5399",
}
};
FullscreenTakeover.args = {
...Default.args,
Expand Down

0 comments on commit db5ff96

Please sign in to comment.