From 88106e4b37e05634d386580221a92b6d54b75e4e Mon Sep 17 00:00:00 2001 From: Stephanos Date: Wed, 4 Dec 2024 14:05:11 +0800 Subject: [PATCH] feat: MuiForm Figma and Link Integration --- .../Menu/MuiFormControl/myMuiForm.stories.tsx | 42 +++++++++++++------ 1 file changed, 30 insertions(+), 12 deletions(-) diff --git a/src/components/Menu/MuiFormControl/myMuiForm.stories.tsx b/src/components/Menu/MuiFormControl/myMuiForm.stories.tsx index d67dd9d..0c32b8b 100644 --- a/src/components/Menu/MuiFormControl/myMuiForm.stories.tsx +++ b/src/components/Menu/MuiFormControl/myMuiForm.stories.tsx @@ -30,10 +30,16 @@ export const AIDAPrimary: StoryType = { value: "option-1", }, parameters: { - design: { - type: "figma", - url: "https://www.figma.com/design/vgdX46lAwjQwfV6YyEfaG4/AIDA-V3-MAIN?node-id=2413-43104", - }, + design: [ + { + type: "figma", + url: "https://www.figma.com/design/vgdX46lAwjQwfV6YyEfaG4/AIDA-V3-MAIN?node-id=2413-43104", + }, + { + type: "link", + url: "https://www.figma.com/design/vgdX46lAwjQwfV6YyEfaG4/AIDA-V3-MAIN?node-id=2413-43104", + }, + ], }, }; @@ -49,10 +55,16 @@ export const AIDAOutlined: StoryType = { variant: "outlined", }, parameters: { - design: { - type: "figma", - url: "https://www.figma.com/design/vgdX46lAwjQwfV6YyEfaG4/AIDA-V3-MAIN?node-id=2413-43104", - }, + design: [ + { + type: "figma", + url: "https://www.figma.com/design/vgdX46lAwjQwfV6YyEfaG4/AIDA-V3-MAIN?node-id=2413-43104", + }, + { + type: "link", + url: "https://www.figma.com/design/vgdX46lAwjQwfV6YyEfaG4/AIDA-V3-MAIN?node-id=2413-43104", + }, + ], }, }; @@ -81,10 +93,16 @@ export const AIDASelectMonth: StoryType = { height: "40px", }, parameters: { - design: { - type: "figma", - url: "https://www.figma.com/design/vgdX46lAwjQwfV6YyEfaG4/AIDA-V3-Main-Design?node-id=5363-21933&t=3oO3wnK985shYT1C-4", - }, + design: [ + { + type: "figma", + url: "https://www.figma.com/design/vgdX46lAwjQwfV6YyEfaG4/AIDA-V3-Main-Design?node-id=5363-21933&t=3oO3wnK985shYT1C-4", + }, + { + type: "link", + url: "https://www.figma.com/design/vgdX46lAwjQwfV6YyEfaG4/AIDA-V3-Main-Design?node-id=5363-21933&t=3oO3wnK985shYT1C-4", + }, + ], }, };