Skip to content

Commit

Permalink
chore(link): update story vars
Browse files Browse the repository at this point in the history
  • Loading branch information
kennylam authored Dec 21, 2023
1 parent 201835b commit d6d2f3f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const controls = {
description: `Provide the href attribute for the <a> node`,
},
size: {
control: 'radio', options: [LINK_SIZE.SMALL, LINK_SIZE.REGULAR, LINK_SIZE.LARGE],
control: 'radio', options: [LINK_SIZE.SMALL, LINK_SIZE.MEDIUM, LINK_SIZE.LARGE],
description: `Specify the size of the Link. Currently supports either sm, 'md' (default) or 'lg' as an option.`
},
visited: {
Expand Down Expand Up @@ -67,7 +67,7 @@ export const Inline = {
`
};

export const pairedWithIcon = {
export const PairedWithIcon = {
args: defaultArgs,
parameters: {
controls: { exclude: /(.*?)/ },
Expand Down

0 comments on commit d6d2f3f

Please sign in to comment.