Skip to content

Commit

Permalink
change(statistics): rearrange controls order
Browse files Browse the repository at this point in the history
  • Loading branch information
tarantilis committed Jul 20, 2022
1 parent 7578dc6 commit b19ae70
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/ui/Statistic/Statistic.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ export const Default = Template.bind({});
Default.args = {
label: 'Statistic Label',
value: 'Value',
horizontal: false,
size: 'small',
horizontal: false,
linked: false,
inverted: false,
backgroundVariant: 'primary',
Expand Down Expand Up @@ -131,9 +131,11 @@ Group.args = {
{ ...Default.args, label: 'label 2', value: '500', href: '/#' },
{ ...Default.args, label: 'label 3', value: '5000', href: '/#' },
],
widths: 'three',
size: 'small',
horizontal: false,
inverted: false,
widths: 'three',
backgroundVariant: 'primary',
};

Group.argTypes = {
Expand Down Expand Up @@ -212,9 +214,9 @@ Custom.args = {
href: '/#',
},
],
size: 'small',
widths: 'three',
horizontal: false,
size: 'small',
valueVariation: 'secondary',
labelVariation: 'tertiary',
slateVariation: 'tertiary',
Expand Down Expand Up @@ -363,8 +365,8 @@ AnimationGroup.args = {
href: '/#',
},
],
size: 'small',
widths: 'three',
size: 'small',
horizontal: false,
valueVariation: 'secondary',
labelVariation: 'tertiary',
Expand Down

0 comments on commit b19ae70

Please sign in to comment.