Skip to content
4 changes: 4 additions & 0 deletions components/actionmenu/stories/actionmenu.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
4 changes: 4 additions & 0 deletions components/assetcard/stories/assetcard.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down
4 changes: 4 additions & 0 deletions components/calendar/stories/calendar.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ export default {
...(ActionButtonStories.parameters.actions.handles ?? [])
],
},
design: {
type: "figma",
url: "https://www.figma.com/design/eoZHKJH9a3LJkHYCGt60Vb/S2-token-specs?node-id=34191-21153",
},
packageJson,
metadata,
},
Expand Down
4 changes: 4 additions & 0 deletions components/card/stories/card.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down
4 changes: 4 additions & 0 deletions components/clearbutton/stories/clearbutton.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ export default {
isQuiet: false,
},
parameters: {
design: {
type: "figma",
url: "https://www.figma.com/design/eoZHKJH9a3LJkHYCGt60Vb/S2-token-specs?node-id=13078-14989",
},
packageJson,
metadata,
},
Expand Down
4 changes: 4 additions & 0 deletions components/colorloupe/stories/colorloupe.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down
4 changes: 4 additions & 0 deletions components/datepicker/stories/datepicker.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ export default {
...(CalendarStories.parameters.actions.handles ?? [])
],
},
design: {
type: "figma",
url: "https://www.figma.com/design/Mngz9H7WZLbrCvGQf3GnsY/S2---Desktop?node-id=112153-679",
},
docs: {
story: {
height: "50px"
Expand Down
4 changes: 4 additions & 0 deletions components/infieldbutton/stories/infieldbutton.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down
4 changes: 4 additions & 0 deletions components/steplist/stories/steplist.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down
Loading