Skip to content

Commit 3e67ed2

Browse files
docs: add more figma assets (#3563)
* docs(actionmenu): add figma links * docs(assetcard): add figma links * docs(card): add figma links * docs(infieldbutton): add figma links * docs(steplist): add figma links * docs(colorloupe): add figma links * docs(opacitycheckerboard): add figma links * docs(calendar): add figma link * docs(datepicker): add figma link * docs(clearbutton): add figma link
1 parent 628fb8a commit 3e67ed2

File tree

10 files changed

+40
-0
lines changed

10 files changed

+40
-0
lines changed

components/actionmenu/stories/actionmenu.stories.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ export default {
4848
...(Menu.parameters?.actions?.handles ?? []),
4949
],
5050
},
51+
design: {
52+
type: "figma",
53+
url: "https://www.figma.com/design/eoZHKJH9a3LJkHYCGt60Vb/S2-token-specs?node-id=20959-21513&node-type=frame&t=jbePQKK1yLdrHG2M-11",
54+
},
5155
packageJson,
5256
docs: {
5357
story: {

components/assetcard/stories/assetcard.stories.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ export default {
9090
actions: {
9191
handles: [...(Checkbox.parameters?.actions?.handles ?? [])],
9292
},
93+
design: {
94+
type: "figma",
95+
url: "https://www.figma.com/design/Mngz9H7WZLbrCvGQf3GnsY/S2-%2F-Desktop?node-id=92743-20369",
96+
},
9397
packageJson,
9498
metadata,
9599
},

components/calendar/stories/calendar.stories.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ export default {
115115
...(ActionButtonStories.parameters.actions.handles ?? [])
116116
],
117117
},
118+
design: {
119+
type: "figma",
120+
url: "https://www.figma.com/design/eoZHKJH9a3LJkHYCGt60Vb/S2-token-specs?node-id=34191-21153",
121+
},
118122
packageJson,
119123
metadata,
120124
},

components/card/stories/card.stories.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ export default {
125125
...(Checkbox.parameters?.actions?.handles ?? []),
126126
],
127127
},
128+
design: {
129+
type: "figma",
130+
url: "https://www.figma.com/design/Mngz9H7WZLbrCvGQf3GnsY/S2-%2F-Desktop?node-id=92731-3456",
131+
},
128132
packageJson,
129133
metadata,
130134
},

components/clearbutton/stories/clearbutton.stories.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ export default {
5959
isQuiet: false,
6060
},
6161
parameters: {
62+
design: {
63+
type: "figma",
64+
url: "https://www.figma.com/design/eoZHKJH9a3LJkHYCGt60Vb/S2-token-specs?node-id=13078-14989",
65+
},
6266
packageJson,
6367
metadata,
6468
},

components/colorloupe/stories/colorloupe.stories.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ export default {
4343
height: "100px"
4444
}
4545
},
46+
design: {
47+
type: "figma",
48+
url: "https://www.figma.com/design/eoZHKJH9a3LJkHYCGt60Vb/S2-token-specs?node-id=202-2563",
49+
},
4650
packageJson,
4751
metadata,
4852
},

components/datepicker/stories/datepicker.stories.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ export default {
7070
...(CalendarStories.parameters.actions.handles ?? [])
7171
],
7272
},
73+
design: {
74+
type: "figma",
75+
url: "https://www.figma.com/design/Mngz9H7WZLbrCvGQf3GnsY/S2---Desktop?node-id=112153-679",
76+
},
7377
docs: {
7478
story: {
7579
height: "50px"

components/infieldbutton/stories/infieldbutton.stories.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ export default {
4848
isStacked: false,
4949
},
5050
parameters: {
51+
design: {
52+
type: "figma",
53+
url: "https://www.figma.com/design/eoZHKJH9a3LJkHYCGt60Vb/S2-token-specs?node-id=814-8689",
54+
},
5155
packageJson,
5256
metadata,
5357
},

components/opacitycheckerboard/stories/opacitycheckerboard.stories.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ export default {
3030
}
3131
},
3232
parameters: {
33+
design: {
34+
type: "figma",
35+
url: "https://www.figma.com/design/eoZHKJH9a3LJkHYCGt60Vb/S2-token-specs?node-id=202-4135",
36+
},
3337
packageJson,
3438
metadata,
3539
},

components/steplist/stories/steplist.stories.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ export default {
7474
],
7575
},
7676
parameters: {
77+
design: {
78+
type: "figma",
79+
url: "https://www.figma.com/design/Mngz9H7WZLbrCvGQf3GnsY/S2-%2F-Desktop?node-id=88037-163",
80+
},
7781
packageJson,
7882
metadata,
7983
},

0 commit comments

Comments
 (0)