File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
src/components/message/stories Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -65,27 +65,13 @@ export const Message: Story = {
65
65
target : LinkTargetType . BLANK ,
66
66
} ,
67
67
] ,
68
- // actionButton: {
69
- // content: 'Action',
70
- // variant: Object.values(variantsObject[themeSelected].ButtonVariantType || {})[0] as string,
71
- // size: Object.values(variantsObject[themeSelected].ButtonSizeType || {})[2] as string,
72
- // },
73
68
tag : {
74
69
variant : Object . values ( variantsObject [ themeSelected ] . TagVariantType || { } ) [ 0 ] as string ,
75
70
option : Object . values ( variantsObject [ themeSelected ] . TagOptionType || { } ) [ 0 ] as string ,
76
71
status : Object . values ( variantsObject [ themeSelected ] . TagStatusType || { } ) [ 0 ] as string ,
77
72
content : 'Tag content' ,
78
73
} ,
79
74
dataTestId : 'dataTestId' ,
80
- // messageContainerProps: {
81
- // url: 'https://www.google.com',
82
- // target: LinkTargetType.BLANK,
83
- // },
84
- // titleAndContentContainerProps: {
85
- // url: 'https://www.google.com',
86
- // target: LinkTargetType.BLANK,
87
- // onClick: () => console.log('Card clicked'),
88
- // },
89
75
themeArgs : themesObject [ themeSelected ] [ STYLES_NAME . MESSAGE ] ,
90
76
} ,
91
77
} ;
You can’t perform that action at this time.
0 commit comments