Skip to content

Commit 4b84310

Browse files
marissahuysentruytcastastrophe
authored andcommitted
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 220d386 commit 4b84310

File tree

9 files changed

+36
-0
lines changed

9 files changed

+36
-0
lines changed

components/actionmenu/stories/actionmenu.stories.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ export default {
4545
...(Menu.parameters?.actions?.handles ?? []),
4646
],
4747
},
48+
design: {
49+
type: "figma",
50+
url: "https://www.figma.com/design/eoZHKJH9a3LJkHYCGt60Vb/S2-token-specs?node-id=20959-21513&node-type=frame&t=jbePQKK1yLdrHG2M-11",
51+
},
4852
packageJson,
4953
docs: {
5054
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
@@ -123,6 +123,10 @@ export default {
123123
...(Checkbox.parameters?.actions?.handles ?? []),
124124
],
125125
},
126+
design: {
127+
type: "figma",
128+
url: "https://www.figma.com/design/Mngz9H7WZLbrCvGQf3GnsY/S2-%2F-Desktop?node-id=92731-3456",
129+
},
126130
packageJson,
127131
metadata,
128132
},

components/clearbutton/stories/clearbutton.stories.js

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

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
status: {

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/opacitycheckerboard/stories/opacitycheckerboard.stories.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ export default {
4040
}
4141
},
4242
parameters: {
43+
design: {
44+
type: "figma",
45+
url: "https://www.figma.com/design/eoZHKJH9a3LJkHYCGt60Vb/S2-token-specs?node-id=202-4135",
46+
},
4347
packageJson,
4448
metadata,
4549
status: {

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)