diff --git a/components/actionmenu/stories/actionmenu.stories.js b/components/actionmenu/stories/actionmenu.stories.js index e9cdd3b8a14..04000663c59 100644 --- a/components/actionmenu/stories/actionmenu.stories.js +++ b/components/actionmenu/stories/actionmenu.stories.js @@ -48,6 +48,10 @@ export default { ...(Menu.parameters?.actions?.handles ?? []), ], }, + design: { + type: "figma", + url: "https://www.figma.com/design/eoZHKJH9a3LJkHYCGt60Vb/S2-token-specs?node-id=20959-21513&node-type=frame&t=jbePQKK1yLdrHG2M-11", + }, packageJson, docs: { story: { diff --git a/components/assetcard/stories/assetcard.stories.js b/components/assetcard/stories/assetcard.stories.js index 2e917fbc25c..da97f55a889 100644 --- a/components/assetcard/stories/assetcard.stories.js +++ b/components/assetcard/stories/assetcard.stories.js @@ -90,6 +90,10 @@ export default { actions: { handles: [...(Checkbox.parameters?.actions?.handles ?? [])], }, + design: { + type: "figma", + url: "https://www.figma.com/design/Mngz9H7WZLbrCvGQf3GnsY/S2-%2F-Desktop?node-id=92743-20369", + }, packageJson, metadata, }, diff --git a/components/card/stories/card.stories.js b/components/card/stories/card.stories.js index 2d8147cda37..07acb513957 100644 --- a/components/card/stories/card.stories.js +++ b/components/card/stories/card.stories.js @@ -125,6 +125,10 @@ export default { ...(Checkbox.parameters?.actions?.handles ?? []), ], }, + design: { + type: "figma", + url: "https://www.figma.com/design/Mngz9H7WZLbrCvGQf3GnsY/S2-%2F-Desktop?node-id=92731-3456", + }, packageJson, metadata, }, diff --git a/components/colorloupe/stories/colorloupe.stories.js b/components/colorloupe/stories/colorloupe.stories.js index f07cdf83ee7..33913ad09aa 100644 --- a/components/colorloupe/stories/colorloupe.stories.js +++ b/components/colorloupe/stories/colorloupe.stories.js @@ -43,6 +43,10 @@ export default { height: "100px" } }, + design: { + type: "figma", + url: "https://www.figma.com/design/eoZHKJH9a3LJkHYCGt60Vb/S2-token-specs?node-id=202-2563", + }, packageJson, metadata, }, diff --git a/components/infieldbutton/stories/infieldbutton.stories.js b/components/infieldbutton/stories/infieldbutton.stories.js index 0f435313795..a49a676a441 100644 --- a/components/infieldbutton/stories/infieldbutton.stories.js +++ b/components/infieldbutton/stories/infieldbutton.stories.js @@ -48,6 +48,10 @@ export default { isStacked: false, }, parameters: { + design: { + type: "figma", + url: "https://www.figma.com/design/eoZHKJH9a3LJkHYCGt60Vb/S2-token-specs?node-id=814-8689", + }, packageJson, metadata, }, diff --git a/components/opacitycheckerboard/stories/opacitycheckerboard.stories.js b/components/opacitycheckerboard/stories/opacitycheckerboard.stories.js index e908a5cd05b..971f2ef2285 100644 --- a/components/opacitycheckerboard/stories/opacitycheckerboard.stories.js +++ b/components/opacitycheckerboard/stories/opacitycheckerboard.stories.js @@ -30,6 +30,10 @@ export default { } }, parameters: { + design: { + type: "figma", + url: "https://www.figma.com/design/eoZHKJH9a3LJkHYCGt60Vb/S2-token-specs?node-id=202-4135", + }, packageJson, metadata, }, diff --git a/components/steplist/stories/steplist.stories.js b/components/steplist/stories/steplist.stories.js index 9266631e646..085bd832319 100644 --- a/components/steplist/stories/steplist.stories.js +++ b/components/steplist/stories/steplist.stories.js @@ -74,6 +74,10 @@ export default { ], }, parameters: { + design: { + type: "figma", + url: "https://www.figma.com/design/Mngz9H7WZLbrCvGQf3GnsY/S2-%2F-Desktop?node-id=88037-163", + }, packageJson, metadata, },